/**
 * 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.gw-euvat-field .message-success {
  margin-top: 10px;
}
.gw-euvat-field .vatid-retry {
  cursor: pointer;
}
.lazy-blur {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: 0.3s filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.lazy-blur.lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.hidden-crumb {
  visibility: hidden;
}
/*
 * Copyright Magmodules.eu. All rights reserved.
 * See COPYING.txt for license details.
 */
.apple-pay-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: -apple-pay-button;
  box-sizing: border-box;
  font-size: 0 !important;
}
.apple-pay-button > * {
  visibility: hidden;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    visibility: hidden;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }
  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }
  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }
  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }
  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }
  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }
  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }
  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }
  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }
  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }
  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }
  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
  .mollie-applepay-minicart-button {
    width: 100%;
    height: 52px;
    margin-top: 5px;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: 1em;
    font-weight: 300;
    align-self: center;
    margin-right: 2px;
  }
  .apple-pay-button-with-text > .logo {
    width: 35px;
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: 2px;
    border: none;
  }
}
.mollie-applepay-button-hidden {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 769px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 770px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .column.main,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 31px;
    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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #ffffff;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #ffffff;
    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: #ffffff;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #333333;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .mollie-product-page-apple-pay-button {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 31px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #e3342e;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 769px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #ebebeb;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .page-header .header.panel {
    padding-bottom: 0;
    padding-top: 0;
    height: 35px;
    display: block;
  }
  .block-search {
    position: absolute;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    margin-top: 0px !important;
  }
  .ui-menu-item {
    position: static;
  }
  .navigation > .ui-menu {
    position: relative;
  }
  .navigation ul {
    position: relative;
  }
  .navigation li.level0 {
    position: static;
  }
  .navigation .level0 .submenu {
    left: 0 !important;
    width: 100%;
  }
  .navigation .all-category {
    display: none;
  }
  .navigation .level0 {
    margin-right: 0;
    width: 16.66%;
  }
  .navigation .level0 .submenu {
    border: none;
  }
  .navigation .level0 > a,
  .navigation .level0.active > a,
  .navigation .level0.has-active > a {
    border-style: solid;
    border-width: 0 0 6px !important;
    display: inline-block;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .level0.nav-1 > a {
    border-color: #f5b7b5 !important;
  }
  .navigation .level0.nav-1 > a:hover,
  .navigation .level0.nav-1:hover > a,
  .navigation .level0.nav-1.active > a,
  .navigation .level0.nav-1.has-active > a {
    border-color: #e3342e !important;
  }
  .level0.nav-2 > a {
    border-color: #fff1c8 !important;
  }
  .navigation .level0.nav-2 > a:hover,
  .navigation .level0.nav-2:hover > a,
  .navigation .level0.nav-2.active > a,
  .navigation .level0.nav-2.has-active > a {
    border-color: #feca30 !important;
  }
  .level0.nav-3 > a {
    border-color: #88ceff !important;
  }
  .navigation .level0.nav-3 > a:hover,
  .navigation .level0.nav-3:hover > a,
  .navigation .level0.nav-3.active > a,
  .navigation .level0.nav-3.has-active > a {
    border-color: #0068b1 !important;
  }
  .level0.nav-4 > a {
    border-color: #c0d6d9 !important;
  }
  .navigation .level0.nav-4 > a:hover,
  .navigation .level0.nav-4:hover > a,
  .navigation .level0.nav-4.active > a,
  .navigation .level0.nav-4.has-active > a {
    border-color: #80adb3 !important;
  }
  .level0.nav-5 > a {
    border-color: #fbd7c1 !important;
  }
  .navigation .level0.nav-5 > a:hover,
  .navigation .level0.nav-5:hover > a,
  .navigation .level0.nav-5.active > a,
  .navigation .level0.nav-5.has-active > a {
    border-color: #f17932 !important;
  }
  .level0.nav-6 > a {
    border-color: #cdcdcd !important;
  }
  .navigation .level0.nav-6 > a:hover,
  .navigation .level0.nav-6:hover > a,
  .navigation .level0.nav-6.active > a,
  .navigation .level0.nav-6.has-active > a {
    border-color: #808080 !important;
  }
  .level0.nav-7 > a {
    border-color: #52d1ff !important;
  }
  .navigation .level0.nav-6 > a:hover,
  .navigation .level0.nav-6:hover > a,
  .navigation .level0.nav-6.active > a,
  .navigation .level0.nav-6.has-active > a {
    border-color: #0087b8 !important;
  }
  .footer-links-container {
    padding-right: 50px !important;
    padding-left: 0 !important;
  }
  .footer-links-container {
    float: left;
  }
  .footer-links-container h3 {
    margin-top: 0;
  }
  .copyright {
    text-align: center !important;
  }
  .copyright .copyright-text,
  .copyright a {
    display: inline !important;
    font-size: 12px !important;
  }
  .copyright .bull {
    display: inline !important;
  }
  .cms-home h1 {
    font-size: 26px !important;
  }
  .cms-home .subitle {
    font-size: 16px !important;
  }
  .home-categories-container .col-2 {
    width: 50% !important;
  }
  .home-categories-container .col-4 {
    width: 25% !important;
  }
  .home-ueber-lagerregale-24 {
    margin-right: 2%;
    float: left;
    width: 32%;
    min-height: 590px;
  }
  .home-ueber-lagerregale-24-last {
    margin-right: 0;
    float: right;
  }
  .kategorie-text-image {
    width: 35%;
    margin-right: 5%;
    float: left;
  }
  .kategorie-text-content {
    width: 60%;
    float: left;
  }
  .category-overview-container .c3 {
    width: 30% !important;
  }
  .category-overview-container .c2 {
    width: 47% !important;
  }
  .category-overview-container .c2 .category-overview-block2 {
    margin-right: 4%;
    width: 48% !important;
  }
  /*.toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .products ~ .toolbar-products {
    position: static;
  }*/
  .page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .filter.block {
    border-top: 1px solid #cccccc;
  }
  .filter-content {
    margin-top: 10px;
  }
  .filter-subtitle {
    display: none;
  }
  .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 21px;
    position: relative;
  }
  .filter-options-item:last-child {
    margin-right: 0px;
  }
  .filter-options-item.active {
    z-index: 2;
  }
  .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .filter-options-item.active:hover {
    z-index: 3;
  }
  .filter-options-item.active:after,
  .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .filter-options-title {
    padding: 0 20px 0 0;
  }
  .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 11;
  }
  .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .filter-options-content .item a {
    margin-left: 0;
  }
  .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .filter-current {
    display: inline;
    line-height: 35px;
  }
  .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .filter-current-subtitle:after {
    content: ':';
  }
  .filter-current .item,
  .filter-current .items {
    display: inline;
  }
  .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .filter-current .action.remove {
    line-height: normal;
  }
  .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .filter.block {
    border-top: none !important;
  }
  .page-with-filter .column.main {
    padding-top: 20px;
  }
  .filter-current {
    line-height: 2 !important;
  }
  .amshopby-items {
    display: flex !important;
    flex-wrap: wrap;
    float: left;
  }
  /*.page-layout-1column */
  .filter-current-subtitle {
    color: inherit;
    float: left;
    line-height: 2;
  }
  /*.page-layout-1column*/
  .filter-actions {
    float: left;
    line-height: 2;
  }
  /*.page-layout-1column*/
  .filter-current .item {
    margin: 0 0 10px 15px;
  }
  .swatch-option {
    height: auto !important;
    min-height: 20px;
  }
  .am-swatch-options .swatch-option {
    margin: 0;
  }
  .amshopby-items .swatch-option {
    border: none;
    margin: 0;
    cursor: pointer;
    padding: 0;
    line-height: 2;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
  .amshopby-items .swatch-option:not(.disabled):hover {
    border: none;
    outline: none;
  }
  .amshopby-filter-current .amshopby-item.item {
    display: flex !important;
    background-color: #f1f1f1;
    padding-right: 10px;
  }
  .amshopby-filter-current .amshopby-remove {
    left: 5px;
  }
  .filter-current .items {
    padding: 0;
  }
  #amasty-shopby-product-list #amasty-shopby-overlay {
    opacity: 0.8;
  }
  #amasty-shopby-product-list #amasty-shopby-overlay .loader {
    top: 40px;
  }
  .filter.block {
    border-top: none;
  }
  .filter-options {
    padding-top: 10px;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
  }
  .filter-options-title::after {
    top: 0;
    color: #e3342e;
  }
  .filter-options-content {
    z-index: 11 !important;
    width: 215px !important;
  }
  .filter-options-content .item:hover {
    background: none;
  }
  .amshopby-filter-current .am-shopby-swatch-label {
    margin-left: 0;
  }
  .filter-options-item.active .filter-options-content {
    padding: 10px !important;
  }
  .product-info .col {
    float: left;
    margin: 0 5% 0 0;
    width: 28%;
  }
  .product-info .col2 {
    float: left;
    margin: 0 5% 0 0;
    width: 56%;
  }
  .page-layout-1column .product.media {
    width: 100%;
    display: table-header-group;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-top: 20px;
  }
  .page-layout-1column .product-info-main {
    width: 100%;
    display: table-footer-group;
  }
  .page-layout-1column .product-info-main .product-info-main-technical {
    width: 48%;
    float: left;
  }
  .page-layout-1column .product-info-main .product-info-main-data {
    width: 48%;
    float: right;
  }
  .service-block .service-img {
    float: left;
    width: 18%;
    margin-bottom: 0 !important;
    max-width: none !important;
  }
  .service-block .service-txt {
    float: right;
    width: 74%;
  }
  .service-block .zahlungsart {
    font-size: 20px !important;
    height: 68px !important;
    line-height: 68px !important;
  }
  .cms-downloads .download {
    width: 47% !important;
    margin-right: 3% !important;
  }
  .authentication-wrapper {
    margin-top: -45px;
  }
  .konfigurator-step-text {
    width: auto !important;
    line-height: 46px;
  }
  #ausgabe-container-zubehoer .konfigurator-addtocart label,
  #konfigurator .konfigurator-addtocart label {
    top: 5px !important;
    font-size: 12px !important;
  }
  .column.main {
    min-height: 0;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  /*      .konfigurator-step-text {
                width:auto !important;
                line-height:46px;
        }*/
  #konfigurator-palettenregale .konfigurator-addtocart label {
    top: 5px !important;
    font-size: 12px !important;
  }
  #konfigurator-palettenregale .konfigurator-wrapper {
    overflow-x: auto !important;
  }
  #konfigurator-palettenregale #konfigurator-container {
    min-width: 0 !important;
  }
}
@media all and (min-width: 1024px), print {
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .logo {
    margin: 0 auto 15px 0 !important;
  }
  .logo img {
    max-height: none !important;
  }
  .minicart-wrapper {
    margin-top: 12px !important;
    padding-right: 0px !important;
  }
  .minicart-wrapper .action.showcart::before {
    font-size: 28px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    right: 23px !important;
  }
  .minicart-wrapper .icon-text,
  .mein-konto .text {
    display: inline !important;
  }
  .compare.wrapper,
  .mein-konto {
    margin-top: 12px !important;
  }
  .compare.wrapper {
    display: inline-block !important;
  }
  .block-search {
    margin-top: 16px !important;
  }
  .minicart-wrapper .action.showcart span.text {
    position: relative !important;
  }
  .minicart-wrapper .action.showcart span.text::before {
    content: ' ';
    display: block;
  }
  #eKomiWidget_default {
    float: right !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .category-icons {
    float: right;
    margin-top: -60px !important;
  }
  .category-icons img {
    margin-left: 20px !important;
  }
  .category-description {
    display: table;
    width: 100%;
  }
  .category-description .category-description-c1 {
    display: table-cell !important;
    color: #fff;
    width: 20.8333%;
    vertical-align: middle;
  }
  .category-description .category-description-c1 h2 {
    font-size: 20px;
    margin-left: 10px;
  }
  .category-description .category-description-c2 {
    display: table-cell !important;
    width: 46% !important;
    background-color: #fff;
    background-size: cover;
  }
  .category-description .category-description-c2-img {
    display: none;
  }
  .category-description .category-description-c3 {
    display: table-cell !important;
    height: 241px;
    /*width: 24.75% !important;*/
  }
  .products-desktop {
    display: block !important;
  }
  .products-mobile {
    display: none;
  }
  .category-overview-container .c4 {
    width: 22% !important;
  }
  .steckregal-grundausstattung-legende {
    float: left;
    width: 35%;
    margin-top: 40px;
    margin-right: 5%;
  }
  .steckregal-grundausstattung-uebersicht {
    float: right;
    width: 60%;
  }
  .palettenregale-planungsmasse {
    float: left;
    margin-top: 50px;
  }
  .palettenregale-planungsmasse-bild {
    float: right;
  }
  .palettenregale-holmpaare,
  .palettenregale-lagerung,
  .palettenregale-baukastensystem {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .palettenregale-holmpaare-list,
  .palettenregale-lagerung-text,
  .palettenregale-baukastensystem-list {
    float: left;
    width: 48%;
    margin: 0 !important;
  }
  .page-layout-1column .product.media {
    width: 42% !important;
    float: left !important;
    display: block !important;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-top: 0px !important;
  }
  .page-layout-1column .product-info-main {
    width: 55% !important;
    float: right !important;
    display: block !important;
  }
  .cms-downloads .download {
    width: 30% !important;
  }
  .category-description-konfigurator .category-description-c2 .col-md-5 {
    float: right !important;
  }
  .category-description-konfigurator .category-description-c2 .col-md-7 {
    float: left !important;
  }
  .konfigurator-vorschaubild .fa-caret-up {
    display: block !important;
    left: 36% !important;
    position: absolute;
    bottom: -41px;
    /*            left:48%;*/
    color: #ebebeb;
    font-size: 60px;
  }
  .konfigurator-vorschaubild #img-grundregal {
    width: 78% !important;
    /*margin-right:2%;*/
  }
  .konfigurator-vorschaubild #img-regalzeile,
  .konfigurator-vorschaubild #img-color {
    display: inline !important;
    width: 20%;
    border: 1px solid #ccc;
    min-height: 90px;
  }
  .konfigurator-vorschaubild #img-regalzeile {
    margin-bottom: 10px;
  }
  .konfigurator-vorschaubild #img-regalzeile:hover,
  .konfigurator-vorschaubild #img-color:hover {
    border: 1px solid #e3342e;
  }
  .breite-preis-cart-wrapper {
    display: flex;
  }
  .breite-preis-cart-wrapper .breite-gesamt,
  .breite-preis-cart-wrapper .preis-gesamt {
    border-bottom: 1px solid #A1A9B2 !important;
  }
  #ausgabe-container-zubehoer .breite-gesamt,
  #konfigurator .breite-gesamt,
  #ausgabe-container-zubehoer .preis-gesamt,
  #konfigurator .preis-gesamt {
    float: left !important;
    margin: 0 1% 0 0 !important;
    min-height: 95px;
    width: 39% !important;
    border-bottom: none;
  }
  #ausgabe-container-zubehoer .konfigurator-addtocart,
  #konfigurator .konfigurator-addtocart {
    float: left !important;
    width: 20% !important;
  }
  #ausgabe-container-zubehoer .konfigurator-addtocart input,
  #konfigurator .konfigurator-addtocart input {
    height: 95px !important;
  }
  #ausgabe-container-zubehoer .konfigurator-addtocart button,
  #konfigurator .konfigurator-addtocart button {
    min-height: 95px !important;
  }
  .vergleich-steckregal .flow-element2,
  .vergleich-steckregal .flow-element,
  .vergleich-schraubregal .flow-element {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .vergleich-steckregal .flow-element2.in-view,
  .vergleich-steckregal .flow-element.in-view,
  .vergleich-schraubregal .flow-element.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .vergleich-steckregal .flow-element {
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0, 0px);
  }
  .vergleich-steckregal .flow-element2,
  .vergleich-schraubregal .flow-element {
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0, 0px);
  }
  .konfigurator-start {
    display: block !important;
  }
  .konfigurator-start .start-konfigurator-tab {
    width: 20% !important;
    margin-right: 10px;
  }
  /*#konfigurator2 .konfigurator-abmessungen,
    #konfigurator2 .konfigurator-fachlast,
    #konfigurator2 .konfigurator-farbe,
    #konfigurator2 .konfigurator-typ {
        min-height: 240px;
    }*/
  .konfigurator-start-header,
  .konfigurator-start {
    display: block !important;
  }
  /*.konfigurator-start {
        padding:15px;
    }*/
  .start-konfigurator-tab {
    color: #fff;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    text-align: center;
    line-height: 2;
    background-color: #e3342e;
    width: 20%;
    margin-right: 10px;
    display: block !important;
  }
  .start-konfigurator-tab.active {
    background-color: #4d4d4d;
  }
  /*#konfigurator2 .konfigurator-box {
        border-right: 1px solid #fff !important;
    }

    #konfigurator2 #container-steckregal .konfigurator-abmessungen,
    #konfigurator2 #container-steckregal .konfigurator-fachlast,
    #konfigurator2 #container-steckregal .konfigurator-farbe,
    #konfigurator2 #container-steckregal .konfigurator-typ {
        min-height: 220px;
    }
    #konfigurator2 #container-steckregal .konfigurator-abmessungen {
        width:41% !important;
    }
    #konfigurator2 #container-steckregal .konfigurator-fachlast {
        width:17% !important;
    }
    #konfigurator2 #container-steckregal .konfigurator-farbe {
        width:18% !important;
    }
    #konfigurator2 #container-steckregal .konfigurator-typ {
        width:23% !important;
    }

    #konfigurator2 #container-schraubregal .konfigurator-abmessungen,
    #konfigurator2 #container-schraubregal .konfigurator-fachlast,
    #konfigurator2 #container-schraubregal .konfigurator-farbe,
    #konfigurator2 #container-schraubregal .konfigurator-typ {
        min-height: 220px;
    }
    #konfigurator2 #container-schraubregal .konfigurator-abmessungen {
        width:41% !important;
    }
    #konfigurator2 #container-schraubregal .konfigurator-fachlast {
        width:17% !important;
    }
    #konfigurator2 #container-schraubregal .konfigurator-farbe {
        width:18% !important;
    }
    #konfigurator2 #container-schraubregal .konfigurator-typ {
        width:23% !important;
    }



    .konfigurator-stecksystem .konfigurator-abmessungen {
        width: 40% !important;
        margin-left:10px !important;
    }
    .konfigurator-stecksystem .konfigurator-fachlast {
        width: 14% !important;
    }
    .konfigurator-stecksystem .konfigurator-farbe {
            width:19% !important;
    }
    .konfigurator-stecksystem .konfigurator-typ {
            width:22% !important;
    }

    .konfigurator-start .konfigurator-abmessungen {
        width: 41% !important;
    }
    .konfigurator-start .konfigurator-fachlast {
        width: 14% !important;
    }
    .konfigurator-start .konfigurator-farbe {
            width:19% !important;
    }
    .konfigurator-start .konfigurator-typ {
            width:22% !important;
    }*/
  .category-description-konfigurator .category-description-c2 .col-md-5 {
    float: right !important;
  }
  .category-description-konfigurator .category-description-c2 .col-md-7 {
    float: left !important;
  }
  /*.konfigurator-vorschaubild .fa-caret-up {
            display:block !important;
            left:36% !important;
            position:absolute;
            bottom:-41px;
            color:@color-lagerregale-background2-gray;
            font-size:60px;

        }

        .konfigurator-vorschaubild #img-grundregal {
            width:78% !important;
        }
        .konfigurator-vorschaubild #img-regalzeile,
        .konfigurator-vorschaubild #img-color {
            display:inline !important;
            width:20%;
            border: 1px solid #ccc;
            min-height:90px;

        }
        .konfigurator-vorschaubild #img-regalzeile {
            margin-bottom: 10px;
        }
            .konfigurator-vorschaubild #img-regalzeile:hover,
            .konfigurator-vorschaubild #img-color:hover {
                border: 1px solid  #f19300;
            }
          */
  #konfigurator-palettenregale .breite-gesamt,
  #konfigurator-palettenregale .preis-gesamt {
    float: left !important;
    margin: 0 1% 0 0 !important;
    min-height: 95px;
    width: 39% !important;
    border-bottom: none;
  }
  #konfigurator-palettenregale .konfigurator-addtocart {
    float: left !important;
    width: 20% !important;
  }
  #konfigurator-palettenregale .konfigurator-addtocart input {
    height: 95px !important;
  }
  #konfigurator-palettenregale .konfigurator-addtocart button {
    min-height: 95px !important;
  }
}
@media all and (min-width: 1200px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .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;
  }
  .page-header .header.panel .panel-3 {
    width: 33% !important;
  }
  .page-header .header.panel .panel-vorteile {
    border-right: none !important;
    font-size: 12px;
    display: block !important;
  }
  .page-header .header.panel .panel-logo {
    text-align: right !important;
  }
  .block-search {
    /*  width: 450px !important;*/
    margin-left: -225px;
  }
  footer .footer-container-2 .col-vorteile-icons {
    float: left !important;
    width: 53% !important;
  }
  footer .footer-container-2 .col-vorteile-zahlungsarten {
    float: right !important;
    width: 47% !important;
  }
  footer .footer-container-2 .zahlungsart {
    float: right !important;
  }
  footer .footer-container-2 .zahlungsart-kreditkarte {
    margin-right: 0 !important;
  }
  .products-list table > thead > tr > th,
  .products-list table > tbody > tr > th,
  .products-list table > tfoot > tr > th,
  .products-list table > thead > tr > td,
  .products-list table > tbody > tr > td,
  .products-list table > tfoot > tr > td {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .products-list .action.primary {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .steckregal-grundausstattung-legende {
    width: 30% !important;
    margin-right: 10% !important;
  }
}
/*
 @screen__xxs: 320px;
  @screen__xs: 480px;
  @screen__s: 640px;
  @screen__m: 768px;
  @screen__l: 1024px;
  @screen__xl: 1440px;
*/
ul {
  list-style: none;
}
.bg-default,
.bg-lagerausstattung {
  background-color: #808080;
}
.bg-stecksysteme {
  background-color: #e3342e;
}
.bg-schraubsysteme {
  background-color: #7bae39;
}
.bg-bueroregale {
  background-color: #feca30;
}
.bg-weitspannregale {
  background-color: #0068b1;
}
.bg-palettenregale {
  background-color: #80adb3;
}
.bg-kragarmregale {
  background-color: #f17932;
}
.bg-lagerbuehnen {
  background-color: #0087b8;
}
.bg-nedcon {
  background-color: #212b51;
}
* {
  box-sizing: border-box;
}
img,
object,
video,
embed {
  height: auto;
}
/*h1 {
    font-size:35px;
}*/
/*@h1__font-size: ceil((@font-size__base * 1.85)); // 26px*/
.clr {
  clear: both;
  height: 0;
}
.clr-mobile {
  height: 0;
}
.no-mobile {
  display: block;
}
.no-mobile-inline {
  display: inline;
}
.mobile {
  display: none;
}
.mobile-xs {
  display: none;
}
.tab {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #f6f6f6 none repeat scroll 0 0;
  /*    border-color: #cccccc #cccccc -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px medium;*/
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-image: none;
  color: #7d7d7d;
  font-size: 1.4rem;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  /*padding: 1px 35px;*/
  text-decoration: none;
  width: 50%;
  float: left;
  cursor: pointer;
}
.tab.active {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
  border-bottom: none;
}
.elastic-video-wrapper {
  width: 100%;
  max-width: 560px;
}
.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}
.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img_flip {
  transform: scaleX(-1);
}
button,
a.action.primary {
  border-radius: 0;
}
.info-box {
  background-color: #e3342e;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  width: 46px;
  color: #fff;
  display: inline-block;
}
.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  color: #4d4d4d;
  font-size: 40px;
  z-index: 1000;
}
.message.global.cookie {
  z-index: 300;
}
.sidebar .block-wishlist .block-title strong::before,
.product-social-links .action.towishlist::before,
.block-bundle-summary .action.towishlist::before,
.product-item .action.towishlist::before,
.table-comparison .action.towishlist::before,
.cart.table-wrapper .action-towishlist::before {
  /*content: "\f005";*/
  content: "\f14b";
  font-family: FontAwesome;
}
.sidebar #block-compare-heading::before,
.product-item .tocompare::before,
.product-social-links .action.tocompare::before {
  content: "\f0ec";
  font-family: FontAwesome !important;
}
.sidebar .block-wishlist .block-title strong::before,
.sidebar #block-compare-heading::before {
  padding-right: 5px;
}
/*.page-header .header.panel {
    padding:0;
}
.header.panel > .header.links {
    background-color: @color-lagerregale-darkgray;
}
.header.panel > .header.links > li {
    line-height:55px;
    margin: 0 15px 0 0;
}*/
.page-header .header.panel .panel-3 {
  float: left;
  width: 50%;
  border-right: 2px solid #ffffff;
  color: #333333;
}
.page-header .header.panel .panel-3 .logo-shop {
  width: 250px;
  max-width: 100%;
  margin-top: 8px;
}
.page-header .header.panel .panel-vorteile {
  display: none;
}
.page-header .header.panel .panel-phone {
  text-align: center;
  line-height: 35px;
}
.page-header .header.panel .panel-phone i {
  font-size: 16px;
}
.page-header .header.panel .panel-logo {
  float: right;
  border-right: none;
  text-align: center;
}
.page-header .header.panel .panel-3 .panel-2 {
  float: left;
  border-right: 2px solid #ffffff;
  color: #333333;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 10px;
}
.page-header .header.panel .panel-3 .panel-2-1 {
  width: 55%;
}
.page-header .header.panel .panel-3 .panel-2-2 {
  width: 45%;
}
.page-header .header.panel .panel-3 .panel-2 i {
  font-size: 18px;
  padding-top: 8px;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.header.content {
  padding-top: 15px;
}
.nav-toggle {
  top: 10px;
}
.logo {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 40px;
}
.logo img {
  max-height: 32px;
}
@media only screen and (min-width: 754px) {
  .logo {
    margin-left: 0px;
  }
}
.compare.wrapper,
.mein-konto {
  margin-left: 15px;
  margin-top: 2px;
  display: inline-block;
  float: right;
  position: relative;
  font-size: 13px;
  text-align: center;
}
.compare.wrapper {
  display: none;
  margin-right: 15px;
}
.compare.wrapper a,
.mein-konto a,
.compare.wrapper .action.compare {
  color: #8f8f8f;
}
.compare.wrapper a i,
.mein-konto a i {
  font-size: 28px;
  color: #8f8f8f;
  line-height: 28px;
}
.compare.wrapper a:hover,
.mein-konto a:hover,
.compare.wrapper .action.compare:hover {
  text-decoration: none;
}
/*.mein-konto a:hover i,*/
.compare.wrapper a:hover,
.mein-konto a:hover,
.minicart-wrapper .action.showcart:hover .icon-text,
.compare.wrapper .action.compare:hover {
  color: #333333;
}
.compare.wrapper .action.compare {
  line-height: 1;
}
.minicart-wrapper {
  font-size: 13px;
  text-align: center;
  margin-top: 2px;
  padding-right: 15px;
  margin-left: 15px;
}
.minicart-wrapper a {
  color: #8f8f8f;
}
.minicart-items .product-item-name a {
  color: #333333;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e3342e;
  border-radius: 11px;
  height: 22px;
  line-height: 22px;
  min-width: 22px;
}
.minicart-wrapper .block-minicart {
  z-index: 120;
  padding-bottom: 0px;
}
.block-minicart .subtitle.empty {
  padding-bottom: 40px;
}
.minicart-wrapper .icon-text,
.mein-konto .text {
  display: none;
}
.ekomi-header {
  display: none;
}
@media only screen and (min-width: 1144px) {
  .ekomi-header {
    display: block !important;
    float: right;
    width: 60px;
  }
}
.block-search {
  margin-top: 2px;
  z-index: 200;
}
.block-search .input-text {
  border-color: #4d4d4d;
  height: 35px;
}
.block-search .action.search::before {
  line-height: 35px;
}
.block-search .action.search {
  background-color: #e3342e;
  right: 0;
  padding: 0 10px;
}
.block-search .action.search::before {
  color: #ffffff;
}
@media (min-width: 769px) {
  .navigation {
    z-index: 101;
  }
  .nav-sections,
  .navigation {
    background: #4d4d4d;
  }
  .navigation .level0 > .level-top,
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #fff;
    line-height: 35px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: none;
  }
  .mega-menu-content {
    font-weight: normal;
  }
  .mega-menu-content .col-md-12 {
    width: 100%;
  }
  .mega-menu-content .col-md-9 {
    width: 75%;
  }
  .mega-menu-content .col-md-6 {
    width: 50%;
  }
  .mega-menu-content .col-md-4 {
    width: 33.33333333%;
  }
  .mega-menu-content .col-md-3 {
    width: 25%;
  }
  .mega-menu-content .col-md-2 {
    width: 16.66666667%;
  }
  .mega-menu-content .col-md-2,
  .mega-menu-content .col-md-3,
  .mega-menu-content .col-md-4,
  .mega-menu-content .col-md-6,
  .mega-menu-content .col-md-9,
  .mega-menu-content .col-md-12 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .mega-menu-content .col-md-3,
  .mega-menu-content .col-md-4,
  .mega-menu-content .col-md-9,
  .mega-menu-content .col-md-12 {
    padding: 0;
  }
  .mega-menu-content .submenu-header {
    color: #fff;
    line-height: 28px;
    height: 28px;
    padding-left: 15px;
    font-weight: bold;
    position: relative;
  }
  .mega-menu-content .submenu-header .info-link {
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff !important;
    padding: 0 !important;
  }
  .mega-menu-content .submenu-header-2 {
    border-bottom: 1px solid #D2D2D2;
    margin: 15px;
  }
  .mega-menu-content .weitspannregal-wrapper .submenu-header-2,
  .mega-menu-content .kragarmregal-wrapper .submenu-header-2,
  .mega-menu-content .palettenregal-wrapper .submenu-header-2,
  .mega-menu-content .bueroregal-wrapper .submenu-header-2 {
    text-align: center;
  }
  .mega-menu-content .submenu-item-main {
    text-align: center;
  }
  .mega-menu-content .submenu-item-main,
  .mega-menu-content .submenu-item {
    border-bottom: 1px solid #D2D2D2;
    margin: 0 15px;
  }
  .mega-menu-content .bueroregal-wrapper .submenu-item-main {
    border-bottom: none;
  }
  .mega-menu-content .submenu-item a {
    display: block !important;
    padding: 3px 0 0 0 !important;
  }
  .mega-menu-content .submenu-item a:hover {
    background-color: #F2F2F2 !important;
  }
  .mega-menu-content .submenu-item img {
    float: left;
    max-height: 60px;
    max-width: 100%;
    margin-right: 10px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  }
  .mega-menu-content .submenu-item:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  }
  .mega-menu-content .submenu-item p {
    float: left;
    line-height: 60px;
    margin-bottom: 3px;
  }
  .mega-menu-content .submenu-item-main span,
  .mega-menu-content .submenu-item p span {
    color: #E3342E;
  }
  .mega-menu-content .submenu-konfigurator,
  .mega-menu-content .submenu-zubehoer {
    margin: 15px;
  }
  .mega-menu-content .action.primary {
    color: #fff !important;
    background-color: #747474;
    border-color: #000;
    width: 100%;
  }
  .mega-menu-content .action.primary:hover {
    background-color: #E3342E !important;
  }
  .mega-menu-content .action.primary {
    text-align: center;
  }
  .mega-menu-content .stecksystem-wrapper .submenu-header {
    background-color: #E3342E;
  }
  .mega-menu-content .schraubsystem-wrapper .submenu-header {
    background-color: #7BAE39;
  }
  .mega-menu-content .bueroregal-wrapper .submenu-header {
    background-color: #FECA30;
    color: #333;
  }
  .mega-menu-content .weitspannregal-wrapper .submenu-header {
    background-color: #0068B1;
  }
  .mega-menu-content .kragarmregal-wrapper .submenu-header {
    background-color: #F17932;
  }
  .mega-menu-content .palettenregal-wrapper .submenu-header {
    background-color: #80adb3;
  }
  .mega-menu-content .lagerausstattung-wrapper .submenu-header {
    background-color: #808080;
  }
  .mega-menu-content .palettenregal-wrapper .palettenregal-wrapper {
    padding: 0 0 15px 0;
  }
  .mega-menu-content .lagerausstattung-wrapper .lagerausstattung-wrapper {
    padding: 15px 0;
  }
}
@media (min-width: 960px) {
  .navigation .level0 > a::after {
    font-family: FontAwesome;
    content: "\f0d7";
    padding-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navigation .level0.nav-6 > a::after {
    padding-left: 0px;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .navigation a {
    padding-left: 7px;
    border-left: 8px solid #E3342E;
  }
  .navigation .nav-1 a {
    border-color: #E3342E;
  }
  .navigation .nav-1 a.schraubsystem {
    border-color: #7BAE39;
  }
  .navigation .nav-2 a {
    border-color: #FECA30;
  }
  .navigation .nav-3 a {
    border-color: #0068B1;
  }
  .navigation .nav-4 a {
    border-color: #80adb3;
  }
  .navigation .nav-5 a {
    border-color: #F17932;
  }
  .navigation .nav-6 a {
    border-color: #0087b8;
  }
  .mega-menu-content-mobile-h {
    color: #fff;
    padding: 10px 10px;
  }
  .mega-menu-content-mobile-h.fachbodenregale {
    background-color: #E3342E;
  }
  .mega-menu-content-mobile-h.schraubsysteme {
    background-color: #7BAE39;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: normal;
    border-top: none;
  }
  .filter.active .filter-subtitle {
    background: #fff !important;
  }
}
.breadcrumbs a {
  color: #333 !important;
}
.opc-progress-bar-item._active > span::after,
.opc-progress-bar-item._active > span::before,
.opc-progress-bar-item._active::before {
  border-color: #e3342e;
}
footer h3 {
  font-weight: normal;
}
.page-footer {
  background-color: #ebebeb;
}
footer .footer-container-newsletter {
  background-color: #e3342e;
}
.block.newsletter {
  float: none !important;
  width: 100%;
  padding-bottom: 20px;
}
footer .footer-container-2 {
  background-color: #F2F2F2;
}
footer .footer-container-2 .content {
  padding-bottom: 20px;
}
footer .footer-container-2 .icon {
  margin-right: 15px;
}
footer .footer-container-2 .icon-garantie-5 {
  margin-bottom: 6px;
  width: 70px;
}
footer .footer-container-2 .icon-garantie-3 {
  margin-bottom: 6px;
  /*margin-right:40px;*/
  width: 70px;
}
footer .footer-container-2 .icon-guetesiegel {
  margin-bottom: 6px;
}
footer .footer-container-2 .icon-gs {
  margin-bottom: 16px;
}
footer .footer-container-2 .icon-germany {
  margin-bottom: 12px;
  /*margin-right:40px;*/
}
footer .footer-container-2 .icon-ssl {
  margin-bottom: 12px;
  margin-right: 0;
}
/*.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__l) {*/
footer .footer-container-2 .col-vorteile-icons {
  float: none;
  width: 100%;
}
footer .footer-container-2 .col-vorteile-zahlungsarten {
  float: none;
  width: 100%;
}
footer .footer-container-2 .zahlungsart {
  float: left;
}
/*}*/
/*footer .footer-container-2*/
.zahlungsart {
  margin-right: 8px;
  width: 100px;
  border: 1px solid #EBEBEB;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  height: 45px;
  text-transform: uppercase;
  margin-top: 32px;
  padding: 5px;
}
/*footer .footer-container-2*/
.zahlungsart-text {
  line-height: 35px;
}
/*footer .footer-container-2*/
.zahlungsart-text a {
  color: #333333;
}
/*footer .footer-container-2*/
.zahlungsart-text a:hover {
  text-decoration: none;
}
/*footer .footer-container-2*/
.zahlungsart-lastschrift {
  padding-top: 7px;
}
/*footer .footer-container-2*/
.zahlungsart-kreditkarte {
  padding-top: 7px;
}
/*footer .footer-container-2*/
.zahlungsart-paypal {
  padding-top: 10px;
}
/*

#eKomiSeal_default {
    display:inline-block;
}
#eKomiSeal_default img {
    width:63px;
    height:63px;
    margin-bottom:12px;
}

*/
#eKomiWidget_default {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-container-1 .footer.content .links {
  padding-right: 0;
}
.footer-links-container {
  padding-left: 10px;
  padding-right: 10px;
}
.footer-container-1 .footer.content .links li {
  font-size: 13px;
}
.footer-container-3 .footer.content .links li {
  font-size: 12px;
}
.copyright {
  text-align: left;
  background-color: #4d4d4d;
}
.copyright .copyright-text,
.copyright a {
  color: #fff;
  display: block;
  padding: 10px 0;
  font-size: 1.6rem;
}
.copyright a {
  border-top: 1px solid #fff;
}
.copyright .bull {
  display: none;
}
.home-banner2 {
  position: relative;
}
.home-banner2-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}
.home-banner2-txt {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 3.5vw;
  padding: 3vw;
  text-shadow: 3px 4px 1px #000000;
  font-weight: bold;
}
@media only screen and (min-width: 1280px) {
  .home-banner2-txt {
    font-size: 46px !important;
    padding: 50px !important;
  }
}
/*.home-banner {
    line-height:0;
    overflow: hidden;
}
    .home-banner img {
        max-width:180%;
    }*/
