/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.navigation {
  padding: 0;
}
.navigation .parent .level-top {
  position: relative;
  display: block;
  text-decoration: none;
}
.navigation .parent .level-top:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.navigation .parent .level-top:after {
  position: absolute;
  right: 7px;
  top: -8px;
}
.navigation .parent .level-top.ui-state-active:after {
  content: '\e621';
}
.nav-sections {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  height: 100%;
  left: -80%;
  left: calc(-1 * (100% - 54px));
  overflow: auto;
  position: fixed;
  top: 0;
  width: 80%;
  width: calc(100% - 54px);
}
.nav-sections .switcher {
  border-top: 1px solid #d1d1d1;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: .8rem 3.5rem .8rem 2rem;
}
.nav-sections .switcher .label {
  display: block;
  margin-bottom: 5px;
}
.nav-sections .switcher:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.nav-sections .switcher-trigger strong {
  position: relative;
  display: block;
  text-decoration: none;
}
.nav-sections .switcher-trigger strong:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-sections .switcher-trigger strong:after {
  position: absolute;
  right: -40px;
  top: -16px;
}
.nav-sections .switcher-trigger.active strong:after {
  content: '\e621';
}
.nav-sections .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: none;
  padding: 10px 0;
}
.nav-sections .switcher-options.active .switcher-dropdown {
  display: block;
}
.nav-sections .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  border-bottom: 1px solid #d1d1d1;
}
.nav-sections .header.links li {
  font-size: 1.6rem;
  margin: 0;
}
.nav-sections .header.links li.greet.welcome {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  padding: 0.8rem 20px;
}
.nav-sections .header.links li > a {
  border-top: 1px solid #d1d1d1;
}
.nav-sections .header.links a,
.nav-sections .header.links a:hover {
  color: #575757;
  text-decoration: none;
  display: block;
  font-weight: 700;
  padding: 0.8rem 20px;
}
.nav-sections .header.links .header.links {
  border: 0;
}
.nav-before-open {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}
.nav-before-open .page-wrapper {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
}
.nav-before-open body {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.nav-open {
  /*
    .page-wrapper {
      left: 80%;
      left: calc(~'100% - @{active-nav-indent}');
    }*/
}
.nav-open .nav-sections {
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  left: 0;
  z-index: 99;
}
.nav-open .nav-toggle:after {
  background: rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.nav-sections-items {
  position: relative;
  z-index: 1;
}
.nav-sections-items:before,
.nav-sections-items:after {
  content: '';
  display: table;
}
.nav-sections-items:after {
  clear: both;
}
.nav-sections-item-title {
  background: #e3e3e3;
  border: solid #d7d7d7;
  border-width: 0 0 1px 1px;
  box-sizing: border-box;
  float: left;
  height: 71px;
  padding-top: 24px;
  text-align: center;
  width: 33.33%;
}
.nav-sections-item-title.active {
  background: transparent;
  border-bottom: 0;
}
.nav-sections-item-title .nav-sections-item-switch:hover {
  text-decoration: none;
}
.nav-sections-item-content {
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  margin-top: 71px;
  width: 100%;
  padding: 25px 0;
}
.nav-sections-item-content:before,
.nav-sections-item-content:after {
  content: '';
  display: table;
}
.nav-sections-item-content:after {
  clear: both;
}
.nav-sections-item-content.active {
  display: block;
}
.navigation {
  background: #f0f0f0;
  box-sizing: border-box;
}
.navigation ul {
  margin: 0;
  padding: 0;
}
.navigation li {
  margin: 0;
}
.navigation a {
  display: block;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 15px;
}
.navigation a,
.navigation a:hover {
  color: #575757;
  text-decoration: none;
}
.navigation .level0 {
  border-top: 1px solid #d1d1d1;
  font-size: 1.6rem;
}
.navigation .level0 > .level-top {
  font-weight: 700;
  padding: 8px 40px 8px 15px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.navigation .level0 > .level-top:hover {
  color: #333333;
}
.navigation .level0.active .all-category .ui-state-focus {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 0 8px;
  color: #333333;
  padding-left: 7px;
  display: inline-block;
}
.navigation .level0 > .level1 {
  font-weight: 600;
}
.navigation .level0.active > a:not(.ui-state-active),
.navigation .level0.has-active > a:not(.ui-state-active) {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 0 8px;
  color: #333333;
}
.navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin-left: -8px;
}
.navigation li.level0:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.navigation .submenu > li {
  word-wrap: break-word;
}
.navigation .submenu > li > a:hover {
  color: #333333;
}
.navigation .submenu:not(:first-child) {
  font-weight: 400;
  line-height: 1.3;
  left: auto !important;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  top: auto !important;
  transition: left 0.3s ease-out;
}
.navigation .submenu:not(:first-child) > li > a {
  padding-left: 15px;
}
.navigation .submenu:not(:first-child) > li:last-child {
  margin-bottom: 0;
}
.navigation .submenu:not(:first-child) ul {
  display: block;
  padding-left: 15px;
}
.navigation .submenu:not(:first-child) ul > li {
  margin: 0;
}
.navigation .submenu:not(:first-child) ul > li a {
  color: #575757;
  display: block;
  line-height: normal;
}
.navigation .submenu:not(:first-child) ul > li a:hover {
  color: #333333;
}
.navigation .submenu:not(:first-child).expanded {
  display: block !important;
  padding-right: 0;
  top: 0 !important;
}
.navigation .submenu:not(:first-child) .active > a {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 0 8px;
  color: #333333;
  padding-left: 7px;
}
.navigation .submenu:not(:first-child) .level1.active > a {
  padding-left: 7px;
}
/*
//.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
@media only screen and (min-width: 1270px) {
  .nav-toggle {
    display: none;
  }

  .nav-sections {
    .lib-vendor-prefix-flex-shrink(0);
    .lib-vendor-prefix-flex-basis(auto);
    margin-bottom: @indent__m;
  }

  .nav-sections-item-title {
    display: none;
  }

  .nav-sections-item-content {
    display: block !important;
  }

  .nav-sections-item-content > * {
    display: none;
  }

  .nav-sections-item-content {
    > .navigation {
      display: block;
    }
  }

  .lib-main-navigation-desktop();

  .panel.header {
    .links,
    .switcher {
      display: inline-block;
    }
  }
}
*/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.gw-euvat-field .message-success {
  margin-top: 10px;
}
.gw-euvat-field .vatid-retry {
  cursor: pointer;
}
/*
 * 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: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .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: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .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,
  .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: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 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;
  }
  .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;
  }
  .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: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .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;
  }
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-800.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-800italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* squada-one-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Squada One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/squada-one-v18-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* audiowide-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/audiowide-v20-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: 'Squada One', sans-serif;
}
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 300;
}
a,
a:hover,
a:active,
a:visited {
  color: #e30613;
  text-decoration: unset;
}
li::first-letter {
  text-transform: uppercase;
}
.action.primary,
.action-primary {
  background: #e30613;
  color: #fff;
  border: 1px solid #333;
}
.action.primary:hover,
.action-primary:hover,
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #e30613;
  color: #333;
}
.swatch-option {
  height: 30px;
}
.breadcrumbs {
  z-index: 1;
  position: relative;
  margin-top: -15px;
}
.breadcrumbs a:hover {
  text-decoration: unset;
}
.breadcrumbs a,
.breadcrumbs a:visited {
  color: #e30613 !important;
}
.breadcrumbs .items {
  position: absolute;
  top: 30px;
  left: 0;
  /*color: #e9e9e9;*/
}
.breadcrumbs strong {
  font-weight: 400;
  color: #3d3d3d;
  opacity: 0.6;
}
.search-autocomplete ul li {
  color: #333;
}
.messages {
  z-index: 5;
  position: relative;
  margin-top: -5px;
}
.kontakt-sidebar-flex {
  display: flex;
  position: fixed;
  right: -342px;
  top: 320px;
  z-index: 10;
  max-height: 300px;
  transition: all 1.2s ease;
}
.kontakt-sidebar-flex .flex-item {
  height: 300px;
  font-size: 16px;
}
.kontakt-sidebar-flex img {
  max-height: 300px;
  position: absolute;
  right: 227px;
  top: 0;
}
.kontakt-sidebar-flex .flex-item.flex-kontakt {
  background: #fff;
  box-shadow: 3px 3px 7px #333;
  padding: 30px 20px 0 60px;
}
.kontakt-sidebar-flex .flex-item.flex-kontakt span {
  color: #94c53c;
}
.kontakt-sidebar-flex .flex-item.flex-kontakt a {
  position: absolute;
  bottom: 20px;
  right: 80px;
  background: #e30613;
  padding: 8px 10px;
  color: #fff;
  width: 160px;
  text-align: center;
  font-weight: 600;
}
.kontakt-sidebar-flex:hover {
  right: 0;
}
#block-discount-heading,
.minicart-items .product-item-name a,
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #e30613;
}
.minicart-items .product-item-name a,
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #333;
}
.block-minicart .block-content > .actions a span {
  color: #fff;
}
#block-discount-heading {
  color: #94c53c;
}
.checkout-cart-index .action.multicheckout,
.action.viewcart {
  color: #333;
}
.block-minicart .items-total,
.block-minicart .subtotal {
  color: #333;
}
.cart-hinweis {
  background: #f9eca4;
  padding: 10px;
  font-weight: 500;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #333;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  background: #94c53c !important;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #94c53c !important;
}
#paypal-smart-button {
  z-index: 0;
  position: relative;
}
.catalog-product-view .price-including-tax + .price-excluding-tax::before,
.weee[data-label]::before,
.catalog-product-view .product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 18px;
  font-weight: 300;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  margin-top: 10px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  color: #fff;
}
.opc-progress-bar-item._complete > span {
  color: #e30613;
}
.page-layout-checkout .action.primary.checkout {
  font-size: 20px;
  padding: 20px;
}
.container-frame {
  max-width: 1330px;
  margin: auto;
}
.header-angebotanfordern a {
  position: relative;
}
.header-angebotanfordern #custom-cart-count {
  background: #ff5501;
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  left: 22px;
  top: -5px;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -5px;
  height: 20px !important;
  line-height: 20px !important;
}
.page-layout-checkout .page-header {
  background: #f3f3f3;
}
.page-layout-checkout .authentication-wrapper .action.action-auth-toggle {
  color: #e30613;
}
.page-layout-checkout .opc-progress-bar-item._active::before,
.page-layout-checkout .opc-progress-bar-item._active > span::before,
.page-layout-checkout .opc-progress-bar-item._active > span::after {
  background: #e30613;
  border-color: #e30613;
}
.minicart-items .product-item-details .details-qty {
  display: none;
}
.page-header .panel.wrapper {
  background: #fff;
}
.page-header.header-sticky {
  position: sticky;
  top: 0;
  z-index: 50;
}
.page-header.header-sticky .header-menu,
.page-header.header-sticky .panelkontakt.container-frame {
  display: none;
}
.header-meinkonto {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.panelkontakt {
  background: #e30613;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 13px;
  box-shadow: 0 0 0 100vmax #e30613;
  clip-path: inset(0 -100vmax);
}
.panelkontakt .flex-panel {
  flex: 4;
  display: flex;
  gap: 20px;
  justify-content: space-around;
}
.panelkontakt .flex-panelkontakt {
  flex: 2;
  display: flex;
  gap: 20px;
  justify-content: end;
}
.panelkontakt .flex-panel .flex-item,
.panelkontakt .flex-panelkontakt .flex-item {
  padding: 8px 20px;
  font-weight: 600;
}
.panelkontakt .flex-panel .flex-item span,
.panelkontakt .flex-panelkontakt .flex-item span {
  color: #3d3d3d;
  margin-right: 5px;
}
.searchlogokonto {
  display: flex;
  width: 100%;
  gap: 50px;
}
.searchlogokonto .header-item {
  flex: 1;
  margin: auto;
}
.searchlogokonto .headersearch .block-search {
  width: 80%;
  transform: skew(-10deg);
  margin-top: 12px;
}
.header.content {
  display: block ruby;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-products .columns {
  z-index: 0;
  margin-top: 20px !important;
  max-width: 1330px;
  margin: auto;
  padding: 25px;
}
.sections.nav-sections {
  max-width: 600px;
  background: #e30613;
}
.nav-sections-item-title.active {
  background: #e3e3e3 !important;
}
.nav-sections-item-title {
  background: #e3e3e3;
}
.section-item-title.nav-sections-item-title {
  display: none;
}
.nav-toggle {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
.nav-toggle::before {
  font-size: 38px;
  color: #e30613;
  transform: skew(-10deg);
  font-weight: 1000;
}
.headersearch.header-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  padding-left: 25px;
}
.nav-toggle:hover::before {
  color: #e30613;
}
.header.content .logo-neu img {
  min-width: 320px;
  max-width: 320px;
}
.headerkono.header-item {
  display: flex;
  justify-content: right;
  margin-right: 25px;
  align-items: center;
}
.block-minicart .subtitle.empty {
  color: #333;
}
.header-meinkonto .fa-user {
  font-size: 30px;
  margin-right: 10px;
}
.minicart-wrapper .action.showcart::before {
  color: #e30613 !important;
  font-size: 32px !important;
}
.nav-logo {
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.nav-logo img {
  max-width: 340px;
}
.navigation {
  margin-top: 40px;
  background: unset;
  padding-left: 0;
  padding-right: 0;
}
.navigation li.level0 {
  border-bottom: 1px solid #fff;
  padding: 8px 0;
}
.navigation li.level0:last-child {
  border: unset;
}
.navigation li a {
  color: #fff;
}
.navigation .submenu {
  border-top: 0;
  margin-left: 40px;
}
.navigation .parent .level-top::after {
  top: 2px;
  font-size: 26px;
}
.navigation .level0 {
  border-top: 0;
}
.level0.active {
  background-color: #ef4b5b;
}
.navigation .level0.active > a:not(.ui-state-active),
.navigation .level0.has-active > a:not(.ui-state-active) {
  border-color: #333;
}
.page-header .header-menu {
  background: #fff;
  position: relative;
}
.page-header .header-menu .header-menu-flex {
  max-width: 1330px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  gap: 80px;
  justify-content: center;
  position: relative;
}
.page-header .header-menu .header-menu-flex #anfrage {
  background: #e30613;
}
.page-header .header-menu .header-menu-flex #anfrage.flex-item a {
  color: #333;
}
.page-header .header-menu .header-menu-flex #anfrage:hover {
  background: #ef4b5b;
}
.navigation .submenu:not(:first-child) .active > a {
  border-color: #333;
}
/*
.page-header .header-menu .header-menu-flex .flex-item {
	padding: 5px 10px;
}
*/
.page-header .header-menu .header-menu-flex .flex-item:hover a {
  color: #e30613;
}
.page-header .header-menu .header-menu-flex .flex-item.active {
  /*background: #333;*/
}
.page-header .header-menu .header-menu-flex .flex-item a {
  font-family: 'Squada One', sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 300;
  padding: 5.5px 5px;
  display: block;
}
.page-header .header-menu .header-menu-flex .flex-item a span {
  color: #e30613;
}
.page-header .header-menu .header-menu-flex .flex-item:hover a span {
  color: #fff;
}
.page-header .header-menu .header-menu-flex .flex-item.active a span {
  color: #fff;
}
.header-submenu-flex {
  position: absolute;
  left: 25px;
  top: 39px;
  background: #f3f3f3;
  width: 1280px;
  padding: 20px;
  display: none;
  z-index: 10;
  max-width: 100%;
}
.header-submenu-flex.active {
  display: block;
}
.header-submenu-flex .flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.submenu-flex-item {
  width: 30%;
  display: flex;
  background: #fff;
  align-items: center;
}
.submenu-flex-item:hover {
  outline: 1px solid #e30613;
}
.submenu-flex-item .btn {
  width: 100%;
  display: block;
  color: #333 !important;
  font-family: 'Squada One', sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding: 5px 10px;
  text-align: left;
  margin-top: -5px;
  line-height: 1.2;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.nav-open .nav-toggle::after {
  z-index: 90;
}
.page-header .header-menu .header-menu-flex .header-submenu-flex .submenu-flex-item.flex-lagercontainer {
  background: #fff;
  margin-left: -20px;
}
.page-header .header-menu .header-menu-flex .header-submenu-flex .submenu-flex-item.flex-lagercontainer h1 {
  margin: 0;
  color: #333;
  padding: 15px 20px;
  font-size: 30px;
}
.page-header .header-menu .header-menu-flex .header-submenu-flex .submenu-flex-item.flex-lagercontainer h1 span {
  color: #e30613;
}
.page-header .header-menu .header-menu-flex .header-submenu-flex .submenu-flex-item.flex-lagercontainer .flex {
  margin: 0;
  color: #333;
  padding-bottom: 20px;
  font-size: 30px;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 0;
}
.page-header .header-menu .header-menu-flex .header-submenu-flex .submenu-flex-item.flex-lagercontainer .flex img {
  max-height: 240px;
}
.page-header .header-menu .header-menu-flex .header-submenu-flex .submenu-flex-item.flex-lagercontainer .flex .flex-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-header .header-menu .header-menu-flex .header-submenu-flex .submenu-flex-item.flex-lagercontainer .flex .flex-inner h3 {
  color: #333;
  font-size: 20px;
}
.newsletterfooter-bg {
  background: #333;
}
.newsletterfooter {
  padding: 20px 50px;
  color: #fff;
  display: flex;
  gap: 40px;
}
.newsletterfooter .flex-item {
  flex: 1;
}
.newsletterfooter .newsletter-txt {
  font-family: 'Squada One', sans-serif;
  font-size: 22px;
}
.newsletterfooter .newsletter-txt:first-child {
  text-align: right;
}
.newsletterfooter .newsletter-txt span {
  color: #94c53c;
}
.block.newsletter {
  margin-bottom: 0;
}
.block.newsletter .form.subscribe > .field,
.block.newsletter .form.subscribe > .actions {
  float: unset;
}
.block.newsletter .field.newsletter {
  min-width: 250px;
  max-width: 100% !important;
}
.block.newsletter .action.subscribe {
  margin-left: 5px;
}
.footer-zweitezeile-bg {
  background: #f4f4f4;
}
.footer-zweitezeile {
  padding: 20px 50px;
  color: #333;
  display: flex;
  gap: 50px;
}
.footer-zweitezeile .flex-item {
  flex: 1;
}
.footer-zweitezeile h4 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 10px;
}
.footer-zweitezeile .flex-item .footer-titel {
  font-family: 'Squada One', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 10px;
}
.footer-zahlungsarten .flex-footer {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-zahlungsarten.flex-item {
  flex: 2;
}
.footer-zahlungsarten .flex-footer .footer-img {
  min-width: 30%;
}
.footer-zahlungsarten .flex-footer {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.footer-zahlungsarten .flex-footer .footer-img img {
  height: 45px;
  max-width: unset;
}
.footer-international .flex-footer {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.footer-international .flex-footer .footer-img img {
  height: 45px;
  max-width: unset;
}
.footer-qualitaet .flex-footer {
  display: flex;
  gap: 10px;
}
.footer-qualitaet .flex-footer .footer-img img {
  height: 60px;
  max-width: unset;
}
.page-footer {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.footer-copyright {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 5px;
  background: #fff;
  padding-top: 10px;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
}
.footer-copyright p {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 11px;
}
.footer-drittezeile {
  display: flex;
  gap: 30px;
  padding: 20px 50px;
}
.footer-drittezeile .footer-title,
.footer-drittezeile h4 {
  font-size: 30px;
  font-family: 'Squada One', sans-serif;
}
.footer-drittezeile .footer-title,
.footer-drittezeile h4 {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.footer-drittezeile .footer-title i,
.footer-drittezeile h4 i {
  display: none;
}
.footer-drittezeile .flex-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-drittezeile .flex-links a {
  color: #333 !important;
  font-weight: 600;
}
.footer-drittezeile .flex-item {
  flex: 1;
}
.footer-drittezeile .flex-links .hotline {
  font-size: 18px;
  font-weight: 500;
}
.footer-drittezeile .flex-links .hotline i {
  font-size: 16px;
}
.footer-drittezeile .flex-links .anfrage {
  margin-top: 10px;
}
.footer-drittezeile .flex-links .anfrage a {
  padding: 10px 20px;
  font-size: 18px;
  background: #e30613;
  width: 270px;
  display: block;
  text-align: center;
  box-shadow: 2px 2px 2px #333;
  max-width: 100%;
  color: #fff !important;
}
.nav-open .page-main {
  z-index: -1;
}
.nav-open .page-header .header-menu,
.nav-open .header.content,
.nav-open .minicart-wrapper {
  position: static;
}
.nav-open .page-header .header-menu .header-menu-flex {
  position: static;
}
.cms-home .page-main,
.catalog-category-view .page-main {
  max-width: unset;
  padding: 0 !important;
}
.cms-home .columns .column.main {
  margin-top: 4px;
}
.page-main {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cms-home .col-home-img {
  position: relative;
  margin-bottom: -3px;
}
.cms-home .col-home-img img {
  width: 1280px;
}
.cms-home .home-imgtext {
  font-size: 40px;
  font-family: 'Squada One', sans-serif;
  color: #fff;
  position: absolute;
  padding: 3px 10px;
}
.cms-home .home-imgtext span {
  color: #e30613;
}
.cms-home .home-imgtext.text1 {
  top: 120px;
  left: 0;
}
.cms-home .home-imgtext.text2 {
  top: 180px;
  left: 0;
}
.cms-home .home-seo-text {
  padding: 20px;
  color: #333;
}
.cms-home .home-seo-text h1 {
  margin-bottom: 20px;
}
.cms-home .home-seo-text p {
  columns: 2;
  gap: 60px;
  text-align: justify;
}
.cms-home .home-categorys {
  width: 104%;
  margin-left: -2%;
}
.cms-home .home-categorys {
  width: 104%;
  margin-left: -2%;
}
.cms-home .home-flex-category {
  margin: 0 25px;
}
.cms-home .home-flex-category .btn {
  text-align: center;
  width: 100%;
  display: block;
  background: #e30613;
  padding: 5px 10px;
  color: #fff !important;
  font-weight: 700;
  margin: auto;
  outline: 1.5px solid #fff;
}
.cms-home .home-flex-category .home-flex-category-vorteile .fa-li {
  color: #94c53c;
}
.cms-home .home-flex-category .home-flex-category-vorteile .fa-ul {
  margin-top: 20px;
  margin-left: 20px;
}
.cms-home .home-banner-text {
  color: #fff;
  padding: 20px;
  text-align: center;
}
.cms-home .home-banner-text p {
  font-size: 30px;
  font-family: 'Squada One', sans-serif;
  margin-bottom: 0;
}
.cms-home .home-banner-text p span {
  color: #e30613;
}
.cms-home .home-category-flex {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 34px;
  margin-top: 25px;
}
.cms-home .home-category-flex .flex-item {
  flex-basis: 23%;
}
.cms-home .home-category-flex .flex-item h3 {
  font-size: 20px;
  font-weight: 400;
}
.cms-home .home-category-flex .flex-item p {
  min-height: 300px;
  text-align: justify;
}
.cms-home .home-category-flex .flex-item .btn {
  width: 100%;
  display: block;
  text-align: center;
  background: #e30613;
  padding: 10px;
  font-weight: 800;
  color: #fff !important;
  box-shadow: 2px 2px 2px #fff;
}
.catalog-category-view .home-konfigurator-block,
.cms-home .home-konfigurator-block {
  padding: 40px;
  color: #fff;
  position: relative;
  margin-top: 30px;
}
.cms-home .home-konfigurator-block h2 {
  margin-top: 0;
}
.catalog-category-view .home-konfigurator-block h3 {
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 20px;
}
.catalog-category-view .home-konfigurator-block .fa-ul,
.cms-home .home-konfigurator-block .fa-ul {
  margin-left: 22px;
}
.catalog-category-view .home-konfigurator-block .fa-ul .fa-li,
.cms-home .home-konfigurator-block .fa-ul .fa-li {
  color: #94c53c;
}
.catalog-category-view .home-konfigurator-block .cta-btn,
.cms-home .home-konfigurator-block .cta-btn {
  background: #e30613;
  color: #333 !important;
  padding: 5px 8px;
  width: 100%;
  max-width: 260px;
  display: block;
  text-align: center;
  font-family: 'Squada One', sans-serif;
  font-size: 20px;
}
.catalog-category-view .home-konfigurator-block img,
.cms-home .home-konfigurator-block img {
  position: absolute;
  max-width: 580px;
  bottom: 0px;
  right: 40px;
}
.cms-home .home-product-carusell h3 {
  margin-left: 15px;
  font-size: 28px;
}
.cms-home .home-product-carusell .product-items.widget-product-carousel .slick-slide .product-item {
  padding: 0px 10px 20px 10px !important;
  background: #fff;
}
.cms-home .home-product-carusell .cta-btn {
  display: block;
  margin: 15px auto 30px auto;
  width: 100%;
  background: #e30613;
  padding: 8px 10px;
  color: #fff !important;
  font-weight: 600;
  max-width: 300px;
  text-align: center;
}
.cms-home .lager-vs-schnell {
  padding-bottom: 25px;
}
.cms-home .lager-vs-schnell-mobil {
  display: none;
}
.cms-home .lager-vs-schnell h2 {
  text-align: center;
  font-size: 30px;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager {
  display: flex;
  gap: 30px;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item {
  flex: 1;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item h4 {
  font-size: 25px;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item h5 {
  font-size: 20px;
  margin-bottom: 8px;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details {
  display: flex;
  gap: 10px;
  background: #fff;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details.details-konfi {
  display: flex;
  flex-direction: column;
  background: #333;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .fullwidth-white {
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details.details-konfi .flex-item-link-konfi a {
  width: 100%;
  text-align: center;
  display: block;
  padding: 8px;
  background: #e30613;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: -20px;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details .icon i {
  padding: 10px;
  background: #94c53c;
  color: #fff;
  font-size: 40px;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details .text p {
  padding: 5px 10px;
  margin: 0;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details .germany img {
  max-height: 50px;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details .icon {
  width: 10%;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details .text {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details .germany {
  width: 5%;
  margin-top: 14px;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item > div {
  margin-bottom: 30px;
}
.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item > div:first-child {
  margin-bottom: 0;
}
.flex-icon-vorteile {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.flex-icon-vorteile .flex-item {
  display: flex;
  gap: 20px;
  justify-content: ;
  align-items: center;
  font-weight: 800;
}
.flex-icon-vorteile .flex-item img {
  max-height: 70px;
  max-width: 80px;
}
.category-cms {
  margin-top: -1px;
}
.category-cms .category-img {
  text-align: center;
  position: relative;
}
.category-cms .category-img img {
  max-width: 600px;
}
.category-cms .category-seotext {
  padding: 25px;
  color: #fff;
}
.category-cms .category-seotext h1 {
  margin-bottom: 10px;
}
.category-cms .category-seotext h1 span {
  color: #e30613;
}
.category-cms .category-flex-kacheln {
  padding: 25px;
  padding-bottom: 45px;
}
.category-cms .category-flex-kacheln h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 35px;
}
.category-cms .category-flex-kacheln h3 span {
  color: #e30613;
}
.category-cms .category-flex-kacheln .flex-kacheln {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
}
.category-cms .category-flex-kacheln .flex-kacheln .flex-item {
  width: 23%;
}
.category-cms .category-flex-kacheln .flex-kacheln .flex-item .btn {
  width: 100%;
  display: block;
  text-align: center;
  background: #e30613;
  color: #333 !important;
  padding: 5px 10px;
  margin-top: -3px;
  font-weight: 500;
  font-family: 'Squada One', sans-serif;
  font-size: 18px;
}
.category-cms .category-vorteile-title {
  padding: 25px;
  padding-bottom: 10px;
}
.category-cms .category-vorteile-title h4 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.category-cms .category-vorteile-title h4 span {
  color: #e30613;
}
.category-cms .category-vorteile-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 25px;
  color: #fff;
}
.category-cms .category-vorteile-flex .flex-item {
  flex-basis: 23%;
}
.category-cms .category-vorteile-flex .vorteile-flex-kacheln {
  display: flex;
  align-items: center;
  gap: 15px;
}
.category-cms .category-vorteile-flex .vorteile-flex-kacheln .img img {
  max-width: 55px;
}
.category-cms .category-vorteile-flex .vorteile-flex-kacheln .txt {
  font-size: 18px;
  font-family: 'Squada One', sans-serif;
  font-weight: 300;
}
.category-cms .category-vorteile-flex .vorteile-flex-kacheln .txt span {
  color: #e30613;
}
.category-cms .category-seotext-2 {
  padding: 25px;
  padding-top: 45px;
}
.category-cms .category-seotext-2 p {
  columns: 2;
  gap: 60px;
  text-align: justify;
}
.cms-containeranfrage-html .column.main {
  background: #3d3d3d;
  color: #fff;
}
.cms-containeranfrage-html .column.main {
  background: #3d3d3d;
  color: #fff;
}
.cms-containeranfrage-html .container-content {
  max-width: 1280px;
  padding-top: 60px;
  margin: auto;
}
.cms-containeranfrage-html .breadcrumbs strong {
  color: #fff;
}
.cms-containeranfrage-html .anfrageformular sup {
  color: #e30613;
}
.cms-containeranfrage-html .anfrageformular label {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}
.cms-containeranfrage-html .anfrageformular .flex-zeile {
  display: flex;
  gap: 50px;
}
.cms-containeranfrage-html .anfrageformular .flex-zeile .form-flex-item {
  flex: 1;
}
.cms-containeranfrage-html .anfrageformular input {
  width: 100%;
  height: 35px;
}
.cms-containeranfrage-html .anfrageformular .flex-submit {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
  margin-top: 20px;
}
.cms-containeranfrage-html .anfrageformular .button.action.primary.btn-cart {
  max-width: 250px;
}
.cms-containeranfrage-html .anfrage-gesendet {
  padding: 20px;
  background: #3da73dde;
  border: 2px solid;
  margin-bottom: 30px;
}
.cms-containeranfrage-html .anfrage-gesendet h1 {
  margin-bottom: 20px;
}
._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #e30613;
}
.cms-zahlungsarten .service-block {
  display: flex;
  gap: 0px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.cms-zahlungsarten .service-block .service-img {
  min-width: 200px;
}
.catalog-category-view .toolbar.toolbar-products {
  margin: 0;
}
.catalog-category-view .products.wrapper.list.products-list {
  margin-top: 10px;
}
.catalog-category-view .page-layout-1column .filter.block {
  padding-bottom: 0 !important;
}
.catalog-category-view h1 {
  margin-top: 60px;
}
.catalog-category-view h1 span {
  color: #e30613;
}
.catalog-category-view .flex-header-black {
  background: #333;
  color: #fff;
  padding-bottom: 30px;
}
.catalog-category-view .flex-header-black .headercontainer {
  position: relative;
}
.catalog-category-view .flex-header-black .headercontainer img {
  position: absolute;
  top: -40px;
  right: 0;
}
.catalogsearch-result-index .imagecarousel .budget-produktlist,
.catalog-category-view .imagecarousel .budget-produktlist {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 8px;
  background: #e3342e;
  color: #fff;
}
.catalog-product-view .messages.aktion-produkthinweis .aktion span {
  font-size: 20px;
  font-family: 'Squada One', sans-serif;
  border: 2px dashed;
  padding: 3px;
  display: block;
  max-width: 100px;
  text-align: center;
  margin: 10px auto;
}
.catalog-product-view .messages.aktion-produkthinweis {
  background: #f6cf59;
  padding: 15px;
  margin-top: 20px;
  color: #333;
  text-align: center;
}
.checkout-cart-index .budget-aktiobutton {
  background: #e3342e;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}
.checkout-cart-index .action.action-edit {
  display: none !important;
}
.catalog-product-view .messages.aktion-produkthinweis .einloesen {
  font-size: 11px;
  margin-top: 10px;
}
.catalog-category-view .flex-vorteile {
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Squada One', sans-serif;
}
.catalog-category-view .flex-vorteile p span {
  color: #e30613;
}
.catalog-category-view .flex-header-anthrazit {
  background: #494949;
  padding: 20px 0;
  color: #fff;
}
.catalog-category-view .flex-category .pagebuilder-column-line {
  gap: 30px;
}
.catalog-category-view .flex-category .lagercontainer-site img {
  width: 100%;
}
.catalog-category-view .flex-category .lagercontainer-site .cta-btn {
  width: 100% !important;
  background: #e30613;
  color: #fff !important;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Squada One', sans-serif;
  margin-top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.catalog-category-view .lp-lagercontainer-icons {
  text-align: center;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-category-view .lp-lagercontainer-icons img {
  max-width: 80px;
  margin-right: 20px;
}
.catalog-category-view .lp-lagercontainer-icons img:first-child,
.catalog-category-view .lp-lagercontainer-icons img:last-child {
  max-width: 65px;
}
.catalog-category-view .flex-header-grau {
  background: #f3f3f3;
  padding: 20px 0;
}
.catalog-category-view .flex-header-grau .flex-text-spalten .pagebuilder-column-line {
  gap: 30px;
}
.catalog-category-view .fullwidth-grau {
  box-shadow: 0 0 0 100vmax #f3f3f3;
  clip-path: inset(0 -100vmax);
}
.catalog-category-view .fullwidth-anthrazit {
  box-shadow: 0 0 0 100vmax #494949;
  clip-path: inset(0 -100vmax);
}
.catalog-product-view .fullwidth-grau {
  box-shadow: 0 0 0 100vmax #f3f3f3;
  clip-path: inset(0 -100vmax);
}
.catalog-product-view .fullwidth-anthrazit {
  box-shadow: 0 0 0 100vmax #494949;
  clip-path: inset(0 -100vmax);
}
.catalog-product-view .fullwidth-white {
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
}
.catalog-product-view .product-info-techlink .techdaten-link {
  text-align: center;
  background: #ccc;
  padding: 5px 16px;
  color: #fff;
  margin: 15px 0;
  font-size: 20px;
  font-family: 'Squada One', sans-serif;
  cursor: pointer;
  display: block;
}
.catalog-category-view .flex-header-anthrazit .lagercontainer-slogan h3 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 0;
  padding: 5px 0;
}
.catalog-category-view .flex-header-anthrazit .lagercontainer-slogan h3 span {
  color: #e30613;
}
.catalog-category-view .flex-vorteil-liste .pagebuilder-column-line {
  gap: 30px;
}
.catalog-category-view .flex-vorteil-liste {
  padding-bottom: 20px;
}
.catalog-category-view .flex-vorteil-liste h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.catalog-category-view .flex-vorteil-liste ul {
  margin-left: 20px;
  margin-top: 10px;
}
.catalog-category-view .flex-vorteil-liste ul i {
  color: #94c53c;
}
.catalog-category-view .column-details .pagebuilder-column-line {
  gap: 30px;
}
.catalog-category-view .title-details h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.catalog-category-view .column-details {
  margin-top: 20px;
}
.catalog-category-view .column-details .flex-details {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.catalog-category-view .column-details .flex-details .img-details {
  min-width: 220px;
}
.catalog-category-view .mc-title-listenansicht {
  margin-top: 60px;
}
.catalog-category-view .mc-title-listenansicht h1 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.catalog-category-view .mc-title-listenansicht h1 span {
  color: #e30613;
}
.catalog-category-view .lp-lagercontainer-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: end;
  margin-bottom: 20px;
  margin-top: -10px;
  align-items: center;
}
.catalog-category-view .lp-lagercontainer-icons img {
  max-width: 70px;
}
.catalog-category-view .lp-lagercontainer-icons img:first-child,
.catalog-category-view .lp-lagercontainer-icons img:last-child {
  max-width: 55px;
  height: 100%;
}
.catalog-category-view .mc-list-seoblock {
  color: #fff;
}
.catalog-category-view .mc-list-seoblock ul {
  list-style: square;
  color: #94c53c;
  margin-left: 15px;
}
.catalog-category-view .mc-list-seoblock ul span {
  color: #fff;
}
.catalog-category-view .mc-list-seoblock .mc-list-anforderungen {
  font-size: 24px;
}
.catalog-category-view .mc-list-seoblock .mc-list-col-img {
  position: relative;
}
.catalog-category-view .mc-list-seoblock .mc-list-col-img img {
  position: absolute;
  right: 0;
  top: -20px;
  max-height: 260px;
}
.catalog-category-view .mc-list-vorteile {
  margin-top: 30px;
  margin-bottom: -50px;
}
.catalog-category-view .mc-list-vorteile .flex-vorteile {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.catalog-category-view .mc-list-vorteile .flex-vorteile p {
  font-size: 22px;
  font-family: 'Squada One', sans-serif;
}
.catalog-category-view .mc-list-vorteile .flex-vorteile p span {
  color: #e30613;
}
.catalog-category-view .lp-categoryslider .row-full-width-inner {
  position: relative;
}
.catalog-category-view .lp-categoryslider .home-header-vorteile {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 50px;
}
.catalog-category-view .lp-categoryslider .home-header-vorteile img {
  max-width: 60px;
}
.catalog-category-view .lp-categoryslider .home-header-vorteile img:last-child {
  max-width: 70px !important;
}
.catalog-category-view .lp-categoryslider .title {
  position: absolute;
  left: 0;
  top: 150px;
  font-size: 40px;
  color: #fff;
  font-family: 'Squada One', sans-serif;
  line-height: 1;
}
.catalog-category-view .lp-categoryslider .title span {
  color: #e30613;
}
.catalog-category-view .col-txt-2 {
  columns: 2;
  gap: 50px;
  text-align: justify;
}
.catalog-category-view .flex-imgtext-spalten .pagebuilder-column-line {
  gap: 30px;
}
.catalog-category-view .flex-imgtext-spalten img {
  margin-bottom: 10px;
  width: 100%;
}
.catalog-category-view .flex-imgtext-spalten .fa-ul {
  margin-left: 13px;
}
.catalog-category-view .flex-imgtext-spalten .fa-ul li {
  list-style: square;
  color: #e30613;
}
.catalog-category-view .flex-imgtext-spalten .fa-ul li span {
  color: #fff;
}
.catalog-category-view .flex-zubehoer .flex-zubehoer-bg-img {
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.catalog-category-view .flex-zubehoer .flex-zubehoer-btn .cta-btn {
  width: 100%;
  display: block;
  background: #e30613;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  font-weight: 500;
  font-family: 'Squada One', sans-serif;
  font-size: 22px;
}
.catalog-category-view .flex-zubehoer:hover {
  outline: 2px solid #e30613;
}
.catalog-category-view .schnellbaucontainer-description .flex-description details summary {
  background: #f3f3f3;
  padding: 10px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Squada One', sans-serif;
}
.catalog-category-view .schnellbaucontainer-description .flex-description details summary h2 {
  margin: 0;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}
.catalog-category-view .schnellbaucontainer-description .flex-description {
  margin-bottom: 25px;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex .flex-item {
  max-width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #f3f3f3;
  padding: 20px;
  margin-top: 15px;
  gap: 20px;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 30px;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex-3 .flex-item.schnellbaucontainer-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex-3 .flex-item.schnellbaucontainer-icon p {
  font-weight: 600;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex .flex-item {
  min-width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .cta-btn {
  text-align: center;
  margin-top: 20px;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .cta-btn a {
  background: #e30613;
  padding: 8px 12px;
  color: #fff;
  font-weight: 600;
  width: 200px;
  margin: auto;
  display: block;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex-2.none-bg {
  background: unset;
  padding: 0;
  justify-content: space-between;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 .flex-item {
  width: 47%;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 .flex-item ul {
  margin-left: 20px;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 .flex-item ul .fa-li {
  color: #94c53c;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 .flex-item p {
  margin: 10px 0 5px 0;
  font-weight: 600;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 .flex-item .img img {
  width: 100%;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex .flex-item.schnellbaucontainer-farben-button a {
  padding: 12px 20px;
  background: #f3f3f3;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Squada One', sans-serif;
  text-wrap: nowrap;
}
.catalog-category-view .schnellbaucontainer-description .flex-description .flex .flex-item.schnellbaucontainer-farben-button a:hover {
  color: #fff;
  background: #e30613;
}
.product-social-links {
  display: none;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #e30613;
}
.catalog-product-view .product-info-blackbox {
  background: #3d3d3d;
  color: #fff;
  padding: 25px;
  min-height: 600px;
}
.catalog-product-view .product-info-blackbox .product-info-sku {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-name h1 {
  margin-top: 40px;
  margin-bottom: 15px;
}
.product-info-main .product-info-price {
  border-bottom: unset !important;
}
.catalog-product-view .box-tocart .fieldset {
  display: flex;
  align-items: start;
}
.catalog-product-view .box-tocart .fieldset .field.qty {
  flex-basis: 20%;
}
.catalog-product-view .box-tocart .fieldset .field.qty .control #qty {
  height: 50px;
  font-size: 20px;
  font-weight: 600;
}
.box-tocart .field.qty .label span {
  display: none;
}
.box-tocart .field.qty .label::after {
  content: "Anzahl";
  font-weight: 600;
}
.catalog-product-view .box-tocart .fieldset .actions {
  flex-basis: 80%;
}
.catalog-product-view .box-tocart .fieldset .actions #product-addtocart-button {
  width: 100% !important;
  padding: 8px 17px;
  margin-bottom: 20px;
  height: 50px;
  font-family: 'Squada One', sans-serif;
  font-size: 26px;
  font-weight: 400;
  border: unset;
  border-radius: unset;
  margin-top: 28px;
}
.catalog-product-view .product-info-main .lieferzeit {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .lieferzeit .truck-icon i {
  font-size: 30px;
  color: #94c53c;
}
.catalog-product-view .product-info-main .lieferzeit .lieferzeit-txt {
  font-size: 16px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .lieferzeit .lieferzeit-txt span {
  color: #94c53c;
}
.catalog-product-view .mengenrabatte {
  display: flex;
  gap: 20px;
}
.catalog-product-view .mengenrabatte .mengenrabatte-icon .fa-tag {
  font-size: 40px;
  transform: scalex(-1);
  color: #94c53c;
}
.catalog-product-view .mengenrabatte .mengenrabatte-tabelle p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.catalog-product-view .mengenrabatte .mengenrabatte-tabelle p span {
  color: #94c53c;
}
.page-layout-1column .product.media {
  width: 50% !important;
}
.fotorama__thumb-border {
  border-color: #d1d1d1 !important;
}
.catalog-product-view .product-info-icons {
  width: 15%;
  float: right;
}
.catalog-product-view .product-info-icons .icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.catalog-product-view .product-info-icons .icons img {
  flex: 1;
  max-width: 70px;
  width: 100%;
}
.catalog-product-view .product-info-beschreibung h3 {
  font-size: 26px;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-beschreibung .fa-ul {
  margin-left: 30px;
}
.catalog-category-view .category-info-bottom .fa-ul .fa-solid.fa-check,
.catalog-product-view .product-info-beschreibung .fa-ul .fa-solid.fa-check {
  color: #94c53c;
  font-size: 18px;
  padding-right: 10px;
}
.catalog-product-view .page-main-description {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: #f3f3f3;
}
.catalog-product-view .page-main-description .product-tech-beschreibung .product-beschreibung-flex {
  max-width: 1280px;
  margin: auto;
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.catalog-product-view .page-main-description .product-tech-beschreibung.product-montageanleitung {
  background: #fff;
}
.catalog-product-view .page-main-description .product-tech-beschreibung.product-montageanleitung .flex-montageanleitung > div > a {
  display: flex;
  gap: 10px;
  margin-top: 25px;
  font-size: 16px;
}
.catalog-product-view .produkt-klappvorteile h3 {
  margin-top: 5px;
}
.catalog-product-view .page-main-description .produkt-klappvorteile details {
  margin-bottom: 20px;
}
.catalog-product-view .page-main-description .produkt-klappvorteile .flex-beschreibung.space-between,
.catalog-product-view .page-main-description .produkt-klappvorteile summary {
  background: #f3f3f3;
}
.catalog-product-view .page-main-description .product-tech-beschreibung .product-beschreibung-flex > div {
  padding: 20px;
}
.catalog-product-view .page-main-description .product-tech-beschreibung .product-beschreibung-flex {
  flex: 1;
}
.catalog-product-view .page-main-description .product-tech-beschreibung .product-beschreibung-flex h3 p {
  line-height: 1.6;
  text-align: justify;
}
.catalog-product-view .page-main-description .product-tech-beschreibung.product-tech-vorteile {
  background: #fff;
}
.catalog-product-view .page-main-description .product-info-beschreibung.product-beschreibung-flex {
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
}
.catalog-product-view .page-main-description .product-info-beschreibung.product-beschreibung-flex h2 {
  font-size: 30px;
}
.catalog-product-view .product-info-techdaten h3 {
  font-size: 26px;
}
.catalog-product-view .page-main.page-main-details .column.main {
  min-height: 0px;
}
.catalog-product-view .product-section-title {
  display: none;
}
.catalog-product-view .product-full-width-section {
  margin-top: 25px;
  padding-right: 0;
}
.catalog-product-view .product-full-width-section h2 {
  margin-top: 0;
}
.catalog-product-view .additional-attributes-wrapper.table-wrapper .table-flex .flex-item:nth-child(odd) {
  background-color: #fff;
}
.catalog-product-view .additional-attributes-wrapper.table-wrapper .table-flex .col.label,
.catalog-product-view .additional-attributes-wrapper.table-wrapper .table-flex .col.data {
  padding: 10px 30px 10px 10px;
}
.catalog-category-view .category-info-bottom .flex-beschreibung,
.catalog-product-view .page-main-description .flex-beschreibung {
  display: flex;
  gap: 60px;
}
.catalog-category-view .category-info-bottom .flex-item-beschreibung,
.catalog-product-view .page-main-description .flex-item-beschreibung {
  flex: 1;
}
.catalog-product-view .page-main-description .flex-item-beschreibung .flex-item-beschreibung h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper {
  display: flex;
  gap: 60px;
}
.catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper .table-flex {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
}
.catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper .table-flex .flex-item {
  display: flex;
}
.catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper .table-flex .col.label {
  max-width: 50%;
  font-weight: 600;
  width: 100%;
}
.catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper .table-flex .col.data {
  max-width: 50%;
}
.price-container.price-final_price {
  font-family: 'Squada One', sans-serif;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 44px;
  font-family: 'Squada One', sans-serif;
  background: #94c53c;
  color: #333;
  padding: 0 6px;
}
.catalog-product-view .product-info-price .old-price .price-container {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.catalog-product-view .old-price .price-container .price-label {
  margin-bottom: -8px !important;
  margin-top: 10px;
}
.catalog-product-view .old-price .price-container .price {
  font-size: 30px !important;
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .product-info-blackbox {
  position: relative;
}
.catalog-product-view .product-info-main .product-info-blackbox .resultPromotion {
  position: absolute;
  top: 30px;
  right: -6px;
  z-index: 2;
}
.catalog-product-view .product-info-main .product-info-blackbox .ribbon {
  padding: 3px 20px;
  color: #fff;
  font-size: 13px;
}
.catalog-product-view .product-info-main .product-info-blackbox .ribbon::before {
  position: absolute;
  top: 100%;
  right: 0;
  content: "";
  border: 3px solid transparent;
}
.catalog-product-view .product-info-main .product-info-blackbox .ribbon-tiefpreis::before {
  border-top-color: #8c8989;
  border-left-color: #8c8989;
}
.catalog-product-view .product-info-main .product-info-blackbox .ribbon-tiefpreis {
  background-color: #94c53c;
  font-size: 14px;
  font-weight: 400;
}
.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 20px;
}
.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item {
  width: 47%;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
}
.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item p {
  font-size: 16px;
}
.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item p b {
  font-weight: 600;
}
.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item div:first-child {
  min-width: 120px;
}
.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item div:first-child img {
  max-width: 100px;
}
.catalogsearch-result-index .products-list .product-items .imagecarousel,
.catalog-category-view .products-list .product-items .imagecarousel {
  position: relative;
}
.catalogsearch-result-index .products-list .product-items .imagecarousel .arrowslider,
.catalog-category-view .products-list .product-items .imagecarousel .arrowslider {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 20px;
  color: #333;
  background: rgba(0, 0, 0, 0.02);
  opacity: 0;
  transition: all 0.5s;
}
.catalogsearch-result-index .products-list .product-items .imagecarousel .arrowleft,
.catalog-category-view .products-list .product-items .imagecarousel .arrowleft {
  left: 0;
}
.catalogsearch-result-index .products-list .product-items .imagecarousel .arrowright,
.catalog-category-view .products-list .product-items .imagecarousel .arrowright {
  right: 0;
}
.catalogsearch-result-index .products-list .product-items .imagecarousel:hover .arrowslider,
.catalog-category-view .products-list .product-items .imagecarousel:hover .arrowslider {
  opacity: 1;
}
.catalogsearch-result-index .products-list .product-items .imagecarousel .product-item-link,
.catalog-category-view .products-list .product-items .imagecarousel .product-item-link {
  display: flex;
}
.catalogsearch-result-index .product-items .imagecarousel .product-item-link img,
.catalog-category-view .products-list .product-items .imagecarousel .product-item-link img {
  min-width: 250px;
  max-width: 300px;
  margin: auto;
}
.catalog-product-view .page-main-description summary {
  background: #3d3d3d;
  color: #fff;
  padding: 7px 20px;
  font-size: 26px;
  font-family: 'Squada One', sans-serif;
  position: relative;
  cursor: pointer;
}
.catalog-product-view .page-main-description summary:hover {
  color: #e30613;
  background: #3d3d3d;
}
.catalog-product-view .page-main-description summary.aktive {
  color: #e30613;
  background: #3d3d3d;
}
.catalog-product-view .page-main-description .flex-beschreibung.space-between {
  padding: 20px 0;
  background: #fff;
}
.catalog-product-view .page-main-description .flex-beschreibung.space-between:first-child {
  padding: unset;
}
.catalog-product-view .page-main-description .flex-beschreibung .konfi-flex:first-child {
  width: 30% !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: 'Squada One', sans-serif;
  max-width: 300px;
  min-width: 300px;
}
.catalog-product-view .page-main-description .flex-beschreibung .konfi-flex:last-child {
  padding: 20px;
}
.catalog-product-view .page-main-description .flex-beschreibung.flex-lackierung .konfi-flex .lackierung {
  width: 140px;
  height: 140px;
  border-radius: 100px;
}
.catalog-product-view .page-main-description .flex-beschreibung.flex-lackierung .konfi-flex .lackierung-value {
  font-size: 20px;
}
.button-to-konfi {
  width: 100% !important;
  padding: 8px 17px;
  margin-bottom: 20px;
  min-height: 50px;
  font-family: 'Squada One', sans-serif;
  font-size: 26px;
  font-weight: 400;
  border: unset;
  border-radius: unset;
  background: #e30613;
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-to-konfi a {
  color: #fff;
}
.catalog-category-view .filter-title strong {
  top: 20px;
  left: 20px;
}
.page-layout-1column .toolbar-products {
  position: relative;
}
.pages a.page,
.pages a.page:visited {
  color: #333;
}
.catalog-category-view .products-list .product-table-header {
  font-size: 16px;
  height: 50px;
  position: sticky;
  top: 90px;
  background: #f3f3f3;
}
.catalog-category-view .products-list .product-table-header th {
  padding-top: 25px;
  text-align: center;
}
.catalog-category-view .products-list .product-item-photo {
  padding: unset;
}
.catalog-category-view .products-list .product-items {
  font-size: 14px;
  background: #f3f3f3;
  box-shadow: 0 0 0 100vmax #f3f3f3;
  clip-path: inset(0 -100vmax);
  line-height: unset;
}
.catalog-category-view .products-list .product-items td {
  vertical-align: inherit;
  text-align: center;
}
.catalog-category-view .products-list .product-items .product-item-info {
  background: #fff;
  border-bottom: 25px solid #f3f3f3;
}
.catalog-category-view .products-list .product-items .product-item-info .productname {
  display: none;
}
.catalog-category-view .products-list .product-items .product.actions.product-item-actions .actions-primary {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}
.catalog-category-view .products-list .product-items .product.actions.product-item-actions .actions-primary .cta-btn {
  background: #e30613;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 0;
  margin: 0 10px;
}
.catalog-category-view .products-list .product-items .product.actions.product-item-actions .actions-primary .cta-btn-konfi {
  background: #f4f4f4;
  color: #666;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 0;
  margin: 0 10px;
}
.catalog-category-view .block-actions.filter-actions a {
  padding: 3px;
  background: #3d3d3d;
}
.page-layout-1column .filter.block {
  border-top: unset;
  margin-bottom: 0;
  padding: 20px 0;
}
.page-layout-1column .filter-content {
  margin-top: 0;
}
.page-layout-1column .filter-options-item {
  background: #e30613;
  padding: 7px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff !important;
}
.page-layout-1column .filter-options-content {
  left: 0px;
}
.page-layout-1column .filter-options-content .item a {
  color: #333 !important;
  display: block;
  width: 100%;
}
.catalog-category-view .products-list .product-items .attr-aussenlackierung span {
  width: 30px;
  height: 30px;
  display: block;
  background: #c2c2c2;
  text-align: center;
  margin: auto;
  margin-bottom: 5px;
}
.catalog-category-view .products-list .product-items .attr-aussenlackierung .bg-verzinkt {
  background: #d7d7d7;
}
.catalog-category-view .products-list .product-items .attr-aussenlackierung .bg-anthrazit {
  background: #585857;
}
.catalog-category-view .products-list .product-items .attr-aussenlackierung .bg-signalgelb {
  background: #ffda00;
}
.catalog-category-view .products-list .product-items .attr-aussenlackierung .bg-feuerrot {
  background: #ba1823;
}
.catalog-category-view .products-list .product-items .attr-aussenlackierung .bg-grauweiss {
  background: #d6d5cb;
}
.catalog-category-view .products-list .product-items .attr-aussenlackierung .bg-enzianblau {
  background: #1f396a;
}
.catalog-category-view .products-list .product-items .attr-aussenlackierung .bg-grasgruen {
  background: #016634;
}
.catalog-category-view .products-list .product-items .attr-aussenlackierung .bg-lichtgrau {
  background: #c2c2c2;
}
.catalog-category-view .products-list .product-items .price-box .price-including-tax .price {
  font-size: 22px !important;
  background: #94c53c;
  padding: 3px;
}
.price-including-tax + .price-excluding-tax::before,
.weee[data-label]::before,
.catalog-category-view .products-list .product-items .price-box .price-excluding-tax .price {
  font-size: 15px !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-width: 500;
}
.catalog-category-view .products-list .product-items .price-box .old-price .price-container {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: baseline;
  margin-top: 3px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.catalog-category-view .products-list .product-items .price-box .old-price .price-container .price {
  font-size: 15px !important;
  background: unset;
  padding: unset;
  text-decoration: line-through;
}
.catalog-category-view .column.main {
  padding-top: 0 !important;
}
.seocategory {
  background: #3d3d3d;
  box-shadow: 0 0 0 100vmax #3d3d3d;
  clip-path: inset(0 -100vmax);
  color: #fff;
}
.seocategory .container-frontimg {
  width: 100%;
  margin-top: 60px;
  position: relative;
  text-align: center;
}
.seocategory .container-frontimg img {
  width: 100%;
}
.seocategory .container-content .container-frontimg .btn {
  display: block;
  width: 250px;
  background: #e30613;
  color: #333;
  padding: 5px 15px;
  font-weight: 600;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 45px;
  margin: auto;
  font-family: 'Squada One', cursive;
  font-size: 25px;
}
.seocategory .container-content .container-text h1 {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.seocategory .container-content .container-text p {
  columns: 2;
  gap: 60px;
  padding-bottom: 50px;
}
.category-sanitaercontainer .breadcrumbs strong {
  color: #fff;
}
.category-buerocontainer2 .breadcrumbs strong,
.category-buerocontainer .breadcrumbs strong {
  color: #fff;
}
.category-buerocontainer2 .category-cms,
.category-buerocontainer .category-cms {
  margin-bottom: 0;
}
.category-wohncontainer2 .breadcrumbs strong,
.category-wohncontainer .breadcrumbs strong {
  color: #fff;
}
.category-wohncontainer2 .category-cms,
.category-wohncontainer2 .category-cms {
  margin-bottom: 0;
}
.category-wohncontainer2 .category-cms,
.category-wohncontainer .category-cms {
  margin-bottom: 0;
}
.category-lagerbuehnen2 .breadcrumbs strong,
.category-lagerbuehnen .breadcrumbs strong {
  color: #fff;
}
.category-lagerbuehnen2 .category-cms,
.category-lagerbuehnen .category-cms {
  margin-bottom: 0;
}
.category-schutzzaeune2 .breadcrumbs strong,
.category-schutzzaeune .breadcrumbs strong {
  color: #fff;
}
.category-schutzzaeune2 .category-cms,
.category-schutzzaeune .category-cms {
  margin-bottom: 0;
}
.minicart-items .product-item-details {
  color: #333;
}
.sales-guest-form .column.main {
  margin-top: 60px;
}
.flex-cart-konfiguration {
  margin-top: 20px;
}
.flex-cart-konfiguration .flex-tabelle {
  font-weight: 400;
}
.flex-cart-konfiguration .flex-tabelle ul {
  list-style: square;
  margin-left: 15px;
}
.flex-cart-konfiguration .flex-tabelle ul li {
  color: #94c53c;
}
.flex-cart-konfiguration .flex-tabelle ul li span {
  color: #333;
}
.flexbottominfo {
  display: flex;
  gap: 40px;
  margin-top: 25px;
}
.flexbottominfo .kachel {
  flex: 1;
}
.flexbottominfo .kachel .flex-details {
  display: flex;
  gap: 30px;
}
.flexbottominfo .kachel .flex-details .img-details {
  flex: 1;
}
.flexbottominfo .kachel .flex-details .text-details {
  flex: 2;
}
.cms-home .product-item-actions .actions-primary + .actions-secondary > .action {
  display: none;
}
.catalog-category-view .product-items.widget-product-carousel,
.cms-home .product-items.widget-product-carousel {
  position: relative;
}
.catalog-category-view .product-items.widget-product-carousel .slick-slide,
.cms-home .product-items.widget-product-carousel .slick-slide {
  padding: 10px 15px;
}
.catalog-category-view .product-items.widget-product-carousel .price-including-tax .price,
.cms-home .product-items.widget-product-carousel .price-including-tax .price {
  font-size: 22px;
  color: #e30613;
  font-weight: 300;
}
.catalog-category-view .product-items.widget-product-carousel .price-wrapper.price-excluding-tax .price,
.cms-home .product-items.widget-product-carousel .price-wrapper.price-excluding-tax .price {
  font-size: 16px;
  font-weight: 300;
}
.catalog-category-view .product-items.widget-product-carousel .old-price .price-container,
.cms-home .product-items.widget-product-carousel .old-price .price-container {
  display: flex;
  gap: 6px;
  align-items: baseline;
  margin-top: 5px;
}
.catalog-category-view .product-items.widget-product-carousel .old-price .price-wrapper.price-including-tax,
.cms-home .product-items.widget-product-carousel .old-price .price-wrapper.price-including-tax {
  text-decoration: line-through;
}
.catalog-category-view .product-items.widget-product-carousel .old-price .price-wrapper.price-including-tax .price,
.cms-home .product-items.widget-product-carousel .old-price .price-wrapper.price-including-tax .price {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
}
.catalog-category-view .product-items.widget-product-carousel .slick-next.slick-arrow,
.cms-home .product-items.widget-product-carousel .slick-next.slick-arrow {
  position: absolute;
  right: -100px;
  z-index: 2;
}
.catalog-category-view .product-items.widget-product-carousel .slick-prev.slick-arrow,
.cms-home .product-items.widget-product-carousel .slick-prev.slick-arrow {
  position: absolute;
  left: -100px;
  z-index: 2;
}
.catalog-category-view .product-items.widget-product-carousel .product-item,
.catalog-category-view .product-items.widget-product-carousel .product-item {
  position: relative;
}
.catalog-category-view .product-items.widget-product-carousel .pricebadget,
.cms-home .product-items.widget-product-carousel .pricebadget {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.catalog-category-view .product-items.widget-product-carousel .pricebadget .pricerabatt,
.cms-home .product-items.widget-product-carousel .pricebadget .pricerabatt {
  color: #fff;
  background: #e3342e;
  padding: 2px 10px;
  font-size: 15px;
  font-weight: 500;
}
.catalog-category-view .product-items.widget-product-carousel .product-item .product-item-details .btn,
.cms-home .product-items.widget-product-carousel .product-item .product-item-details .btn {
  display: block;
  background: #e30613;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
.catalog-category-view .product-items.widget-product-carousel .product-item .product-item-details .product-item-name,
.cms-home .product-items.widget-product-carousel .product-item .product-item-details .product-item-name {
  min-height: 80px;
}
.catalog-category-view .product-items.widget-product-carousel .product-item .product-item-details .price-box,
.cms-home .product-items.widget-product-carousel .product-item .product-item-details .price-box {
  min-height: 70px;
}
.cms-home .home-header-vorteile {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 50px;
}
.cms-home .home-header-vorteile img {
  max-width: 60px;
}
.cms-home .home-header-vorteile img:last-child {
  max-width: 70px !important;
}
.catalog-product-view .product-add-form .product-options-wrapper .info-option {
  position: absolute;
  right: -30px;
  top: 0;
  font-size: 22px;
  color: #e30613;
  cursor: pointer;
}
.category-wc-container .products-list .product-items .price-label {
  display: none;
}
.catalog-category-view .products-list .product-items .product-list-lackierung.flex {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 6px;
  margin-bottom: 12px;
}
.catalog-category-view .products-list .product-items .product-list-lackierung.flex .flex-item {
  width: 24px;
  height: 24px;
  border-radius: 16px;
}
.catalog-category-view .products-list .product-items .product-list-lackierung.flex .flex-item:hover {
  border: 1px solid #333;
}
.catalog-product-view .product-add-form .product-options-wrapper .price-wrapper.price-excluding-tax {
  display: none;
}
.catalog-product-view .product-add-form .product-options-wrapper .price-container.tax.weee {
  position: absolute;
  top: 3px;
  margin-left: 5px;
}
.catalog-product-view .product-add-form .product-options-wrapper .price-container.tax.weee .price-wrapper.price-including-tax {
  font-size: 14px;
}
.catalog-product-view .product-add-form .product-options-wrapper .price-container.tax.weee .price-wrapper.price-including-tax::after {
  content: 'inkl. MwSt.';
  margin-left: 5px;
}
.catalog-product-view .product-add-form .product-options-wrapper input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #f3f3f3;
  background: #f0f0f0;
  cursor: pointer;
  margin-top: -2px;
}
.catalog-product-view .product-add-form .product-options-wrapper input[type="checkbox"]:checked {
  background: #e30613;
  border-color: #e30613;
}
/* Optional: Häkchen-Design */
.catalog-product-view .product-add-form .product-options-wrapper input[type="checkbox"]:checked::before {
  content: '✔';
  display: block;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 16px;
}
.catalog-product-view .block.related .products.list.items.product-items {
  display: flex;
  flex-direction: column;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item {
  width: 100%;
  background: #f3f3f3;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available {
  width: 100% !important;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available:hover {
  background: unset;
  box-shadow: unset;
  border: unset;
  margin: 0;
  padding: 0;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available .product.details.product-item-details {
  display: flex;
  align-items: center;
  gap: 25px;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available .product.details.product-item-details .related-product-image,
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available .product.details.product-item-details .related-product-price,
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available .product.details.product-item-details .related-product-cart {
  flex: 1;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available .product.details.product-item-details .related-product-name {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available .product.details.product-item-details .related-product-price .price {
  font-size: 26px;
  background: #94c53c;
  padding: 2px 8px;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available .product.details.product-item-details .related-product-price .price-wrapper.price-excluding-tax .price {
  font-size: 18px;
  font-weight: 400;
  background: unset;
  padding: 0;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available .product.details.product-item-details .related-product-name a {
  font-size: 16px;
  font-weight: 600;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available .product.details.product-item-details .related-product-image a {
  display: block;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available summary h5::after {
  content: "▼";
  float: right;
  padding-left: 5px;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available details[open] summary h5::after {
  content: "▲";
  padding-left: 5px;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available summary::after {
  content: "▼";
  float: right;
  padding-left: 5px;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available details[open] summary::after {
  content: "▲";
  padding-left: 5px;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available details summary {
  color: #333;
  margin-top: 20px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available details h4 {
  font-size: 18px;
}
.catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available details .pagebuilder-column-group {
  padding: 10px 0 !important;
}
/* Popup */
.lagercontainer-360 #popupBackgroundSchnellbaucontainerMontagevideo,
.lagercontainer-360 #popupBackground360Grad {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.lagercontainer-360 #popup360Grad,
.lagercontainer-360 #popup360Grad {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.lagercontainer-360 #popupClose360Grad,
.lagercontainer-360 #popupClose360Grad {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 25px;
  color: #e30613;
}
.lagercontainer-360 video,
.lagercontainer-360 iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.lagercontainer-360 .flex {
  display: flex;
  align-items: stretch;
}
.lagercontainer-360 .flex .flex-item {
  flex: 1;
}
.lagercontainer-360 .flex .flex-item:last-child {
  padding: 10px 20px;
  background: #f3f3f3;
}
.lagercontainer-360 .flex .flex-item:last-child h3 {
  font-size: 30px;
}
.lagercontainer-360 .flex .flex-item img {
  height: 100%;
  width: 100%;
}
.lagercontainer-360 .flex .flex-item:last-child .cta-btn {
  background: #e30613;
  padding: 8px;
  margin-top: 20px;
  display: block;
  max-width: 200px;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
}
/* Preisliste Popup */
.product-option-info .popup {
  position: fixed;
  padding: 20px;
  width: 550px;
  max-width: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 550px;
  max-height: 60%;
  background: #fff;
  z-index: 20;
  overflow-y: scroll;
}
.product-option-info .popup:target {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.product-option-info .popup-close {
  position: absolute;
  padding: 10px;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
}
.product-option-info .popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  color: #000;
  transition: color .3s;
  font-size: 2em;
  line-height: .6em;
  font-weight: bold;
}
.product-option-info .close-popup {
  background: rgba(0, 0, 0, 0.7);
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
}
.product-option-info .popup:target + .close-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* Ende Preisliste Popup */
/* Slider style */
.cd-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  max-height: 340px;
  box-shadow: 0 0 0 100vmax #333;
  clip-path: inset(0 -100vmax);
}
.cd-slider.ie9 nav div span {
  display: none;
}
.cd-slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s .6s;
}
.cd-slider .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 10%;
  background-size: auto 85%;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity .4s .6s, transform .4s .6s;
}
.cd-slider .content blockquote {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0 !important;
}
.cd-slider blockquote p {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: #fff !important;
  font-family: 'Squada One', sans-serif;
  font-style: normal;
  max-width: 1280px;
  width: 100%;
  margin: auto !important;
  display: flex;
  justify-content: center;
}
.cd-slider blockquote p a {
  color: #fff;
  background: #e30613;
  padding: 5px 15px;
  font-size: 26px;
}
.cd-slider blockquote p a i {
  font-size: 20px;
  color: #fff;
}
.cd-slider blockquote span {
  font-size: 1.4rem;
}
/* current slide
---------------------------------*/
.cd-slider li.current_slide {
  visibility: visible;
}
.cd-slider li.current_slide::before {
  border-width: 16rem;
}
.cd-slider li.current_slide .content {
  opacity: 1;
  transform: scale(1);
}
/* nav
---------------------------------*/
.cd-slider nav {
  max-width: 1280px;
  margin: auto;
  position: relative;
  height: 100%;
}
.cd-slider nav div {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  list-style: none;
}
.cd-slider nav div:last-of-type {
  left: auto;
  right: 0%;
}
.cd-slider .prev,
.cd-slider .next {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  transition: box-shadow 0.3s;
}
.cd-slider .prev::before,
.prev::after,
.cd-slider .next::before,
.cd-slider .next::after {
  content: '';
  position: absolute;
  left: 43%;
  background: #fff;
  width: .4rem;
  min-width: 3px;
  border-radius: 3px;
  height: 34%;
}
.cd-slider .prev::before {
  transform: rotate(45deg);
  top: 24%;
}
.cd-slider .prev::after {
  transform: rotate(-45deg);
  bottom: 24%;
}
.cd-slider .next::before,
.cd-slider .next::after {
  left: auto;
  right: 43%;
}
.cd-slider .next::before {
  transform: rotate(-45deg);
  top: 24%;
}
.cd-slider .next::after {
  transform: rotate(45deg);
  bottom: 24%;
}
.cd-slider ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: border-width 0.4s 0.6s;
}
.cd-slider .prev:hover,
.next:hover {
  box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.15);
}
.cd-slider nav > div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  z-index: 5;
  pointer-events: none;
  will-change: width, height;
  transform: translate(-50%, -50%);
  transition: width .6s, height .6s;
}
.catalogsearch-result-index .products.list.items.product-items tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.catalogsearch-result-index .products.list.items.product-items tbody .product-table-header {
  display: none;
}
.catalogsearch-result-index .products.list.items.product-items tbody .product-item-photo {
  width: 100%;
  padding: 0;
}
.catalogsearch-result-index .products.list .product-image-container {
  width: 100% !important;
}
.catalogsearch-result-index .products.list.items.product-items tbody .product-item-photo img {
  width: 100%;
}
.catalogsearch-result-index .product-items {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: unset;
}
.catalogsearch-result-index .products-list .product-item-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 30%;
  align-items: center;
  background: #f3f3f3;
  padding: 20px 40px;
}
.catalogsearch-result-index .products-list .productname.mobil a {
  color: #333;
}
.catalogsearch-result-index .products-list .product.actions.product-item-actions a {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #e30613;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.catalogsearch-result-index .products-list .price-container .price {
  font-size: 22px;
}
.catalogsearch-result-index .products-list .price-excluding-tax .price {
  font-size: 18px;
  font-weight: 300;
}
.catalogsearch-result-index .products-list .productname.mobil {
  text-align: center;
}
.catalogsearch-result-index .products-list .price-container.price-final_price.tax.weee {
  text-align: center;
}
.catalogsearch-result-index dl {
  display: none;
}
.catalogsearch-result-index .product-item-actions .actions-primary {
  display: unset;
}
.catalogsearch-result-index .products-list .old-price .price-container .price {
  text-decoration: line-through;
}
.catalogsearch-result-index .products-list .product-items .product-item-info .mobil {
  display: block;
}
.catalogsearch-result-index .products-list .product-items .product-item-info td {
  display: none;
}
.catalogsearch-result-index .products-list .product-items .product-item-info td.mobil {
  display: block;
}
@media (max-width: 1330px) {
  .header-submenu-flex {
    left: 0;
    width: 100%;
  }
  .cms-home .page-main,
  .catalog-category-view .page-main,
  .cms-page-view .column.main {
    padding: 0 20px !important;
  }
  .breadcrumbs .items {
    left: 20px;
  }
  .cms-home .columns .column.main .col-home-img {
    box-shadow: 0 0 0 100vmax #000;
    clip-path: inset(0 -100vmax);
  }
  .catalog-category-view .page-main,
  .catalog-category-view .page-main {
    padding: 0 !important;
  }
  .catalog-category-view .category-cms > div,
  .catalog-category-view .category-cms > div {
    padding: 10px 20px;
  }
}
@media (max-width: 1280px) {
  .cms-home .home-category-flex .flex-item {
    flex-basis: 31%;
    padding: 0 25px;
  }
}
@media (max-width: 1260px) {
  .footer-zweitezeile {
    flex-wrap: wrap;
  }
  .footer-zahlungsarten.flex-item {
    width: 100%;
    flex: unset;
  }
  .category-cms .category-flex-kacheln .flex-kacheln .flex-item {
    width: 22%;
  }
  .catalog-category-view .schnellbaucontainer-description .flex-description .flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 1235px) {
  .panelkontakt .flex-panelkontakt {
    display: none;
  }
  .button-to-konfi {
    font-size: 21px;
  }
  .kontakt-sidebar-flex {
    display: none !important;
  }
  .cms-home .lager-vs-schnell {
    padding: 0 20px;
  }
  .cms-home .lager-vs-schnell-mobil {
    display: flex;
    gap: 5px;
    padding: 0 20px;
  }
  .cms-home .lager-vs-schnell-mobil > div {
    flex: 1;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .cms-home .lager-vs-schnell-mobil > div h4 {
    font-size: 20px;
    background: #ccc;
    padding: 12px;
    margin: 0;
  }
  .cms-home .lager-vs-schnell-mobil > div.active h4 {
    background: #e30613;
    color: #fff;
  }
  .cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item h4 {
    display: none;
  }
  .cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item {
    display: none;
  }
  .cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item.active {
    display: block;
  }
  .cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details-img img {
    width: 100%;
    max-height: 300px;
  }
  .cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item details summary {
    position: relative;
  }
  /*.cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item details summary::after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
  }
  .cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item details[open] summary::after {
    content: "▲";
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
  }*/
  .cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details.details-konfi .flex-item-img-konfi {
    text-align: center;
  }
  .cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details.details-konfi .flex-item-img-konfi img {
    max-height: 300px;
  }
  .catalog-category-view .product-items.widget-product-carousel .slick-next.slick-arrow,
  .catalog-category-view .product-items.widget-product-carousel .slick-prev.slick-arrow,
  .cms-home .product-items.widget-product-carousel .slick-next.slick-arrow,
  .cms-home .product-items.widget-product-carousel .slick-prev.slick-arrow {
    display: none !important;
  }
  .catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 .flex-item.materialcontainer-sicherheit {
    width: 100%;
  }
  .catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 .flex-item.materialcontainer-sicherheit .img .rolltor {
    margin-left: 0 !important;
  }
  .catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 .flex-item.materialcontainer-sicherheit {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .catalog-category-view .home-konfigurator-block img,
  .cms-home .home-konfigurator-block img {
    display: none;
  }
}
@media (max-width: 1140px) {
  .newsletterfooter {
    flex-direction: column;
    gap: 5px;
  }
  .newsletterfooter .newsletter-txt:first-child,
  .newsletterfooter .newsletter-txt {
    text-align: center;
  }
  .block.newsletter {
    margin-bottom: 0;
    justify-content: center;
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper .table-flex .flex-item {
    flex-direction: column;
    padding: 10px;
  }
  .catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper .table-flex .col.label {
    max-width: 100%;
    font-weight: 600;
    width: 100%;
  }
  .catalog-product-view .additional-attributes-wrapper.table-wrapper .table-flex .col.label,
  .catalog-product-view .additional-attributes-wrapper.table-wrapper .table-flex .col.data {
    padding: 0;
  }
  .button-to-konfi {
    font-size: 20px;
  }
  .catalog-category-view .lp-lagercontainer-icons {
    display: none !important;
  }
  .cms-home .home-header-vorteile {
    display: none;
  }
  .catalog-category-view .lp-categoryslider .home-header-vorteile {
    display: none;
  }
  .catalog-category-view .lp-categoryslider .title {
    display: none;
  }
  .page-header .header-menu {
    display: none;
  }
  .flex-icon-vorteile {
    justify-content: left;
    gap: 20px 40px;
    flex-wrap: wrap;
  }
  .catalogsearch-result-index .products-list .product-item-info {
    width: 45%;
  }
}
@media (max-width: 1050px) {
  .header-submenu-flex .flex {
    flex-wrap: wrap;
  }
  .submenu-flex-item {
    flex: unset;
    width: 23%;
  }
}
@media (max-width: 1000px) {
  .page-layout-1column .product-info-main {
    width: 100%;
    order: 5;
  }
  .page-layout-1column .product.media {
    width: 85% !important;
  }
  .catalog-product-view .product-info-icons {
    width: 15%;
  }
  .catalog-product-view .product-info-blackbox {
    min-height: unset;
  }
  .catalog-category-view .category-info-bottom .flex-beschreibung,
  .catalog-product-view .page-main-description .flex-beschreibung {
    flex-direction: column;
    gap: 0px;
  }
  .catalog-product-view .page-main-description .product-tech-beschreibung {
    gap: 0;
  }
  .catalog-product-view .page-main-description .flex-beschreibung .konfi-flex:first-child {
    width: 100% !important;
    display: flex;
    justify-content: left !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-family: 'Squada One', sans-serif;
    max-width: unset;
    min-width: unset;
    align-items: start;
    padding: 0 20px;
  }
  .button-to-konfi {
    font-size: 24px;
  }
}
@media (min-width: 981px) {
  .catalog-category-view .products-list.gridmode .product-items tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 30px;
    margin-top: 20px;
  }
  .catalog-category-view .products-list.gridmode .product-items .product-item-info {
    width: 22%;
  }
  .catalog-category-view .products-list.gridmode .product-items .product-item-info td {
    display: none;
  }
  .catalog-category-view .products-list.gridmode .product-items .product-item-info .mobil {
    width: 100%;
    display: block;
  }
  .catalog-category-view .products-list.gridmode .product-items .product-item-info .productname a {
    color: #333;
    font-weight: 600;
    min-height: 80px;
    display: block;
  }
  .catalog-category-view .products-list.gridmode .product-table-header {
    display: none;
  }
}
@media (max-width: 980px) {
  .cms-home .home-category-flex .flex-item {
    flex-basis: 48%;
  }
  .cms-home .home-category-flex .flex-item p {
    min-height: 220px;
  }
  .catalog-category-view .products-list .product-table-header {
    display: none;
  }
  .catalog-category-view .products-list .product-items .product-item-info {
    display: flex;
    flex-direction: column;
  }
  .catalog-category-view .products-list .product-items .product-item-info td {
    display: none;
  }
  .catalog-category-view .products-list .product-items .product-item-info .mobil {
    width: 100%;
    display: block;
  }
  .catalog-category-view .products-list .product-items tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 30px;
    margin-top: 20px;
  }
  .catalog-category-view .products-list .product-items .product-item-info .productname a {
    color: #333;
    font-weight: 600;
  }
  .catalog-category-view .products-list .product-items .product-item-info {
    width: 47%;
  }
  .flexbottominfo .kachel .flex-details {
    flex-direction: column;
  }
}
@media (max-width: 950px) {
  .searchlogokonto .headersearch .block-search {
    display: none;
  }
  .cms-home .home-categorys .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .cms-home .home-categorys .pagebuilder-column {
    width: 50% !important;
  }
  .cms-home .home-flex-category {
    max-width: 400px;
    margin: auto;
    padding: 0 25px;
  }
  .category-cms .category-vorteile-flex {
    flex-wrap: wrap;
    gap: 20px;
  }
  .category-cms .category-vorteile-flex .flex-item {
    flex-basis: 48%;
  }
}
@media (max-width: 900px) {
  .footer-drittezeile {
    flex-wrap: wrap;
  }
  .footer-drittezeile .flex-item {
    flex: unset;
    width: 30%;
  }
  .category-cms .category-flex-kacheln .flex-kacheln .flex-item {
    width: 30%;
  }
  .product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item {
    width: 80%;
  }
  .cms-containeranfrage-html .anfrageformular .flex-zeile {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .cms-containeranfrage-html .anfrageformular .button.action.primary.btn-cart {
    max-width: 100%;
  }
  .seocategory .container-content .container-text p {
    columns: 1;
    gap: 0;
  }
  .catalog-category-view .col-txt-2 {
    columns: 1;
    gap: 0;
  }
  .lagercontainer-360 .flex {
    flex-direction: column;
  }
  .cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details .icon {
    width: unset;
  }
  .cms-home .lager-vs-schnell .flex-schnell-vs-lager .flex-item .flex-item-details .germany img {
    display: none;
  }
}
@media (max-width: 870px) {
  .cms-home .columns .column.main {
    margin-top: 4px;
  }
}
@media (max-width: 850px) {
  .cms-home .home-category-flex .flex-item {
    flex-basis: 100%;
  }
  .cms-home .home-category-flex .flex-item p {
    min-height: 140px;
  }
  .catalog-product-view .block.related .products.list.items.product-items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .catalog-product-view .block.related .products.list.items.product-items .item.product.product-item {
    width: 48%;
  }
  .catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available .product.details.product-item-details {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .panelkontakt {
    display: none;
  }
}
@media (max-width: 768px) {
  .headersearch.header-item {
    padding-left: 15px !important;
  }
  .catalog-product-view .block.related .products.list.items.product-items .item.product.product-item .product-item-info.related-available .product.details.product-item-details .related-product-name details {
    padding-right: 20px;
  }
  .cd-slider blockquote p a {
    font-size: 20px;
  }
  .cd-slider {
    max-height: 200px;
  }
  .cd-slider .content {
    background-size: auto 80%;
  }
  .cd-slider nav div {
    left: 2%;
  }
  .cd-slider nav div:last-of-type {
    right: 2%;
  }
  .cd-slider .prev:hover,
  .next:hover {
    box-shadow: 0 0 0 0.5rem rgba(0, 0, 0, 0.15);
  }
  .columns .column.main {
    padding-bottom: 40px;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: unset;
    flex-grow: unset;
    -ms-flex-order: unset;
    -webkit-order: unset;
    order: unset;
    width: 100%;
  }
  .filter.active .filter-subtitle {
    background: #fff;
  }
  .cms-home .home-imgtext.text1,
  .cms-home .home-imgtext.text2 {
    display: none;
  }
  .catalog-product-view .product-info-name h1 {
    margin-top: 60px;
  }
  .breadcrumbs {
    display: block;
  }
  .panelkontakt {
    display: none;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .page-header {
    margin-bottom: 0;
  }
  .cms-home .home-imgtext.text1 {
    top: 70px;
  }
  .cms-home .home-imgtext.text2 {
    top: 130px;
  }
  .nav-logo img {
    max-width: 250px;
  }
  .navigation {
    margin-top: 0;
  }
  .cms-home .home-seo-text p {
    columns: 1;
  }
  .footer-zahlungsarten .flex-footer {
    display: block;
  }
  .flex-footer .footer-img {
    float: left;
    padding-right: 10px;
    padding-top: 10px;
  }
  .footer-international .flex-footer {
    display: block;
  }
  .footer-drittezeile .flex-item {
    width: 47%;
  }
  .category-cms .category-flex-kacheln .flex-kacheln .flex-item {
    width: 47%;
  }
  .category-cms .category-seotext-2 p {
    columns: 1;
  }
  .catalog-product-view .product-info-name {
    order: -1;
  }
  .catalog-product-view .product-info-icons {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .catalog-product-view .product-info-icons .icons {
    margin: 20px 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .catalog-product-view .product-info-icons .icons img {
    flex: unset !important;
    max-width: 50px;
  }
  .page-layout-1column .product.media {
    width: 100% !important;
  }
  .catalog-product-view .page-main-description .product-tech-beschreibung {
    gap: 0px;
  }
  .catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper .table-flex .flex-item {
    flex-direction: row;
  }
  .catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper .table-flex .col.label {
    max-width: 50%;
    width: 100%;
  }
  .catalog-product-view .old-price .price-container .price-label {
    margin-bottom: 5px !important;
    font-size: 20px;
  }
  .cms-zahlungsarten .service-block {
    flex-wrap: wrap;
  }
  .catalog-category-view .flex-header-black .headercontainer {
    display: none;
  }
  .catalog-category-view .mc-list-seoblock .mc-list-col-img {
    display: none !important;
  }
  .catalog-category-view .mc-list-vorteile .flex-vorteile {
    display: none !important;
  }
  .flexbottominfo {
    flex-direction: column;
  }
  .catalog-category-view .flex-vorteil-liste .pagebuilder-column-line {
    gap: 0;
  }
  .catalog-product-view .block.related .products.list.items.product-items .item.product.product-item {
    width: 100%;
    margin-left: 0 !important;
  }
  .cms-home .home-product-carusell {
    box-shadow: 0 0 0 100vmax #f3f3f3;
    clip-path: inset(0 -100vmax);
  }
  .flex-icon-vorteile {
    gap: 20px !important;
    justify-content: center;
  }
  .flex-icon-vorteile .flex-item > div:last-child {
    display: none;
  }
  .flex-icon-vorteile .flex-item img {
    max-width: 50px;
  }
  .flex-icon-vorteile .flex-item img[alt="GS Zeichen"] {
    max-height: 50px !important;
  }
  .catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 .flex-item.materialcontainer-sicherheit .img {
    display: flex;
    flex-direction: column;
  }
  .catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 .flex-item.materialcontainer-sicherheit .img img {
    max-height: unset !important;
  }
  .catalog-category-view .schnellbaucontainer-description .flex-description .flex .flex-item {
    max-width: 40%;
    min-width: unset;
  }
  .catalog-category-view .schnellbaucontainer-description .flex-description .flex-2 .flex-item {
    width: 100%;
  }
  .catalog-category-view .schnellbaucontainer-description .flex-description .flex-3 .flex-item.schnellbaucontainer-icon p {
    display: none;
  }
}
@media (max-width: 650px) {
  .catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper .table-flex .flex-item {
    flex-direction: column;
  }
  .catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper .table-flex .col.label {
    max-width: 100%;
    width: 100%;
  }
  .catalog-product-view .page-main-description .additional-attributes-wrapper.table-wrapper {
    border-top: unset;
  }
}
@media (max-width: 600px) {
  .cms-home .home-imgtext.text1 {
    top: 40px;
  }
  .cms-home .home-imgtext.text2 {
    top: 100px;
  }
  .header.content .logo-neu img {
    min-width: 220px;
  }
  .header.content {
    padding: 20px 0;
  }
  .header-meinkonto .meinkonto-icon.angebotsseite i {
    margin-right: 30px !important;
    font-size: 25px !important;
  }
  .header-angebotanfordern #custom-cart-count {
    left: 20px;
  }
  .footer-drittezeile h4 {
    font-size: 30px;
  }
  .footer-drittezeile {
    gap: 10px;
  }
  .footer-drittezeile .flex-item {
    width: 100%;
    border-bottom: 2px solid #f3f3f3;
  }
  .footer-anfrage.flex-item {
    border-bottom: unset;
    margin-top: 30px;
  }
  .footer-drittezeile .flex-links {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .footer-drittezeile h4 i {
    font-size: 20px;
    position: absolute;
    top: 6px;
    margin-left: 6px;
    display: unset;
  }
  .category-cms .category-flex-kacheln .flex-kacheln .flex-item {
    width: 46%;
  }
  .category-cms .category-img img {
    max-width: 100% !important;
  }
  .product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item {
    width: 100%;
    flex-direction: column;
  }
  .catalog-category-view .products-list .product-items .product-item-info {
    width: 100%;
  }
  .catalog-category-view .column-details .flex-details {
    flex-direction: column;
    gap: 10px;
  }
  .catalog-category-view .column-details .flex-details .img-details {
    min-width: 100%;
  }
  .catalog-category-view .column-details .flex-details .img-details img {
    max-height: 250px;
  }
  .catalogsearch-result-index .products-list .product-item-info {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .header.content .logo-neu img {
    min-width: 200px;
    max-width: 200px;
  }
  .header-meinkonto .fa-user {
    font-size: 25px;
  }
  .minicart-wrapper .action.showcart::before {
    font-size: 27px !important;
  }
  .category-cms .category-vorteile-flex .flex-item {
    flex-basis: 100%;
  }
  .page-products .sorter label,
  .page-products .sorter a {
    display: none;
  }
}
@media (max-width: 500px) {
  .header.content .logo-neu img {
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 460px) {
  .header.content .logo-neu img {
    min-width: 150px;
    max-width: 150px;
  }
  .searchlogokonto {
    gap: 15px;
  }
  .header.content {
    padding: 20px 0;
  }
  .category-cms .category-flex-kacheln .flex-kacheln .flex-item {
    width: 45%;
  }
}
@media (max-width: 460px) {
  .category-cms .category-flex-kacheln .flex-kacheln .flex-item {
    width: 100%;
  }
}
@media (min-width: 1001px), print {
  .page-layout-1column .product-info-main {
    width: 35%;
  }
}
@media only screen and (max-width: 1000px) {
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .column.main {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: no-wrap;
  }
}
.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;
}
.message-customer-login a {
  color: #94c53c;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: unset;
}
.similar-image {
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.catalog-category-view .cms-v2 .flex-header-grau {
  box-shadow: 0 0 0 100vmax #f3f3f3;
  clip-path: inset(0 -100vmax);
}
.cms-category-view .cms-v2 .flex-header-anthrazit,
.catalog-category-view .cms-v2 .flex-header-anthrazit {
  box-shadow: 0 0 0 100vmax #494949;
  clip-path: inset(0 -100vmax);
}
.cms-page-view .flex-header-grau .flex-text-spalten .pagebuilder-column-line,
.catalog-category-view .flex-header-grau .flex-text-spalten .pagebuilder-column-line {
  gap: 30px;
}
.catalog-category-view .cms-v2 {
  display: flex;
  flex-direction: column;
}
.catalog-category-view .cms-v2 h1 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.catalog-category-view .cms-v2 h2,
.catalog-category-view .cms-v2 h3 {
  margin-top: 1rem;
}
.catalog-category-view .cms-v2 .container {
  max-width: 1280px;
  margin: auto;
  padding: 20px 0;
}
.catalog-category-view .cms-v2 .flex-header-black {
  padding-bottom: 0 !important;
}
.catalog-category-view .cms-v2 .flex-header-grau {
  padding: 0;
}
.catalog-category-view .cms-v2 .flex-header-anthrazit {
  padding: 0 !important;
}
.catalog-category-view .cms-v2 .flex-header-black .headercontainer img {
  top: -70px;
  max-width: 450px;
}
.catalog-category-view .cms-v2 .container .flex {
  display: flex;
  gap: 30px;
}
.catalog-category-view .cms-v2 .container .flex > div {
  flex: 1;
}
.catalog-category-view .cms-v2 .container .flex.flex-vorteile {
  padding: 10px;
  text-align: center;
}
.catalog-category-view .cms-v2 .container .flex.flex-vorteile p {
  margin-bottom: 0;
}
.catalog-category-view .cms-v2 .container .flex .lp-lagercontainer-icons {
  padding: 0;
}
.catalog-category-view .cms-v2 .flex-vorteile p span {
  color: #94c53c;
}
.catalog-category-view .cms-v2 .product-items.widget-product-carousel .price-including-tax .price {
  color: #94c53c;
}
.catalog-category-view .cms-v2 .product-items.widget-product-carousel .price-wrapper.price-excluding-tax .price {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.catalog-category-view .cms-v2 .flex.column-details:last-child {
  margin-bottom: 0;
}
.catalog-category-view .cms-v2 .column-details {
  margin-top: 0;
}
.catalog-category-view .cms-v2 .column-details .flex-details {
  background: #fff;
  padding: 20px;
}
.catalog-category-view .cms-v2 .lagercontainer-wfragen .container {
  margin-top: 30px;
  margin-bottom: -30px;
}
.catalog-category-view .cms-v2 .lagercontainer-wfragen .container summary {
  background: #f3f3f3;
  padding: 10px 20px;
}
.catalog-category-view .cms-v2 .lagercontainer-wfragen .container summary:hover {
  background: #3d3d3d;
  color: #fff;
}
.catalog-category-view .cms-v2 .lagercontainer-wfragen .container summary h2 {
  margin: 0;
}
.catalog-category-view .cms-v2 .lagercontainer-wfragen .container .flex-beschreibung {
  padding: 20px 10px;
}
.catalog-category-view .cms-v2 .container .flex-all-products-btn {
  text-align: center;
  margin-top: 30px;
}
.catalog-category-view .cms-v2 .container .flex-all-products-btn .cta-btn {
  background: #e30613;
  color: #333;
  padding: 10px 20px;
  font-weight: 600;
  min-width: 280px;
  display: inline-block;
  text-align: center;
}
.catalog-category-view .cms-v2 .lagercontainer-wfragen .container .flex-beschreibung ol,
.catalog-category-view .cms-v2 .lagercontainer-wfragen .container .flex-beschreibung ul {
  padding-left: 15px;
}
.catalog-category-view .cms-v2 .lagercontainer-description .flex-description summary {
  background: #f3f3f3;
  padding: 10px;
  margin-top: 30px;
}
.catalog-category-view .cms-v2 .lagercontainer-description .flex-description summary h2 {
  margin: 0;
}
.catalog-category-view .lagercontainer-description .flex-description .flex {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}
.catalog-category-view .lagercontainer-description .flex-description .flex .flex-item {
  min-width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.catalog-category-view .lagercontainer-description .flex-description .flex .flex-item.lagercontainer-farben-button a {
  padding: 12px 20px;
  background: #f3f3f3;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Squada One', 'Georgia', sans-serif;
  text-wrap: nowrap;
}
.catalog-category-view .lagercontainer-description .flex-description .flex .flex-item.lagercontainer-farben p {
  font-weight: 600;
}
.catalog-category-view .lagercontainer-description .flex-description .flex-2 {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.catalog-category-view .lagercontainer-description .flex-description .flex-2 .flex-item.schnellbaucontainer-boden,
.catalog-category-view .lagercontainer-description .flex-description .flex-2 .flex-item.schnellbaucontainer-transport {
  flex: 1;
}
@media (max-width: 768px) {
  .catalog-category-view .lagercontainer-description .flex-description .flex-2 {
    flex-direction: column;
  }
  .catalog-category-view .lagercontainer-description .flex-description .flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .catalog-category-view .lagercontainer-description .flex-description .flex .flex-item {
    max-width: 200px;
  }
}
