/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding: 7px 15px;
  font-family: 'Fira Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  text-decoration: none !important;
}
.button.primary {
  background-color: #0076bd;
  border: 1px solid #0076bd;
  color: #FFF;
}
.button.primary:hover {
  background-color: transparent;
  color: #0076bd;
}
.button.primary-inverse {
  background-color: transparent;
  border: 1px solid #0076bd;
  color: #0076bd;
}
.button.primary-inverse:hover {
  background-color: #0076bd;
  color: #FFF;
}
.button.secondary {
  background-color: #354c54;
  border: 1px solid #354c54;
  color: #FFF;
}
.button.secondary:hover {
  background-color: transparent;
  color: #354c54;
}
.button.secondary-inverse {
  background-color: transparent;
  border: 1px solid #354c54;
  color: #354c54;
}
.button.secondary-inverse:hover {
  background-color: #354c54;
  color: #FFF;
}
.button.tertiary {
  background-color: #828c4f;
  border: 1px solid #828c4f;
  color: #FFF;
}
.button.tertiary:hover {
  background-color: transparent;
  color: #828c4f;
}
.button.tertiary-inverse {
  background-color: transparent;
  border: 1px solid #828c4f;
  color: #828c4f;
}
.button.tertiary-inverse:hover {
  background-color: #828c4f;
  color: #FFF;
}
.button.white {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #354c54;
}
.button.white:hover {
  background-color: transparent;
  color: #FFF;
}
.button.white-inverse {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
.button.white-inverse:hover {
  background-color: #FFF;
  color: #354c54;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.pagebuilder-blueelevation-faq {
  padding: 0;
  margin: 0;
  list-style: none;
}
[theme="intramuraal"] .pagebuilder-blueelevation-faq {
  padding: 15px;
  margin: 0;
}
.pagebuilder-blueelevation-faq > li {
  border-bottom: 1px solid #C3EEF4;
  padding-bottom: 20px;
}
[theme="intramuraal"] .pagebuilder-blueelevation-faq > li {
  border-bottom: none;
  position: relative;
  padding-bottom: 0;
}
[theme="intramuraal"] .pagebuilder-blueelevation-faq > li::after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% + 30px);
  background-color: #F0F8FF;
  margin: 25px -15px 0 -15px;
}
.pagebuilder-blueelevation-faq > li > strong {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: #354c54;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
}
.pagebuilder-blueelevation-faq > li > strong:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' width='15px' height='15px' viewBox='0 0 14 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-444 -9922)' fill='%23fff' fill-rule='nonzero'%3E%3Cg transform='translate(355 9619.5)'%3E%3Cg transform='translate(65 225)'%3E%3Cg transform='translate(15)'%3E%3Cpolygon points='18.27 91.53 18.27 86.902 22.794 86.902 22.794 82.924 18.27 82.924 18.27 78.27 14.058 78.27 14.058 82.924 9.534 82.924 9.534 86.902 14.058 86.902 14.058 91.53'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  flex-basis: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 4px;
  color: #FFF;
  font-size: 24px;
  display: block;
  text-align: center;
  font-weight: 900;
  line-height: 30px;
  margin-right: 16px;
  margin-left: 16px;
}
.blue_border .pagebuilder-blueelevation-faq > li > strong:before {
  margin-left: 0;
}
.pagebuilder-blueelevation-faq > li > strong[aria-expanded="true"]:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' width='15px' height='5px' viewBox='0 0 12 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-445 -9997)' fill='%23fff' fill-rule='nonzero'%3E%3Cg transform='translate(355 9619.5)'%3E%3Cg transform='translate(65 225)'%3E%3Cg transform='translate(15 139)'%3E%3Cpolygon points='21.792 17.72 21.792 14.028 10.352 14.028 10.352 17.72'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  line-height: 21px;
}
.pagebuilder-blueelevation-faq > li:not(:last-of-type) {
  margin-bottom: 20px;
}
[theme="intramuraal"] .pagebuilder-blueelevation-faq > li:not(:last-of-type) {
  margin-bottom: 25px;
}
.pagebuilder-blueelevation-faq > li > div {
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
}
.blue_border .pagebuilder-blueelevation-faq > li > div {
  padding-left: 0;
  padding-right: 0;
}
.gw-euvat-field .message-success {
  margin-top: 10px;
}
.gw-euvat-field #vatid-retry {
  cursor: pointer;
}
:root {
  --bmx-primary: #fb3003;
  --bmx-border: #ebebeb;
  --bmx-link: #203656;
  --bmx-link-hover: #4e678a;
  --bmx-subdued: #8f9bad;
  --bmx-gradient: linear-gradient(to right, #fb3003 0%, #ffa387 100%);
}
@media (min-width: 1024px) {
  .bmx\:lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bmx\:lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bmx\:lg\:col-span-2 {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bmx\:sticky {
    position: relative;
  }
}
@media (max-width: 479px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.toolbar.mx-list-toolbar {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
  color: #8f9bad;
}
.toolbar.mx-list-toolbar::before {
  content: none;
}
.toolbar.mx-list-toolbar::after {
  content: none;
}
.toolbar.mx-list-toolbar .toolbar-amount {
  display: block;
  float: none;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.toolbar.mx-list-toolbar .pages {
  margin-bottom: 0;
}
.toolbar.mx-list-toolbar .limiter {
  margin-bottom: 0;
}
.toolbar.mx-list-toolbar .limiter .limiter-options {
  width: 4em;
}
@media (max-width: 768px) {
  .toolbar.mx-list-toolbar {
    flex-direction: column;
    row-gap: 2em;
  }
  .toolbar.mx-list-toolbar .pages .items.pages-items .pages-item-next,
  .toolbar.mx-list-toolbar .pages .items.pages-items .pages-item-previous {
    position: relative;
  }
}
.mst-comments__wrapper .block-title strong {
  font-size: 2rem;
}
.mst-comments__wrapper .mst-comments__form {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  margin-bottom: 25px;
  margin-top: 10px;
}
.mst-comments__wrapper .mst-comments__form .comment-fieldset {
  margin-bottom: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__message {
  padding-top: .5rem;
  padding-bottom: 1.5rem;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment strong {
  font-weight: 600;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta .mst-comment__author .mst-comment__admin {
  color: #fff;
  background: #1B5E20;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta time {
  color: #666;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comments__form {
  padding: 1rem 1.5rem;
}
.mst-comments__wrapper .link {
  color: #006bb4;
  cursor: pointer;
  padding: 5px;
  font-weight: 500;
  border-radius: 3px;
  user-select: none;
}
.mst-comments__wrapper .link.active {
  background-color: #1979c3;
  color: #ffffff;
}
.mst-comments__wrapper .mst-comments__toolbar {
  display: flex;
  padding: 8px 0;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item {
  padding: 0 8px;
  border-right: 1px solid #c9c9c9;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item:first-child {
  padding-left: 0;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item:last-child {
  padding-right: 0;
  border-right: none;
}
.mst-comments__wrapper .reply {
  padding-left: 25px;
  position: relative;
}
.mst-comments__wrapper .reply::before {
  content: "\21AA";
  font-size: 1.8rem;
  position: absolute;
  left: 5px;
}
.mst-comments__wrapper .hidden {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
.filter-content input[type="text"]:focus,
.filter-content input[type="checkbox"]:focus,
.filter-content input[type="radio"]:focus,
.filter-content select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.filter-content .filter-options-item li a:hover {
  background: none !important;
  color: #006bb4;
}
.filter-content .filter-options-item li a:hover span {
  color: #006bb4;
}
.filter-content .filter-options-item .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
  background: #01007F;
  left: -2px;
  bottom: -3px;
}
.filter-content #ln_slider_price {
  margin-bottom: 5px;
}
.mp-show-navigation {
  display: none;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 7px;
  top: 3px;
  font-size: 21px;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst_vote {
  display: flex;
  align-items: center;
  justify-self: flex-end;
  margin-top: -12px;
  line-height: 1px;
}
.mst_vote .mst_vote__wrapper {
  display: flex;
  align-items: center;
  margin: 5px;
}
.mst_vote .mst_vote__wrapper .vote {
  cursor: pointer;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
}
.mst_vote .mst_vote__wrapper .vote:hover svg path {
  stroke: #006bb4;
}
.mst_vote .mst_vote__wrapper .counter {
  font-size: 1.6rem;
  margin-left: 5px;
  color: #333333;
}
.review-content-container > .mst_vote {
  float: right;
  margin-top: 0;
}
/*
 * 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;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * 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%;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: 96%;
  margin: 0 15px 0 5px;
}
/*
|------------------------------------------------------------
| Max width 1024px (magento media query not working)
|------------------------------------------------------------
*/
@media (max-width: 1024px) {
  .header.links {
    display: block;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .ausschreiben-btn,
  .link.wishlist,
  .language-switcher,
  .language-switcher + li,
  .secondary-nav-bar {
    display: none;
  }
  .minicart-wrapper {
    width: 50px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 0;
  }
  .minicart-wrapper .action.showcart {
    height: 50px;
    width: auto;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    width: 13px;
    height: 17px;
    line-height: 19px;
    top: -5px;
    right: 2px;
  }
  #touch-navigation .header.links .ausschreiben-btn,
  #touch-navigation .header.links .language-switcher,
  #touch-navigation .header.links .language-switcher + li,
  #touch-navigation .header.links .secondary-nav-bar {
    display: block;
  }
  #touch-navigation .header.links .language-switcher + .has-childs > .submenu-trigger {
    left: 25px;
    top: 17px;
    z-index: 10;
    text-indent: 9999px;
    max-width: 10px;
  }
  #touch-navigation .header.links .language-switcher + .has-childs > .submenu-trigger:before {
    text-indent: 0;
  }
  #touch-navigation .header.links a.my-account {
    padding-left: 48px;
  }
  .header.content .logo {
    max-width: 190px;
  }
  .header.content .logo img {
    max-width: 170px;
    width: 41vw;
    height: auto;
  }
  .header.content .block-search #search {
    padding-right: 36px;
    padding-left: 10px;
  }
  .header.content .block-search div.mst-searchautocomplete__autocomplete {
    left: 0 !important;
  }
  body .page-wrapper {
    padding-top: 0;
  }
  body .page-header {
    background-color: transparent;
    box-shadow: none;
  }
  body .page-header .header.content {
    background-color: #354c54;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
  }
  body .page-header .ausschreiben-btn {
    top: 10px;
    display: block;
  }
  body .secondary-nav-bar {
    background-color: transparent;
    max-width: 100%;
    position: absolute;
    top: 80px;
    width: 200vw;
  }
  body .secondary-nav-bar .header-container {
    background-color: transparent;
    visibility: hidden;
  }
}
.message.global.noscript,
.message.global.cookie {
  background: #828c4f;
  color: #E3E8CD;
  z-index: 100 !important;
}
@media screen and (min-width: 1420px) {
  html body .header.content #main-navigation + .block-search .mst-searchautocomplete__autocomplete {
    left: -239px !important;
  }
}
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/*
|------------------------------------------------------------
| All styles for fixes on internet explorer
|------------------------------------------------------------
*/
.ie11 .handler-container__img-container img {
  max-width: 150px !important;
}
.ie11 .wishlist-index-index .product-items .product-item {
  flex: 0 1 26%;
}
.ie11 .limiter select::-ms-expand {
  display: none;
}
.ie11 .page-wrapper {
  height: auto !important;
}
.ie11 .header-container .phone {
  margin-right: 170px;
}
.ie11 #touch-navigation .touch-nav .header.links .language-switcher {
  flex: 0 1 100%;
  justify-content: flex-start;
}
.ie11 .handler-container__image-container img {
  max-width: 150px;
}
@media (min-width: 1026px) {
  .ie11 .block-new-products.grid .product-items .product-item {
    flex: 0 1 22%;
  }
}
.ie11 .cms-home .blog-posts-container .main-container .col.downloads .post:first-of-type .download-button {
  top: auto !important;
}
.ie11 .cms-home .blog-posts-container .post-wrapper .post:first-of-type .details {
  height: auto;
}
.ie11 .cms-home .blog-posts-container .post-wrapper .post .details {
  height: 71px;
}
.ie11 .cms-home .products-grid .product-item-details {
  padding: 0 10px;
}
.ie11 .catalog-product-view {
  overflow-x: hidden;
}
.ie11 .page-with-filter .products-grid .product-item {
  flex: 0 1 27% !important;
}
@media (min-width: 1025px) {
  .ie11 body.page-products.catalog-category-view .products-grid .product-item {
    width: 31.6%;
  }
}
.ie11 .block.crosssell .products-grid.grid .product-item {
  flex: 0 1 22%;
  width: 22%;
  padding: 10px;
}
.ie11 footer.page-footer .form.subscribe .actions .action.subscribe.primary {
  line-height: 0;
}
@media screen and (min-width: 640px) {
  .ie11 body .gefa-mein-konto__single {
    flex: 0 1 45%;
  }
}
/*
/* MIXINS
/*_______________________________________________________*/
.block-title-blue {
  color: #FFF;
  font-size: 21px;
  font-weight: 300;
  background-color: #354b54;
  padding: 12px 10px;
  font-family: 'Fira Sans Condensed';
}
.green-main-title {
  color: #828c4f;
  font-size: 3.4rem;
  font-weight: 600;
  font-family: 'Fira Sans Condensed';
  line-height: 2.7rem;
  margin-bottom: 1rem;
}
.green-main-title .action.edit,
.green-main-title .action.view {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #0076bd;
  text-decoration: underline;
  line-height: inherit;
  vertical-align: middle;
}
body:before {
  content: '';
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  touch-action: none;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  z-index: 101;
  transition: all 0.3s ease-in-out;
}
body.backdrop:before {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  visibility: visible;
  touch-action: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .page-with-filter.page-layout-2columns-left .columns .column.main {
    width: 73%;
  }
  .page-with-filter.page-layout-2columns-left .columns .sidebar.sidebar-main {
    width: 26%;
  }
}
.customer-account-forgotpassword #maincontent {
  padding-top: 50px;
}
.customer-account-forgotpassword #visual {
  display: none;
}
.price-box {
  position: relative;
  display: flex;
}
.products-grid .product-item-info .product-item-details > .price-box {
  top: 130px !important;
  right: 20px !important;
}
.products-grid .product-item-info .product-item-details > .price-box .minimal-price-link {
  display: none;
}
.product-item .prices_tier_wrapper {
  display: none !important;
}
.products-grid .product-item-info .product-item-details {
  position: initial !important;
  padding-bottom: 60px;
}
.product-item-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 10px 0 !important;
}
.product-social-links .towishlist,
.product-item-actions .towishlist {
  float: none !important;
  order: 2;
  margin-left: 10px;
}
.product-social-links .towishlist:before,
.product-item-actions .towishlist:before {
  content: '\f004' !important;
  font-size: 2rem !important;
  font-family: 'Font Awesome\ 5 Free' !important;
  color: #0076bd !important;
  font-weight: 900 !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-item-actions {
  display: flex !important;
  align-items: center;
  margin: 10px 0;
}
.product-item-actions .actions-secondary {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
.product-item-actions .small-price {
  overflow: visible !important;
}
.product-item-actions .small-price .price-box.price-final_price {
  display: flex;
  align-items: flex-end;
}
.product-item-actions .small-price .price-box.price-final_price > .price-container {
  order: 2;
}
.product-item-actions .small-price .price-box.price-final_price > .minimal-price-link {
  order: 1;
  margin-bottom: -4px;
}
.product-item-actions .small-price .price-box.price-final_price > .minimal-price-link:before {
  content: 'Preis ab';
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
    max-width: 100%;
  }
  body .column.main .product-items {
    margin-left: 0;
  }
}
.no-scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.main-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.small-main-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  max-width: 870px;
}
.category-cms {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  max-width: 870px;
}
.full-width-sections section {
  padding: 70px 0;
}
.full-width-sections section:nth-child(odd) {
  background-color: #F2F4F6;
}
.full-width-sections .block-title {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 700;
  color: #828c4f;
  font-size: 3rem;
  margin-bottom: 72px;
  text-align: center;
  text-transform: uppercase;
}
.full-width-sections .block-title strong {
  font-weight: inherit;
}
.no-m-top {
  margin-top: 0 !important;
}
.gray-row {
  background: #F2F4F6;
}
.semibold,
.intro {
  font-weight: 600;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.inline-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.inline-menu li {
  display: inline-block;
}
.inline-menu li:before {
  content: " | ";
  color: #C4C0BF;
}
.inline-menu li:first-child:before {
  content: "";
}
.message span:before {
  font-weight: 900 !important;
}
.header-with-link {
  margin-bottom: 35px;
}
.header-with-link h1,
.header-with-link h2,
.header-with-link h3 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 600;
  color: #828c4f;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.header-with-link * {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
.header-with-link a {
  margin-left: 20px;
  font-weight: normal;
}
.header-with-link a .fa {
  font-size: .7rem;
  vertical-align: middle;
}
.inline-flex-around {
  display: flex;
  justify-content: space-around;
}
.inline-flex-between {
  display: flex;
  justify-content: space-between;
}
.f-center {
  align-items: center;
}
.f-wrap {
  flex-wrap: wrap;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
/* FLAGS
 * = = = = = = = = = = = = = = = = = = = */
.de-flag {
  position: relative;
}
.de-flag:after {
  content: '';
  height: 1.5rem;
  width: 1.8rem;
  background-image: url('../images/flags/de-flag.svg');
  background-size: cover;
  display: block;
}
.it-flag {
  position: relative;
}
.it-flag:after {
  content: '';
  height: 1.5rem;
  width: 1.8rem;
  background-image: url('../images/flags/it-flag.svg');
  background-size: cover;
  display: block;
}
.den-flag {
  position: relative;
}
.den-flag:after {
  content: '';
  height: 1.5rem;
  width: 1.8rem;
  background-image: url('../images/flags/den-flag.svg');
  background-size: cover;
  display: block;
}
.pl-flag {
  position: relative;
}
.pl-flag:after {
  content: '';
  height: 1.5rem;
  width: 1.8rem;
  background-image: url('../images/flags/pol-flag.svg');
  background-size: cover;
  display: block;
}
.tch-flag {
  position: relative;
}
.tch-flag:after {
  content: '';
  height: 1.5rem;
  width: 1.8rem;
  background-image: url('../images/flags/tch-flag.svg');
  background-size: cover;
  display: block;
}
.austria-flag {
  position: relative;
}
.austria-flag:after {
  content: '';
  height: 1.5rem;
  width: 1.8rem;
  background-image: url('../images/flags/austria-flag.svg');
  background-size: cover;
  display: block;
}
.sw-flag {
  position: relative;
}
.sw-flag:after {
  content: '';
  height: 1.5rem;
  width: 1.8rem;
  background-image: url('../images/flags/sw-flag.svg');
  background-size: cover;
  display: block;
}
.es-flag {
  position: relative;
}
.es-flag:after {
  content: '';
  height: 1.5rem;
  width: 1.8rem;
  background-image: url('../images/flags/es-flag.svg');
  background-size: cover;
  display: block;
}
.let-flag {
  position: relative;
}
.let-flag:after {
  content: '';
  height: 1.5rem;
  width: 1.8rem;
  background-image: url('../images/flags/let-flag.svg');
  background-size: cover;
  display: block;
}
.nl-flag {
  position: relative;
}
.nl-flag:after {
  content: '';
  height: 1.5rem;
  width: 1.8rem;
  background-image: url('../images/flags/nl-flag.svg');
  background-size: cover;
  display: block;
}
.se-flag {
  position: relative;
}
.se-flag:after {
  content: '';
  height: 1.5rem;
  width: 1.8rem;
  background-image: url('../images/flags/se-flag.svg');
  background-size: cover;
  display: block;
}
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/* Weird issue where pages with categories assigned to them would render empty column container at the end of the page */
body[class*="catalog-category"] .page-wrapper #maincontent .category-view + .columns {
  display: none;
}
/*
 * ALL STYLING FOR FORMS IN GEFA
 *----------------------------------------------------------*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
/*
 * ALL STYLES FOR THE PRINT PAGE.
 *----------------------------------------------------------*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/FiraSans-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/FiraSans-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/FiraSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FiraSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/FiraSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/FiraSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/FiraSansCondensed-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/FiraSansCondensed-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/FiraSansCondensed-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FiraSansCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FiraSansCondensed-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/FiraSansCondensed-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/FiraSansCondensed-Bold.ttf") format("truetype");
}
#visual.slider-enabled {
  transition: background .3s;
}
#visual.slider-enabled:before {
  content: " ";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url("..//images/preloader.gif") no-repeat center center;
  margin: -15px 0 0 -15px;
  transition: opacity .3s;
}
#visual.slider-enabled .visual-slider {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all .2s;
}
#visual.slider-enabled .slider-controls {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all .8s;
  transition-delay: 3s;
}
#visual.slider-enabled.is-loaded {
  background: transparent;
}
#visual.slider-enabled.is-loaded .visual-slider {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 2s;
  transition-delay: 1s;
}
#visual.slider-enabled.is-loaded .slider-controls {
  opacity: 1;
  transform: translate(0, 0);
}
#visual.slider-enabled.is-loaded:before {
  opacity: 0;
}
.background-images {
  line-height: 0;
}
.background-images .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #333;
  opacity: 0;
  transition: opacity 1s;
  z-index: -1;
}
.background-images .image.active {
  opacity: 1;
}
.visual-slider .slider-controls {
  position: absolute;
  top: -61px;
  right: 0;
}
.visual-slider .slider-controls .slider-control {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: rgba(15, 75, 82, 0.7);
  text-align: center;
  color: #fff;
}
.visual-slider .slider-controls .slider-control:before {
  display: inline-block;
  font-family: "Font Awesome\ 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f053';
  line-height: 50px;
}
.visual-slider .slider-controls .slider-control.right:before {
  content: "\f054";
}
.visual-slider .slider-controls .slider-control + .slider-control {
  margin-left: 7px;
}
.visual-slider .slider-controls .slider-control:hover {
  background: rgba(15, 75, 82, 0.85);
}
.visual-slider .item {
  display: none;
}
.visual-slider .item.active {
  display: block;
}
.search__index-magento-catalog-category .meta {
  margin: 10px 0;
}
/*
|------------------------------------------------------------
| All styles for the checkout page.
|------------------------------------------------------------
*/
/*
/* Common Styles
/*_______________________________________________________*/
#maincontent form#co-payment-form .checkout-billing-address .address,
#maincontent form.creditcard_form .ccard.payone_creditcard .address {
  margin-top: 29px;
}
#maincontent form#co-payment-form .checkout-billing-address .address .field .control,
#maincontent form.creditcard_form .ccard.payone_creditcard .address .field .control {
  flex: 4;
}
@media screen and (max-width: 768px) {
  #maincontent form#co-payment-form .checkout-billing-address .address .field .control,
  #maincontent form.creditcard_form .ccard.payone_creditcard .address .field .control {
    flex: 2;
  }
}
#maincontent form#co-payment-form .checkout-billing-address .ccard .field .control,
#maincontent form.creditcard_form .ccard.payone_creditcard .ccard .field .control {
  flex: 3;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #maincontent form#co-payment-form .checkout-billing-address .ccard .field .control,
  #maincontent form.creditcard_form .ccard.payone_creditcard .ccard .field .control {
    flex: 2;
  }
}
#maincontent form#co-payment-form .checkout-billing-address .address > .field,
#maincontent form.creditcard_form .ccard.payone_creditcard .address > .field,
#maincontent form#co-payment-form .checkout-billing-address .ccard > .field,
#maincontent form.creditcard_form .ccard.payone_creditcard .ccard > .field {
  margin: 0 0 29px;
}
#maincontent form#co-payment-form .checkout-billing-address .address fieldset.field .control .field,
#maincontent form.creditcard_form .ccard.payone_creditcard .address fieldset.field .control .field,
#maincontent form#co-payment-form .checkout-billing-address .ccard fieldset.field .control .field,
#maincontent form.creditcard_form .ccard.payone_creditcard .ccard fieldset.field .control .field {
  margin: 0;
}
#maincontent form#co-payment-form .checkout-billing-address .address .field,
#maincontent form.creditcard_form .ccard.payone_creditcard .address .field,
#maincontent form#co-payment-form .checkout-billing-address .ccard .field,
#maincontent form.creditcard_form .ccard.payone_creditcard .ccard .field {
  display: flex;
}
#maincontent form#co-payment-form .checkout-billing-address .address .field label,
#maincontent form.creditcard_form .ccard.payone_creditcard .address .field label,
#maincontent form#co-payment-form .checkout-billing-address .ccard .field label,
#maincontent form.creditcard_form .ccard.payone_creditcard .ccard .field label,
#maincontent form#co-payment-form .checkout-billing-address .address .field legend.label,
#maincontent form.creditcard_form .ccard.payone_creditcard .address .field legend.label,
#maincontent form#co-payment-form .checkout-billing-address .ccard .field legend.label,
#maincontent form.creditcard_form .ccard.payone_creditcard .ccard .field legend.label {
  flex: 1;
  padding: 6px 15px 0 0;
  text-align: right !important;
  font-weight: 700 !important;
}
[lang="en"] body.checkout-index-index label[for="checkmo"] {
  width: calc(100% - 40px);
  max-width: calc(100vw - 40px);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
[lang="en"] body.checkout-index-index label[for="checkmo"]:after {
  content: '';
  background-image: url('../images/payment-methods/invoice.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  width: 100px;
  height: 30px;
  right: 20px;
}
[lang="en"] body.checkout-index-index label[for="checkmo"] span {
  display: inline-block !important;
}
/*
/* (Max 768px)
/*_______________________________________________________*/
@media screen and (max-width: 768px) {
  /* In your cart */
  html body.checkout-cart-index #maincontent {
    padding-top: 50px;
  }
  html body.checkout-cart-index #maincontent .cart-container .cart-summary {
    width: 100%;
  }
  html body.checkout-cart-index #maincontent .form.form-cart {
    width: 100%;
  }
  html body.checkout-cart-index #maincontent .item-info .col.item {
    width: 100%;
  }
  html body.checkout-cart-index #maincontent .item-info .col.item .product-item-photo {
    position: static;
    max-width: 120px;
    margin-right: 2rem;
    display: inline-block;
  }
  html body.checkout-cart-index #maincontent .item-info .col.item .product-item-details {
    display: inline-block;
  }
  html body.checkout-cart-index #maincontent .item-info .col.qty,
  html body.checkout-cart-index #maincontent .item-info .col.subtotal,
  html body.checkout-cart-index #maincontent .item-info td:last-of-type {
    width: 33% !important;
    float: left !important;
  }
  html body.checkout-cart-index #maincontent .item-info td:last-of-type {
    margin-top: 30px;
  }
  html body.checkout-cart-index #maincontent .item-info .control.qty {
    text-align: center !important;
  }
  /* Actual checkout */
  body.checkout-index-index {
    /* THE STEPS ON TOP
		 * = = = = = = = = = = = = = = = = = = = */
  }
  body.checkout-index-index .opc-summary-wrapper .action-close {
    margin: 18px 30px;
  }
  body.checkout-index-index .opc-progress-bar-item {
    margin-bottom: 20px;
    text-align: left;
    display: block;
    max-width: 100%;
    width: 100%;
  }
  body.checkout-index-index .opc-progress-bar-item span {
    padding-left: 20px;
  }
  body.checkout-index-index .minicart-wrapper .action.showcart {
    height: 40px;
    width: 55px;
  }
  body.checkout-index-index .minicart-wrapper .action.showcart:after {
    background-color: transparent !important;
  }
  body.checkout-index-index #checkout {
    margin: 20px 0;
  }
  body.checkout-index-index .opc-estimated-wrapper {
    padding: 0;
  }
  body.checkout-index-index .opc-estimated-wrapper .estimated-block {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 1.5rem;
  }
  body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
    width: 100%;
    margin: 0;
    height: 100%;
  }
  body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .counter.qty {
    top: -10px;
    right: -5px;
  }
  body.checkout-index-index .opc-estimated-wrapper .action.showcart {
    width: 100%;
    height: auto;
  }
  body.checkout-index-index .opc-estimated-wrapper .action.showcart:before {
    display: none;
  }
  body.checkout-index-index .opc-estimated-wrapper .action.showcart:after {
    content: "Artikel zeigen";
    position: static;
  }
  body.checkout-index-index .checkout-payment-method .payment-option,
  body.checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0;
  }
  body.checkout-index-index .checkout-payment-method .payment-option-content {
    padding: 0;
  }
  body.checkout-index-index .checkout-payment-method .payment-method-content {
    padding: 0;
  }
  body.checkout-index-index .actions-toolbar-bottom {
    display: block;
  }
}
/*
 * MAX 640PX
 *----------------------------------------------------------*/