.cms-home .h-container {
  background-color: #f2f2f2;
  padding: 10px;
}
.cms-home h1 {
  margin-bottom: 5px;
  font-size: 20px;
}
.cms-home .subitle {
  font-size: 14px;
  margin: 0;
}
.home-categories-container {
  margin-top: 20px;
  line-height: 0;
}
.home-categories-container .col-2 {
  float: left;
  width: 100%;
}
.home-categories-container .col-4 {
  float: left;
  width: 50%;
}
.home-categories-container .home-categories-img-container {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: 100%;
}
.home-categories-container .home-categories-img-container img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  position: relative;
}
.home-categories-container .home-categories-button {
  width: 100%;
  border: none;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.home-categories-container .home-categories-button:hover {
  text-decoration: none;
}
.home-categories-container .home-categories-img-container:hover img {
  transform: scale(1.1, 1.1);
  z-index: 9;
}
.block-title h2,
h2.home {
  font-size: 18px;
}
h2.home {
  background-color: #f2f2f2;
  padding: 10px;
}
.page-main .block {
  margin-bottom: 10px;
}
/*.owl-carousel.owl-loaded {
    padding: 0;
    margin-bottom:0;
}
*/
/*.widget.block-new-products*/
.block-title .red {
  color: #e3342e;
}
.home-ueber-lagerregale-24 {
  margin-bottom: 10px;
}
.home-ueber-lagerregale-24 img {
  width: 100%;
}
.home-ueber-lagerregale-24 h3 {
  font-size: 16px;
}
p.home,
.home-ueber-lagerregale-24 p {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
}
.lieferzeitbox,
.colorbox {
  margin: 4px auto 0 auto;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
}
.colorbox-sendzimirverzinkt {
  background-color: #c7d2d8;
}
.colorbox-lichtgrau {
  background-color: #e9e4e1;
}
.colorbox-enzianblau {
  background-color: #0d4694;
}
.colorbox-blauorange {
  background: #0d4694;
  background: -moz-linear-gradient(left, #0d4694 0%, #0d4694 50%, #ea7704 50%, #ea7704 100%);
  background: -webkit-linear-gradient(left, #0d4694 0%, #0d4694 50%, #ea7704 50%, #ea7704 100%);
  background: linear-gradient(to right, #0d4694 0%, #0d4694 50%, #ea7704 50%, #ea7704 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-produkt-blau', endColorstr='@color-produkt-orange', GradientType=1);
}
.colorbox-schwarzgelb {
  background: #000000;
  background: -moz-linear-gradient(left, #000000 0%, #000000 50%, #f7cf4c 50%, #f7cf4c 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #000000 50%, #f7cf4c 50%, #f7cf4c 100%);
  background: linear-gradient(to right, #000000 0%, #000000 50%, #f7cf4c 50%, #f7cf4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-produkt-schwarz', endColorstr='@color-produkt-gelb', GradientType=1);
}
.colorbox-graurot {
  background: #8f999f;
  background: -moz-linear-gradient(left, #8f999f 0%, #8f999f 50%, #a73f3d 50%, #a73f3d 100%);
  background: -webkit-linear-gradient(left, #8f999f 0%, #8f999f 50%, #a73f3d 50%, #a73f3d 100%);
  background: linear-gradient(to right, #8f999f 0%, #8f999f 50%, #a73f3d 50%, #a73f3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-produkt-silbergrau', endColorstr='@color-produkt-feuerrot', GradientType=1);
}
.colorbox-grauanthrazit {
  background: #293139;
  background: -moz-linear-gradient(left, #e9e4e1 0%, #e9e4e1 50%, #293139 50%, #293139 100%);
  background: -webkit-linear-gradient(left, #e9e4e1 0%, #e9e4e1 50%, #293139 50%, #293139 100%);
  background: linear-gradient(to right, #e9e4e1 0%, #e9e4e1 50%, #293139 50%, #293139 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-produkt-lichtgrau', endColorstr='@color-produkt-anthrazit', GradientType=1);
}
.colorbox-blauverzinkt {
  background: #0d4694;
  background: -moz-linear-gradient(left, #0d4694 0%, #0d4694 50%, #c7d2d8 50%, #c7d2d8 100%);
  background: -webkit-linear-gradient(left, #0d4694 0%, #0d4694 50%, #c7d2d8 50%, #c7d2d8 100%);
  background: linear-gradient(to right, #0d4694 0%, #0d4694 50%, #c7d2d8 50%, #c7d2d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-produkt-blau', endColorstr='@color-produkt-verzinkt', GradientType=1);
}
.colorbox-blaulichtgrau {
  background: #0d4694;
  background: -moz-linear-gradient(left, #e9e4e1 0%, #e9e4e1 50%, #0d4694 50%, #0d4694 100%);
  background: -webkit-linear-gradient(left, #e9e4e1 0%, #e9e4e1 50%, #0d4694 50%, #0d4694 100%);
  background: linear-gradient(to right, #e9e4e1 0%, #e9e4e1 50%, #0d4694 50%, #0d4694 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-produkt-lichtgrau', endColorstr='@color-produkt-blau', GradientType=1);
}
.colorbox-feuerrot {
  background-color: #a73f3d;
}
.colorbox-schwarz {
  background-color: #000000;
}
.colorbox-anthrazit {
  background-color: #293139;
}
.colorbox-blauorangegrau {
  background: #0d4694;
  background: -moz-linear-gradient(left, #0d4694 0%, #0d4694 33%, #ea7704 33%, #ea7704 66%, #c7d2d8 66%, #c7d2d8 100%);
  background: -webkit-linear-gradient(left, #0d4694 0%, #0d4694 33%, #ea7704 33%, #ea7704 66%, #c7d2d8 66%, #c7d2d8 100%);
  background: linear-gradient(to right, #0d4694 0%, #0d4694 33%, #ea7704 33%, #ea7704 66%, #c7d2d8 66%, #c7d2d8 100%);
}
.lieferzeitbox-gruen {
  background-color: #009800;
}
.lieferzeitbox-gelb {
  background-color: #f7cf4c;
}
.lieferzeitbox-orange {
  background-color: #ea7704;
}
.lieferzeitbox-weiss {
  background-color: #fff;
}
.lieferzeitbox-brown {
  background-color: brown;
}
.lieferzeit-legende .lieferzeitbox {
  display: inline-block;
}
.page-layout-2columns-left .sidebar-main {
  flex-basis: 100%;
  flex-grow: 1;
  order: 1;
}
.category-navigation {
  display: none;
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {*/
@media only screen and (min-width: 769px) {
  .page-layout-2columns-left .column.main,
  .page-layout-2columns-left .sidebar-main {
    float: none;
    width: 100%;
  }
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {*/
@media only screen and (min-width: 1024px) {
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .column.main {
    float: right;
    order: 2;
    width: 79.1667%;
  }
  .category-navigation {
    display: block !important;
  }
}
.page-title-wrapper h1 {
  margin-bottom: 20px;
}
.category-text {
  margin-bottom: 20px;
}
.category-overview-block,
.category-overview-block2,
.category-overview-block div,
.category-overview-block2 div,
.product-item-info {
  box-sizing: content-box;
}
.price-final_price .price-including-tax .price {
  color: #e3342e;
  font-size: 1.6rem;
}
.old-price .price-final_price .price-including-tax .price {
  color: #333333;
  font-size: 1.4rem;
}
.price-including-tax + .price-excluding-tax::before,
.weee[data-label]::before {
  font-size: 1.3rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax::before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.3rem;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  z-index: 3;
}
.products-grid .product-item {
  position: relative;
}
.products-grid .product-item .angebot {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
}
.category-icons img {
  max-height: 50px;
  margin-left: 10px;
}
/*.category-description.category-bg-stecksysteme {
     background-color: #fff;
}
.category-description:after {
    clear:both;
}
*/
.category-description .category-description-c1 {
  display: none;
}
.category-description .category-description-c2:not(.category-description-konfigurator .category-description-c2) {
  display: none;
}
.category-description .category-description-c2-img {
  line-height: 0;
}
.category-description .category-description-c2-img img {
  width: 100%;
}
.category-description .category-description-c3 {
  background: #ebebeb;
  vertical-align: top;
}
.category-description .category-description-c3 .category-text {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.category-description .category-description-c3 .title {
  font-size: 18px;
}
.category-description .category-description-c3 ul {
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 5px;
}
.category-description .category-description-c3 ul li {
  color: #e3342e;
  list-style-type: square;
  font-size: 13px;
  margin-bottom: 0.5rem;
}
.category-description .category-description-c3 ul li span {
  color: #333333;
}
.page-with-filter .columns .sidebar-main {
  order: 1;
}
.category-filter,
.category-konfigurator {
  width: 50%;
  float: left;
  line-height: 50px;
  font-size: 20px;
  padding: 0 20px;
  margin: 0 0 10px 0;
}
.category-filter {
  border-top: 1px solid #4D4D4D;
  border-left: 1px solid #4D4D4D;
}
.category-konfigurator {
  background-color: #4D4D4D;
}
.category-konfigurator a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.category-konfigurator:hover {
  background-color: #c00;
}
.products-desktop {
  display: none;
}
.kategorie-text-top img {
  float: left;
  max-width: 200px;
}
.category-header-block {
  line-height: 30px;
  background-color: #ebebeb;
  padding-left: 10px;
}
.category-header-block i {
  color: #e3342e;
}
.category-header-block-konfigurator,
.category-header-block-zubehoer {
  background-color: #e3342e;
}
.category-header-block-zubehoer {
  margin-bottom: 20px;
}
.category-header-block-konfigurator {
  margin-bottom: 10px;
}
.category-header-block-konfigurator a,
.category-header-block-konfigurator a i,
.category-header-block-zubehoer a,
.category-header-block-zubehoer a i {
  color: #fff;
}
.category-header-block-konfigurator a,
.category-header-block-zubehoer a {
  display: block;
}
.category-header-block-konfigurator a:hover,
.category-header-block-zubehoer a:hover {
  text-decoration: none;
  background-color: #e64a44;
}
.category-content-block {
  margin-bottom: 20px;
}
.category-content-block img {
  width: 100%;
  max-width: 100%;
}
.category-content-block.category-katalog img {
  width: 480px;
}
.category-filter-wrapper {
  margin-top: 5px;
  line-height: 1.7;
}
.category-filter-wrapper a {
  color: #333333;
  font-size: 13px;
}
.category-filter-wrapper a i {
  color: #e3342e;
}
.category-filter-wrapper a strong {
  font-size: 12px;
}
.category-navigation-level2 {
  padding-left: 12px;
  display: inline-block;
}
#info-fachbodenregal-vergleich,
.category-overview-container {
  margin-bottom: 40px;
}
.category-overview-container .category-overview-header {
  color: #fff;
  padding: 3px 10px;
  margin-top: 20px;
}
.category-overview-container .category-overview-header-stecksysteme,
.category-overview-container .category-overview-header-schraubsysteme {
  float: left;
  width: 25%;
}
.category-overview-container .action.primary {
  color: #fff !important;
  width: 100%;
  background-color: #747474;
  border-color: #000;
  text-align: center;
  /* transition: backgrond-color 1s;*/
}
.category-overview-container .action.primary:hover {
  background-color: #e3342e !important;
}
.category-overview-container .category-overview-block {
  float: left;
  width: 22%;
  margin: 10px 1.5% 10px 1.5%;
}
.category-overview-container .category-overview-block h3,
.category-overview-container .category-overview-block2 h3 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 0;
}
.category-overview-container .category-overview-block ul,
.category-overview-container .category-overview-block2 ul {
  margin-top: 15px;
}
.category-overview-container .category-overview-block ul.bueroregale,
.category-overview-container .category-overview-block2 ul.bueroregale {
  min-height: 160px;
}
.category-overview-container .category-overview-block ul.bueroregale-fachbodenregale,
.category-overview-container .category-overview-block2 ul.bueroregale-fachbodenregale {
  min-height: 200px;
}
.category-overview-container .category-overview-block ul.weitspannregale,
.category-overview-container .category-overview-block2 ul.weitspannregale {
  min-height: 130px;
}
.category-overview-container .category-overview-block ul.kragarmregale,
.category-overview-container .category-overview-block2 ul.kragarmregale {
  min-height: 150px;
}
.category-overview-container .category-overview-block > div:hover,
.category-overview-container .category-overview-block2 > div:hover {
  border: 1px solid #bbbbbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  margin: -10px;
  padding: 9px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
/*.category-overview-container .category-overview-block-3 {
        width:30%;
    }*/
.kategorie-text-content .farbausfuehrung {
  margin-right: 10px;
}
.kategorie-tipp {
  background-color: #e3342e;
  color: #fff;
  margin-top: 20px;
  padding: 10px;
}
.kategorie-tipp span {
  font-size: 18px;
}
.category-overview-container .c2,
.category-overview-container .c3,
.category-overview-container .c4 {
  float: left;
  margin-right: 3%;
  width: 100%;
}
.category-overview-container .c2 .category-overview-block2,
.category-overview-container .c3 .category-overview-block2,
.category-overview-container .c4 .category-overview-block2 {
  width: 100%;
  float: left;
  margin: 10px 3% 10px 0;
}
/*
.category-overview-container .c2 {
    width:100%;
}
.category-overview-container .c3 {
    width:100%;
}
.category-overview-container .c4 {
    width:100%;
}*/
.category-overview-container .info-c3 {
  width: 31%;
  float: left;
  margin-right: 2%;
  margin-top: 20px;
}
.category-overview-container .info-text {
  margin-top: 20px;
}
.category-overview-container .info-line {
  border-top: 1px solid #828282;
  height: 1px;
  margin: 20px 0;
}
/*.category-cms .info-block-header,*/
/*.category-overview-container*/
.info-block-header {
  cursor: pointer;
}
.category-info .fa-chevron-down,
.info-block-header .fa-plus,
.info-block-header .fa-minus {
  color: #e3342e;
  font-size: 20px;
  line-height: 46px;
  /*margin-left:10px;*/
  float: right;
  display: inline-block;
  width: 46px;
}
/*.category-cms .info-block,*/
/*.category-overview-container*/
.info-block {
  display: none;
}
/*.category-cms .info-block ul.square,*/
/*.category-overview-container*/
.info-block ul.square {
  margin-top: 20px;
}
.category-cms .info-block {
  margin-top: 20px;
}
.katalog-wrapper {
  text-align: center;
  margin-top: 80px;
}
.katalog-wrapper {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.katalog-wrapper.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.katalog-wrapper .action.primary {
  max-width: 320px;
}
.katalog-wrapper img {
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  width: 350px;
}
.katalog-wrapper.in-view img {
  width: 480px;
}
.product-item .tocart {
  white-space: normal;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: block;
  padding-left: 0px;
  width: 100%;
  margin-top: 10px;
}
.products-list .c-image {
  min-width: 65px;
  position: relative;
}
.products-list .c-image .angebot {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 25px;
}
.products-list .product-item-photo {
  padding-right: 0;
}
/*.products-list .product-item-photo img {
    width:100%;
}*/
.products-list .action.primary {
  white-space: nowrap;
  margin-bottom: 6px;
}
.products-list .minimal-price-link,
.products-list .price-excluding-tax,
.products-list .price-including-tax {
  white-space: unset;
}
.products-list table > thead > tr > th,
.products-list table > tbody > tr > th,
.products-list table > tfoot > tr > th,
.products-list table > thead > tr > td,
.products-list table > tbody > tr > td,
.products-list table > tfoot > tr > td {
  padding-left: 5px;
  padding-right: 5px;
}
.products-list .action.primary {
  padding-left: 8px;
  padding-right: 8px;
}
.products-list .product-item-details {
  padding-left: 15px;
}
.category-cms ul {
  list-style: square outside none;
  margin: 0 0 0 20px;
  padding: 0;
}
.category-cms ul li {
  list-style: square outside none;
  color: #e3342e;
  padding: 5px 0;
  margin: 0;
}
.category-cms ul li span {
  color: #333333;
}
.old-price .price-label {
  display: none;
}
.old-price .price {
  text-decoration: line-through;
}
.category-info {
  cursor: pointer;
  margin-bottom: 10px;
  background-color: #ebebeb;
}
.category-info .info-box {
  margin-right: 10px;
}
.steckregal-grundausstattung-legende ul {
  padding: 0;
}
.steckregal-grundausstattung-legende ul li {
  background-color: #ebebeb;
  margin: 0 0 10px 0;
  font-size: 13px;
}
.steckregal-grundausstattung-legende ul li a {
  color: #333333;
  display: block;
}
.steckregal-grundausstattung-legende ul li a:hover {
  text-decoration: none;
}
.steckregal-grundausstattung-legende ul li a span {
  display: inline-block;
  background-color: #e3342e;
  margin-right: 5px;
}
.steckregal-grundausstattung-legende ul li a span span {
  display: inline-block;
  background-color: #ffffff;
  color: #e3342e;
  font-weight: bold;
  width: 20px;
  height: 20px;
  margin: 2px;
  font-size: 14px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.fachbodenregale-info {
  float: left;
  text-align: left;
  cursor: pointer;
  margin-top: 10px;
}
.palettenregale-planungsmasse {
  width: 250px;
}
/*.category-konfigurator {
    display:none;
}*/
.filter .filter-current {
  margin-top: 30px;
}
.filter-no-options .filter-title::before {
  background: none;
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .filter-current .item {
        display:inline;
        padding-right:20px;
    }
}*/
.similar-image {
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.page-layout-1column .product.media,
.page-layout-1column .product-info-main {
  float: none;
}
.page-layout-1column .product-info-main .product-info-main-data {
  background-color: #f2f2f2;
  padding: 20px;
}
.page-layout-1column .product-info-main .product-info-main-technical a.action.primary {
  width: 100%;
  text-align: center;
}
.page-layout-1column .product-info-main .product-info-main-technical table .subattribute th {
  font-weight: normal;
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.subattribute td::before,
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.subattribute th::before {
  font-weight: normal;
}
.product-info-price .price-box .special-price .price-final_price .price-including-tax .price,
.product-info-price .price-box > .price-final_price .price-including-tax .price {
  color: #e3342e;
}
.product-info-main .product-info-stock-sku {
  padding-left: 0;
  text-align: left;
}
.product-info-main .product-info-price .price-box,
.product-info-main .product-info-stock-sku {
  display: block;
}
.box-tocart .action.tocart {
  width: auto;
}
.icon-lieferbar {
  font-size: 25px !important;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.lieferbar {
  color: #009800;
  font-weight: bold;
}
.product-info-main .product-add-form .box-tocart .field.qty {
  float: left;
  margin-right: 15px;
}
.product-info-main .product-add-form .box-tocart .actions {
  margin-top: 8px;
  float: left;
}
.product-info-main .product-add-form .box-tocart:after {
  content: "";
  display: table;
  clear: both;
}
.product-item-info {
  width: 100%;
}
.block.related .related-available .product-item-name {
  margin-left: 0px;
}
.product-info-main .icons .product-icon-nachkaufgarantie,
.product-info-main .icons .product-icon-3jahre,
.product-info-main .icons .product-icon-5jahre {
  max-width: 21%;
  margin-right: 4%;
}
.product-info-main .icons .product-icon-ral {
  max-width: 18%;
  margin-right: 4%;
}
.product-info-main .icons .product-icon-gs {
  max-width: 21%;
  margin-right: 4%;
}
.product-info-main .icons .product-icon-made-in-germany {
  max-width: 24%;
  margin-right: 0;
}
.product-info-main .rabatt {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.konfigurator-rabatte .rabatte,
.product-info-main .rabatt span {
  color: #009800;
  font-weight: bold;
}
.product-info {
  clear: both;
}
.product-info {
  margin: 0;
  padding: 40px 0;
}
.product-info h3 {
  /*color: @color-lagerregale-red;*/
  font-size: 17px;
  font-weight: normal;
}
.product-info h3.pi-header2 {
  color: #fff;
  line-height: 2;
  padding-left: 10px;
}
.product-info .pi-aufbaumasse td {
  padding: 2px 10px 2px 0;
}
.product-info .pi-aufbaumasse-value {
  text-align: right;
}
.product-info h3.row2 {
  margin: 30px 0 0;
}
.product-info ul {
  list-style: square outside none;
  margin: 0 0 0 20px;
  padding: 0;
}
.product-info ul li {
  list-style: square outside none;
  color: #e3342e;
  padding: 5px 0;
}
.product-info ul li span {
  color: #333333;
}
.product-info .aufbaumasse td {
  padding: 2px 10px 2px 0;
}
.product.data.items > .item.title > .switch {
  color: #333333 !important;
  background-color: #f2f2f2;
}
.product.attibute.overview ul,
ul.square,
.uebersicht-infobereich-content ul.square,
.product-description-list {
  list-style: square outside none !important;
  margin: 0 0 0 20px;
  padding: 0;
}
.product.attibute.overview ul li,
ul.square li,
.uebersicht-infobereich-content ul.square li,
.product-description-list li {
  color: #e3342e;
  list-style: square outside none !important;
}
.product.attibute.overview ul li span,
ul.square li span,
.uebersicht-infobereich-content ul.square li span,
.product-description-list li span {
  color: #333333;
}
.produktbewertungen-liste {
  margin: 0 0 20px 0;
  position: relative;
}
.produktbewertungen-liste .produktbewertungen-header img {
  float: left;
  width: 60px;
  margin: 0 10px 0 0;
}
.produktbewertungen-liste .produktbewertungen-content {
  max-height: 450px;
  overflow-y: scroll;
}
.produktbewertungen-liste .produktbewertungen-content .rating-container {
  font-size: 12px;
}
.rating-container {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
}
.rating-container:last-child {
  border-bottom: none;
}
.rating-container .rating {
  margin-bottom: 5px;
}
.rating-container .rating:after {
  clear: both;
}
.rating-container .anz-bewertungen {
  float: left;
  font-size: 14px;
  line-height: 24px;
  margin-left: 5px;
}
.rating-container .rating-answer {
  border-left: 3px solid #e3342e;
  margin-top: 20px;
  padding: 10px;
}
.rating-container .rating-answer i {
  color: #e3342e;
}
.rating .fa {
  color: #FFD700;
  padding: 0 5px 0 0;
  font-size: 18px;
}
.rating .fa:last-child {
  padding-right: 0;
}
.gesamtrating-container .rating .fa {
  font-size: 20px;
}
.gesamtrating-container .gesamtrating-container-c1 {
  float: left;
  width: 150px;
  margin-right: 20px;
  text-align: center;
}
.gesamtrating-container .gesamtrating-container-c1 > span {
  font-size: 35px;
  font-weight: bold;
}
.gesamtrating-container .gesamtrating-container-c2 {
  float: left;
  width: 350px;
}
.gesamtrating-container .gesamtrating-container-c2 .gesamtrating-uebersicht-1 {
  float: left;
  width: 58px;
  font-size: 12px;
}
.gesamtrating-container .gesamtrating-container-c2 .gesamtrating-uebersicht-2 {
  float: left;
  background-color: #eee;
  height: 10px;
  margin: 4px 5px 0 5px;
}
.gesamtrating-container .gesamtrating-container-c2 .gesamtrating-uebersicht-2 > div {
  background-color: #333;
  height: 100%;
}
.gesamtrating-container .gesamtrating-container-c2 .gesamtrating-uebersicht-3 {
  float: left;
  font-size: 12px;
}
.rating-grid:hover {
  text-decoration: none;
}
.rating-grid span {
  color: #333;
}
#product-video-container .video {
  margin: 0 0 25px 0;
}
#product-video-container .video h4 {
  margin: 0 0 10px 0;
}
#product-download-container .download {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  padding-top: 10px;
}
#product-download-container .download img {
  float: left;
  margin-right: 10px;
}
#product-download-container .download p {
  line-height: 2;
}
/*.filter.block {
    margin-bottom: 10px;
}
#narrow-by-list.filter-fixed {
    position:fixed;
    top:0;
    z-index:100;
    padding-top:10px;
    width:100%;
    background-color:#fff;
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    #narrow-by-list.filter-notfixed {
        position:relative;
    }

    .filter-options-content {
        padding: 0;
        max-width: 135px;
        display:inline-block;
        margin-bottom:10px;

    }
        .filter-options-content select {
            background-color: @color-lagerregale-red;
            color:#fff;
        }
        .filter-options-content select option {
            background-color: #fff;
            color: @text__color;
        }

}*/
.service-block {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0;
}
.service-block .service-img {
  margin-bottom: 10px;
  max-width: 120px;
}
.service-block .zahlungsart {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eeeeef 0%, #ffffff 100%) repeat scroll 0 0;
  border: 1px solid #cccccc;
  color: #666666;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  margin: 5px 10px 5px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
  max-width: 100%;
}
.fachbodenregal-container {
  float: left;
  margin: 0 3% 10px 0;
  width: 30%;
}
table.stecksystem-oder-schraubsystem {
  border-collapse: collapse;
  margin: 0 0 15px;
}
table.stecksystem-oder-schraubsystem th,
table.stecksystem-oder-schraubsystem td {
  border: 5px solid #fff;
  font-size: 13px;
  padding: 10px;
  vertical-align: middle;
}
table.stecksystem-oder-schraubsystem td.col1 {
  background-color: #d0d1d3;
  border-left: medium none;
}
table.stecksystem-oder-schraubsystem th.col2,
table.stecksystem-oder-schraubsystem td.col2 {
  background-color: #f1f1f1;
}
table.stecksystem-oder-schraubsystem th.col3,
table.stecksystem-oder-schraubsystem td.col3 {
  background-color: #e3e4e6;
}
.cms-downloads .download {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
}
.cms-downloads .download img {
  float: left;
  margin-right: 15px;
  -webkit-box-shadow: 1px 1px 5px #444;
  -moz-box-shadow: 1px 1px 5px #444;
  box-shadow: 1px 1px 5px #444;
  width: 120px;
}
.cms-downloads .download h3 {
  font-weight: normal;
  font-size: 2rem;
  margin: 0 0 5px 0;
}
.cms-montageanleitung .montage-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.cms-montageanleitung .montage-flex .download {
  width: 20%;
}
.cms-montageanleitung .montage-flex .download img {
  max-width: 160px;
  box-shadow: 1px 1px 5px #444;
}
.cms-montageanleitung .montage-flex .download h3 {
  margin-bottom: 25px;
  min-height: 40px;
}
@media (max-width: 768px) {
  .cms-montageanleitung .montage-flex .download {
    width: 40%;
  }
}
.schwerlastregal {
  width: 49%;
  float: left;
}
.cms-schwerlastregale-html .col-left {
  margin-right: 1%;
}
.cms-schwerlastregale-html .col-right {
  margin-left: 1%;
}
.schwerlastregal h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 0 0;
}
.schwerlastregal p {
  text-align: justify;
}
@media (max-width: 768px) {
  .cms-schwerlastregale-html .col-left {
    margin-right: 0%;
  }
  .cms-schwerlastregale-html .col-right {
    margin-left: 0%;
  }
  .schwerlastregal {
    width: 100%;
    float: left;
    margin: 15px 0 !important;
  }
  .cms-schwerlastregale-html .action .primary {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.faq-categorie {
  cursor: pointer;
  font-size: 20px;
  padding-bottom: 12px;
}
.faq-categorie::before {
  font-family: FontAwesome;
  font-size: 20px;
  padding-right: 5px;
  -webkit-transition: transform 2s ease-in-out;
}
.faq-categorie.faq-categorie-closed::before {
  content: "\f105" !important;
}
.faq-categorie.faq-categorie-open::before {
  content: "\f107" !important;
}
.faq-categorie ~ .faq-categorie-block {
  display: none;
  margin: 0 0 20px 20px;
}
.faq-categorie-block .def-title {
  cursor: pointer;
  margin: 5px 0;
}
.faq-categorie-block .def-title::before {
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 5px;
}
.faq-categorie-block .def-title.def-title-closed::before {
  content: "\f105" !important;
}
.faq-categorie-block .def-title.def-title-open::before {
  content: "\f107" !important;
}
.faq-categorie-block .def-content {
  display: none;
  margin: 0 0 0 10px;
}
.faq-kontakt {
  font-size: 16px;
}
.faq-kontakt img {
  float: left;
  margin: 0 20px 0 0;
}
.faq-kontakt .phone {
  font-size: 18px;
}
.widerrufsformular {
  border: 1px solid black;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 2px #4d4d4d;
  -moz-box-shadow: 2px 2px 2px #4d4d4d;
  box-shadow: 2px 2px 2px #4d4d4d;
}
.montageanleitung {
  width: 100%;
  margin-bottom: 20px;
}
.montageanleitung iframe {
  width: 100%;
  min-height: 585px;
}
@media only screen and (min-width: 1024px) {
  .montageanleitung {
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}
.message-customer-login {
  background-color: #D9EDF7;
  color: #337AB7;
  padding: 10px;
  margin-bottom: 20px;
}
.message-customer-login i {
  font-size: 40px;
  float: left;
  margin-right: 10px;
}
/* Link mit "Alle Rechnungen drucken" etc. entfernen, da es einen "Site not found" Fehler generiert. */
.account.sales-order-creditmemo .order-details-items .actions-toolbar .action.print,
.account.sales-order-invoice .order-details-items .actions-toolbar .action.print,
.account.sales-order-shipment .order-details-items .actions-toolbar .action.print {
  display: none;
}
/* Tracking bei "Lieferung" entfernen, da hier eh nie etwas eingegeben wird */
.account.sales-order-shipment .order-title .action.track {
  display: none;
}
.list-cart {
  padding-left: 15px;
}
.list-cart li {
  list-style: square;
  color: #e3342e;
}
.list-cart li span {
  color: #333333;
}
.page-layout-checkout .nav-responsive {
  display: none;
}
.opc-progress-bar-item > span {
  color: #ccc;
}
.billing-address-details .billing-address-details-wrapper {
  border: 1px solid #333;
  padding: 10px;
}
.opc-progress-bar-item._active::before,
.opc-progress-bar-item._active > span::before {
  background-color: #e3342e;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #e3342e;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  background-color: #e3342e;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #e3342e;
}
.invoice-message {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #337AB7;
  color: #337AB7;
  background-color: #d9edf7;
  font-weight: bold;
}
.cart-hinweis {
  background: #f9eca4;
  padding: 10px;
  font-weight: 500;
}
#comment-form {
  max-width: 100%;
}
.checkout-onepage-success .page-title-wrapper {
  width: auto;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
.checkout-onepage-success .page-title-wrapper .page-title {
  display: block;
}
.cms-steckregal-konfigurator .columns .column.main {
  overflow-x: auto;
  /* Damit man im Konfigurator mobile Ansicht horizontal scrollen kann*/
}
.cms-steckregal-konfigurator .product.info.detailed {
  display: none;
}
/*.category-description-konfigurator .category-description-c2 .col-md-5 {
    float:right;
}
.category-description-konfigurator .category-description-c2 .col-md-7 {
    float:left;
}*/
.konfigurator-step-container {
  background-color: #ebebeb;
  margin-top: 20px;
}
.konfigurator-step-container .konfigurator-step {
  margin-right: 10px;
}
.konfigurator-step {
  display: block;
  width: 46px;
  line-height: 46px;
  background-color: #e3342e;
  color: #fff;
  text-align: center;
  float: left;
  font-size: 24px;
}
.konfigurator-step-text {
  float: left;
  /*  margin-right:150px;*/
  width: calc(100% - 102px);
  font-size: 15px;
  /*line-height:46px;*/
}
/*.konfigurator-header .konfigurator-step {
        margin:0 10px 0 0 ;
}*/
#konfigurator-container .konfigurator-step {
  position: absolute;
  left: -60px;
  top: 288px;
}
/*#info-zubehoer .konfigurator-step {
        margin:0 10px 0 0;
}*/
#konfigurator {
  margin: 20px 0 0 0;
  background-color: #fff;
}
#konfigurator2 .konfigurator-header,
#konfigurator .konfigurator-header {
  font-size: 13px;
  line-height: 2.5;
}
#konfigurator .info-grundregal {
  background-color: #d9d9d9;
  padding: 5px 10px;
}
#konfigurator .konfigurator {
  background-color: #fff;
}
#konfigurator .konfigurator .konfigurator-inner-wrapper {
  position: relative;
}
#konfigurator .konfigurator .konfigurator-inner-wrapper #konfigurator-prev,
#konfigurator .konfigurator .konfigurator-inner-wrapper #konfigurator-next {
  display: none;
  position: absolute;
  top: 100px;
  z-index: 100;
  font-size: 35px;
  cursor: pointer;
}
#konfigurator .konfigurator .konfigurator-inner-wrapper #konfigurator-prev {
  left: 10px;
}
#konfigurator .konfigurator .konfigurator-inner-wrapper #konfigurator-next {
  right: 10px;
}
.konfigurator-reset {
  line-height: 20px;
  float: right;
  margin: 5px 5px 0 0;
}
/*#konfigurator .konfigurator .konfigurator-col1 {
    width:79%;
    margin-right:1%;
    float:left;
}*/
/*#konfigurator .konfigurator .konfigurator-col2 {
    width:20%;
    height:380px;
    padding:10px;
    background-color:#EBEBEB;
    float:right;
}*/
.konfigurator-vorschaubild {
  position: relative;
}
.konfigurator-vorschaubild .fa-caret-up {
  display: none;
}
.konfigurator-vorschaubild #img-grundregal {
  width: 100%;
  height: 241px;
  float: left;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  background-size: contain;
  position: relative;
}
.konfigurator-vorschaubild #img-grundregal i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  color: #ccc;
}
.konfigurator-vorschaubild #img-grundregal a:hover i {
  color: #e3342e;
}
.konfigurator-vorschaubild #img-regalzeile,
.konfigurator-vorschaubild #img-color {
  display: none;
  min-height: 90px;
}
.konfigurator-vorschaubild #a-grundregal {
  display: block;
  width: 100%;
  height: 100%;
}
#ausgabe-container-zubehoer .breite-gesamt,
#konfigurator .breite-gesamt,
#ausgabe-container-zubehoer .preis-gesamt,
#konfigurator .preis-gesamt {
  float: none;
  background-color: #ebebeb;
  width: 100%;
  margin: 0;
  border-bottom: 2px solid #fff;
  /*min-height:auto;*/
}
#ausgabe-container-zubehoer .breite-gesamt .value,
#konfigurator .breite-gesamt .value,
#ausgabe-container-zubehoer .preis-gesamt .value,
#konfigurator .preis-gesamt .value {
  text-align: right;
  line-height: 20px;
}
#ausgabe-container-zubehoer .breite-gesamt td,
#konfigurator .breite-gesamt td,
#ausgabe-container-zubehoer .preis-gesamt td,
#konfigurator .preis-gesamt td {
  padding: 10px;
  font-size: 16px;
}
/*#ausgabe-container-zubehoer .ausgabe-gesamtbreite,*/
#ausgabe-container-zubehoer .preis-gesamt .ausgabe-gesamtpreis,
#konfigurator .preis-gesamt .ausgabe-gesamtpreis {
  /*color: #e4342d;*/
  font-size: 20px !important;
  font-weight: bold !important;
}
#ausgabe-container-zubehoer .konfigurator-addtocart,
#konfigurator .konfigurator-addtocart {
  float: none;
  margin: 0;
  width: 100%;
  position: relative;
}
#ausgabe-container-zubehoer .konfigurator-addtocart label,
#konfigurator .konfigurator-addtocart label {
  position: absolute;
  z-index: 10;
  top: 2px;
  left: 5px;
  font-size: 11px;
}
#ausgabe-container-zubehoer .konfigurator-addtocart input,
#konfigurator .konfigurator-addtocart input {
  width: 25%;
  height: 50px;
  text-align: center;
  font-size: 20px;
}
#ausgabe-container-zubehoer .konfigurator-addtocart button,
#konfigurator .konfigurator-addtocart button {
  width: 100%;
  min-height: 50px;
}
#ausgabe-container-zubehoer .konfigurator-addtocart button.mitanzahl,
#konfigurator .konfigurator-addtocart button.mitanzahl {
  width: 75%;
  float: right;
}
#konfigurator .konfigurator-wrapper {
  padding-left: 0px;
  /*padding-left:60px;*/
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative;
  min-height: 400px;
}
#konfigurator #konfigurator-container {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1220px;
}
#konfigurator #konfigurator-container .regalsystem-teil {
  float: left;
  margin: 10px 0 10px 0;
  position: relative;
}
span.zubehoer,
#konfigurator #konfigurator-container .regalsystem-teil .ar-delete {
  cursor: pointer;
  color: #E4342D;
}
#konfigurator #konfigurator-container .regalsystem-teil .icon-camera {
  cursor: pointer;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  top: 198px;
  color: #BD0926;
}
#konfigurator #konfigurator-container .regalsystem-teil .tooltip {
  display: none;
  height: 200px;
  width: 200px;
  z-index: 100;
  border: 2px solid #999;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: -5px;
  background-color: #fff;
  text-align: center;
}
#konfigurator #konfigurator-container .regalsystem-teil .tooltip img {
  max-height: 100%;
  max-width: 100%;
}
#konfigurator #konfigurator-container .regalsystem-teil-fachboeden {
  width: 100%;
  text-align: center;
  font-size: 12px;
}
#konfigurator #konfigurator-container .regalsystem-teil-info {
  width: 100%;
  text-align: center;
  margin-top: 14px;
}
#regalsystem-teil-info-gr1,
#konfigurator #konfigurator-container .regalsystem-teil-info1 {
  line-height: 14px;
}
#konfigurator #konfigurator-container #btn_add_anbauregal_box {
  float: left;
  margin-left: 20px;
  margin-top: 70px;
  margin-bottom: 50px;
  cursor: pointer;
}
#konfigurator #konfigurator-container #btn_add_anbauregal_box i {
  font-size: 35px;
  color: #5CB85C;
  float: left;
  display: block;
}
#konfigurator #konfigurator-container #btn_add_anbauregal_box span {
  /* float:left;
        display:block;*/
  font-size: 16px;
  line-height: 35px;
  /*margin-left:6px;*/
}
#konfigurator #konfigurator-container #btn_add_anbauregal_box_pl {
  float: left;
  margin-left: 20px;
  margin-top: 68px;
  cursor: pointer;
}
#konfigurator #konfigurator-container #btn_add_anbauregal_box_pl i {
  font-size: 35px;
  color: #5CB85C;
  float: left;
  display: block;
}
#konfigurator #konfigurator-container #btn_add_anbauregal_box_pl span {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 35px;
  margin-left: 6px;
}
.anz-zubehoer {
  padding: 3px;
}
.konfigurator-loading {
  display: none;
  margin: 5px 0 0 40px;
}
/*.konfigurator-warenkorb {
       margin:8px 0 0 0 !important;
}*/
#konfigurator #anbauregal {
  margin: 0 0 5px 0;
  padding: 3px;
}
#konfigurator .anz-fachboeden {
  font-weight: bold;
  color: #E4342D;
  cursor: pointer;
  font-size: 15px;
}
#konfigurator #gesamtpreis {
  font-weight: bold;
  font-size: 16px;
  color: #E4342D;
}
#cart-header-content {
  display: none;
  clear: both;
  text-align: left;
}
#ausgabe-container-zubehoer {
  background-color: #fff;
  padding-bottom: 10px;
}
/*#ausgabe-container-zubehoer .breite-gesamt {
        background-color:#fff;
}*/
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {

        #konfigurator2 .konfigurator-abmessungen {
            width:100% !important;

        }
        #konfigurator2 .konfigurator-fachlast {
            width: 23% !important;
        }
        #konfigurator2 .konfigurator-farbe {
            width: 43% !important;
        }
        #konfigurator2 .konfigurator-typ {
            width: 34% !important;
        }

    }