/*
/* (Max 1024px)
/*_______________________________________________________*/
/*
|------------------------------------------------------------
| General styles for the blog.
|------------------------------------------------------------
*/
.blog .toolbar {
  border-bottom: 0px;
}
.blog .toolbar .toolbar-amount {
  display: none;
}
.blog .toolbar .limiter {
  display: none;
}
.blog .toolbar select#limiter {
  color: #0076bd;
  border: none;
  background-color: transparent;
  border-radius: none !important;
  display: inline-block;
  border: 1px solid #D6D6D6;
  background-color: #F6F6F6;
  margin: 0 10px;
  padding-left: 5px;
}
.blog .toolbar select#limiter:focus {
  box-shadow: none;
}
.blog .toolbar .pages {
  float: right !important;
}
.blog .toolbar .pages strong,
.blog .toolbar .pages a.page {
  font-weight: 200;
  position: relative;
  line-height: 22px !important;
}
.blog .toolbar .pages a.page {
  text-decoration: underline;
}
.blog .toolbar .pages ul.pages-items {
  margin-left: 10px;
}
.blog .toolbar .pages ul.pages-items li.item {
  display: inline-block;
  border-left: 1px solid #D6D6D6;
  line-height: 22px !important;
  width: 32px;
  text-align: center;
}
.blog .toolbar .pages ul.pages-items li.pages-item-next,
.blog .toolbar .pages ul.pages-items li.pages-item-previous {
  border-left: 0px solid #D6D6D6;
}
.blog .toolbar .pages ul.pages-items li.pages-item-previous + .item {
  border-left: 0px solid #D6D6D6;
}
.blog .toolbar .pages ul.pages-items li.item:first-child {
  border-left: 0px solid #D6D6D6;
}
.blog .toolbar .pages ul.pages-items li.pages-item-next {
  margin-left: -10px;
}
.blog .toolbar .pages .action {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Fira Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 4px 15px;
  font-size: 22px;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px 0;
  line-height: 22px;
  width: 32px;
}
.blog .toolbar .pages .action.next:hover:before,
.blog .toolbar .pages .action.next:visited:before,
.blog .toolbar .pages .action.previous:hover:before,
.blog .toolbar .pages .action.previous:visited:before {
  color: #ffffff;
}
.blog .toolbar .pages .action.next:before,
.blog .toolbar .pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: inherit;
  color: #ffffff;
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  margin: -2px 0 0 -3px;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.blog .toolbar .pages .action.previous:before {
  content: '\f104';
  margin: -2px 0 0 -5px;
}
.blog .toolbar .limiter {
  float: left;
}
.blog .content > p:first-child {
  display: none;
}
.blog .column.main {
  width: 100%;
}
.blog.blog-category-index .display-blocks {
  visibility: hidden;
}
.blog .blog__post-footer {
  display: none;
}
.blog .d-block {
  position: relative;
}
.blog .d-block .event-date {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.blog .d-block .event-date {
  width: 77px;
  height: 73px;
  background-color: #828c4f;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
.blog .d-block .event-date span {
  display: block;
  font-size: 2.2rem;
}
.blog .d-block .event-date span.date-day {
  padding: 3px 0 0 0;
}
.blog .d-block .event-date span:last-of-type {
  font-size: 1.4rem;
}
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
/*
 * ALL STYLING FOR THE SINGLE PRODUCT PAGE
 *----------------------------------------------------------*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
@media screen and (max-width: 1023px) {
  body.catalog-product-view #maincontent .column.main {
    display: flex !important;
    flex-direction: column;
    padding-bottom: 0 !important;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main {
    flex: 0 1 100%;
    width: 100%;
    order: 2 !important;
  }
  body.catalog-product-view #maincontent .column.main .product.media {
    flex: 0 1 100%;
    width: 100%;
    order: 1 !important;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main .usp-bar ul {
    max-width: none;
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body.catalog-product-view #maincontent .column.main .product-info-main .usp-bar ul li {
    border: 0;
    margin-right: 1.5rem;
  }
  body.catalog-product-view #maincontent + .product-info__flex-container {
    flex-direction: column;
    margin-top: 4rem;
  }
  body.catalog-product-view #maincontent + .product-info__flex-container .product.data.items .data.item.title a {
    padding: 2rem !important;
  }
}
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
/*
/* Common Styles
/*_______________________________________________________*/
/* ANSPRECHPARTNER PAGE
 * = = = = = = = = = = = = = = = = = = = */
.main__title {
  margin: 0 0 1rem 0;
  font-size: 40px;
  text-transform: uppercase;
  color: #828c4f;
}
.main__subtitle {
  font-family: 'Fira Sans', sans-serif;
  width: 75%;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000000;
}
.users {
  margin-top: 7.9rem;
  display: flex;
  flex-wrap: wrap;
}
.user-profile {
  width: 48.33%;
  min-width: 427px;
  box-shadow: 0px 0px 0px 1px #f2f4f6;
  background-color: #f2f4f6;
  margin-bottom: 3.33%;
  font-size: 0px;
}
.user-profile__title {
  font-size: 21px;
  text-transform: none;
  color: #828c4f;
  font-weight: 800;
  margin: 1.7rem 0 0 2.2rem;
}
.user-profile__subtitle {
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-transform: none;
  margin: 0.5rem 0 2rem 2.2rem !important;
}
.user-profile__description {
  display: inline-block;
  font-size: 14px;
  margin: 0 1rem 10rem 2.2rem;
}
.user-profile__content {
  display: inline-block;
  width: 58.72%;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  height: 100%;
  position: relative;
}
.user-profile .user-profile__image-container {
  display: inline-flex;
  width: 41.23%;
  background-color: white;
  height: 100%;
  align-items: flex-end;
}
.user-profile .user-profile__image-container img {
  width: 100%;
  height: auto;
}
.user-profile:nth-child(odd) {
  margin-right: 3.33%;
}
.user-profile_user-email-btn {
  height: 47px;
  width: 204px;
}
.user-profile__contact-info {
  position: absolute;
  bottom: 21px;
  font-family: 'Fira Sans', sans-serif;
  margin: 0 0 0 2.2rem;
}
.user-profile__contact-info a {
  text-decoration: none;
}
.user-profile__contact-info a[href^="tel:"] {
  color: #0076bd;
  margin-bottom: 1rem;
  display: inline-block;
}
.user-profile__contact-info a[href^="tel:"]:hover {
  color: #004D7B;
}
.user-profile__contact-info__email {
  font-size: 14px;
  background-color: #0076bd;
  color: white;
  padding: 1rem 2rem;
  border-radius: 2px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.user-profile__contact-info__email:hover {
  background-color: #004D7B;
  color: white;
}
.fa-phone {
  display: inline-block;
}
.cms-home .page-wrapper > .full-width-sections > section {
  padding-top: 0;
}
/*
 *	Tablet styles
 *	768 - 1024px
 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body #maincontent {
    /* HANDLER PAGE
		 * = = = = = = = = = = = = = = = = = = = */
    /* ANSPRECHPARTNER PAGE
		 * = = = = = = = = = = = = = = = = = = = */
  }
  body #maincontent .handlers-container__handler-container {
    flex: 0 1 30%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  body #maincontent .handlers-container__handler-container:nth-child(3n+3) {
    margin-right: 0%;
  }
  body #maincontent .users {
    margin-top: 8.8rem;
  }
  body #maincontent .user-profile:nth-child(odd) {
    margin-right: 2%;
  }
  body #maincontent .user-profile {
    flex-direction: column;
    width: 98%;
    margin-bottom: 2%;
  }
  body #maincontent .user-profile__content {
    width: 70%;
  }
  body #maincontent .user-profile__image-container {
    max-width: 176px;
  }
}
/*
/* Tablet Styles (less than 768px)
/*_______________________________________________________*/
@media screen and (max-width: 630px) {
  html body #maincontent {
    /* ANSPRECHPARTNER PAGE
		 * = = = = = = = = = = = = = = = = = = = */
  }
  html body #maincontent .handlers-container__handler-container {
    flex: 0 1 100%;
    margin-right: 0%;
    margin-bottom: 4.5%;
  }
  html body #maincontent .handlers-container__handler-container:nth-of-type(3n+3) {
    margin-right: 0 !important;
  }
  html body #maincontent .main__title {
    font-size: 32px;
  }
  html body #maincontent .user-profile {
    min-width: unset;
    margin-bottom: 4%;
  }
  html body #maincontent .user-profile__image-container {
    display: none;
  }
  html body #maincontent .user-profile__content {
    width: 100% !important;
  }
}
/*
 * ALL STYLES FOR THE LOGIN PAGE.
 *----------------------------------------------------------*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
/*
 * ALL STYLES FOR THE REGISTER PAGE
 *----------------------------------------------------------*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
/*
 * ALL GENERAL STYLING FOR THE ACCOUNT BACKEND PAGES
 *----------------------------------------------------------*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
@media screen and (max-width: 1058px) and (min-width: 769px) {
  .account #my-orders-table > thead > tr > th.col.shipping {
    min-width: 88px;
  }
  .account td[data-th="Aktionen"] > a {
    background-color: white !important;
    text-decoration: underline;
    color: #0076bd !important;
    padding: 0 1rem 0 0 !important;
    border: none !important;
  }
  .account td[data-th="Aktionen"] > a:hover {
    color: #005689 !important;
    text-decoration: underline !important;
  }
}
@media screen and (max-width: 822px) and (min-width: 769px) {
  .customer-account-index .action.change-password {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1137px) and (min-width: 1059px) {
  .account .table-order-items .col.actions .order {
    margin-top: 10px !important;
  }
}
/* ======================================================= */
/* Fix for items jumping when reloading on account pages. */
/* ===================================================== */
@media screen and (min-width: 1040px) {
  .account .page-wrapper {
    padding-top: 153px !important;
  }
}
@media screen and (min-width: 1617px) {
  .account .page-wrapper {
    padding-top: 143px !important;
  }
}
/*
 * STYLING FOR THE ORDER PAGE
 *----------------------------------------------------------*/