*/
/*
    .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
        #konfigurator .konfigurator-wrapper {
            overflow-x: auto !important;
        }
        #konfigurator #konfigurator-container {
            min-width:0 !important;
        }
    }
    */
/* Globaler Konfigurator */
.konfigurator-tab {
  width: 380px;
  float: left;
  background-color: #3f3f41;
  line-height: 45px;
  font-size: 15px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 5px;
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.22);
}
.konfigurator-tab .konfigurator-step {
  margin: 10px;
}
.konfigurator-tab a {
  color: #fff;
  display: block;
}
.konfigurator-tab a:hover {
  text-decoration: none;
}
.konfigurator-tab-aktiv {
  background-color: #fff;
}
#konfigurator2 {
  background-color: #fff;
  position: relative;
  background-color: #ebebeb !important;
}
#konfigurator2 .start-konfigurator-container {
  padding: 10px 10px 0 10px;
}
#konfigurator2 .konfigurator-box {
  padding: 10px;
  float: left;
  position: relative;
  background-color: #706E6E;
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 100%;
}
#konfigurator2 .konfigurator-box .info {
  position: absolute;
  bottom: 10px;
  right: 5px;
  cursor: pointer;
  color: fff;
  font-size: 20px;
  background-color: #e3342e;
  padding: 3px 5px;
  line-height: 20px;
}
/*
#konfigurator2 .konfigurator-box .pad {
        padding:10px;
}*/
#konfigurator2 .konfigurator-box .radio-wrapper {
  margin: 5px 0;
}
#konfigurator2 .konfigurator-box .radio-wrapper input {
  margin: 0 5px 0 0;
}
@media only screen and (min-width: 480px) {
  /*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__xs) {*/
  #konfigurator2 .konfigurator-box {
    width: 49% !important;
    margin-right: 1% !important;
    min-height: 220px;
  }
}
@media only screen and (min-width: 640px) {
  /*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {*/
  #konfigurator2 .konfigurator-box {
    width: 32.33% !important;
    margin-right: 1% !important;
    min-height: 220px;
  }
}
@media only screen and (min-width: 1024px) {
  /*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {*/
  #konfigurator2 .konfigurator-box {
    width: 15.66% !important;
  }
  #konfigurator2 .colorbox {
    display: none;
  }
  #konfigurator2 .konfigurator-box .radio-wrapper {
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  /*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__xl) {*/
  #konfigurator2 .start-konfigurator-container img {
    display: inline !important;
    float: left;
  }
  #konfigurator2 .konfigurator-box {
    width: 10.8% !important;
  }
  #konfigurator2 .konfigurator-fachlast {
    width: 9% !important;
  }
  #konfigurator2 .konfigurator-farbe {
    width: 13.5% !important;
  }
  #konfigurator2 .konfigurator-typ {
    margin-right: 0 !important;
    width: 11.6% !important;
  }
}
.rabatt-old {
  text-decoration: line-through;
  color: #999;
}
.rabatt {
  background-color: #fff;
  display: block;
  padding: 3px 5px;
}
.konfigurator-rabatte {
  margin: 10px 0 0 0;
  line-height: 2;
}
/*.konfigurator-rabatte span,
.konfigurator-rabatte strong{
        font-size:13px;
}*/
.info-container h2 {
  margin: 40px 0 10px 0;
  font-size: 20px;
  font-weight: normal;
}
.info-container h2 span.link {
  float: right;
  font-size: 12px;
  margin-top: 10px;
}
.info-container .info-container-content {
  background-color: #fff;
  position: relative;
}
.info-container .vergleich-schraubregal .nach-oben,
.info-container .info-container-content .nach-oben {
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}
.info-container .vergleich-schraubregal .nach-oben:after,
.info-container .info-container-content .nach-oben:after {
  content: "nach oben";
}
.info-container .info-container-content a.fancybox img,
.info-container .info-container-content > img {
  float: left;
  margin: 0 30px 0 0;
}
.info-container .info-container-content .info-container-content-right {
  float: left;
  width: 380px;
  margin-top: 0px;
}
.info-container .info-container-content .info-container-content-right h3 {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.info-container .info-container-content .info-container-content-right p {
  margin: 0 0 20px 0;
}
.info-container .info-container-content .info-container-content-right td {
  padding: 3px 20px 3px 0;
}
.info-container .info-container-content .info-aussteifungsvariante {
  width: 48%;
  float: left;
}
.info-container .info-container-content .info-aussteifungsvariante:last-child {
  float: right;
}
#info-fachlast table {
  margin: 20px 0 0 0;
  width: 100%;
}
#info-fachlast th {
  padding: 4px 30px 4px 5px;
  background-color: #f2f2f2;
  font-weight: bold;
}
#info-fachlast td {
  padding: 12px 30px 12px 5px;
  vertical-align: middle;
}
.farben-fachboeden {
  float: left;
  width: 250px;
  margin: 0 0 20px 0;
}
.farben-rahmen {
  float: left;
  width: 400px;
  margin: 0 0 20px 0;
}
.farbausfuehrung {
  float: left;
  width: 70px;
  margin: 5px 0 0 0;
  line-height: 1.2;
}
.farbausfuehrung div {
  width: 57px;
  height: 32px;
  margin: 0 0 5px 0;
}
.farbausfuehrung .farbe-sendzimirverzinkt {
  background-color: #c7d2d8;
}
.farbausfuehrung .farbe-lichtgrau {
  background-color: #e9e4e1;
}
.farbausfuehrung .farbe-enzianblau {
  background-color: #0d4694;
}
.farbausfuehrung .farbe-feuerrot {
  background-color: #a73f3d;
}
.farbausfuehrung .farbe-schwarz {
  background-color: #000000;
}
/*#info-fachbodenregal-vergleich .v-1,
#info-typ h2.v-1 {
        width:480px;
        float:left;
}
#info-fachbodenregal-vergleich .v-2,
#info-typ h2.v-2 {
        width:480px;
        float:right;
}*/
#info-fachbodenregal-vergleich .info-typ-bg,
#info-typ .info-typ-bg {
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 480px, rgba(255, 255, 255, 0) 480px, rgba(255, 255, 255, 0) 520px, #ffffff 520px, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(480px, #ffffff), color-stop(480px, rgba(255, 255, 255, 0)), color-stop(520px, rgba(255, 255, 255, 0)), color-stop(520px, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 480px, rgba(255, 255, 255, 0) 480px, rgba(255, 255, 255, 0) 520px, #ffffff 520px, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 480px, rgba(255, 255, 255, 0) 480px, rgba(255, 255, 255, 0) 520px, #ffffff 520px, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 480px, rgba(255, 255, 255, 0) 480px, rgba(255, 255, 255, 0) 520px, #ffffff 520px, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 480px, rgba(255, 255, 255, 0) 480px, rgba(255, 255, 255, 0) 520px, #ffffff 520px, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
#info-typ h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}
#info-palettenregal ul,
.vergleich-content ul {
  list-style: square outside none;
  margin: 10px 0 0 20px;
  padding: 0;
}
#info-palettenregal ul li,
.vergleich-content ul li {
  list-style: square outside none;
  color: #E4342D;
  padding: 2px 0;
}
#info-palettenregal ul li span,
.vergleich-content ul li span {
  color: #2F2F2F;
}
.vergleich-steckregal {
  float: left;
  width: 48%;
}
.vergleich-schraubregal {
  float: right;
  width: 48%;
  position: relative;
}
.info-container-block {
  width: 24%;
  margin-right: 1%;
  float: left;
}
.info-container-block:last-child {
  width: 24%;
  margin-right: 0%;
  float: left;
}
.info-container-block h2 {
  background-color: #f2f2f2;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 10px;
  padding-left: 10px;
}
#info-downloads a.action.primary {
  width: 100%;
  margin-bottom: 10px;
}
/*.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__l) {

    .vergleich-steckregal .flow-element2,
    .vergleich-steckregal .flow-element,
    .vergleich-schraubregal .flow-element {
      opacity: 0;
      -moz-transition: all 700ms ease-out;
      -webkit-transition: all 700ms ease-out;
      -o-transition: all 700ms ease-out;
      transition: all 700ms ease-out;
      -moz-transform: translate3d(0px, 200px, 0px);
      -webkit-transform: translate3d(0px, 200px, 0px);
      -o-transform: translate(0px, 200px);
      -ms-transform: translate(0px, 200px);
      transform: translate3d(0px, 200, 0px);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .vergleich-steckregal .flow-element2.in-view,
    .vergleich-steckregal .flow-element.in-view,
    .vergleich-schraubregal .flow-element.in-view {
      opacity: 1;
      -moz-transform: translate3d(0px, 0px, 0px);
      -webkit-transform: translate3d(0px, 0px, 0px);
      -o-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate3d(0px, 0px, 0px);
    }

    .vergleich-steckregal .flow-element2 img,
    .vergleich-steckregal .flow-element img,
    .vergleich-schraubregal .flow-element img {
      -moz-transition: all 700ms ease-out;
      -webkit-transition: all 700ms ease-out;
      -o-transition: all 700ms ease-out;
      transition: all 700ms ease-out;

      width:80%;
    }
    .vergleich-steckregal .flow-element2.in-view img,
    .vergleich-steckregal .flow-element.in-view img,
    .vergleich-schraubregal .flow-element.in-view img {
      width:100%;
    }
}*/
/*.vergleich-typ {
        float:left;
        width:75px;
        margin:0 0 0 10px;
}*/
.vergleich-content {
  /*float:left;
        width:385px;*/
}
span.info {
  color: #E4342D !important;
  cursor: pointer;
}
#info-downloads .download {
  float: left;
  width: 450px;
  margin-right: 40px;
}
#info-fachbodenregal-vergleich .vergleich-steckregal p,
#info-fachbodenregal-vergleich .vergleich-schraubregal p {
  padding: 10px;
}
#info-fachbodenregal-vergleich .fachbodenregal-vergleich-links {
  margin-top: 10px;
}
#info-fachbodenregal-vergleich .fachbodenregal-vergleich-links a {
  width: 455px;
}
/* Konfigurator Startseite */
.konfigurator-start {
  display: none;
}
.konfigurator-start h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.konfigurator-start a.action.primary {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.konfigurator-start .start-konfigurator-tab {
  color: #fff;
  cursor: pointer;
  float: left;
  margin-top: 10px;
  background-color: #808080;
  text-align: center;
  line-height: 2;
  width: 100%;
}
.konfigurator-start .start-konfigurator-tab.active {
  background-color: #e3342e;
}
/* Konfigurator Allgemein NEU */
#konfigurator2 {
  background-color: #4d4d4d !important;
}
/*#konfigurator2 .konfigurator-box {
    background-color: inherit;
    color:#fff;
}*/
#konfigurator2 .start-konfigurator-container img {
  display: none;
}
/*#konfigurator2 .line {
    border-top: 1px solid #fff;
    margin-bottom:10px;
}*/
#konfigurator2 .colorbox {
  float: left;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
}
/*#konfigurator2 .konfigurator-abmessungen .konfigurator-abmessungen-hbt {
    float:left;
    margin-right:10px;
}*/
/* Konfigurator Startseite NEU */
.konfigurator-start-header,
.konfigurator-start {
  display: none;
}
.konfigurator-start-header #link-unterschied {
  margin-top: 12px;
  display: block;
  float: left;
}
.konfigurator-start-header #link-unterschied .fa {
  font-size: 24px;
}
.konfigurator-start-header #link-unterschied span {
  line-height: 24px;
  display: block;
  float: right;
  margin-left: 5px;
}
.konfigurator-start h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/*.konfigurator-start .konfigurator-abmessungen {
    margin-left:0;
}
.konfigurator-start .konfigurator-fachlast {

}
.konfigurator-start .konfigurator-farbe {

}
.konfigurator-start .konfigurator-typ {

}
*/
.konfigurator-start a.action.primary {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
/*
  @screen__xxs: 320px;
  @screen__xs: 480px;
  @screen__s: 640px;
  @screen__m: 768px;
  @screen__l: 1024px;
  @screen__xl: 1440px;

 **/
@media only screen and (max-width: 680px) {
  .top-container {
    background: #E3342E !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/* Konfigurator Weitspannregale */
.konfigurator-person {
  display: none;
}
#konfigurator2.konfigurator-weitspannregal {
  background-color: #EBEBEB !important;
}
#konfigurator2.konfigurator-weitspannregal .start-konfigurator-container {
  padding: 5px 5px 0 5px !important;
}
#konfigurator2.konfigurator-weitspannregal .konfigurator-box {
  background-color: #fff;
  color: #333333;
  width: 50% !important;
  margin-right: 0 !important;
  margin-bottom: 5px;
  min-height: 145px;
  padding: 5px;
}
#konfigurator2.konfigurator-weitspannregal .konfigurator-box-icon-container {
  float: left;
  margin: 7px 10px 10px 0;
  width: 22px;
}
#konfigurator2.konfigurator-weitspannregal .konfigurator-box i {
  color: #e3342e;
  font-size: 22px;
}
#konfigurator2.konfigurator-weitspannregal .konfigurator-box.konfigurator-tiefe i {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#konfigurator2.konfigurator-weitspannregal .konfigurator-box .radio-wrapper-container {
  float: left;
}
#konfigurator2.konfigurator-weitspannregal .konfigurator-box .radio-wrapper input {
  margin-right: 2px;
}
#konfigurator2.konfigurator-weitspannregal #konfigurator-container {
  min-width: 1220px;
}
@media only screen and (min-width: 480px) {
  #konfigurator2.konfigurator-weitspannregal .start-konfigurator-container {
    padding: 10px 10px 0 10px !important;
  }
  #konfigurator2.konfigurator-weitspannregal .konfigurator-box {
    width: 49% !important;
    margin-right: 1% !important;
    padding: 10px;
    margin-bottom: 10px !important;
  }
  .konfigurator-person {
    display: block;
    float: left;
    margin-top: 66px;
    margin-left: 10px;
    width: 84px;
    transition: all 700ms;
  }
}
@media only screen and (min-width: 800px) {
  #konfigurator2.konfigurator-weitspannregal .konfigurator-box {
    width: 24% !important;
  }
}
@media only screen and (min-width: 1200px) {
  #konfigurator2.konfigurator-weitspannregal .konfigurator-box {
    min-height: 0;
  }
  #konfigurator2.konfigurator-weitspannregal .konfigurator-box .radio-wrapper {
    margin: 0 15px 0 0;
    float: left;
  }
  #konfigurator2.konfigurator-weitspannregal .konfigurator-box .radio-wrapper:last-child,
  #konfigurator2.konfigurator-weitspannregal .konfigurator-box .radio-wrapper-container:last-child {
    margin-right: 0;
  }
}
/* Konfigurator Weitspannregale | Patrick */
.col-6-konfi {
  width: 50%;
  float: left;
  padding: 0 5%;
}
.col-6-aufteilung {
  width: 50%;
  float: left;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .col-6-aufteilung {
    width: 100%;
  }
}
.col-4-konfi {
  width: 33%;
  float: left;
  padding: 0 5%;
}
.konfi-info {
  margin: 20px 0px 40px 0px;
  padding: 10px;
  background-color: #f1f1f1;
}
.konfi-info i {
  font-size: 22px;
}
.konfi-info strong  {
  font-size: 15px;
}
.konfi-color {
  width: 200px;
  height: 200px;
  top: 100px;
  left: 25px;
  padding-top: 28%;
  border-radius: 100px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .konfi-color {
    width: 100px;
    height: 100px;
    padding-top: 34%;
  }
}
.staender {
  background-color: #006699;
}
.holme {
  background-color: #ff6600;
}
.fachwerk {
  background-color: #cccccc;
}
.col-12-bg {
  width: 100%;
  background: #f1f1f1;
  padding: 0px;
  margin: 20px 0px 20px 0px;
}
.col-12-bg i {
  color: white;
  background: #e3342e;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  margin-right: 10px;
  float: left;
}
.col-12-bg img {
  color: white;
  background: #e3342e;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  margin-right: 10px;
  float: left;
}
.col-12-bg .info-title {
  padding: 14px 0px 14px 0px;
  font-size: 16px;
  font-weight: 600;
}
.umfang {
  width: 13%;
  float: left;
}
.umfang a:hover {
  border: 2px solid black;
  box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.2);
}
#info-zubehoer .info-container-content .bg-gray {
  background-color: #EBEBEB;
}
#einstellungen {
  float: left;
}
#einstellungen .einstellungen-top-wrapper {
  margin: 13px 0 0 10px;
}
#einstellungen .einstellungen-top-element {
  margin-bottom: 25px;
}
#einstellungen .seperator {
  clear: both;
}
.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}
/* The slider itself */
.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 25px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #4CAF50;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}
.slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #4CAF50;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}
#anzahlGefunden {
  display: none;
  position: absolute;
  z-index: 31;
  top: 20px;
  right: 20px;
  background-color: #CCE7A0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
#result-container .result-container-header {
  background-color: #ebebeb;
  height: 35px;
  margin-top: 0;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  position: relative;
}
#result-container .result-container-header span {
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 100%;
}
#result-container .result-container-header i {
  left: 50%;
  position: absolute;
  bottom: -48px;
  color: #ebebeb;
  font-size: 80px;
  margin-left: -23px;
  z-index: 1;
}
#output-results-wrapper {
  background: #fff;
  opacity: 0.2;
}
#output-results-wrapper .resultPromotion {
  position: absolute;
  top: 30px;
  left: -6px;
  z-index: 20;
}
#output-results-wrapper .ribbon {
  padding: 3px 20px;
  color: #fff;
  font-size: 13px;
}
#output-results-wrapper .ribbon::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  border: 3px solid transparent;
}
#output-results-wrapper .ribbon-bestseller::before {
  border-top-color: #6a9333;
  border-right-color: #6a9333;
}
#output-results-wrapper .ribbon-bestseller {
  background-color: #7bae39;
}
#output-results-wrapper .ribbon-tiefpreis::before {
  border-top-color: #bf3a00;
  border-right-color: #bf3a00;
}
#output-results-wrapper .ribbon-tiefpreis {
  background-color: #f24900;
}
#output-results-wrapper table.vergleich td {
  border: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 10px 5px;
}
#output-results-wrapper table.vergleich tr.label td {
  background-color: #ebebeb;
  text-align: center;
}
#output-results-wrapper table.vergleich td.label {
  display: none;
}
#output-results-wrapper table.vergleich td.notfound,
#output-results-wrapper table.vergleich td.notfound a {
  color: #ccc;
}
#output-results-wrapper table.vergleich td .fa-plus-circle {
  position: absolute;
  color: #7BAE39;
  font-size: 28px;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}