/*
/* Common Styles
/*_______________________________________________________*/
@media screen and (max-width: 639px) {
  .sales-order-view .table-order-items tbody {
    border: none !important;
  }
  .sales-order-view .table-order-items tbody tr[id^="order-item-row-"] td {
    padding: 0 !important;
  }
  .sales-order-view .table-order-items thead {
    border: none !important;
  }
  .sales-order-view tfoot {
    border: solid 1px #0F4B52;
  }
  .sales-order-view tfoot tr {
    padding: 0.5rem 0;
  }
  .sales-order-view tfoot tr:not(:last-child) {
    border-bottom: solid 1px #0F4B52;
  }
  .sales-order-view #my-orders-table > tfoot > tr th {
    background-color: white;
    color: black;
    border: none;
    padding: 0 10px;
  }
  .sales-order-view #my-orders-table > tfoot > tr .mark {
    width: 70%;
  }
  .sales-order-view #my-orders-table > tfoot > tr .amount {
    width: 30%;
    text-align: end;
  }
  .sales-order-view #my-orders-table > tfoot > tr td {
    background-color: white;
    color: black;
    border: none;
    padding: 0 10px;
  }
  .sales-order-view #my-orders-table > tfoot > tr [colspan="3"] {
    display: none;
  }
}
/* Changes the buttons on the order page GEFA-186 */
@media screen and (min-width: 1059px) {
  .account.sales-order-history tbody tr [data-th="Aktionen"].actions a {
    margin-right: 5px;
  }
  .account.sales-order-history tbody tr [data-th="Aktionen"].actions a:last-child {
    margin-right: 0px;
  }
  .account.sales-order-history tbody tr [data-th="Aktionen"].actions .action[href*="pdfPrint"],
  .account.sales-order-history tbody tr [data-th="Aktionen"].actions .action[href*="sales/order/view/order"] {
    background-color: #f2f4f6 !important;
    border-color: #f2f4f6 !important;
    color: black !important;
  }
  .account.sales-order-history tbody tr [data-th="Aktionen"].actions .action[href*="pdfPrint"]:hover,
  .account.sales-order-history tbody tr [data-th="Aktionen"].actions .action[href*="sales/order/view/order"]:hover {
    filter: brightness(90%);
  }
  .account.sales-order-history tbody tr [data-th="Aktionen"].actions .action[href*="pdfPrint"] .action.order,
  .account.sales-order-history tbody tr [data-th="Aktionen"].actions .action[href*="sales/order/view/order"] .action.order {
    margin-right: 5px;
  }
}
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/* Adds margin-top to view order on very specific screen sizes */
@media screen and (min-width: 1059px) and (max-width: 1247px) {
  .account.sales-order-history tbody tr [data-th="Aktionen"].actions a:last-child {
    margin-top: 5px !important;
  }
}
.order-details-items .order-items #my-orders-table .col.price {
  padding-left: 35px;
  text-align: left;
}
.order-details-items .order-items #my-orders-table [data-th=Preis] {
  padding-left: 35px;
  text-align: left;
}
.order-details-items .order-items #my-orders-table tfoot .amount {
  padding-left: 35px;
  text-align: left;
}
@media screen and (max-width: 641px) {
  .order-details-items .order-items #my-orders-table tfoot .amount {
    text-align: right;
  }
}
/*
 * ALL STYLING FOR THE WISHLIST
 *----------------------------------------------------------*/