#output-results-wrapper table.vergleich .product-image {
  max-height: 280px;
}
#output-results-wrapper table.vergleich .vergleich-profil {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 3px solid #999;
  max-width: 60%;
  border-radius: 100%px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
#output-results-wrapper table.vergleich .output-results-vergleich-steckregal {
  background-color: #777;
  color: #fff;
  font-weight: bold;
}
#output-results-wrapper table.vergleich .output-results-vergleich-schraubregal {
  background-color: #777;
  color: #fff;
  font-weight: bold;
}
#output-results-wrapper table.vergleich .rating .fa {
  color: #FFC500;
}
#output-results-wrapper table.vergleich .summary {
  cursor: pointer;
}
#output-results-wrapper table.vergleich .details ul {
  display: none;
  text-align: left;
  margin: 10px 0;
  padding: 0;
}
#output-results-wrapper table.vergleich td:not(.notfound) .details ul .fa-check {
  color: #7BAE39;
}
#output-results-wrapper table.vergleich td:not(.notfound) .details ul .fa-times {
  color: #E2001A;
}
#output-results-wrapper table.vergleich .fa-check-circle {
  display: none;
}
#output-results-wrapper table.vergleich .value-addtocart {
  padding: 0px;
}
#output-results-wrapper table.vergleich .action.primary {
  padding: 20px 10px;
}
@media (min-width: 900px) {
  #output-results-wrapper table.vergleich td {
    padding: 10px !important;
  }
  #output-results-wrapper table.vergleich tr.label {
    display: none;
  }
  #output-results-wrapper table.vergleich td.label {
    background-color: #ebebeb;
    display: table-cell !important;
  }
  #output-results-wrapper table.vergleich .fa-check-circle {
    display: block !important;
    color: #7BAE39;
    font-size: 24px;
    position: absolute;
    top: calc( 50% - 12px );
    right: 10px;
  }
  #output-results-wrapper table.vergleich .details ul {
    padding-left: 20px;
  }
  #output-results-wrapper table.vergleich .action.primary {
    padding: 10px 15px !important;
  }
  #output-results-wrapper table.vergleich .vergleich-profil {
    max-width: 35% !important;
  }
  #einstellungen .seperator {
    float: left;
    width: 1px;
    height: 30px;
    border-right: 1px solid #999;
    margin: -5px 20px 0 20px;
    clear: none !important;
  }
  #einstellungen .einstellungen-top-element {
    margin-bottom: 0 !important;
  }
  #output-results-wrapper table.vergleich .product-image {
    height: 280px;
  }
}
.cms-schraubregal-konfigurator .col-farben,
.cms-steckregal-konfigurator .col-farben,
.cms-fachbodenregal-steckregal-konfigurator .col-farben,
.cms-fachbodenregal-schraubregal-konfigurator .col-farben,
.cms-fachbodenregal-konfigurator .col-farben {
  margin-bottom: 40px;
}
.cms-schraubregal-konfigurator .col-farben .col-3,
.cms-steckregal-konfigurator .col-farben .col-3,
.cms-fachbodenregal-steckregal-konfigurator .col-farben .col-3,
.cms-fachbodenregal-schraubregal-konfigurator .col-farben .col-3,
.cms-fachbodenregal-konfigurator .col-farben .col-3 {
  width: 25%;
  float: left;
}
.cms-schraubregal-konfigurator .col-farben .col-3 img,
.cms-steckregal-konfigurator .col-farben .col-3 img,
.cms-fachbodenregal-steckregal-konfigurator .col-farben .col-3 img,
.cms-fachbodenregal-schraubregal-konfigurator .col-farben .col-3 img,
.cms-fachbodenregal-konfigurator .col-farben .col-3 img {
  max-height: 210px;
}
.cms-schraubregal-konfigurator .col-farben .col-3 h4,
.cms-steckregal-konfigurator .col-farben .col-3 h4,
.cms-fachbodenregal-steckregal-konfigurator .col-farben .col-3 h4,
.cms-fachbodenregal-schraubregal-konfigurator .col-farben .col-3 h4,
.cms-fachbodenregal-konfigurator .col-farben .col-3 h4 {
  height: 30px;
}
.cms-schraubregal-konfigurator h3,
.cms-steckregal-konfigurator h3,
.cms-fachbodenregal-steckregal-konfigurator h3,
.cms-fachbodenregal-schraubregal-konfigurator h3,
.cms-fachbodenregal-konfigurator h3 {
  font-weight: 300;
  font-size: 2.2rem;
}
.cms-schraubregal-konfigurator .col-6,
.cms-steckregal-konfigurator .col-6,
.cms-fachbodenregal-steckregal-konfigurator .col-6,
.cms-fachbodenregal-schraubregal-konfigurator .col-6,
.cms-fachbodenregal-konfigurator .col-6 {
  width: 50%;
  float: left;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .cms-schraubregal-konfigurator .col-farben .col-3 img,
  .cms-steckregal-konfigurator .col-farben .col-3 img,
  .cms-fachbodenregal-steckregal-konfigurator .col-farben .col-3 img,
  .cms-fachbodenregal-schraubregal-konfigurator .col-farben .col-3 img,
  .cms-fachbodenregal-konfigurator .col-farben .col-3 img {
    max-height: 160px;
  }
}
@media (max-width: 768px) {
  .cms-schraubregal-konfigurator .col-farben .col-3,
  .cms-steckregal-konfigurator .col-farben .col-3,
  .cms-fachbodenregal-steckregal-konfigurator .col-farben .col-3,
  .cms-fachbodenregal-schraubregal-konfigurator .col-farben .col-3,
  .cms-fachbodenregal-konfigurator .col-farben .col-3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .cms-schraubregal-konfigurator .col-6,
  .cms-steckregal-konfigurator .col-6,
  .cms-fachbodenregal-steckregal-konfigurator .col-6,
  .cms-fachbodenregal-schraubregal-konfigurator .col-6,
  .cms-fachbodenregal-konfigurator .col-6 {
    width: 100%;
    float: left;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .konfigurator-step-text {
    padding-top: 12px;
  }
}
#ergebnisse {
  line-height: 3;
  background-color: #EBEBEB;
  width: 100%;
  text-align: center;
  color: #333333;
}
#ergebnisse img {
  height: 15px;
}
#ergebnisse.show-results {
  background-color: #7BAE39;
  color: #fff;
}
#konfigurator .button-regal-bearbeiten {
  color: #e3342e;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 1.3;
}
#konfigurator #konfigurator-container .einstellungen {
  display: none;
  position: absolute;
  z-index: 99;
  top: 43px;
  width: 252px;
  min-height: 150px;
  background-color: #fff;
  border: 1px solid #e3342e;
  box-shadow: 1px 1px 3px #999;
  padding: 10px;
  float: left;
  margin-bottom: 0;
  max-width: 252px;
}
#konfigurator #konfigurator-container .einstellungen .fa-window-close {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: -2px;
  right: -1px;
  color: #e3342e;
}
#konfigurator #konfigurator-container .regalsystem-teil .ar-delete {
  color: #c00;
  position: absolute;
  top: -20px;
  margin: 0;
}
#konfigurator #konfigurator-container #btn_add_anbauregal_box {
  margin-left: 50px;
}
#konfigurator #konfigurator-container #btn_add_anbauregal_box > .add_ar {
  text-align: center;
  box-shadow: 2px 2px 2px grey;
  background-color: #fff;
  padding: 5px;
}
#konfigurator #konfigurator-container #btn_add_anbauregal_box .add_ar span {
  font-size: 13px;
  line-height: 1.5;
}
#konfigurator #konfigurator-container #btn_add_anbauregal_box #btn_add_anbauregal {
  color: #e3342e;
  float: none;
}
#konfigurator #konfigurator-container select.change_regalzeile {
  color: #e3342e;
  width: auto;
  padding: 0 20px 0 0;
  z-index: 20;
  position: relative;
  font-size: 13px;
  height: auto;
  border: none;
}
#konfigurator #konfigurator-container select#form_gr_hoehe {
  margin-left: -41px;
}
#konfigurator #konfigurator-container select#form_gr_tiefe {
  transform: rotate(45deg);
  margin-left: 15px;
  margin-top: 15px;
}
/* Reifenregal-Aktion */
.col-12-reifen {
  font-size: 18px;
  text-align: center;
  background-color: #f1f1f1;
  padding: 10px 0px 5px 0px;
  margin-bottom: 20px;
  border: 2px solid #e3342e;
}
.col-12-reifen p {
  font-size: 22px;
}
.col-12-reifen p span {
  color: #e3342e;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
body.checkout-index-index .loading-mask {
  display: none !important;
}
.kontakt-side {
  display: none;
}
/*@media only screen and (min-width: @screen__l) {*/
@media only screen and (min-width: 1024px) {
  .kontakt-side {
    display: block !important;
    position: fixed;
    top: 225px;
    right: -350px;
    transition: all 500ms ease-in-out 0s;
    z-index: 7999;
  }
  .kontakt-side .catcher {
    background: #e3342e;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    height: 60px;
    margin: 0 0 0 -60px;
    position: absolute;
    text-align: center;
    width: 60px;
  }
  .kontakt-side .inner {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 6px 5px 10px #333;
    -moz-box-shadow: 6px 5px 10px #333;
    box-shadow: 6px 5px 10px 0 rgba(0, 0, 0, 0.3);
    color: #333333;
    float: left;
    padding: 10px 15px;
    width: 350px;
  }
  .kontakt-side .inner h3 {
    font-size: 20px;
    margin-top: 0;
  }
  .kontakt-side .inner span,
  .kontakt-side .inner a {
    font-size: 20px;
  }
}
/****** Kundenlogin Icon *******/
.login-icon {
  width: 100%;
}
.login-icon .col {
  width: 50%;
  float: left;
  margin: 20px 0;
}
.login-icon img {
  width: 40px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .login-icon img {
    width: 50px;
  }
}
.col-md-menue {
  width: 20%;
  float: left;
}
.panel-phone {
  cursor: pointer;
}
.panel-phone-info {
  position: absolute;
  left: 50%;
  opacity: 0;
  transition: all 1s;
  top: 30px;
  margin-left: -140px;
}
@media only screen and (min-width: 1200px) {
  .panel-phone:hover .panel-phone-info {
    opacity: 1;
  }
}
.catalog-product-view .icon-lieferbar {
  float: left;
  margin-bottom: 30px;
}
.cms-multiplus .col-6 {
  width: 50%;
  float: left;
  padding: 10px;
  text-align: justify;
}
.cms-multiplus .col-6 h2 {
  margin-top: 0.5rem;
}
.cms-multiplus .col-6 .col {
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .cms-multiplus .col-6 {
    width: 100%;
    margin: 0 !important;
  }
}
.product-info-main .icons .german-design-award {
  width: 120px;
  margin-right: 10px;
}
.col-vollblech {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .col-vollblech {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .vollblech-loch-info {
    margin-top: 160px;
  }
}
.category-drahtgitter-seitenwand .table-drahtgitter td {
  padding: 1px 10px !important;
}
.category-drahtgitter-seitenwand .table-drahtgitter-pinfo td {
  padding: 8px 10px !important;
}
.category-drahtgitter-seitenwand .table-drahtgitter-pinfo tr:nth-child(even) {
  background-color: #f3f3f3;
}
@media (min-width: 789px) {
  .cms-leereseite .category-text p {
    margin-top: 50px;
  }
}
.cms-leereseite .lagerregale .col-4 {
  width: 35%;
  float: left;
}
.cms-leereseite .lagerregale .col-8 {
  width: 65%;
  float: left;
}
.cms-leereseite .lagerregale .col-4 img {
  width: 300px;
}
.cms-leereseite .lagerregale .col-8 h3 {
  padding-bottom: 10px;
}
.cms-leereseite .lagerregale .col-8 .steck {
  border-bottom: 3px solid #e3342e;
}
.cms-leereseite .lagerregale .col-8 .schraub {
  border-bottom: 3px solid #7BAE39;
}
.cms-leereseite .lagerregale .col-8 .buero {
  border-bottom: 3px solid #FECA30;
}
.cms-leereseite .lagerregale .col-8 .weitspann {
  border-bottom: 3px solid #0068B1;
}
.cms-leereseite .lagerregale .col-8 .palettenregal {
  border-bottom: 3px solid #80adb3;
}
.cms-leereseite .lagerregale .col-8 .kragarmregale {
  border-bottom: 3px solid #F17932;
}
.cms-leereseite .lagerregale .col-8 a {
  font-size: 15px;
  color: #333 !important;
}
.cms-leereseite .lagerregale .col-8 a:hover {
  font-size: 15px;
  color: #e3342e !important;
}
.cms-leereseite .category-description {
  position: relative;
}
.cms-leereseite .category-description .category-description-c3 {
  display: block !important;
  height: auto !important;
  margin-bottom: -5px;
  background-color: transparent !important;
}
.cms-leereseite .category-description .category-description-c3 .category-text {
  position: absolute;
  width: 530px;
  right: 10px;
  top: 10px;
  color: #fff;
}
@media (max-width: 1100px) {
  .cms-leereseite .category-description .category-description-c3 .category-text {
    width: 430px;
    right: 40px;
    top: 0px;
  }
}
@media (max-width: 1025px) {
  .cms-leereseite .category-description .category-description-c1 {
    display: block;
    padding: 10px;
    color: #fff;
  }
  .cms-leereseite .category-description .category-description-c3 .category-text {
    width: 430px;
    right: 40px;
    top: 100px;
  }
  .cms-leereseite .category-text p {
    margin-top: 40px;
  }
  .cms-leereseite .category-description .category-description-c3 .category-text {
    width: 430px;
  }
}
@media (max-width: 788px) {
  .cms-leereseite .category-description .category-description-c1 h2 {
    font-size: 18px !important;
  }
  .cms-leereseite .lagerregale .col-4 {
    width: 100%;
  }
  .cms-leereseite .lagerregale .col-8 {
    width: 100%;
    margin-bottom: 20px;
  }
  .cms-leereseite .category-text {
    display: none;
  }
  .cms-leereseite .lagerregal-kateorie h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cms-leereseite .category-description .category-description-c3 {
    display: none !important;
  }
}
.kabeltrommel-kategorie {
  margin: 30px 0;
}
@media (min-width: 800px) {
  .kabeltrommel-kategorie .col-6 {
    width: 50%;
    float: left;
  }
  .kabeltrommel-kategorie .col-6:first-child {
    padding-right: 20px;
  }
  .kabeltrommel-kategorie .col-6:last-child {
    padding-left: 20px;
  }
  .kabeltrommel-kategorie .col-6 ul {
    min-height: 230px;
  }
}
.category-kabeltrommelregal .kabeltrommel-kategorie .action.primary {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#product\.bewertungen {
  height: 500px;
  overflow: auto;
}
.main-category .footer-icon {
  display: none;
}
@media (max-width: 768px) {
  .main-category {
    position: relative;
  }
  .main-category .footer-icon {
    position: absolute;
    right: 10px;
    top: 1px;
    font-size: 25px;
    cursor: pointer;
    z-index: 10;
    display: unset;
    padding: 5px;
    border-radius: 50px;
    width: 36px;
  }
}
.cms-fachbodenregale-spezialregale span .red {
  color: #e3342e;
}
.cms-fachbodenregale-spezialregale .spezial-module h2 {
  background-color: #e3342e;
  padding: 10px 10px 10px 20px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0 !important;
}
.cms-fachbodenregale-spezialregale .modul-content {
  padding: 0 20px;
  background-color: #f3f3f3;
  border-radius: 0 0 10px 10px;
}
.cms-fachbodenregale-spezialregale .modul-content .col {
  width: 33%;
  float: left;
}
.cms-fachbodenregale-spezialregale .modul-content .col ul {
  list-style: square;
  color: #e3342e;
  padding-left: 15px !important;
}
.cms-fachbodenregale-spezialregale .modul-content .col ul span {
  color: #333;
}
.cms-fachbodenregale-spezialregale .col-product {
  width: 23%;
  float: left;
  margin: 2% 1%;
}
.cms-fachbodenregale-spezialregale .col-product .action.primary {
  width: 100%;
  text-align: center;
  background-color: #747474;
  border-color: #333;
}
.cms-fachbodenregale-spezialregale .col-product .action.primary:hover {
  background-color: #e3342e;
}
.cms-fachbodenregale-spezialregale .info-button .plus-button {
  width: 16.66%;
  float: left;
  font-size: 35px;
  text-align: center;
}
.cms-fachbodenregale-spezialregale .info-button .plus-button a {
  color: #4d4d4d;
  cursor: pointer;
}
.cms-fachbodenregale-spezialregale .show-content {
  display: block;
}
.cms-fachbodenregale-spezialregale .show-not-content {
  display: none;
}
.cms-fachbodenregale-spezialregale .info-button .plus-button .notaktiv {
  color: #4d4d4d;
}
.cms-fachbodenregale-spezialregale .info-button .plus-button .aktiv {
  color: #e3342e !important;
}
@media (max-width: 768px) {
  .cms-fachbodenregale-spezialregale .modul-content .col {
    width: 100%;
    float: left;
  }
  .cms-fachbodenregale-spezialregale .scrollbar {
    height: 380px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
  }
  .cms-fachbodenregale-spezialregale .scrollbar img {
    width: 837px;
    height: 320px;
    max-width: unset;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cms-fachbodenregale-spezialregale .scrollbar .info-button {
    width: 837px;
    position: absolute;
    bottom: 10px;
    left: 0;
  }
  .cms-fachbodenregale-spezialregale .modul-content .col {
    width: 100%;
    float: left;
  }
  .cms-fachbodenregale-spezialregale .col-product {
    width: 90%;
    margin: 2% 5%;
  }
  .cms-fachbodenregale-spezialregale .scrollbar .fa-arrow-circle-down {
    cursor: pointer;
  }
}
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
@media (max-width: 1023px) {
  .filter-title strong {
    background-color: #e3342e;
    border: none;
    color: #fff;
    width: 100px;
    box-shadow: none !important;
  }
  .filter-title strong::before {
    font-family: FontAwesome;
    content: "\f0b0";
    padding-right: 10px;
  }
  .products-list .product-item-info {
    display: inline list-item;
  }
  .img-list-col {
    width: 50%;
    float: left;
    text-align: center;
    max-height: 300px;
  }
  .product-image-container {
    width: 100% !important;
  }
  .products-list .product-item-details {
    padding: 0 !important;
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 35px;
  }
  .price-final_price .price-including-tax .price {
    font-size: 24px;
  }
  .list-vorteile-col {
    width: 100%;
  }
  .list-vorteile-col .col-6 {
    width: 49%;
    float: left;
    padding: 13px 5px;
    background-color: #f3f3f3;
    min-height: 80px;
  }
  .list-vorteile-col .col-6:first-child {
    margin-right: 1%;
  }
  .list-vorteile-col .col-6:last-child {
    margin-left: 1%;
  }
  .list-vorteile-col .col-12 {
    width: 100%;
    float: left;
    padding: 13px 10px;
    background-color: #f3f3f3;
    height: 80px;
  }
  .sorter-label {
    display: none;
  }
  .fa.fa-cart-plus.cart-icon {
    font-size: 20px;
  }
  .products-list .action.primary {
    padding: 5px 16px;
    margin-top: 3px;
  }
  .col-cart-button {
    margin-top: 10px;
  }
  .col-cart-button {
    margin: 10px 0px 0px 6px;
    display: flex;
    justify-content: center;
  }
  .cart-btn {
    color: #fff !important;
    display: block;
    background-color: #e3342e;
    padding: 6px;
    width: 190px;
  }
  .list-vorteile-col .col-bewertung {
    text-align: center;
  }
  .list-vorteile-col .col-bewertung span {
    font-size: 14px;
    color: #333;
  }
  .list-vorteile-col .col-bewertung hr {
    margin: 5px 0 !important;
  }
  .list-vorteile-col .col-bewertung .fa-star {
    color: #FFD700;
  }
  .list-vorteile-col .col-6.col-shipping {
    text-align: center;
  }
  .column.main .product-item {
    padding-left: 0px !important;
  }
  .fotorama__dot {
    width: 12px !important;
    height: 12px !important;
  }
  .fotorama__nav--dots .fotorama__nav__frame {
    width: 30px !important;
  }
  .toolbar select {
    max-width: 200px;
  }
  .column.main .product-items {
    margin-left: 0 !important;
  }
}
.lp-spezialregale {
  margin: 30px 0;
}
.lp-spezialregale h3 {
  font-size: 2.2rem;
  font-weight: 400;
}
.breadcrumb {
  list-style-type: none;
  padding: 0;
}
.breadcrumb {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px !important;
}
.breadcrumbs {
  margin-bottom: 5px;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  /*&:last-child {
		a {
			cursor: default;
		}

		&::before,
		&::after {
			background: #ffffc0;
		}
	}*/
  /*&:not(:last-child):hover {
		&::before,
		&::after {
			background: #f3f3f3;
		}
	}*/
}
.breadcrumbs li:hover::before,
.breadcrumbs li:hover::after {
  background: #f3f3f3;
}
.breadcrumbs li::before,
.breadcrumbs li::after {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  background: white;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  z-index: -2;
}
.breadcrumbs li::before {
  top: -2px;
  transform: skew(30deg);
  border-top: 2px solid #ccc;
}
.breadcrumbs li::after {
  bottom: -2px;
  transform: skew(-30deg);
  border-bottom: 2px solid #ccc;
}
.breadcrumbs a {
  display: inline-block;
  position: relative;
  line-height: 2;
  padding: 0 20px;
  color: #666;
  text-decoration: none !important;
}
.breadcrumbs strong {
  line-height: 2;
}
.breadcrumbs li:first-child {
  background-color: white;
  border-left: 2px solid #ccc;
  left: -5px;
  box-sizing: content-box;
}
.breadcrumbs li:first-child:hover {
  background-color: #f3f3f3;
}
.breadcrumbs li:first-child::before,
.breadcrumbs li:first-child::after {
  left: 2px;
}
/*.breadcrumbs li:last-child {
  display: none;
}*/
.breadcrumbs .item:not(:last-child)::after {
  margin: 0 !important;
  content: '' !important;
}
.breadcrumbs .items > li {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #layered-filter-block {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 15;
  }
}
.header-logo {
  max-width: 280px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 225px;
    margin: 6px 0px 7px 10px;
  }
  .header-konto {
    display: none;
  }
  .page-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 15;
  }
}
.kragarmregal-bg-title {
  background: #f3f3f3;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 15px 0;
}
.mega-menu-content .col-md-7 {
  width: 60%;
  float: left;
}
.mega-menu-content .col-md-5 {
  width: 40%;
  float: left;
}
.mega-menu-content .kragarmregal-wrapper .submenu-header-lr {
  background-color: #e3342e !important;
}
.category-description .category-description-video {
  position: relative;
}
.category-description .category-description-video .col-button #button1,
.category-description .category-description-video .col-button #button2 {
  position: absolute;
  left: 48%;
  top: 43%;
  font-size: 60px;
  color: #e3342e;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .category-description .category-description-video {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer .main-category {
    padding-bottom: 10px;
  }
  .footer .ul-content {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hinweis-aktion .fa-star {
    display: none;
  }
}
/* LP Gefahrgutregale */
.umwelt-category a {
  color: #333333;
}
.umwelt-category a:hover {
  text-decoration: none;
}
.umwelt-category .col-6-left,
.umwelt-category .col-6-right {
  width: 48%;
  margin-top: 4%;
  float: left;
}
.umwelt-category .col-6-left {
  margin-right: 2%;
}
.umwelt-category .col-6-right {
  width: 48%;
  margin-left: 2%;
}
.umwelt-category .umwelt-category-box {
  background: #ebebeb;
  padding: 20px;
  position: relative;
  border: 1px solid #aaa;
}
.umwelt-category .umwelt-category-box:hover {
  border: 1px solid #0068B1;
}
.umwelt-category .umwelt-category-box .fachlast-bg {
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 150px 100px 0;
  border-color: transparent #0068B1 transparent transparent;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
}
.umwelt-category .umwelt-category-box .fachlast-txt {
  position: absolute;
  top: 18px;
  right: 10px;
  color: #fff;
  transform: rotate(33deg);
  z-index: 2;
  text-align: center;
  font-weight: bold;
}
.umwelt-category .action.primary {
  width: 100%;
  text-align: center;
}
.umwelt-category h3 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
}
.umwelt-category .h3-sub {
  font-size: 1.5rem;
}
.umwelt-category .col-txt {
  margin-top: 15px;
  min-height: 150px;
  text-align: justify;
}
.umwelt-category .col-txt2 {
  margin-top: 15px;
  min-height: 170px;
  text-align: justify;
}
@media (max-width: 1023px) {
  .umwelt-category .col-6-left {
    width: 100%;
    margin-right: 0%;
  }
  .umwelt-category .col-6-right {
    width: 100%;
    margin-left: 0%;
  }
  .umwelt-category .col-txt,
  .umwelt-category .col-txt2 {
    min-height: auto;
  }
}
.vorteile-stahlbuehnen {
  padding: 10px;
  background: #eaeaea;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 30px;
}
.vorteile-stahlbuehnen .col4-kacheln {
  width: calc(25%);
  float: left;
  padding: 0 15px;
  position: relative;
}
.vorteile-stahlbuehnen .col4-kacheln img {
  max-width: 60px;
  float: left;
  margin-right: 15px;
}
.vorteile-stahlbuehnen .col4-kacheln p {
  position: absolute;
  right: 0;
  top: 50%;
  width: 70%;
}
.vorteile-stahlbuehnen .col4-kacheln .p2z {
  margin-top: -20px;
}
.vorteile-stahlbuehnen .col4-kacheln .p3z {
  margin-top: -30px;
}
.stahlbuehnen-link {
  width: 102%;
  margin: 40px 0;
  margin-left: -1%;
}
.stahlbuehnen-link .col-6 {
  width: 48%;
  float: left;
  padding: 40px;
  background: #eaeaea;
  text-align: center;
  margin: 0 1%;
}
.stahlbuehnen-link .col-6 a {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .vorteile-stahlbuehnen .col4-kacheln {
    width: calc(50%);
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .vorteile-stahlbuehnen .col4-kacheln {
    width: calc(100%);
    padding: 10px 20px;
  }
  .stahlbuehnen-link {
    width: 100%;
    margin: 40px 0;
    margin-left: 0 !importnat;
  }
  .stahlbuehnen-link .col-6 {
    width: 100%;
    margin: 2% 0;
  }
}
.anfrage-lagerbuehnen {
  margin: 40px 0;
  padding: 10px;
  background: #eaeaea;
  text-align: center;
}
.anfrage-lagerbuehnen h3 {
  margin: 20px 0;
}
.anfrage-lagerbuehnen a {
  margin-bottom: 10px;
  width: 200px;
}
.quickrfq .fieldset .title {
  text-align: center;
  margin: 10px 0 !important;
}
.quickrfq .legend {
  border-bottom: unset;
}
.quickrfq .fieldset > .field,
.quickrfq .fieldset > .fields > .field {
  margin: 0;
}
.quickrfq .fieldset > .field > .label,
.quickrfq .fieldset > .fields > .field > .label {
  visibility: hidden;
}
.quickrfq .fieldset input::placeholder {
  color: #333 !important;
}
.quickrfq .fieldset input,
.quickrfq .fieldset textarea {
  background: #f3f3f3;
}
.quickrfq .fieldset {
  margin: 0 0 20px;
}
.quickrfq .fieldset .actions-toolbar {
  text-align: left;
  float: left;
}
.quickrfq .fieldset .actions-toolbar .primary .action {
  margin: 5px 0 !important;
}
.quickrfq .fieldset .col-file {
  padding: 10px;
  background: #f3f3f3;
  position: relative;
  margin: -20px 0 20px 0;
}
.quickrfq .fieldset .col-file button {
  height: 40px;
  color: #fff;
  background: #4d4d4d;
}
@media (min-width: 940px) {
  .quickrfq .fieldset .col-file button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .quickrfq .fieldset .col-4 {
    width: 31%;
    float: left;
  }
  .quickrfq .fieldset .col-4-mid {
    width: 31%;
    float: left;
    margin: 0 3.5%;
  }
}
.lagerbuehnen-txt {
  font-size: justify;
  width: 102%;
  margin-left: -1%;
  margin-top: 30px;
}
.lagerbuehnen-txt .col {
  width: 48%;
  float: left;
  margin: 0 1%;
}
@media (max-width: 768px) {
  .lagerbuehnen-txt .col {
    width: 100%;
  }
}
.lagerbuehnen-gallery {
  font-size: justify;
  width: 102%;
  margin-left: -1%;
  margin-top: 20px;
}
.lagerbuehnen-gallery .col {
  width: 48%;
  float: left;
  margin: 0 1%;
}
@media (max-width: 768px) {
  .lagerbuehnen-gallery .col {
    width: 100%;
  }
}
.col-md-5.kragarmregal-wrapper {
  height: 380px;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: #e3342e;
}
.col-md-7.kragarmregal-wrapper {
  height: 380px;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: #f17932;
}
.col-md-9.stecksystem-wrapper {
  height: 470px;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: #e3342e;
}
.col-md-3.schraubsystem-wrapper {
  height: 470px;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: #7bae39;
}
.submenu-item-main {
  position: relative;
}
.kachel-vorteil {
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 120px 90px 0;
  border-color: transparent #0068B1 transparent transparent;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
}
.kachel-vorteil-txt {
  position: absolute;
  top: 12px;
  right: -5px;
  color: #fff;
  transform: rotate(36deg);
  z-index: 2;
  text-align: center;
  font-weight: bold;
}
.submenu-item-main .kachel-vorteil {
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 95px 80px 0;
  border-color: transparent #0068B1 transparent transparent;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
}
.submenu-item-main .kachel-vorteil-txt {
  position: absolute;
  top: 12px;
  right: -3px;
  color: #fff;
  transform: rotate(40deg);
  z-index: 2;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
}
.col-4-home {
  width: 32%;
  float: left;
  text-align: justify;
}
@media (max-width: 1200px) {
  .col-4-home {
    width: 100%;
  }
  .col-4-home h3 {
    text-align: initial;
  }
}
.col-4-margin {
  margin: 0px 2%;
}
@media (max-width: 1200px) {
  .col-4-margin {
    margin: 0px;
  }
}
.col-4-list {
  width: 32%;
  float: left;
  margin-top: 10px !important;
}
@media (max-width: 768px) {
  .col-4-list {
    width: 100%;
  }
}
.bg-title-lagerregale {
  background: #e3342e !important;
}
.bg-title-schulte {
  background: #f17932 !important;
}
.bg-kragarmregale-lr24 {
  background: #e3342e !important;
}
.konfi-gallery {
  width: 101%;
  margin-top: 20px;
}
.konfi-gallery-1 {
  width: 24%;
  float: left;
}
.konfi-gallery-2 {
  width: 24%;
  float: left;
  margin: 0 0.5% 0 1%;
}
.konfi-gallery-3 {
  width: 24%;
  float: left;
  margin: 0 1% 0 0.5%;
}
.konfi-gallery-4 {
  width: 24%;
  float: left;
}
@media (max-width: 768px) {
  .konfi-gallery-1 {
    width: 49%;
    float: left;
  }
  .konfi-gallery-2 {
    width: 49%;
    float: left;
    margin: 0 0 0 2%;
  }
  .konfi-gallery-3 {
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
  }
  .konfi-gallery-4 {
    width: 49%;
    float: left;
  }
}
/*.cms-steckregal-konfigurator .columns .column.main {
    overflow-x: auto; // Damit man im Konfigurator mobile Ansicht horizontal scrollen kann
}
.cms-steckregal-konfigurator .product.info.detailed {
    display:none;
}*/
/*.konfigurator-step-container {
    background-color: @color-lagerregale-background2-gray;
    margin-top:20px;
}
    .konfigurator-step-container .konfigurator-step {
        margin-right:10px;
    }
.konfigurator-step {
        display:block;
        width:46px;
        line-height:46px;
        background-color:  #f19300;
        color:#fff;
        text-align:center;
        float:left;
        font-size:24px;
}
.konfigurator-step-text {
    float:left;
    width: ~"calc(100% - 102px)";
    font-size: 15px;
}
*/
#konfigurator-palettenregale #konfigurator-container .konfigurator-step {
  position: absolute;
  left: -60px;
  top: 288px;
}
#konfigurator-palettenregale {
  margin: 20px 0 0 0;
}
/*#konfigurator2 .konfigurator-header,*/
#konfigurator-palettenregale .konfigurator-header {
  font-size: 13px;
  line-height: 2.5;
}
#konfigurator-palettenregale .info-grundregal {
  background-color: #d9d9d9;
  padding: 5px 10px;
}
#konfigurator-palettenregale .konfigurator {
  background-color: #fff;
}
#konfigurator-palettenregale .konfigurator .konfigurator-inner-wrapper {
  position: relative;
}
#konfigurator-palettenregale .konfigurator .konfigurator-inner-wrapper #konfigurator-prev,
#konfigurator-palettenregale .konfigurator .konfigurator-inner-wrapper #konfigurator-next {
  display: none;
  position: absolute;
  top: 100px;
  z-index: 99;
  font-size: 35px;
  cursor: pointer;
}
#konfigurator-palettenregale .konfigurator .konfigurator-inner-wrapper #konfigurator-prev {
  left: 10px;
}
#konfigurator-palettenregale .konfigurator .konfigurator-inner-wrapper #konfigurator-next {
  right: 10px;
}
/*
.konfigurator-vorschaubild {
    position:relative;
}
    .konfigurator-vorschaubild .fa-caret-up {
        display:none;
    }

.konfigurator-vorschaubild #img-grundregal {
    width:100%;
    height:241px;
    float:left;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
    background-size: contain;
    position:relative;
}
    .konfigurator-vorschaubild #img-grundregal i {
        position:absolute;
        right:10px;
        bottom:10px;
        font-size:20px;
        color:#ccc;
    }
    .konfigurator-vorschaubild #img-grundregal a:hover i {
        color: #f19300;
    }

.konfigurator-vorschaubild #img-regalzeile,
.konfigurator-vorschaubild #img-color {
    display:none;
    min-height:90px;
}

    .konfigurator-vorschaubild #a-grundregal {
        display:block;
        width:100%;
        height:100%;
    }
*/
#konfigurator-palettenregale .breite-gesamt,
#konfigurator-palettenregale .preis-gesamt {
  float: none;
  background-color: #ebebeb;
  width: 100%;
  margin: 0;
  border-bottom: 2px solid #fff;
}
#konfigurator-palettenregale .breite-gesamt .value,
#konfigurator-palettenregale .preis-gesamt .value {
  text-align: right;
  line-height: 20px;
}
#konfigurator-palettenregale .breite-gesamt td,
#konfigurator-palettenregale .preis-gesamt td {
  padding: 10px;
  font-size: 16px;
}
#konfigurator-palettenregale .preis-gesamt .ausgabe-gesamtpreis {
  font-size: 20px !important;
  font-weight: bold !important;
}
#konfigurator-palettenregale .konfigurator-addtocart {
  float: none;
  margin: 0;
  position: relative;
}
#konfigurator-palettenregale .konfigurator-addtocart label {
  position: absolute;
  z-index: 10;
  top: 2px;
  left: 5px;
  font-size: 11px;
}
#konfigurator-palettenregale .konfigurator-addtocart input {
  width: 25%;
  height: 50px;
  min-height: 50px;
  text-align: center;
  font-size: 20px;
}
#konfigurator-palettenregale .konfigurator-addtocart button {
  width: 100%;
  min-height: 50px;
}
#konfigurator-palettenregale .konfigurator-addtocart button.mitanzahl {
  width: 75%;
  float: right;
}
#konfigurator-palettenregale .konfigurator-wrapper {
  padding-left: 60px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative;
  min-height: 400px;
}
#konfigurator-palettenregale #konfigurator-container {
  position: absolute;
  top: 0;
  left: 0;
}
#konfigurator-palettenregale #konfigurator-container .regalsystem-teil {
  float: left;
  margin: 10px 0 10px 0;
  position: relative;
}
span.zubehoer,
#konfigurator-palettenregale #konfigurator-container .regalsystem-teil .ar-delete {
  cursor: pointer;
  color: #E4342D;
}
#konfigurator-palettenregale #konfigurator-container .regalsystem-teil .icon-camera {
  cursor: pointer;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  top: 198px;
  color: #BD0926;
}
#konfigurator-palettenregale #konfigurator-container .regalsystem-teil .showpic {
  cursor: help;
}
#konfigurator-palettenregale #konfigurator-container .regalsystem-teil .tooltip {
  display: none;
  height: 200px;
  width: 200px;
  z-index: 100;
  border: 2px solid #999;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: -5px;
  background-color: #fff;
  text-align: center;
  font-size: 11px;
}
#konfigurator-palettenregale #konfigurator-container .regalsystem-teil .tooltip img {
  max-height: 100%;
  max-width: 100%;
}
#konfigurator-palettenregale #konfigurator-container .regalsystem-teil .tooltip i {
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 15px;
  color: #999;
}
#konfigurator-palettenregale #konfigurator-container .regalsystem-teil-fachboeden {
  width: 100%;
  text-align: center;
  font-size: 12px;
}
#konfigurator-palettenregale #konfigurator-container .regalsystem-teil-info {
  width: 100%;
}
#regalsystem-teil-info-gr1,
#konfigurator-palettenregale #konfigurator-container .regalsystem-teil-info1 {
  line-height: 14px;
}
#konfigurator-palettenregale #konfigurator-container #btn_add_anbauregal_box {
  float: left;
  margin-left: 20px;
  margin-top: 70px;
  margin-bottom: 50px;
  cursor: pointer;
}
#konfigurator-palettenregale #konfigurator-container #btn_add_anbauregal_box i {
  font-size: 35px;
  color: #5CB85C;
  float: left;
  display: block;
}
#konfigurator-palettenregale #konfigurator-container #btn_add_anbauregal_box span {
  font-size: 16px;
  line-height: 35px;
}
#konfigurator-palettenregale #konfigurator-container #btn_add_anbauregal_box_pl {
  float: left;
  margin-left: 20px;
  margin-top: 68px;
  cursor: pointer;
}
#konfigurator-palettenregale #konfigurator-container #btn_add_anbauregal_box_pl i {
  font-size: 35px;
  color: #5CB85C;
  float: left;
  display: block;
}
#konfigurator-palettenregale #konfigurator-container #btn_add_anbauregal_box_pl span {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 35px;
  margin-left: 6px;
}
/*.anz-zubehoer {
        padding:3px;
}*/
#konfigurator-palettenregale .konfigurator-loading {
  display: none;
  margin: 5px 0 0 40px;
}
#konfigurator-palettenregale #anbauregal {
  margin: 0 0 5px 0;
  padding: 3px;
}
#konfigurator-palettenregale .anz-fachboeden {
  font-weight: bold;
  color: #E4342D;
  cursor: pointer;
  font-size: 15px;
}
#konfigurator-palettenregale #gesamtpreis {
  font-weight: bold;
  font-size: 16px;
  color: #E4342D;
}
#cart-header-content {
  display: none;
  clear: both;
  text-align: left;
}
/*#ausgabe-container-zubehoer {
        background-color:#fff;
        padding-bottom:10px;
}
*/
@media (max-width: 768px) {
  /*.konfi-titel {
  padding-top: 60px;
 }*/
}
#konfigurator-palettenregale .materialliste {
  width: auto;
}
#konfigurator-palettenregale .materialliste td {
  vertical-align: middle;
}
/*#konfigurator-palettenregale */
.materialliste img {
  width: 100px;
  height: auto;
  max-width: none;
  max-height: 250px;
}
.palettenregal-konfigurator-header {
  position: relative;
}
.palettenregal-konfigurator-header h1 {
  font-size: 21px;
}
.palettenregal-konfigurator-header .konfigurator-save,
.palettenregal-konfigurator-header .konfigurator-reset,
.palettenregal-konfigurator-header .konfi-info-button,
.palettenregal-konfigurator-header .konfi-pdf-button {
  position: relative;
  top: 5px;
}
.palettenregal-konfigurator-header .konfigurator-save {
  left: 30px;
}
.palettenregal-konfigurator-header .konfigurator-reset {
  left: 60px;
  margin: 0 !important;
  line-height: 1.6rem !important;
}
.palettenregal-konfigurator-header .konfi-info-button {
  left: 0;
  background-color: #e3342e;
  color: #fff;
}
@media (min-width: 570px) {
  .palettenregal-konfigurator-header h1 {
    font-size: 26px !important;
  }
  .palettenregal-konfigurator-header .konfigurator-save,
  .palettenregal-konfigurator-header .konfigurator-reset,
  .palettenregal-konfigurator-header .konfi-info-button,
  .palettenregal-konfigurator-header .konfi-pdf-button {
    position: absolute !important;
    left: auto !important;
  }
  .palettenregal-konfigurator-header .konfigurator-save {
    right: 53px !important;
  }
  .palettenregal-konfigurator-header .konfigurator-reset {
    right: 0 !important;
  }
  .palettenregal-konfigurator-header .konfi-info-button {
    right: 158px !important;
  }
  .palettenregal-konfigurator-header .konfi-pdf-button {
    right: 106px !important;
  }
}
.palettenregal-konfigurator-header .konfigurator-save span,
.palettenregal-konfigurator-header .konfigurator-reset span,
.palettenregal-konfigurator-header .konfi-info-button span,
.palettenregal-konfigurator-header .konfi-pdf-button span {
  display: none;
}
@media (min-width: 786px) {
  .palettenregal-konfigurator-header h1 {
    font-size: 31px !important;
  }
}
@media (min-width: 1080px) {
  .palettenregal-konfigurator-header .konfigurator-save {
    right: 155px !important;
  }
  .palettenregal-konfigurator-header .konfi-info-button {
    right: 447px !important;
  }
  .palettenregal-konfigurator-header .konfi-pdf-button {
    right: 289px !important;
  }
  .palettenregal-konfigurator-header .konfigurator-save span,
  .palettenregal-konfigurator-header .konfigurator-reset span,
  .palettenregal-konfigurator-header .konfi-info-button span,
  .palettenregal-konfigurator-header .konfi-pdf-button span {
    display: inline !important;
  }
}
@media (max-width: 569px) {
  .palettenregal-konfigurator-header .konfigurator-save,
  .palettenregal-konfigurator-header .konfigurator-reset,
  .palettenregal-konfigurator-header .konfi-info-button,
  .palettenregal-konfigurator-header .konfi-pdf-button {
    position: unset;
    left: unset;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
#konfigurator-palettenregale #auswahl-doppelregal {
  float: left;
  margin-top: 5px;
}
#konfigurator-palettenregale #auswahl-doppelregal .einfachregaldoppelregal {
  cursor: pointer;
  float: left;
  background-color: #ededed;
  padding: 4px 10px;
  margin: 0 0 7px 0;
  min-width: 180px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 5px 5px 6px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 5px 5px 6px -6px rgba(0, 0, 0, 0.75);
  box-shadow: inset 5px 5px 6px -6px rgba(0, 0, 0, 0.75);
}
#konfigurator-palettenregale #auswahl-doppelregal .einfachregaldoppelregal img {
  margin-right: 10px;
  float: left;
  height: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#konfigurator-palettenregale #auswahl-doppelregal .einfachregaldoppelregal.active {
  background-color: #212B51;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#konfigurator-palettenregale #auswahl-doppelregal .einfachregaldoppelregal.active img {
  -webkit-filter: none;
  filter: none;
}
#konfigurator-palettenregale #auswahl-doppelregal .einfachregaldoppelregal.active span {
  color: #fff;
}
#konfigurator-palettenregale #anzahl-palettenplaetze {
  font-size: 16px;
  float: left;
}
@media (min-width: 515px) {
  #konfigurator-palettenregale #anzahl-palettenplaetze {
    float: right !important;
  }
}
#konfigurator-palettenregale #anzahl-palettenplaetze span {
  font-size: 31px;
}
#konfigurator-palettenregale .konfigurator-wrapper #konfigurator-container {
  padding-top: 30px;
}
#konfigurator-palettenregale #auswahl-draufsicht:hover {
  color: #f19300;
}
#konfigurator-palettenregale .regalsystem-teil-info {
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 20px;
  text-align: left;
}
#konfigurator-palettenregale .regalsystem-teil .regalsystem-teil-info .ar-delete i {
  font-size: 18px;
}
#konfigurator-palettenregale .regalsystem-teil .regalsystem-teil-info .fachhoehe {
  text-align: center;
}
#konfigurator-palettenregale .regalsystem-teil .regalsystem-teil-info .fachhoehe span {
  font-size: 13px;
}
#konfigurator-palettenregale .regal-wrapper {
  position: relative;
}
#konfigurator-palettenregale .regal-wrapper .profil {
  position: absolute;
  top: 0;
  background-color: #005e83;
}
#konfigurator-palettenregale .regal-wrapper .ebene {
  display: block;
  position: absolute;
  background-color: #ed6b21;
}
#konfigurator-palettenregale .regal-wrapper .button-ebene-bearbeiten {
  cursor: pointer;
  font-size: 14.5px;
  z-index: 99;
}
#konfigurator-palettenregale .regal-wrapper .einstellungen-ebene-wrapper .einstellungen-ebene {
  display: none;
  position: absolute;
  z-index: 99;
  width: 183px;
  background-color: #fff;
  border: 1px solid #f19300;
  box-shadow: 1px 1px 3px #999;
  padding: 10px;
}
#konfigurator-palettenregale .regal-wrapper .einstellungen-ebene-wrapper .ebene-gitterrost500,
#konfigurator-palettenregale .regal-wrapper .einstellungen-ebene-wrapper .ebene-gitterrost750,
#konfigurator-palettenregale .regal-wrapper .einstellungen-ebene-wrapper .ebene-gitterrost1000,
#konfigurator-palettenregale .regal-wrapper .einstellungen-ebene-wrapper .ebene-gitterboden,
#konfigurator-palettenregale .regal-wrapper .einstellungen-ebene-wrapper .ebene-spanplatte-eingelegt,
#konfigurator-palettenregale .regal-wrapper .einstellungen-ebene-wrapper .ebene-durchschubsicherung,
#konfigurator-palettenregale .regal-wrapper .einstellungen-ebene-wrapper .ebene-spanplatte-aufgelegt {
  font-size: 13px;
  margin-bottom: 2px;
  cursor: pointer;
}
#konfigurator-palettenregale .regal-wrapper .durchschubsicherung {
  position: absolute;
  background-color: #ed6b21;
}
#konfigurator-palettenregale .regal-wrapper .spanplatte-aufgelegt {
  position: absolute;
  background-color: #c7b59c;
}
#konfigurator-palettenregale .regal-wrapper .palette {
  display: block;
  position: absolute;
}
#konfigurator-palettenregale .regal-wrapper .palette-kiste {
  display: block;
  position: absolute;
  background: #e0e0e0;
  background: linear-gradient(90deg, #c8c8c8 0%, #d7d7d7 50%, #c8c8c8 100%);
  text-align: center;
  color: #666;
  text-shadow: 1px 1px #fff;
}
#konfigurator-palettenregale .regal-wrapper .rammschutz {
  position: absolute;
  bottom: 0;
  background-image: repeating-linear-gradient(45deg, #ffcc2e 0%, #ffcc2e 10%, #000000 10%, #000000 20%, #ffcc2e 20%);
}
#konfigurator-palettenregale .einstellungen-wrapper {
  height: 55px;
  position: relative;
}
#konfigurator-palettenregale .einstellungen-wrapper .einstellungen {
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 57px;
  width: 183px;
  min-height: 180px;
  background-color: #fff;
  border: 1px solid #f19300;
  box-shadow: 1px 1px 3px #999;
  padding: 10px;
}
#konfigurator-palettenregale .einstellungen-wrapper .einstellungen .einstellung-container {
  margin-bottom: 10px;
  text-align: left;
}
#konfigurator-palettenregale .einstellungen-wrapper .einstellungen .einstellung-container i {
  width: 18px;
  margin-right: 10px;
  font-size: 18px;
  text-align: center;
  color: #f19300;
}
#konfigurator-palettenregale .einstellungen-wrapper .einstellungen .einstellung-container select {
  width: 133px;
  font-size: 13px;
  padding-left: 2px;
}
#konfigurator-palettenregale .einstellungen-wrapper .einstellungen .einstellungen-endstaendererhoehung,
#konfigurator-palettenregale .einstellungen-wrapper .einstellungen .einstellungen-rammschutz {
  margin-bottom: 10px;
  text-align: left;
  font-size: 13px;
  cursor: pointer;
}
#konfigurator-palettenregale .einstellungen-wrapper .einstellungen .einstellungen-warnhinweis {
  color: #cc0000;
  font-size: 12px;
}
#konfigurator-palettenregale .einstellungen-wrapper .button-regal-bearbeiten {
  cursor: pointer;
  position: absolute;
  top: 0;
}
#konfigurator-palettenregale .einstellungen-wrapper .anzeige-breite {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  text-align: center;
}
#konfigurator-palettenregale .einstellungen-wrapper .anzeige-breite .fa-caret-left,
#konfigurator-palettenregale .einstellungen-wrapper .anzeige-breite .fa-caret-right {
  position: absolute;
  top: 0;
  color: #F19300;
  font-size: 17px;
  z-index: 30;
}
#konfigurator-palettenregale .einstellungen-wrapper .anzeige-breite div {
  border-top: 1px solid #F19300;
  position: absolute;
  top: 8.2px;
  left: 0;
  z-index: 1;
}
#konfigurator-palettenregale .einstellungen-wrapper .anzeige-breite span {
  background-color: #fff;
  display: inline-block;
  padding: 0 5px;
  z-index: 20;
  position: relative;
  font-size: 13px;
}
#konfigurator-palettenregale .anzeige-hoehe {
  text-align: center;
  float: left;
  position: relative;
  margin-left: 23px;
  width: 50px;
}
#konfigurator-palettenregale .anzeige-hoehe .fa-caret-up,
#konfigurator-palettenregale .anzeige-hoehe .fa-caret-down {
  position: absolute;
  left: 0;
  color: #F19300;
  font-size: 17px;
  z-index: 30;
}
#konfigurator-palettenregale .anzeige-hoehe .fa-caret-up {
  top: -6px;
}
#konfigurator-palettenregale .anzeige-hoehe .fa-caret-down {
  bottom: -5px;
}
#konfigurator-palettenregale .anzeige-hoehe div {
  border-left: 1px solid #F19300;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 4.5px;
}
#konfigurator-palettenregale .anzeige-hoehe span {
  background-color: #fff;
  display: inline-block;
  z-index: 20;
  position: relative;
  margin-left: -20px;
  font-size: 13px;
}
#konfigurator-palettenregale .anzeige-tiefe {
  width: 76px;
  text-align: center;
  float: left;
  margin-top: -48px;
  margin-left: 23px;
  transform: rotate(-45deg);
}
#konfigurator-palettenregale .anzeige-tiefe .fa-caret-left,
#konfigurator-palettenregale .anzeige-tiefe .fa-caret-right {
  position: absolute;
  top: 0;
  color: #F19300;
  font-size: 17px;
  z-index: 30;
}
#konfigurator-palettenregale .anzeige-tiefe .fa-caret-left {
  left: 0;
}
#konfigurator-palettenregale .anzeige-tiefe .fa-caret-right {
  right: 0;
}
#konfigurator-palettenregale .anzeige-tiefe div {
  border-top: 1px solid #F19300;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 100%;
  position: absolute;
  top: 8.2px;
  left: 0;
}
#konfigurator-palettenregale .anzeige-tiefe span {
  background-color: #fff;
  display: inline-block;
  padding: 0 5px;
  z-index: 20;
  position: relative;
  transform: rotate(45deg);
  font-size: 13px;
}
#konfigurator-palettenregale .anzeige-gesamtbreite {
  position: relative;
  text-align: center;
  float: left;
}
#konfigurator-palettenregale .anzeige-gesamtbreite .fa-caret-left,
#konfigurator-palettenregale .anzeige-gesamtbreite .fa-caret-right {
  position: absolute;
  top: 0;
  color: #F19300;
  font-size: 17px;
  z-index: 30;
}
#konfigurator-palettenregale .anzeige-gesamtbreite .fa-caret-left {
  left: 0;
}
#konfigurator-palettenregale .anzeige-gesamtbreite .fa-caret-right {
  right: 0;
}
#konfigurator-palettenregale .anzeige-gesamtbreite div {
  border-top: 1px solid #F19300;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 100%;
  position: absolute;
  top: 8.3px;
  left: 0;
}
#konfigurator-palettenregale .anzeige-gesamtbreite > span {
  background-color: #fff;
  display: inline-block;
  padding: 0 5px;
  z-index: 20;
  position: relative;
  font-size: 13px;
}
#konfigurator-palettenregale .anzeige-gesamtbreite > span span {
  font-size: 12px;
}
#konfigurator-palettenregale #btn_add_anbauregal_box {
  float: left;
}
#konfigurator-palettenregale #btn_add_anbauregal_box #btn_add_anbauregal {
  font-size: 35px;
  color: #5CB85C;
  float: left;
  display: block;
  cursor: pointer;
}
/* Infos */
#konfigurator-palettenregale .konfigurator-info-container .konfigurator-info-price {
  width: 100% !important;
  padding: 10px;
  background-color: #ebebeb;
  margin-right: 0;
}
#konfigurator-palettenregale .konfigurator-info-container .konfigurator-info-price .ausgabe-gesamtpreis {
  color: #009800;
  font-size: 30px;
}
#konfigurator-palettenregale .konfigurator-info-container .konfigurator-info-price #ausgabe-ohnerabatt {
  text-decoration: line-through;
}
#konfigurator-palettenregale .konfigurator-info-container .konfigurator-info-rabatt {
  width: 100% !important;
  padding: 10px;
  color: #888;
  background-color: #ebebeb;
  margin-right: 0%;
  line-height: 1.9;
}
#konfigurator-palettenregale .konfigurator-info-container .konfigurator-info-rabatt span {
  color: #009800;
  font-weight: bold;
}
#konfigurator-palettenregale .konfigurator-info-container .konfigurator-addtocart {
  float: none !important;
}
#konfigurator-palettenregale .konfigurator-hinweise {
  float: none;
  width: 100%;
}
#konfigurator-palettenregale .konfigurator-hinweise .konfigurator-hinweis {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#konfigurator-palettenregale .konfigurator-hinweise .konfigurator-hinweis .konfigurator-hinweis-icon {
  padding-right: 10px;
}
#konfigurator-palettenregale .konfigurator-hinweise .konfigurator-hinweis .konfigurator-hinweis-icon span {
  color: #E0E0E0;
}
#konfigurator-palettenregale .konfigurator-buttons {
  float: none;
  width: 100%;
  margin-top: 2.5rem;
}
#konfigurator-palettenregale .konfigurator-buttons img {
  margin-left: 1%;
  width: 32%;
  max-width: 100px;
}
#konfigurator-palettenregale #zusammenfassung {
  margin-bottom: 30px;
}
@media only screen and (min-width: 850px) {
  #konfigurator-palettenregale .konfigurator-info-container {
    display: flex;
  }
  #konfigurator-palettenregale .konfigurator-info-container {
    display: flex;
  }
  #konfigurator-palettenregale .konfigurator-info-container .konfigurator-info-price {
    width: 25% !important;
    margin-right: 1% !important;
  }
  #konfigurator-palettenregale .konfigurator-info-container .konfigurator-info-rabatt {
    width: 53% !important;
    margin-right: 1% !important;
  }
  #konfigurator-palettenregale .konfigurator-hinweise {
    float: left;
    width: 65% !important;
  }
  #konfigurator-palettenregale .konfigurator-buttons {
    float: right;
    width: 30% !important;
    text-align: right !important;
  }
}
#konfigurator-palettenregale #zusammenfassung strong {
  float: right;
  padding-left: 60px;
}
.cms-palettenregale-konfigurator .title,
.cms-palettenregale-konfigurator-2d .title {
  background: #f1f1f1;
  padding: 10px;
}
/* Palettenregale Konfi Navbar */
.konfi-col-12 {
  width: 100%;
  margin: 40px 0px;
  text-align: center;
}
.konfi-auflagen {
  width: 25%;
  float: left;
  padding: 20px;
}
.konfi-col-12 h2 {
  margin-bottom: 25px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .konfi-auflagen {
    width: 100%;
  }
}
.konfi-gallery {
  width: 101%;
  margin-top: 20px;
}
.konfi-gallery-1 {
  width: 24%;
  float: left;
}
.konfi-gallery-2 {
  width: 24%;
  float: left;
  margin: 0 0.5% 0 1%;
}
.konfi-gallery-3 {
  width: 24%;
  float: left;
  margin: 0 1% 0 0.5%;
}
.konfi-gallery-4 {
  width: 24%;
  float: left;
}
@media (max-width: 768px) {
  .konfi-gallery-1 {
    width: 49%;
    float: left;
  }
  .konfi-gallery-2 {
    width: 49%;
    float: left;
    margin: 0 0 0 2%;
  }
  .konfi-gallery-3 {
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
  }
  .konfi-gallery-4 {
    width: 49%;
    float: left;
  }
}
.palettenregale-navtab {
  margin-top: 30px;
}
.navtab {
  border: 1px solid #c1c1c1;
  padding: 10px;
}
.navtab-button {
  background: #e3342e;
  padding: 10px 20px;
  font-weight: 400px;
  color: #fff;
}
.navtab-button:active {
  background: #ccc;
  color: #333;
}
.col-12-button {
  width: 100%;
  text-align: center;
  margin: 25px 0px;
}
.grid {
  width: 102%;
  margin-left: -1%;
  margin-right: -1%;
}
.produkt-info {
  width: 33%;
  float: left;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .produkt-info {
    width: 50%;
  }
}
.col-6 {
  width: 50%;
  float: left;
  text-align: justify;
  padding: 0 1%;
}
.left {
  padding-left: 5px;
}
.right {
  padding-right: 5px;
}
@media (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
}
.col-6 fa {
  color: #ffdd00;
}
.col-6 img {
  width: 100%;
}
.col-6 h2 {
  font-size: 20px;
}
.col-6 h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 24px;
}
.col-6-einzelteile {
  width: 50%;
  float: left;
  padding: 0 1%;
}
.col-6-einzelteile a {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .col-6-einzelteile {
    width: 100%;
    margin: 5px 0px;
  }
  .col-6-einzelteile a {
    font-size: 1.4rem;
  }
}
.col-6-einzelteile img {
  margin-top: 10px;
  border: 1px solid #d1d1d1;
}
.cta-button {
  max-width: 280px;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none !important;
}
.cta-button span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 40px;
  background-color: #e3342e;
}
@media (min-width: 1200px) {
  .vollblech-loch-info {
    margin-top: 160px;
  }
}
.category-palettenregale-schwerlastregale .category-cms h2 {
  margin-top: 10px !important;
}
.category-palettenregale-schwerlastregale .column.main {
  padding-top: 0 !important;
}
.pl-hersteller {
  width: 104%;
  margin-left: -2%;
  margin-bottom: 10px;
  margin-top: 40px;
}
.pl-hersteller .col-6 {
  width: 46%;
  float: left;
  margin: 0 2%;
  position: relative;
}
.pl-hersteller ul {
  height: 120px;
}
.pl-hersteller .logo-hersteller {
  width: 150px;
  position: absolute;
  top: 5px;
  right: 15px;
}
.pl-hersteller .col-6 a {
  width: 100%;
  text-align: center;
  margin: 6px 0;
  background: #747474;
  border-color: #333;
}
.pl-hersteller .col-6 a:hover {
  background: #e3342e;
}
.mega-menu-content .palettenregal-wrapper .submenu-item-main a {
  font-size: 12px;
}
.col-md-7.palettenregal-wrapper {
  height: 350px;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: #80adb3;
}
.col-md-5.palettenregal-wrapper {
  height: 350px;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: #212b51;
}
.mega-menu-content .palettenregal-wrapper .submenu-nedcon {
  background-color: #212b51;
}
.navigation .level0 {
  width: 14.2%;
}
@media (max-width: 768px) {
  .navigation .level0 {
    width: 100%;
  }
}
.level0.nav-6 > a {
  border-color: #0087b8 !important;
}
.navigation .level0.nav-6 > a:hover,
.navigation .level0.nav-6:hover > a,
.navigation .level0.nav-6.active > a,
.navigation .level0.nav-6.has-active > a {
  border-color: #0087b8 !important;
}
.mega-menu-content .kabeltrommelregal-wrapper .submenu-header {
  background-color: #0087b8 !important;
}
.level0.nav-7 > a {
  border-color: #808080 !important;
}
.level0.nav-7 > a:hover {
  border-color: #808080 !important;
}
.mega-menu-content .lagerausstattung-wrapper .submenu-header {
  background-color: #808080 !important;
}
.navigation .nav-7 a {
  border-color: #808080;
}
@media (max-width: 1000px) {
  .pl-hersteller .col-6 {
    width: 100%;
    margin: 20px 0;
  }
}
.products-grid .pricerabatt,
.products-list .pricerabatt {
  position: absolute;
  background: #e3342e;
  color: #fff;
  font-weight: 800;
  right: 0;
  top: 0;
  width: 35px;
  height: 23px;
  text-align: center;
  line-height: 2.4rem;
  font-size: 14px;
  text-decoration: none;
  z-index: 1;
}
.products-grid .pricerabatt {
  width: 45px;
  height: 28px;
  line-height: 2.8rem;
  font-size: 16px;
}
.page-layout-1column .product-info-main .product-info-main-data {
  position: relative;
}
.page-layout-1column .product-info-main .product-info-main-data .resultPromotion {
  position: absolute;
  top: 30px;
  right: -6px;
  z-index: 2;
}
.page-layout-1column .product-info-main .product-info-main-data .ribbon {
  padding: 3px 20px;
  color: #fff;
  font-size: 13px;
}
.page-layout-1column .product-info-main .product-info-main-data .ribbon::before {
  position: absolute;
  top: 100%;
  right: 0;
  content: "";
  border: 3px solid transparent;
}
.page-layout-1column .product-info-main .product-info-main-data .ribbon-tiefpreis::before {
  border-top-color: #8c8989;
  border-left-color: #8c8989;
}
.page-layout-1column .product-info-main .product-info-main-data .ribbon-tiefpreis {
  background-color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
}
.kragarmregal-img-txtblock .inner-txtblock .fa-caret-up {
  position: absolute;
  top: -27px;
  left: 50%;
  font-size: 40px;
  margin-left: -10px;
  color: #464646;
}
.kragarmregal-img-txtblock .imgtxt-block {
  width: 260px;
  text-align: justify;
  background: #464646;
  border-radius: 20px;
  color: #fff;
  z-index: 10;
}
.kragarmregal-img-txtblock .inner-txtblock {
  position: relative;
  cursor: pointer;
  padding: 13px;
}
.kragarmregal-img-txtblock .onclick-info .fa-info-circle {
  color: #e3342e;
}
.kragarmregal-img-txtblock .onclick-info {
  border-bottom: 2px solid #e3342e;
}
.product-attribute-specs-table .subattribute-product-info {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product-attribute-specs-table .subattribute-product-info {
    position: unset;
    font-size: 20px;
    margin-left: 10px;
  }
}
.products-list tr.item {
  border-top: 1px solid #ccc;
}
.products-list .item:hover {
  background: #f3f3f3;
  outline: none;
  cursor: pointer;
}
.products-list .item td {
  vertical-align: middle !important;
  /*padding-bottom: 20px;*/
}
.products-list .product-item-photo {
  padding: 0 !important;
}
.am-filter-items-attr_palettenregale_auflage_nedcon .swatch-option {
  min-width: 74px;
  min-height: 61px;
}
.hinweis-aktion,
.mobile-hinweis-aktion {
  background-color: #E2001A;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}
.mobile-hinweis-aktion {
  cursor: pointer;
  display: none;
}
.cms-home .home-lr-video {
  height: 370px;
  width: 100%;
}
.nav-toggle {
  position: unset !important;
  margin-top: -5px;
  float: left;
}
@media (min-width: 769px) {
  #esns_box_subscribe_form {
    width: 100% !important;
    display: flex;
    justify-content: right;
  }
  #esns_box_subscribe_input {
    width: 100% !important;
  }
}
.esns_theme_default #esns_box_subscribe_input input {
  width: 100% !important;
}
.cms-home .home-ueber-lagerregale-24 .btn-txt-home {
  display: none;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
  .mein-konto {
    display: none;
  }
  .cms-home h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .cms-home .h-container {
    margin-top: -5px;
  }
  .cms-home .block-title {
    margin: 40px 0 20px 0 !important;
  }
  .cms-home .block-title h2 {
    text-align: center;
    font-size: 23px;
  }
  h2.home {
    font-size: 23px;
    text-align: center;
    background-color: unset;
  }
  .home-ueber-lagerregale-24 {
    background: #f1f1f1;
    margin-bottom: 25px;
  }
  .home-ueber-lagerregale-24 h3 {
    padding: 0 15px;
    font-size: 20px;
  }
  .home-ueber-lagerregale-24 p {
    padding: 10px 15px;
    font-size: 16px;
  }
  .home-categories-container .home-categories-button {
    font-size: 16px;
  }
  .cms-home .columns .column.main {
    padding-bottom: 0 !important;
  }
  .esns_theme_default #esns_box_subscribe {
    margin: 10px 0 !important;
  }
  .esns_theme_default #esns_box_subscribe_input {
    width: 70% !important;
  }
  .esns_theme_default #esns_box_subscribe_submit {
    width: 30% !important;
    float: left;
  }
  .esns_theme_default #esns_box_subscribe_form {
    margin: 5px 5px 5px 0 !important;
  }
  .minicart-wrapper {
    margin-left: 10px !important;
    margin-right: -12px;
  }
  .cms-home .home-lr-video {
    height: 180px;
  }
  .logo {
    margin-left: 5px !important;
  }
  .cms-home .subitle {
    font-size: 16px;
  }
  .hinweis-aktion {
    display: none;
  }
  .mobile-hinweis-aktion {
    display: block;
  }
  .esns_theme_default #esns_box_block_3 {
    width: 100% !important;
  }
  p.home {
    font-size: 16px;
  }
  .esns_theme_default #esns_box_subscribe_submit a {
    width: 100% !important;
    text-align: center !important;
    padding: 7px 10px !important;
  }
  .cms-home .home-ueber-lagerregale-24 .home-col-txt {
    max-height: 250px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: max-height 0.3s;
  }
  .cms-home .home-ueber-lagerregale-24 .home-col-txt-active {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  .cms-home .home-ueber-lagerregale-24 .btn-txt-home {
    display: block;
  }
  .cms-home .home-ueber-lagerregale-24 .btn-txt-home {
    width: 100%;
    border: unset;
    background: #555;
    color: #fff;
    margin-top: 5px;
    padding: 12px 0;
  }
  .footer.content .c-sidebar.c-sidebar--categories {
    display: none;
  }
  .minicart-wrapper.active .block-minicart {
    width: 100vw;
    top: 34.5px;
    right: -3px;
  }
  .minicart-wrapper .block-minicart::before {
    right: 19px;
  }
  .minicart-wrapper .block-minicart::after {
    right: 18px;
  }
  .block-minicart .items-total .count {
    width: 100%;
    float: right;
    font-size: 23px;
  }
  .block-minicart .subtotal {
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
  }
  .block-minicart .items-total {
    margin-top: -9px;
  }
  .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 22px;
  }
  .minicart-wrapper .action.close {
    right: 5px;
  }
  .minicart-wrapper .action.close::before {
    font-size: 22px;
    line-height: 20px;
  }
}
@media (max-width: 395px) {
  .header-logo {
    max-width: 200px;
  }
}
.col-vorteile-zahlungsarten .footer-header,
.col-vorteile-icons .footer-header {
  display: none;
}
.footer-container-1 .footer-icon {
  display: none;
}
.product-item-arrow-left {
  display: none;
}
.product-item-arrow-right {
  display: none;
}
.slideshow-container .product-items .anzProdukte {
  display: none;
}
@media (max-width: 768px) {
  .col-footer-shop {
    position: relative;
    padding: 20px 0;
    display: block;
  }
  .col-footer-shop h3 {
    margin: 0 !important;
  }
  .footer-container-1 .footer-icon {
    position: absolute;
    top: 4px;
    right: -10px;
    font-size: 25px;
    cursor: pointer;
    z-index: 10;
    display: unset;
    padding: 5px;
    border-radius: 50px;
    width: 36px;
    box-shadow: unset;
    border: unset;
    background: unset;
  }
  .footer.content .footer.links {
    display: none;
  }
  .footer.content .links a {
    font-size: 15px;
  }
  .block-minicart .items-total span {
    font-size: 14px;
  }
  .block-minicart .minicart-count {
    margin-top: 10px;
    margin-bottom: -6px;
  }
  .block-minicart .minicart-count span {
    font-size: 14px;
  }
  .modal-popup.confirm .modal-inner-wrap {
    width: 75%;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 3rem !important;
  }
  .col-vorteile-zahlungsarten .footer-header,
  .col-vorteile-icons .footer-header {
    display: block;
  }
  .col-vorteile-icons {
    margin-bottom: 25px;
  }
  .col-vorteile-icons .footer-header {
    width: 100%;
    font-size: 18px;
    margin: 8px 0px 8px 0;
    font-weight: 500;
  }
  .col-vorteile-zahlungsarten {
    margin-bottom: 10px;
  }
  .col-vorteile-zahlungsarten .footer-header {
    width: 100%;
    font-size: 18px;
    margin-bottom: -14px;
    font-weight: 500;
  }
  .slideshow-container .products-grid .product-item {
    width: 40% !important;
    margin: 20px 5%;
  }
  .slideshow-container .products-grid .pricerabatt {
    width: 65px;
    height: 38px;
    line-height: 3.8rem;
    font-size: 24px;
  }
  #eKomiWidget_default {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .slideshow-container .products-grid .product-item {
    width: 96% !important;
    display: flex;
    margin: 0 2%;
  }
  .slideshow-container .products-grid .widget-new-grid {
    position: relative;
    margin: 20px 0;
    height: 500px;
  }
  .slideshow-container .products-grid .product-item:first-child {
    display: block;
    position: relative;
  }
  .slideshow-container .products-grid .product-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 25px 1px 25px !important;
    background: #f1f1f1;
    height: 500px;
  }
  .block-new-products.grid .block-title {
    text-align: center !important;
  }
  .block-new-products.grid .block-title strong {
    font-size: 23px !important;
  }
  .slideshow-container .product-item-details a {
    font-size: 16px;
    font-weight: 500;
  }
  .cms-home .product-item .price-box {
    text-align: center;
  }
  .product-item-arrow-left {
    position: absolute;
    top: 35%;
    left: 5px;
    margin-top: -20px;
    font-size: 40px;
    color: #e3342e;
    display: block;
  }
  .product-item-arrow-right {
    position: absolute;
    top: 35%;
    right: 5px;
    margin-top: -20px;
    font-size: 40px;
    color: #e3342e;
    display: block;
  }
  .slideshow-container .product-item .product-item-info {
    padding: 0 20px;
    text-align: center;
  }
  .slideshow-container .product-item .product-image-container {
    height: 300px;
    max-width: 300px;
  }
  .slideshow-container .product-item .product-image-wrapper {
    height: 100%;
    padding-bottom: 0 !important;
    margin-bottom: 20px;
  }
  .slideshow-container .product-items .anzProdukte {
    display: block;
    position: absolute;
    right: 11px;
    bottom: 5px;
    font-size: 16px;
  }
}
.cart-container .cart.item .item-info:hover {
  background: #f5f5f5;
}
.cart.table-wrapper .actions-toolbar {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.cart-container .form-cart .actions.main .clear {
  display: inline;
  margin-right: 5px;
}
.cart.main.actions .action.continue {
  display: none;
}
a.action.secondary {
  background-color: #eeeeee;
  border: 1px solid #ccc;
  color: #333;
  padding: 5px 15px;
  display: inline-block;
  min-width: 152px;
  text-align: center;
}
.action.more.secondary:hover {
  text-decoration: none;
}
.products-list .action {
  height: 32px;
  width: 100%;
  max-width: 170px;
  text-align: center;
}
@media (min-width: 1025px) {
  .products-list .action.tocart.primary {
    padding-top: 5px;
  }
}
@media (max-width: 1024px) {
  .products-list .action.tocart.primary {
    padding-top: 8px;
  }
}
.new-cookie {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 500px;
  margin-left: -250px;
  margin-top: -150px;
  background: #fff;
  color: #333;
  z-index: 500;
  padding: 20px;
  box-shadow: 4px 6px 20px -1px #333333;
}
.new-cookie h3 {
  margin-top: 1rem;
}
.new-cookie .actions {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.new-cookie .actions button {
  margin-right: 10px;
}
@media (max-width: 700px) {
  .new-cookie {
    position: fixed;
    left: 0;
    bottom: 0 !important;
    height: 200px;
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0 !important;
    background: #fff;
    color: #333;
    z-index: 500;
    padding: 20px;
    box-shadow: 4px 6px 20px -1px #333333;
    top: unset;
  }
}
.cms-privacy-policy-cookie-restriction-mode .new-cookie {
  position: fixed;
  left: 0;
  bottom: 0 !important;
  height: 200px;
  width: 100%;
  margin-left: 0 !important;
  margin-top: 0 !important;
  background: #fff;
  color: #333;
  z-index: 500;
  padding: 20px;
  box-shadow: 4px 6px 20px -1px #333333;
  top: unset;
}
@media (max-width: 768px) {
  .cart-container #empty_cart_button {
    margin: 5px;
  }
  .cart-container .action.update {
    margin: 5px;
  }
  .cart-container .action.update {
    width: 65%;
  }
  .cart.table-wrapper .actions-toolbar {
    right: 20px;
    bottom: 140px;
  }
}
.products.wrapper.grid.products-grid.products-related.product-anaburegale .imageszeile_anbauregal {
  width: 24%;
  float: left;
}
.products.wrapper.grid.products-grid.products-related.product-anaburegale .product-item-info.related-available {
  width: 22%;
  float: left;
  padding: 15px;
}
.products.wrapper.grid.products-grid.products-related.product-anaburegale .product-item .product-item-info:hover {
  margin: -1px !important;
}
.products.wrapper.grid.products-grid.products-related.product-anaburegale .imageszeile_anbauregal_mobil {
  display: none;
}
@media (max-width: 1023px) {
  .products.wrapper.grid.products-grid.products-related.product-anaburegale .imageszeile_anbauregal {
    display: none;
  }
  .products.wrapper.grid.products-grid.products-related.product-anaburegale .imageszeile_anbauregal_mobil {
    display: block;
  }
  .products.wrapper.grid.products-grid.products-related.product-anaburegale .product-item-info.related-available {
    width: 29%;
  }
}
@media (max-width: 790px) {
  .products.wrapper.grid.products-grid.products-related.product-anaburegale .product-item-info.related-available {
    width: 45%;
  }
}
@media (max-width: 620px) {
  .products.wrapper.grid.products-grid.products-related.product-anaburegale .product-item-info.related-available {
    width: 95%;
  }
}
@media (min-width: 769px) {
  .navigation .level0 .submenu {
    padding: 0 !important;
  }
}
.block-minicart .paypal,
.cart-summary .paypal {
  position: relative;
  z-index: 0;
}
.product-info-main .product-info-stock-sku {
  float: none;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th,
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border-top: 1px solid #ccc;
  padding: 11px 10px;
}
@media (min-width: 770px), print {
  .filter-options input[type="checkbox"] + .amshopby-choice::before,
  .filter-options input[type="checkbox"] + .amshopby-choice::after {
    top: 5px;
  }
}
.filter-options-content .item > a {
  display: inline;
}