/*
/* Common Styles
/*_______________________________________________________*/
@media screen and (max-width: 1024px) {
  body.wishlist-index-index .product-items .product-item {
    flex: 0 1 48%;
    margin-right: 4%;
    width: auto;
  }
  body.wishlist-index-index .product-items .product-item:nth-child(3n+3) {
    margin-right: 4%;
  }
  body.wishlist-index-index .product-items .product-item:nth-child(2n+2) {
    margin-right: 0% !important;
  }
}
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
/*
 * ALL STYLING FOR THE ADDRESSES.
 *----------------------------------------------------------*/
/*
/* Common Styles
/*_______________________________________________________*/
@media screen and (max-width: 768px) {
  .block-addresses-default .box-address-billing .box-actions {
    margin-bottom: 30px;
  }
}
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
/*
/* Mobile & Tablet Styles (max 640px)
/*_______________________________________________________*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
/*
 * ALL STYLING FOR THE NEWSLETTER PAGE
 *----------------------------------------------------------*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
/*
 * All styles for the homepage of "My Account" part.
 *----------------------------------------------------------*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Tablet/Desktop styles (max 1024px)
/*_______________________________________________________*/
/*
/* Mobile/Tablet styles (max 768px)
/*_______________________________________________________*/
/*
/* Mobile styles (max 640px)
/*_______________________________________________________*/
#maincontent .display-blocks {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 36px;
}
@media only screen and (min-width: 478px) {
  #maincontent .display-blocks {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  #maincontent .display-blocks {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#maincontent .d-block {
  width: 100% !important;
  margin: 0;
  grid-column: span 1;
  overflow: hidden;
}
body:not(.blog) #maincontent .display-blocks .d-block {
  box-sizing: border-box;
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 372px;
  max-height: 372px;
}
body:not(.blog) #maincontent .display-blocks .d-block .d-link {
  height: 100%;
  width: 100%;
  display: block;
}
body:not(.blog) #maincontent .display-blocks .d-block .image {
  padding: 0;
  height: 100%;
  width: 100%;
}
body:not(.blog) #maincontent .display-blocks .d-block .title-container {
  box-sizing: border-box;
  background-color: rgba(15, 75, 82, 0.8);
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 1.6rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 16px;
  transition: max-height 0.5s;
  max-height: 17%;
}
body:not(.blog) #maincontent .display-blocks .d-block .title-container p {
  margin-top: 2rem;
  color: white;
  transition: opacity .5s;
  opacity: 0;
  font-weight: 300;
}
body:not(.blog) #maincontent .display-blocks .d-block .d-title {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 2rem;
}
body:not(.blog) #maincontent .display-blocks .d-block:hover .title-container {
  max-height: 100%;
  height: auto;
}
body:not(.blog) #maincontent .display-blocks .d-block:hover .title-container p {
  opacity: 1;
}
/*
|------------------------------------------------------------
| All styles for the related carousel
|------------------------------------------------------------
*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile Styles (max 640px)
/*_______________________________________________________*/
@media screen and (max-width: 1023px) {
  html body .block.related {
    margin: 0 auto 0 0;
    margin-left: 0 !important;
    max-width: 500px;
    flex: 0 1 70%;
    width: 100%;
  }
  html body .block.related .product-item-actions .small-price .price-box {
    margin-right: 0;
  }
}
/*
/* Desktop Styles (more than 1024px)
/*_______________________________________________________*/
/*
|------------------------------------------------------------
| All styles for the upsell carousel
|------------------------------------------------------------
*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Tablet Styles (everything up to 768px)
/*_______________________________________________________*/
/*
/* Mobile Styles (less than 640px)
/*_______________________________________________________*/
/*
|------------------------------------------------------------
| All styles for the featured products grid
|------------------------------------------------------------
*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile Styles (everything from 320px & max 640px)
/*_______________________________________________________*/
/*
/* Tablet styles (max of 1024px)
/*_______________________________________________________*/
/*
|------------------------------------------------------------
| All styles for the crosssell carousel
|------------------------------------------------------------
*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile Styles (max 640px)
/*_______________________________________________________*/
/*
/* Desktop Styles (more than 1024px)
/*_______________________________________________________*/
/*
|------------------------------------------------------------
| Standard carousel styling.
|------------------------------------------------------------
*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile & Tablet Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/*
/* Desktop Styles (more than 768px)
/*_______________________________________________________*/
#maincontent form div.field:not(.choice) label,
#maincontent form div.field:not(.choice) .label,
#maincontent form div.field:not(.choice) div.control {
  width: 100%;
  text-align: left !important;
  float: none !important;
}
#maincontent form div.field {
  text-align: left !important;
  margin: 0 0 9px;
}
#maincontent form div.field.choice:before,
#maincontent form div.field.fieldset > .field.no-label:before {
  padding: 0 !important;
  width: 0 !important;
}
#maincontent form .fieldset .legend {
  margin-left: 0 !important;
}
#maincontent form .actions-toolbar {
  margin-left: 0 !important;
  margin-bottom: 12px;
}
form .control .nested {
  margin-top: 10px;
}
/*
|------------------------------------------------------------
| All styles for the footer
|------------------------------------------------------------
*/
/*
/* Common Styles
/*_______________________________________________________*/
/*
/* Mobile Styles (everything from 320px & max 768px)
/*_______________________________________________________*/
/*
/* Tablet Styles (more than 768px)
/*_______________________________________________________*/
@media (min-width: 640px) and (max-width: 768px) {
  body .page-products .products-grid .product-item {
    width: 50% !important;
  }
}
.post {
  cursor: pointer;
}
.post .meta {
  float: left;
}
.post:first-of-type {
  height: auto;
}
.post:first-of-type .meta {
  float: none;
}
@media (max-width: 1024px) {
  html body .page-wrapper .blog-posts-container .col {
    margin-bottom: 30px;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  html body .page-wrapper .blog-posts-container .col .image {
    margin: 0 auto;
  }
  html body .page-wrapper .blog-posts-container .post-wrapper .post:first-of-type .details {
    height: auto;
  }
  html body .page-wrapper .blog-posts-container .col.downloads .post-wrapper .post:first-of-type .details {
    padding-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .blog-posts-container .col .post-link h3 {
    margin-top: 5px;
  }
  html body .page-wrapper .blog-posts-container .col {
    margin-bottom: 30px;
    width: 100%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  body .blog-posts-container .col .post-wrapper .post:first-of-type .details {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  /* single blog page  */
  .blog-post-view .page-wrapper {
    padding-top: 165px;
  }
}
@media (max-width: 480px) {
  html body .product-grid .main-container {
    height: 1450px;
    max-width: 100%;
  }
  html body .product-grid .main-container .grid-column {
    width: 100%;
    margin-bottom: 15px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  html body .product-grid .main-container .grid-column .tile {
    max-width: none;
  }
}
/*
Mobile
*/
body:not([class*="checkout"]) .page-wrapper {
  position: relative !important;
  z-index: 1;
}
body:not([class*="checkout"]) .modals-wrapper {
  position: relative !important;
  z-index: 10;
}
body:not([class*="checkout"]) .modals-wrapper .modals-overlay {
  z-index: 19 !important;
}
.modal-popup.amgdprcookie-modal-container._show {
  transform: initial;
  z-index: 20 !important;
  position: relative !important;
  overflow: visible !important;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap {
  transform: initial;
  z-index: 20 !important;
  position: static;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-groups-container,
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-policy-container {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-policy-container {
  background-color: white;
  bottom: 0;
  max-width: 1200px;
  width: 100%;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-policy-container .amgdprcookie-buttons-block {
  justify-content: flex-end;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-policy-container .amgdprcookie-buttons-block .amgdprcookie-button {
  background-color: #1979c3;
  color: white;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-policy-container .amgdprcookie-buttons-block .amgdprcookie-button + .amgdprcookie-button {
  margin-left: 2rem;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-groups-container {
  background-color: white;
  max-width: 800px;
  top: 4rem !important;
  max-height: 654px;
  padding: 4rem;
  opacity: 0;
  transition: all 120ms;
  width: 90%;
  z-index: 20;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  overflow: auto;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-groups-container.active {
  opacity: 1;
  pointer-events: all;
  height: calc(90%) !important;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-groups-container .amgdprcookie-cookie-container {
  margin: 0;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-groups-container .amgdprcookie-cookie-container .amgdprcookie-header {
  padding: 0;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-groups-container .amgdprcookie-cookie-container .amgdprcookie-text {
  padding: 0;
}
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap .amgdprcookie-groups-container .amgdprcookie-button {
  width: 100%;
  padding: 1.5rem 0 !important;
}
.modal-popup.amgdprcookie-modal-container._show .modals-overlay {
  z-index: 20 !important;
}
@media screen and (max-width: 438px) {
  .amgdprcookie-policy-container .amgdprcookie-buttons-block {
    flex-direction: column;
  }
  .amgdprcookie-policy-container .amgdprcookie-buttons-block button {
    margin-left: 0;
  }
  .amgdprcookie-policy-container .amgdprcookie-buttons-block #btn-cookie-settings {
    margin-left: 0;
  }
  .amgdprcookie-policy-container .amgdprcookie-buttons-block button + button {
    margin-top: 1rem;
  }
}
/**
* Default mobile styling
*----------------------------------------------------------*/
.widget.steps {
  max-width: 864px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.widget.steps + .widget.steps {
  margin-top: 32px;
}
.widget.steps .section-title {
  flex-basis: 100%;
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}
.steps__step {
  flex-basis: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.steps__step img {
  display: block;
  margin: 0 auto;
}
.steps__step img + .steps__step--content {
  margin-top: 16px;
}
.steps__step .steps__step--content {
  padding: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
.steps__step ol {
  margin: 0;
  padding-left: 16px;
  padding-bottom: 16px;
}
.steps__step ol li {
  line-height: 28px;
  margin: 0;
}
.steps__step + .steps__step {
  margin-top: 32px;
}
/**
* Tablet styling
*----------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .steps__step {
    flex-basis: calc((100% / 2) - 30px / 2);
  }
  .steps__step + .steps__step {
    margin-top: 0;
    margin-left: 30px;
  }
}
/**
* Desktop styling
*----------------------------------------------------------*/
/**
* Default mobile styling
*----------------------------------------------------------*/
.column.main {
  max-width: 100%;
}
.product-tiles {
  padding-top: 72px;
  padding-bottom: 72px;
  width: 100%;
}
.product-tiles.gray-background {
  position: relative;
}
.product-tiles.gray-background:after {
  content: '';
  background-color: #F6F6F6;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: calc(100vw - (var(--vw, 1vw)));
}
.product-tiles .section-title {
  margin-top: 0;
  margin-bottom: 48px;
  text-align: center;
  font-size: 18px;
  color: #2F2F2F;
}
.product-tiles__wrapper {
  display: flex;
  overflow: auto;
}
.product-tiles__wrapper + .button-wrapper {
  margin-top: 32px;
}
.product-tiles .button-wrapper {
  text-align: center;
}
.product-tiles__product {
  background-color: white;
  box-sizing: border-box;
  border: solid 1px #E9E9E9;
  padding: 16px;
  min-width: 220px;
  max-width: 290px;
  flex-basis: calc(0%);
  flex-grow: 1;
}
.product-tiles__product + .product-tiles__product {
  margin-left: 25px;
}
.product-tiles__product .product__image {
  box-sizing: border-box;
  height: 184px;
  width: 142px;
  margin: 0 auto;
}
.product-tiles__product .product__image img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: contain;
}
.product-tiles__product .product__image + .product__title {
  display: inline-block;
  margin-top: 16px;
}
.product-tiles__product .product__title {
  font-size: 1.8rem;
  color: #2F2F2F;
}
.product-tiles__product .product__title + .product__content {
  margin-top: 8px;
}
.product-tiles__product .product__content {
  font-size: 16px;
  color: #333333;
}
/**
* Tablet styling
*----------------------------------------------------------*/
/**
* Desktop styling
*----------------------------------------------------------*/
/**
* Default mobile styling
*----------------------------------------------------------*/
div.widget.image-content {
  max-width: 1100px;
  margin: 0 auto;
}
div.widget.image-content .image-content__wrapper {
  display: flex;
  flex-wrap: wrap;
}
div.widget.image-content .image-content__wrapper figure {
  max-height: 200px;
  flex-basis: 100%;
  margin: 0 auto;
}
div.widget.image-content .image-content__wrapper figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
div.widget.image-content .image-content__wrapper figure.full-height {
  max-height: none;
}
div.widget.image-content .image-content__wrapper > div {
  flex-basis: 100%;
}
div.widget.image-content .image-content__wrapper > div h2 {
  font-size: 34px;
}
div.widget.image-content .image-content__wrapper > div .bold-intro {
  margin-bottom: 32px;
}
div.widget.image-content .image-content__wrapper > div .bold-intro strong {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 26px;
}
div.widget.image-content .image-content__wrapper > div h3 + ul {
  margin-top: 16px;
}
div.widget.image-content .image-content__wrapper > div ul {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 0;
}
div.widget.image-content .image-content__wrapper > div ul + a.button {
  margin-top: 32px;
}
div.widget.image-content .image-content__wrapper > div a.button {
  width: 100%;
}
div.widget.image-content + div.widget.image-content {
  margin-top: 100px;
}
div.widget.image-content.gray-background {
  background-color: #F6F6F6;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
div.widget.image-content.gray-background:after {
  content: '';
  background-color: #F6F6F6;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: calc(100vw - (var(--vw, 1vw)));
}
.blog-post-view .blog__author__short {
  display: none;
}
/**
* Tablet styling
*----------------------------------------------------------*/
@media screen and (min-width: 768px) {
  div.widget.image-content .image-content__wrapper figure {
    flex-basis: calc(45.46% - 20px);
    max-height: initial;
  }
  div.widget.image-content .image-content__wrapper > div a.button,
  div.widget.image-content .image-content__wrapper .content a.button {
    width: initial;
  }
}
/**
* Desktop styling
*----------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  div.widget.image-content {
    max-width: 1100px;
    margin: 0 auto;
  }
  div.widget.image-content .image-content__wrapper > div,
  div.widget.image-content .image-content__wrapper .content {
    flex-basis: calc(54.54% - 20px);
    margin-left: 40px;
  }
  div.widget.image-content.right .image-content__wrapper figure {
    order: 2;
    margin-left: 40px;
  }
  div.widget.image-content.right .image-content__wrapper > div {
    order: 1;
    margin-left: 0;
  }
  div.widget.image-content.gray-background {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  div.widget.image-content.gray-background figure {
    box-sizing: border-box;
    height: 266px;
    width: 608px;
  }
  div.widget.image-content.gray-background figure img {
    object-fit: contain;
  }
}
/**
* Default mobile styling
*----------------------------------------------------------*/
.widget.quicknav {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.widget.quicknav:after {
  content: '';
  background-color: #F6F6F6;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: calc(100vw - (var(--vw, 1vw)));
}
.widget.quicknav strong {
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
}
.widget.quicknav nav ul {
  list-style: disc;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.widget.quicknav nav ul li::marker {
  color: #0076BD;
}
.widget.quicknav nav ul li {
  margin-bottom: 0;
  flex-basis: 100%;
}
.widget.quicknav nav ul li a {
  font-size: 16px;
  color: #0076BD;
  line-height: 40px;
}
/**
* Desktop styling
*----------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .widget.quicknav {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
  }
  .widget.quicknav nav ul {
    flex-direction: column;
    display: inline-flex;
    justify-content: flex-start;
    max-height: 140px;
  }
  .widget.quicknav nav ul li {
    flex-basis: 25%;
    margin-right: 150px;
  }
}
/**
* Default mobile styling
*----------------------------------------------------------*/
.widget.contact {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.widget.contact figure {
  height: 210px;
  width: 210px;
  margin-right: 16px;
  min-width: 210px;
  background-color: white;
  margin-bottom: 10px;
}
.widget.contact figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.widget.contact h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: #818C4E;
  line-height: 27px;
}
.widget.contact strong {
  font-size: 12px;
  color: #333333;
  display: block;
  margin-bottom: 24px;
}
.widget.contact p {
  line-height: 21px;
}
.widget.contact p + a {
  margin-top: 24px;
}
.widget.contact a {
  display: inline-block;
}
.widget.contact a:not(.button) {
  font-size: 16px;
  color: #0076BD;
  font-weight: 600;
  margin-bottom: 8px;
}
.widget.contact .button {
  width: 100%;
  text-align: center;
}
/**
* Tablet styling
*----------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .widget.contact {
    flex-direction: row;
  }
  .widget.contact figure {
    height: 336px;
    margin-bottom: 0;
  }
  .widget.contact figure img {
    object-fit: cover;
  }
}
/**
* Desktop styling
*----------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .widget.contact {
    max-width: 520px;
  }
}
/**
* Default mobile styling
*----------------------------------------------------------*/
.tiles {
  margin-top: 48px;
}
.tiles__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(230px, auto);
}
.tiles__wrapper .button-wrapper {
  text-align: center;
}
.tiles__wrapper + .button-wrapper {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
.tiles__tile {
  display: block;
  overflow: hidden;
  position: relative;
  max-height: 230px;
}
.tiles__tile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.tiles__tile--content {
  position: absolute;
  color: white;
  z-index: 2;
  bottom: 0;
  background-color: rgba(15, 75, 82, 0.8);
  padding: 10px;
  width: 100%;
  height: 56px;
  max-height: 150px;
  transition: height .5s;
  box-sizing: border-box;
  padding-left: 32px;
  padding-top: 16px;
}
.tiles__tile--content span {
  font-family: 'Fira Sans Condensed';
  font-size: 22px;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.tiles__tile--content div {
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity .3s;
  transition-timing-function: ease-in;
}
.tiles a.tiles__tile:hover .tiles__tile--content {
  height: 75%;
}
.tiles a.tiles__tile:hover .tiles__tile--content div {
  opacity: 1;
}
/**
* Tablet styling
*----------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .tiles__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
/**
* Desktop styling
*----------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .tiles__wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .tiles__tile {
    max-height: unset;
    /* 
            |x|x| | |
            |x|x| | |
            | | | | |
            | | | | |
            | | | | |
            */
    /* 
            | | |x| |
            | | | | |
            | | | | |
            | | | | |
            | | | | |
            */
    /* 
            | | | |x|
            | | | | |
            | | | | |
            | | | | |
            | | | | |
            */
    /* 
            | | | | |
            | | |x| |
            | | | | |
            | | | | |
            | | | | |
            */
    /* 
            | | | | |
            | | | |x|
            | | | | |
            | | | | |
            | | | | |
            */
    /* 
            | | | | |
            | | | | |
            |x|x| | |
            | | | | |
            | | | | |
            */
    /* 
            | | | | |
            | | | | |
            | | |x|x|
            | | | | |
            | | | | |
            */
    /* 
            | | | | |
            | | | | |
            | | | | |
            |x| | | |
            | | | | |
            */
    /* 
            | | | | |
            | | | | |
            | | | | |
            | |x| | |
            | | | | |
            */
    /* 
            | | | | |
            | | | | |
            | | | | |
            | | | | |
            |x| | | |
            */
    /* 
            | | | | |
            | | | | |
            | | | | |
            | | | | |
            | |x| | |
            */
    /* 
            | | | | |
            | | | | |
            | | | | |
            | | |x|x|
            | | |x|x|
            */
  }
  .tiles__tile:nth-child(2),
  .tiles__tile:nth-child(3),
  .tiles__tile:nth-child(4),
  .tiles__tile:nth-child(5),
  .tiles__tile:nth-child(8),
  .tiles__tile:nth-child(9),
  .tiles__tile:nth-child(10),
  .tiles__tile:nth-child(11) {
    max-height: 230px;
  }
  .tiles__tile:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
  .tiles__tile:nth-child(2) {
    grid-row: 1;
    grid-column: 3;
  }
  .tiles__tile:nth-child(3) {
    grid-row: 1;
    grid-column: 4;
  }
  .tiles__tile:nth-child(4) {
    grid-row: 2;
    grid-column: 3;
  }
  .tiles__tile:nth-child(5) {
    grid-row: 2;
    grid-column: 4;
  }
  .tiles__tile:nth-child(6) {
    grid-row: 3;
    grid-column: 1 / span 2;
    max-height: 305px;
  }
  .tiles__tile:nth-child(7) {
    grid-row: 3;
    grid-column: 3 / span 2;
    max-height: 305px;
  }
  .tiles__tile:nth-child(8) {
    grid-row: 4;
    grid-column: 1;
  }
  .tiles__tile:nth-child(9) {
    grid-row: 4;
    grid-column: 2;
  }
  .tiles__tile:nth-child(10) {
    grid-row: 5;
    grid-column: 1;
    max-height: 230px;
  }
  .tiles__tile:nth-child(11) {
    grid-row: 5;
    grid-column: 2;
    max-height: 230px;
  }
  .tiles__tile:nth-child(12) {
    grid-column: 3 / span 2;
    grid-row: 4 / span 2;
    max-height: 460px;
  }
  .tiles__tile--content {
    position: absolute;
    color: white;
    z-index: 2;
    bottom: 0;
    background-color: rgba(15, 75, 82, 0.8);
    width: 100%;
    transition: height .5s;
  }
  .tiles__tile--content span {
    font-family: 'Fira Sans Condensed';
  }
  .tiles__tile--content span + div {
    margin-top: 20px;
  }
  .tiles__tile--content div {
    font-weight: 300;
  }
}
.widget.visual {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 600px;
  margin-top: -10px;
}
.widget.visual .slide-wrapper {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  min-height: 600px;
}
.widget.visual .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.widget.visual .slide.active {
  opacity: 1;
  pointer-events: auto;
}
.widget.visual .slide__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.widget.visual .slide__background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.widget.visual .slide__content {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.widget.visual .slide__content--wrapper {
  max-width: 640px;
  width: 90%;
  padding: 20px 15px;
  position: relative;
}
.widget.visual .slide__content--wrapper:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 100vw;
  top: 0;
  height: 100%;
  background-color: rgba(15, 75, 82, 0.85);
  pointer-events: none;
}
.widget.visual .slide__controls {
  position: absolute;
  top: -65px;
  right: 0;
  display: flex;
}
.widget.visual .slide__controls button {
  width: 50px;
  height: 50px;
  background: rgba(15, 75, 82, 0.85);
  font-size: 2.1rem;
  border: 0;
}
.widget.visual .slide__controls button + button {
  margin-left: 10px;
}
.widget.visual .slide__text {
  position: relative;
  color: #FFF;
}
.widget.visual .slide__text h3 {
  font-size: 21px;
  line-height: 30px;
}
.widget.visual .slide__text p {
  font-size: 12px;
  line-height: 20px;
}
.widget.visual .slide__text .button {
  display: inline-block;
  white-space: nowrap;
  margin-right: 100%;
}
.widget.visual .slide__text .button + .button {
  margin-top: 10px;
}
.widget.visual .slide__text .button:after {
  content: '\f054';
  font-size: 14px;
  font-family: 'Font Awesome\ 5 Free';
  color: inherit;
  font-weight: 900;
  margin-left: 10px;
}
.widget.visual .slide__title {
  font-size: 2.5rem;
  font-family: 'Fira Sans Condensed';
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
  display: block;
  margin: 0 0 22px;
  padding-bottom: 5px;
}
.widget.visual .employee,
.widget.visual .usps {
  display: none;
}
/*
/* mobile Styling (<480px)
/*_______________________________________________________*/
/*
/* Tablet Styling (>768px)
/*_______________________________________________________*/
/*
/* Desktop Styling (>1024px)
/*_______________________________________________________*/
/*
/* Large Desktop Styling (>1440px)
/*_______________________________________________________*/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@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;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .block-addresses-list .items.addresses > .item:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-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,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .breadcrumbs {
    margin-top: 4rem;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .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: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    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: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @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;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .navigation .blog-mx.level0:last-child {
    float: right;
  }
  .mollie-product-page-apple-pay-button {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 769px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .products-grid .product-item {
    width: 50%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\f009';
    font-family: 'Font Awesome\ 5 Free';
    vertical-align: middle;
    display: inline-block;
    font-weight: 900;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\f00b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .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: 55%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .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 {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .block.newsletter {
    width: 419px;
  }
  html,
  body {
    height: 100%;
  }
  .ie9 body {
    background-color: #ffffff;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #7e807e;
  }
  .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;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    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%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .page-footer {
    margin-top: auto;
    padding-bottom: 25px;
    padding: 65px 0;
  }
  .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-top {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .absolute-footer img {
    max-width: 100%;
  }
  .absolute-footer {
    text-align: center;
    padding-top: 12px;
  }
  .absolute-footer p {
    margin: 0;
    display: inline-block;
  }
  .absolute-footer hr {
    margin: 5px 0 10px;
  }
  .absolute-footer .inline-menu {
    margin-left: 20px;
  }
  .footer.content {
    border-top: none;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .footer.content .block.contact-info {
    max-width: 390px;
    padding-left: 253px;
  }
  .footer.content .block.contact-info:before {
    content: " ";
    position: absolute;
    display: block;
    left: -39px;
    bottom: 0;
    width: 231px;
    height: 257px;
    background-image: url("../images/gefa-footer-img.png");
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  .footer.content .block.contact-info p a:not(.link-phone) {
    text-decoration: underline;
  }
  .footer.content a {
    color: #ffffff;
  }
  .footer.content .block {
    margin: 0;
  }
  .footer.content .block .title {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .menu > a {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .footer.content .menu > a .fa {
    margin-left: 8px;
  }
  .footer.content .links {
    display: block;
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 100%;
  }
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    text-align: center;
  }
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar .primary {
    float: none;
  }
  .hide-tablet {
    display: none;
  }
  .homepage-quote blockquote {
    font-size: 2.1rem !important;
  }
  #visual {
    padding-bottom: 86px !important;
  }
  #visual .visual-content {
    display: block !important;
  }
  #visual .more-link.no-description {
    font-size: 13px;
    margin-top: 5px !important;
  }
  #visual .usp-bar {
    display: block;
  }
  #visual .hallmark-logos {
    bottom: 58px;
  }
  #visual .more-link {
    font-size: 13px;
    float: right;
    margin-left: 15px;
  }
  #visual .more-link + .category-description {
    margin-right: 125px;
  }
  .catalog-product-view #visual,
  .customer-account-login #visual,
  .account #visual {
    min-height: 45px !important;
  }
  body.checkout-index-index .modal-inner-wrap #shipping-new-address-form .field.street > .label {
    float: left !important;
    text-align: right;
  }
  body.checkout-index-index .modal-inner-wrap #shipping-new-address-form .field.street > .control {
    width: 74.2% !important;
    float: left !important;
  }
  .page-products .product-item-actions {
    display: flex;
  }
  .page-products .product-item-actions .actions-secondary {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .page-products .product-item-actions .actions-secondary .small-price {
    order: 1;
  }
  .page-products .product-item-actions .actions-secondary .towishlist {
    order: 2;
    margin: 10px;
  }
  .block.icon-blocks .ib-block {
    width: 17.5%;
    margin-right: 2.9166666666666665% !important;
  }
  .block.icon-blocks .ib-block:last-child {
    margin-right: 0 !important;
  }
  .display-blocks .d-block {
    width: 31% !important;
    margin-right: 3% !important;
  }
  .display-blocks .d-block:nth-child(3n+3) {
    margin-right: 0 !important;
  }
  div[data-content-type="row"] {
    padding-bottom: 50px;
  }
  div[data-content-type="row"] + div[data-content-type="row"] {
    padding-top: 50px;
  }
  div[data-content-type="row"] div[desktop_width="50"] {
    width: calc(50% - 16px);
    float: left;
  }
  div[data-content-type="row"] div[desktop_width="50"] + div[desktop_width="50"] {
    margin-left: 32px;
  }
  div[data-content-type="row"] div.pagebuilder-column:first-child:last-child > div[data-content-type="video"],
  div[data-content-type="row"] div.pagebuilder-column:first-child:last-child > figure[data-content-type="image"] {
    display: flex;
    justify-content: center;
  }
  div[data-content-type="row"] div.pagebuilder-column:first-child:last-child > div[data-content-type="video"] img,
  div[data-content-type="row"] div.pagebuilder-column:first-child:last-child > figure[data-content-type="image"] img,
  div[data-content-type="row"] div.pagebuilder-column:first-child:last-child > div[data-content-type="video"] .pagebuilder-video-inner,
  div[data-content-type="row"] div.pagebuilder-column:first-child:last-child > figure[data-content-type="image"] .pagebuilder-video-inner {
    flex: 0 1 900px;
  }
  div[data-content-type="row"] .pagebuilder-column-line {
    display: flex;
    align-items: center;
  }
  div[data-content-type="row"] .pagebuilder-column {
    justify-content: center !important;
  }
  div[data-content-type="row"] .pagebuilder-column.center-content > * {
    display: flex;
    justify-content: center;
  }
  div[data-content-type="row"] .pagebuilder-column:first-child:not(:last-child) {
    padding-right: 16px;
  }
  div[data-content-type="row"] .pagebuilder-column:not(:first-child):not(:last-child) {
    padding-left: 8px;
    padding-right: 8px;
  }
  div[data-content-type="row"] .pagebuilder-column:last-child:not(:first-child) {
    padding-left: 16px;
  }
  .top-button {
    height: 50px;
    width: 50px;
  }
  .top-button .caret-up:before {
    font-size: 2.2rem;
  }
  div[data-content-type="row"] .product-items {
    overflow-x: inherit;
    flex-wrap: wrap;
  }
  div[data-content-type="row"] .products-grid .product-item {
    width: calc((100% - 32px) / 3) !important;
  }
  div[data-content-type="row"] .widget-product-carousel {
    width: calc(100% - 100px);
    margin-left: 50px !important;
  }
  div[data-content-type="row"] .widget-product-carousel .slick-slide {
    padding: 8px;
  }
  div[data-content-type="row"] .widget-product-carousel .slick-slide > div {
    height: 100%;
  }
  div[data-content-type="row"] .widget-product-carousel .slick-slide .product-item {
    height: 100%;
  }
  div[data-content-type="row"] .slick-prev {
    left: -60px;
  }
  div[data-content-type="row"] .slick-next {
    right: -60px;
  }
  div[data-content-type="row"] .slick-arrow {
    background: transparent;
    background-color: transparent;
  }
  div[data-content-type="row"] .slick-arrow:before {
    font-size: 28px;
  }
  div[data-content-type="row"] .pagebuilder-banner-wrapper[class*="background-image"] .pagebuilder-poster-overlay {
    padding: 64px;
  }
  div[data-content-type="row"] div[show_strikethrough="true"] .pagebuilder-poster-content:before {
    border-right: 250px solid #354c54;
    right: calc(100% + 32px);
  }
  div[data-content-type="row"] div[show_strikethrough="true"] .pagebuilder-poster-content:after {
    border-left: 250px solid #354c54;
    left: calc(100% + 32px);
  }
  div[data-content-type="row"] ul.slidewrap {
    margin-top: 32px;
  }
  div[data-content-type="row"] ul.slidewrap[make_carousel_article="1"] {
    width: calc(100% - 100px);
    margin-left: 50px;
  }
  div[data-content-type="row"] ul.slidewrap[make_carousel_article="1"] .slick-slide {
    padding: 0 16px;
  }
  div[data-content-type="row"] ul[data-content-type="hero"] img[data-element="bg_mob_image"] {
    display: none;
  }
  div[data-content-type="row"] ul[data-content-type="hero"] .hero-main-content-wraper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  div[data-content-type="row"] ul[data-content-type="hero"] .hero-main-content-wraper div[data-element="content"] {
    width: calc(50% - 96px);
    padding: 32px 32px 32px 64px !important;
    margin: 32px 0 64px !important;
    color: #FFF;
    background: linear-gradient(90deg, rgba(53, 76, 80, 0.9) 70%, rgba(53, 76, 80, 0.85) 75%, rgba(53, 76, 80, 0.8) 80%, rgba(53, 76, 80, 0.75) 85%, rgba(53, 76, 80, 0.7) 90%, rgba(53, 76, 80, 0.5) 95%, rgba(0, 0, 0, 0) 100%);
  }
  div[data-content-type="row"] ul[data-content-type="hero"] .hero-usps {
    padding: 16px 48px;
    gap: 32px;
    margin: 0 32px;
    transform: translateY(-50%);
    background-color: #FFF;
    box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.2);
  }
  div[data-content-type="row"] div[data-content-type="cta"] .cta-support {
    flex: 0 1 65%;
    align-items: center;
    padding-right: 32px;
  }
  div[data-content-type="row"] div[data-content-type="cta"] .cta-support:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 32px);
    background-color: #354c54;
    z-index: -1;
  }
  div[data-content-type="row"] div[data-content-type="cta"] img[data-element="image"] {
    flex: 0 0 35%;
    max-width: 35%;
  }
  div[data-content-type="row"] div[data-content-type="cta"] div[data-element="support_text"] {
    flex: 0 0 calc(65% - 16px);
  }
  div[data-content-type="row"] div[data-content-type="cta"] .cta-download {
    flex: 0 0 35%;
    padding: 40px;
    background-color: #f2f4f6;
  }
  div[data-content-type="row"] div[data-content-type="single_article"] {
    height: 100%;
  }
  div[data-content-type="row"] div[data-content-type="single_article"] div[data-element="content"] {
    padding: 32px 32px 70px;
  }
  div[data-content-type="row"] div[data-content-type="single_article"] .button {
    bottom: 32px;
  }
  body .widget.visual {
    height: calc(100vh - 122px);
  }
  body .widget.visual .slide-wrapper {
    height: calc(100% - 80px);
  }
  body .widget.visual .slide__title {
    font-size: 7.7rem;
    line-height: 8.3rem;
  }
  body .widget.visual .slide__text .button {
    margin-right: 0;
    font-size: 16px;
    padding: 11px 15px;
  }
  body .widget.visual .slide__text .button + .button {
    margin-left: 15px;
  }
  body .widget.visual .usps {
    display: flex;
    justify-content: space-between;
    background-color: #828c4f;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 11px 15px;
    box-sizing: border-box;
  }
  body .widget.visual .usps .usp {
    display: flex;
    align-items: center;
    color: #E3E8CD;
    max-width: 1200px;
    margin: 0 auto;
  }
  body .widget.visual .usps .usp figure {
    display: flex;
    align-items: center;
  }
  body .widget.visual .usps .usp span {
    display: block;
    margin-left: 8px;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1025px), print {
  .nav-toggle {
    display: none !important;
  }
  #main-navigation .has-childs:hover .mega-dropdown,
  #main-navigation .has-childs:hover .sub-menu {
    display: block;
  }
  .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;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 3 * 31.7%) / 2);
    padding: 0;
    width: 31.7%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 33.33333333%;
  }
  .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;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .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: '\f107';
    font-family: 'Font Awesome\ 5 Free';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 900;
    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: '\f106';
    font-family: 'Font Awesome\ 5 Free';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 900;
    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;
  }
  .customer-welcome.active .action.switch:after {
    content: '\f106';
  }
  .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 > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .hide-desktop {
    display: none;
  }
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
  }
  .page-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .page-header ul li {
    display: inline-block;
    margin-bottom: 0;
  }
  .page-header a:hover {
    text-decoration: none;
  }
  .page-header .header.links {
    height: 40px;
  }
  .page-header .header.links > li > a {
    text-align: center;
  }
  .page-header .header.links > li > a.my-account {
    text-align: center;
  }
  .page-header #main-navigation > .has-childs > a:before,
  .page-header .header.links > .has-childs > a:before {
    content: " ";
    position: absolute;
    top: -30px;
    left: -18px;
    right: -29px;
    bottom: -31px;
    background: transparent;
  }
  .page-header #main-navigation > .has-childs:after,
  .page-header .header.links > .has-childs:after {
    display: inline-block;
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    color: #fff;
    pointer-events: none;
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
  }
  .page-header #main-navigation > .has-childs.active:after,
  .page-header .header.links > .has-childs.active:after {
    transform: rotate(180deg);
  }
  .page-header .has-childs {
    position: relative;
    z-index: 100000;
  }
  .page-header .has-childs.show_sub .sub-menu {
    display: block;
  }
  .page-header .has-childs .sub-menu {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: -14px;
    padding: 4px 0;
    background: #fff;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 1.4rem;
    min-width: 160px;
    display: none;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  }
  .page-header .has-childs .sub-menu:before {
    content: " ";
    border-bottom: 6px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -6px;
    left: 19px;
  }
  .page-header .has-childs .sub-menu:after {
    content: " ";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    background: transparent;
  }
  .page-header .has-childs .sub-menu li {
    display: block;
    border-top: 1px solid #cecece;
  }
  .page-header .has-childs .sub-menu li:first-child {
    border-top: 0;
  }
  .page-header .has-childs .sub-menu a {
    display: block;
    padding: 10px 14px;
    color: inherit;
    text-transform: none;
  }
  .page-header .has-childs .sub-menu a:hover {
    background: #cecece;
  }
  .page-header .secondary-nav-bar {
    display: block;
  }
  .page-wrapper {
    padding-top: 122px;
    z-index: 1;
  }
  .header-container,
  .header.content {
    max-width: 1620px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
  }
  .header.content .logo {
    margin: 0 32px 0 0;
  }
  .header.content a {
    color: #fff;
  }
  .header.content .block.block-search,
  .header.content .header.links {
    flex: 1;
  }
  .header.content .block.block-search {
    margin-left: 30px;
    flex: 2;
  }
  .header.content .block.block-search .control {
    padding-bottom: 0;
  }
  .header.content .header.links {
    display: flex;
    justify-content: space-between;
    margin-left: 23px;
    flex: 1;
    min-width: 237px;
    max-width: 237px;
    flex-shrink: 0;
  }
  .link.wishlist {
    position: relative;
    order: 3;
  }
  .link.wishlist .counter.qty {
    display: none;
    background: #4A90E2;
    color: #ffffff;
    height: 23px;
    width: 23px;
    line-height: 23px;
    display: inline-block;
    margin: 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    white-space: normal;
    position: absolute;
    top: -5px;
    right: -7px;
    border-radius: 50%;
  }
  .secondary-nav-bar {
    position: relative;
  }
  .secondary-nav-bar .phone {
    margin-right: 20px;
  }
  .secondary-nav-bar .ausschreiben-btn {
    display: block;
  }
  #main-navigation {
    font-size: 1.6rem;
    text-transform: uppercase;
    flex: 6;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
  }
  #main-navigation > li > a {
    position: relative;
  }
  #main-navigation > li > a:after {
    content: " ";
    position: absolute;
    top: -5px;
    left: -10px;
    right: -10px;
    bottom: -5px;
    border: 1px solid #fff;
    border-radius: 3px 0;
    opacity: 0;
    transition: opacity 0.2s;
  }
  #main-navigation > li > a:hover:after {
    opacity: 0.3;
  }
  #main-navigation > li.has-childs > a:after {
    right: -30px;
  }
  #main-navigation > li > span > a {
    position: relative;
  }
  #main-navigation > li > span > a:after {
    content: " ";
    position: absolute;
    top: -5px;
    left: -10px;
    right: -10px;
    bottom: -5px;
    border: 1px solid #fff;
    border-radius: 3px 0;
    opacity: 0;
    transition: opacity 0.2s;
  }
  #main-navigation > li > span > a:hover:after {
    opacity: 0.3;
  }
  #main-navigation .home a {
    display: block;
    text-indent: -9000px;
    width: 30px;
    height: 24px;
    background: url("../images/svg/home.svg");
    background-size: 18px auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #main-navigation .home a:before {
    left: -6px;
    right: -6px;
  }
  #main-navigation .shop {
    position: static;
  }
  #main-navigation .shop > a {
    position: relative;
  }
  #main-navigation .shop.show_sub .mega-dropdown {
    display: block;
  }
  #main-navigation .mega-dropdown {
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -56px;
    z-index: 10;
    text-transform: none;
    max-height: calc(100vh - 79px);
    overflow: auto;
    border-bottom: 3px solid #354C54;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.33);
  }
  #main-navigation .mega-dropdown .submenus {
    width: 72%;
    padding: 70px 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  #main-navigation .mega-dropdown .submenus > li {
    margin-bottom: 60px;
    margin-right: 35px;
  }
  #main-navigation .mega-dropdown .submenus .menu-title {
    font-size: 2.1rem;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #354C54;
  }
  #main-navigation .mega-dropdown .submenus .sub-menu {
    position: static;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    display: block;
  }
  #main-navigation .mega-dropdown .submenus .sub-menu li {
    border: 0;
  }
  #main-navigation .mega-dropdown .submenus .sub-menu li a {
    font-size: 1.5rem;
    color: #005B6D;
    font-weight: 400;
    padding: 0;
  }
  #main-navigation .mega-dropdown .submenus .sub-menu li a:before {
    display: inline-block;
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-right: 10px;
  }
  #main-navigation .mega-dropdown .submenus .sub-menu li a:hover {
    background: none;
  }
  #main-navigation .mega-dropdown .right {
    width: 28%;
    float: right;
    margin-bottom: 45px;
  }
  #main-navigation .mega-dropdown .ausschreiben-btn {
    position: absolute;
    top: 10px;
    right: 0;
    width: 466px;
    height: 28px;
    background: url("../images/ausschreiben-de-btn-big.png");
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: -9000px;
    display: block;
  }
  #main-navigation .mega-dropdown .download-banner {
    background: none;
    padding: 0;
    margin: 72px 0 0 !important;
    width: 220px;
  }
  #main-navigation .mega-dropdown .download-banner a:not(.btn) {
    color: #354c54;
  }
  #main-navigation .mega-dropdown .download-banner .catalog-image {
    z-index: -1;
    bottom: 42px;
    left: 50%;
    margin-left: -62px;
  }
  #main-navigation .mega-dropdown .download-banner .btn.fullwidth {
    padding: 0 21px;
  }
  #touch-navigation {
    display: none;
  }
  .three-col .col {
    max-width: 380px;
    width: 31.5%;
    margin-right: 2.5%;
    float: left;
  }
  .three-col .col:last-of-type {
    margin-right: 0;
  }
  .two-col .col {
    width: 48.5%;
  }
  .two-col .col:nth-child(1) {
    float: left;
  }
  .two-col .col:nth-child(2) {
    float: right;
  }
  .quote-with-image {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../images/homepage-quote-image.png");
    background-position: top right;
    background-repeat: no-repeat;
    padding: 250px 240px 74px 0;
    display: block;
  }
  .quote-with-image blockquote {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    max-width: 300px;
    font-size: 2rem;
    padding: 15px 24px;
  }
  .quote-with-image blockquote:after {
    content: " ";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -24px;
    border-left: 25px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    opacity: .9;
  }
  .quote-with-image blockquote footer a {
    display: block;
    text-align: right;
  }
  .download-banner {
    padding: 52px 15px 15px 304px;
    max-width: 540px;
    box-sizing: border-box;
    margin: 30px auto 0 !important;
  }
  .download-banner h3 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
  }
  .download-banner a {
    color: #fff;
  }
  .download-banner a:not(.btn) {
    margin-top: 10px;
    display: block;
    text-decoration: underline;
  }
  .download-banner .catalog-image {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: block;
  }
  div[data-content-type="row"] ul.slidewrap[make_carousel_article="2"] {
    flex-wrap: wrap;
    overflow-x: inherit;
  }
  div[data-content-type="row"] ul.slidewrap[make_carousel_article="2"] li {
    flex: 0 0 calc((100% - 32px) / 5);
    max-width: calc((100% - 32px) / 5);
  }
  div[data-content-type="row"] ul.slidewrap[make_carousel_article="2"] li div[data-element="content"] {
    word-wrap: break-word;
  }
  body .widget.visual .employee {
    display: block;
    position: absolute;
    bottom: 46px;
    right: 0;
  }
  body .widget.visual .employee img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .widget.visual .employee__text {
    position: absolute;
    right: 100%;
    bottom: 25px;
    max-width: 300px;
    width: 100%;
    padding: 15px 24px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  body .widget.visual .employee__text:after {
    content: " ";
    position: absolute;
    left: calc(100% - 1px);
    top: 50%;
    margin-top: -24px;
    border-left: 25px solid rgba(255, 255, 255, 0.9);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    opacity: .9;
  }
  body .widget.visual .employee__text p:last-of-type {
    margin-bottom: 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;
  }
  .header.content #main-navigation {
    flex: 6;
  }
  .header.content .header.links {
    flex: 2;
  }
}
