/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * 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;
}
.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,
.google-pay a.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;
}
.has-rec-height .swatch-attribute-options {
  display: grid;
  grid-template-columns: auto 1fr;
}
.has-rec-height .swatch-attribute-options .swatch-rec-height {
  flex: 1;
}
.has-rec-height .swatch-attribute-options .swatch-rec-height__content {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #000000;
  height: calc(94.5%);
  color: #ffffff;
  font-size: 12px;
  margin-left: 6px;
  padding: 0 11px;
  border-radius: 3px;
}
.has-rec-height .swatch-attribute-options .swatch-rec-height__content:before {
  content: '';
  position: absolute;
  left: -5px;
  top: calc(44.5%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #000000;
  border-left: 0;
}
.colors-block {
  display: flex;
  gap: 5.5px;
}
.colors-block .selected img {
  outline: 1px solid #000000;
  border-radius: 3px;
}
/*
******************** 
ribbons & badges 
********************
*/
/* product page */
.product.media {
  position: relative;
}
.product.media .ribbon {
  z-index: 1;
}
.product-info-price .percentage-badge {
  font-size: 1.3rem;
  border-radius: 3px;
  padding: 3px 10px;
}
/* product list */
.product-item .product-item-info {
  position: relative;
}
.product-item .product-item-info .ribbon {
  font-size: 0.9rem;
  padding: 8px 0 8px 10px;
  top: 10px;
}
.product-item .product-item-info .percentage-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
  border-radius: 100%;
  font-size: 1rem;
  font-weight: 600;
  box-sizing: border-box;
  z-index: 2;
}
/* general */
.percentage-badge {
  display: inline-block;
  background: #c31212;
  color: #fff;
}
.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 0 10px 15px;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  z-index: 2;
}
.ribbon:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  z-index: -10;
  background-color: inherit;
  width: 20px;
  height: 100%;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: inherit;
}
.ribbon.color-white,
.ribbon.color-default {
  color: #ffffff;
}
.ribbon.color-black {
  color: #000000;
}
.ribbon.background-default {
  background-color: #000000;
}
.ribbon.background-brown {
  background-color: #996633;
}
.ribbon.background-creme {
  background-color: #efe0b9;
}
.ribbon.background-grey {
  background-color: #a9afb2;
}
.ribbon.background-green {
  background-color: #22604a;
}
.ribbon.background-lightgreen {
  background-color: #3fa535;
}
.ribbon.background-yellow {
  background-color: #eecc14;
}
.ribbon.background-darkblue {
  background-color: #034ea2;
}
.ribbon.background-blue {
  background-color: #034ea2;
}
.ribbon.background-lightblue {
  background-color: #3399ff;
}
.ribbon.background-orange {
  background-color: #ff9900;
}
.ribbon.background-pink {
  background-color: #f5bed9;
}
.ribbon.background-red {
  background-color: #c31212;
}
.ribbon.background-darkred {
  background-color: #c94b18;
}
.ribbon.background-black {
  background-color: #000000;
}
.leasing-total {
  margin-top: 11px;
}
.total-incl-buyout,
.leasing-total {
  display: block;
}
.total-incl-buyout span,
.leasing-total span {
  color: #5b5b5b !important;
  line-height: 1.6;
  font-size: 14px !important;
}
.pricing-container {
  margin-bottom: 27.5px;
}
.pricing-container .leasing-notice {
  color: #C74848;
  margin: 0 0 11px 0;
  font-size: 14px;
}
.pricing-container .price-heading {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5.5px;
}
.pricing-container .monthly-price .price,
.pricing-container .monthly-price .monthly-suffix,
.pricing-container .normal-price {
  color: #C74848;
  margin: 0px;
}
.pricing-container .old-price {
  color: #000000 !important;
}
.pricing-container .payment-types-or {
  text-transform: uppercase;
  font-weight: bold;
  margin: 27.5px 0;
}
.pricing-container .old-price {
  margin-left: 5.5px;
}
.pricing-container .leasing-price + .direct-price {
  margin-top: 27.5px;
}
.product-info-main .product-addto-wrapper .product-info-price .price-box .monthly-price,
.product-info-main .product-addto-wrapper .product-info-price .price-box .direct-price .price-wrapper .price {
  font-size: 20px;
  line-height: initial;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-weight: 400;
}
/* MINICART */
.block-minicart .amount .price-wrapper .leasing-price,
.block-minicart .amount .price-wrapper .price {
  font-size: 16px !important;
}
/* related, upsell, crossell... */
.product-items .product-item-info .swatch-rec-height {
  display: none;
}
.product-items .product-item-info .price-box #pricing-container > div .direct-price .price-heading,
.product-items .product-item-info .price-box #pricing-container > div .payment-types-or,
.product-items .product-item-info .price-box #pricing-container > div .leasing-notice {
  display: none;
}
.product-items .product-item-info .price-box #pricing-container > div .leasing-price > div:not(.monthly-price) {
  display: none;
}
.svea-checkout-wrapper .monthly-price {
  margin-right: 0px;
}
.svea-checkout-wrapper .price-including-tax + .leasing-price {
  margin-top: 11px;
}
.customer-account-login .block-login-sso,
.customer-account-create .block-login-sso {
  text-align: center;
  margin-bottom: 30px;
}
.customer-account-login .block-login-sso .block-title,
.customer-account-create .block-login-sso .block-title {
  color: #000000;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 10px 0 2.5rem;
}
.customer-account-login .block-login-sso .block-content a,
.customer-account-create .block-login-sso .block-content a {
  color: #fff;
  padding: 5px 10px 0 10px;
}
.customer-account-login .block-login-sso .block-content a:hover,
.customer-account-create .block-login-sso .block-content a:hover {
  color: #000000;
}
.sso-icon {
  width: 50px;
}
.sso-button-text {
  font-size: 20px;
  margin: 10px;
  float: right;
}
.sso-button-transparent {
  background: transparent;
}
.sso-button-auth0 {
  background: #000;
}
.sso-icon-only {
  padding: 0;
  background: transparent;
  border: none;
  min-width: 69px;
}
.sso-icon-only:hover {
  border: none;
}
.sso-button-google {
  background: #000;
}
.kontakt-index-index .page-title-wrapper {
  text-align: center;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-navigation {
  text-align: center;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-navigation li.tab-header {
  border-left: none;
  border-top: none;
  border-right: none;
  background: none;
  text-transform: uppsercase;
  color: #666767;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active {
  border-bottom: 2px solid #799349;
  color: #000000;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-content {
  border: none;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-content #returns {
  text-align: center;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-content #returns p {
  color: #666767;
}
.mageprince-faq-collection {
  margin-bottom: 20px;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0.8em .5em 0.8em 1em;
  font-size: 15px;
  font-weight: bold;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-content {
  border-top: 0;
  overflow: auto;
  padding: 1em 2.2em;
}
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-handle,
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.mageprince-faq-collection .ui-slider-vertical {
  height: 100px;
  width: .8em;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-bottom: -.6em;
  margin-left: 0;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.mageprince-faq-collection .faq-accordion .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content a {
  color: #333;
}
.mageprince-faq-collection .ui-state-default,
.mageprince-faq-collection .ui-widget-content .ui-state-default,
.mageprince-faq-collection .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.mageprince-faq-collection .ui-state-hover a,
.mageprince-faq-collection .ui-state-hover a:hover,
.mageprince-faq-collection .ui-state-hover a:link,
.mageprince-faq-collection .ui-state-hover a:visited,
.mageprince-faq-collection .ui-state-focus a,
.mageprince-faq-collection .ui-state-focus a:hover,
.mageprince-faq-collection .ui-state-focus a:link,
.mageprince-faq-collection .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.mageprince-faq-collection .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.mageprince-faq-collection .ui-state-active,
.mageprince-faq-collection .ui-widget-content .ui-state-active,
.mageprince-faq-collection .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.mageprince-faq-collection .ui-state-active a,
.mageprince-faq-collection .ui-state-active a:link,
.mageprince-faq-collection .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.mageprince-faq-collection .group-title {
  margin: 25px 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: #198dd3;
  font-weight: bold;
}
.mageprince-faq-collection .group-title i {
  border-bottom: 1px solid #b55;
  border-bottom-color: #198dd3;
  bottom: -1px;
  float: left;
  position: absolute;
  width: 2.15em;
  z-index: 9999;
}
.mageprince-faq-collection .faq-groups {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.mageprince-faq-collection .faq-group {
  display: inline-block;
}
.mageprince-faq-collection .faq-group-image {
  border: 1px solid #1979c3;
  margin-right: 25px;
  padding: 20px;
}
.mageprince-faq-collection img.group-image {
  height: 100px;
  width: 100px;
}
.mageprince-faq-collection .faq-groupname {
  font-size: 15px;
  font-weight: 700;
  margin: 10px 25px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.mageprince-faq-collection .faq-group a.group-link:hover {
  color: #ff5501;
  text-decoration: none;
}
.mageprince-faq-collection .faq-group .faq-group-image:hover {
  border-color: #ff5501;
}
.mageprince-faq-collection .faq-content .ui-accordion-header:hover {
  background-color: #1979c3;
  color: #fff;
}
.mageprince-faq-collection .faq-group:hover {
  border-color: #ff5501;
}
.mageprince-faq-collection .faq-collection {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.mageprince-faq-collection .ui-accordion .ui-state-default:after {
  content: '\f054';
  font-family: 'FontAwesome';
  float: right;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header-active:after {
  content: '\f078';
  font-family: 'FontAwesome';
}
.mageprince-faq-collection .collspan-expand-block {
  float: right;
}
.mageprince-faq-loader {
  height: 100%;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 9999;
}
/**
  * Copyright © Magmodules.eu. All rights reserved.
  * See COPYING.txt for license details.
  */
.reviewreminder-review-form .page-title-wrapper {
  display: none;
}
.review-reminder * {
  box-sizing: border-box;
}
.review-reminder * .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  margin-right: 0;
  margin-left: auto;
}
.review-reminder_step-wrapper,
.review-reminder_step form {
  display: flex;
  flex-direction: column;
}
.review-reminder_step-description {
  margin-bottom: 3.5rem;
}
.review-reminder_step-description p {
  line-height: 2.4;
}
.review-reminder_step,
[data-product-checked] {
  display: none;
}
/*step 1*/
.review-reminder_product-row {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-right: -20px;
}
.review-reminder_product {
  flex: 0 1 25%;
  display: flex;
  margin-bottom: 2rem;
  position: relative;
}
.review-reminder_product p {
  font-weight: 600;
}
.review-reminder_product img {
  margin-bottom: 3rem;
}
.review-reminder_product label {
  border: 1px solid #d3d3d3;
  padding: 20px 10px 35px 10px;
  width: 100%;
  min-width: 160px;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  transition: border 0.3s, padding 0.3s;
}
.review-reminder_product label:after {
  content: '+';
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  color: #d3d3d3;
  line-height: 2.4rem;
  text-align: center;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  transition: border 0.3s, background-color 0.3s;
}
.review-reminder_product input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.review-reminder_product input[type="checkbox"]:checked ~ label {
  padding: 20px 10px 30px 10px;
  box-shadow: 0px 0px 5px 0px #9e9e9e;
}
.review-reminder_product input[type="checkbox"]:checked ~ label:after {
  border-color: #006400;
  background: #006400;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
}
.review-reminder_product-row-fieldset {
  position: relative;
}
#reviewReminderProductStep1-error:after {
  content: '';
  border-bottom: 5px solid #e02b27;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% - 30px);
  left: -4px;
  top: -4px;
  pointer-events: none;
}
/*step 2*/
.review-reminder_product-wrapper {
  display: flex;
  margin-bottom: 4rem;
}
.review-reminder_product-left {
  border-right: 1px solid #f4f4f4;
  text-align: center;
  width: 29%;
  margin-right: 4rem;
  padding-right: 4rem;
}
.review-reminder_product-form {
  flex-grow: 1;
}
.review-reminder_product-form .fieldset {
  margin-bottom: 0;
}
.review-reminder-sidebar [data-product-checked] {
  margin-bottom: 1.5rem;
}
.review-reminder-sidebar [data-product-checked] p {
  margin-bottom: 0.3rem;
  margin-top: 0.5rem;
}
.review-reminder-sidebar [data-product-checked] .rating-summary {
  display: none;
}
.review-reminder-sidebar .review-reminder-sidebar_grey {
  color: #8a837f;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .mst-nav__horizontal-bar {
    padding-bottom: 2rem;
  }
  .mst-nav__horizontal-bar strong[role=heading] {
    display: none;
  }
  .mst-nav__horizontal-bar .filter-options {
    display: block !important;
    border-bottom: 1px solid #cccccc;
  }
  .mst-nav__horizontal-bar .filter-options .filter-options-item {
    border-bottom: 0;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .mst-nav__apply-button-wrapper {
    display: none;
  }
  .filter-active .mst-nav__apply-button-wrapper {
    display: block;
    z-index: 1000;
    left: unset !important;
    right: 10px;
  }
}
.mst-nav__sizeLimiter {
  cursor: pointer;
  color: #757575;
}
@media only screen and (max-width: 768px) {
  .mst-nav__slider .mst-nav__slider-from-to input {
    font-size: 16px;
  }
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
.mst-nav__progress-bar {
  background: #ff5501;
  position: fixed;
  z-index: 103100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.mst-nav__progress-bar .mst-nav__progress-bar-peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff5501, 0 0 5px #ff5501;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main .mst-scroll__button {
  cursor: pointer;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
}
.main .mst-scroll__button:before {
  opacity: 0.6;
  display: block;
  content: "";
  height: 36px;
  width: 36px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7928 10.3055C22.589 11.2646 23.2047 12.2066 24.1681 12.4094L32.3858 14.1402L34.1553 6.39665C34.3738 5.44085 33.7725 4.48961 32.8125 4.27207C31.8524 4.05452 30.8971 4.65321 30.6786 5.60915L30.104 8.12397C30.066 8.06061 30.0251 7.99829 29.9783 7.9388C27.0513 4.20575 22.488 1.79999 17.3614 1.79999C8.51464 1.79999 1.3501 8.9562 1.3501 17.775C1.3501 26.5939 8.51464 33.75 17.3614 33.75C26.2081 33.75 33.3729 26.5939 33.3729 17.775C33.3729 16.7946 32.5743 16 31.5901 16C30.6053 16 29.8072 16.7946 29.8072 17.775C29.8072 24.6411 24.231 30.2 17.3614 30.2C10.4918 30.2 4.91563 24.6411 4.91563 17.775C4.91563 10.909 10.4918 5.34999 17.3614 5.34999C20.9298 5.34999 24.7283 7.04316 27.0001 9.44976L24.9059 8.93618C23.9426 8.73341 22.9966 9.34644 22.7928 10.3055Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.main .mst-scroll__button:hover:before {
  opacity: 1;
}
.main .mst-scroll__button._loading {
  opacity: .7;
}
.main .mst-scroll__button._loading:before {
  opacity: 1;
  animation: rotating 3s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.mst-scroll__loader {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.mst-scroll__loader .loader-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.mst-scroll__loader .loader-dot:nth-child(1),
.mst-scroll__loader .loader-dot:nth-child(2) {
  left: 0;
}
.mst-scroll__loader .loader-dot:nth-child(3) {
  left: 1.5em;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  left: 3em;
}
.mst-scroll__loader .loader-dot:nth-child(1) {
  animation-name: reveal;
}
.mst-scroll__loader .loader-dot:nth-child(2),
.mst-scroll__loader .loader-dot:nth-child(3) {
  animation-name: slide;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.mst-scroll__progress {
  text-align: center;
  width: 40%;
  min-width: 300px;
  margin: 0 auto 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-label {
  font-size: 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-bar {
  width: 100%;
  height: 2px;
  background-color: #9a9a9a;
  margin: 1rem 0;
}
.mst-scroll__progress .mst-scroll__progress-bar div {
  background-color: #ff5501;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * 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%;
  }
}
body,
html {
  box-sizing: border-box;
}
ul {
  padding-left: 1.5em;
}
[data-content-type="text"] p:last-of-type:first:of:type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.monthly-price,
.special-price,
.minimal-price {
  color: #c74848;
  display: inline-block !important;
  margin-right: 5.5px;
}
.red-price + .price-box .price,
.red-price .price {
  color: #c74848;
}
iframe {
  max-width: 100%;
}
.fieldset > .field:not(.choice) > .label {
  float: none;
  width: auto;
  text-align: left;
}
div.mage-error,
input[type="checkbox"] {
  top: 0 !important;
  margin-top: 0px !important;
}
.message.success {
  position: fixed;
  top: 5px;
  left: 10px;
  right: 10px;
  z-index: 9999;
  background: #a6c89f;
  color: #041302;
  text-align: center;
}
.message.success > div {
  text-align: center;
  display: inline-flex;
  width: auto;
  position: relative;
  padding-left: 22px;
}
.message.success > div a {
  margin-left: 4px;
  display: inline-block;
}
.message.success > div:before {
  font-size: 17px !important;
  top: 7px !important;
  width: 20px !important;
}
.table-wrapper {
  overflow: auto;
}
table {
  max-width: 100%;
}
.attribute.description a,
.cms-page-view .main a {
  text-decoration: underline;
}
footer.page-footer {
  font-size: 14px;
  background-color: #000000;
  color: #9da9be;
  padding: 27.5px;
}
footer.page-footer h1,
footer.page-footer .h1,
footer.page-footer h2,
footer.page-footer .h2,
footer.page-footer h3,
footer.page-footer .h3,
footer.page-footer h4,
footer.page-footer .h4,
footer.page-footer h5,
footer.page-footer .h5,
footer.page-footer h6,
footer.page-footer .h6 {
  color: #ffffff;
  font-weight: 500;
}
footer.page-footer a {
  color: #9da9be;
  text-transform: uppercase;
}
footer.page-footer a + br + a {
  display: inline-block;
  margin-top: 11px;
}
footer.page-footer .newsletter-wrapper .block.newsletter {
  max-width: 100%;
}
footer.page-footer .newsletter-wrapper .block.newsletter .field .control:before {
  content: none;
}
footer.page-footer .newsletter-wrapper .block.newsletter .field .control label input {
  background: #c3c2c2;
  padding: 0 11px;
}
footer.page-footer .newsletter-wrapper .block.newsletter .field .control label input::placeholder {
  color: #444040 !important;
}
footer.page-footer .newsletter-wrapper .block.newsletter .actions .subscribe {
  padding: 6px 12px;
  font-size: 14px;
}
footer.page-footer .newsletter-wrapper .block.newsletter .actions .subscribe:active,
footer.page-footer .newsletter-wrapper .block.newsletter .actions .subscribe:hover {
  color: #799349;
}
.hidden {
  height: 0;
  visibility: hidden;
}
header.page-header {
  background-color: #000000;
  position: relative;
  border-bottom: none;
}
header.page-header .panel.wrapper {
  background-color: #799349;
}
header.page-header .panel.wrapper .panel.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 27.5px;
  padding-bottom: 11px;
  padding-top: 11px;
}
header.page-header .panel.wrapper .panel.header:after {
  content: none !important;
}
header.page-header .panel.wrapper .panel.header div[data-content-type="row"] {
  margin: 0px !important;
  padding: 0px !important;
}
header.page-header .panel.wrapper .panel.header div[data-content-type="row"] ul li:last-of-type:after {
  content: none;
}
header.page-header .panel.wrapper .panel.header .header.links,
header.page-header .panel.wrapper .panel.header .header.links ul {
  display: flex;
  gap: 27.5px;
  flex-wrap: wrap;
  list-style: none;
  float: none;
  margin: 0;
  padding-left: 0px;
}
header.page-header .panel.wrapper .panel.header .header.links li,
header.page-header .panel.wrapper .panel.header .header.links ul li {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
}
header.page-header .panel.wrapper .panel.header .header.links li:after,
header.page-header .panel.wrapper .panel.header .header.links ul li:after {
  content: '';
  width: 1px;
  background: #575252;
  min-height: 100%;
  position: absolute;
  right: calc(-13.75px);
  top: calc(-11px);
  bottom: calc(-11px);
}
header.page-header .panel.wrapper .panel.header .header.links li > a,
header.page-header .panel.wrapper .panel.header .header.links ul li > a {
  color: #ffffff;
}
header.page-header .header.content {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  position: static;
}
header.page-header .header.content:after,
header.page-header .header.content:before {
  content: none;
}
header.page-header .header.content .logo {
  margin: auto;
}
header.page-header .header.content .logo img {
  max-height: 40px;
  width: auto;
}
header.page-header .header.content .nav-sections {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
header.page-header .header.content .nav-sections .section-items .section-item-content .header.links + .header.links {
  display: none;
}
header.page-header .header.content .minicart-wrapper,
header.page-header .header.content .toggle-search {
  display: flex;
  align-items: center;
  padding: 5.5px;
}
header.page-header .header.content .minicart-wrapper > *:before,
header.page-header .header.content .toggle-search > *:before {
  font-size: 20px !important;
}
header.page-header .header.content .minicart-wrapper {
  padding-right: 11px;
}
header.page-header .header.content .minicart-wrapper .action.showcart .counter.qty:not(.empty) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 6px;
  top: 3px;
  background: #202020;
  color: #fff;
  font-size: 11px;
  height: 17px;
  line-height: 17px;
  width: 17px;
  border-radius: 25px;
  padding: 0;
}
header.page-header .header.content .block-search {
  background: #131313;
}
header.page-header .header.content .toggle.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding: 5.5px 0;
  z-index: 1;
}
header.page-header .header.content .toggle.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header .header.content .toggle.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
header.page-header .header.content .toggle.search:hover:before {
  color: inherit;
}
header.page-header .header.content .toggle.search:active:before {
  color: inherit;
}
header.page-header .header.content .toggle.search:focus,
header.page-header .header.content .toggle.search:active {
  background: none;
  border: none;
}
header.page-header .header.content .toggle.search:hover {
  background: none;
  border: none;
}
header.page-header .header.content .toggle.search.disabled,
header.page-header .header.content .toggle.search[disabled],
fieldset[disabled] header.page-header .header.content .toggle.search {
  pointer-events: none;
  opacity: 0.5;
}
header.page-header .header.content .toggle.search:focus:before {
  color: #ffffff;
}
header.page-header .header.content .toggle.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding: 5.5px 0;
  z-index: 1;
}
header.page-header .header.content .toggle.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header .header.content .toggle.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
header.page-header .header.content .toggle.close:hover:before {
  color: inherit;
}
header.page-header .header.content .toggle.close:active:before {
  color: inherit;
}
header.page-header .header.content .toggle.close:focus,
header.page-header .header.content .toggle.close:active {
  background: none;
  border: none;
}
header.page-header .header.content .toggle.close:hover {
  background: none;
  border: none;
}
header.page-header .header.content .toggle.close.disabled,
header.page-header .header.content .toggle.close[disabled],
fieldset[disabled] header.page-header .header.content .toggle.close {
  pointer-events: none;
  opacity: 0.5;
}
header.page-header .header.content .toggle.close:focus:before {
  color: #ffffff;
}
header.page-header .header.content .block-search {
  position: absolute;
  top: 100%;
  width: auto;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0px 11px;
}
header.page-header .header.content .block-search .block-content {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: auto;
}
header.page-header .header.content .block-search .block-content .control {
  padding: 11px 0;
  border-top: none;
}
header.page-header .header.content .block-search .action.search {
  top: 0px;
  bottom: 0px;
}
header.page-header .header.content .block-search .action.search:before {
  color: #000000;
}
.nav-sections {
  background: #000000;
}
@font-face {
  font-family: "frank-new";
  src: url("https://use.typekit.net/af/2af1a9/00000000000000003b9ae436/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"), url("https://use.typekit.net/af/2af1a9/00000000000000003b9ae436/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"), url("https://use.typekit.net/af/2af1a9/00000000000000003b9ae436/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
}
@font-face {
  font-family: "frank-new";
  src: url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "frank-new";
  src: url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
body {
  -webkit-font-smoothing: antialiased;
}
body {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.cms-page-view .main {
  /* level 2 list */
}
.cms-page-view .main a {
  text-decoration: underline;
}
.cms-page-view .main ol {
  counter-reset: li-counter;
}
.cms-page-view .main ul,
.cms-page-view .main ol:not(.product-items) {
  /* margin-left: 90px;
		     margin-right: 90px;*/
  margin-bottom: 30px;
  padding: 0;
  clear: both;
  border-left: 3px solid #D51317;
  list-style: none;
}
.cms-page-view .main li:not(.product-item) {
  padding: 15px 30px 15px 55px;
  position: relative;
  margin-left: 1px;
}
.cms-page-view .main li:not(.product-item):nth-child(odd) {
  background-color: #f5f5f5;
}
.cms-page-view .main ul li:before {
  content: '';
  position: absolute;
  left: 20px;
  height: 11px;
  width: 11px;
  text-align: center;
  line-height: 30px;
  margin: auto;
  top: 0;
  bottom: 0;
  padding: 0;
  background: #D51317;
  border-radius: 50%;
}
.cms-page-view .main ol:not(.product-items) li:before {
  padding-top: 7px;
  counter-increment: li-counter;
  content: counter(li-counter);
  font-size: 18px;
  position: absolute;
  left: 12px;
  height: auto;
  width: 31px;
  text-align: center;
  line-height: 1;
  top: 17px;
  color: #fe7701;
  margin: auto;
  padding: 0px;
  text-align: left;
}
.cms-page-view .main ol:not(.product-items) ol {
  margin: 0px;
  border: none;
  counter-reset: sub-li-counter;
}
.cms-page-view .main ol:not(.product-items) ol li:before {
  counter-increment: sub-li-counter;
  content: counter(li-counter) "." counter(sub-li-counter);
}
.cms-page-view .main ul ul {
  border-left: 0px;
  margin: 0;
}
.cms-page-view .main ul ul li:not(.product-items) {
  background-color: #fff !important;
}
.cms-page-view .main pre:before,
.cms-page-view .main pre:after {
  content: '"';
}
.cms-page-view .main pre {
  text-transform: uppercase;
  display: block;
  line-height: 1.1;
  margin: 40px 20px;
  font-style: italic;
  font-family: 'UniversLTStd-UltraCn', sans-serif;
  font-size: 3.4em;
  white-space: pre-wrap;
}
.main p {
  color: #3f3f3f;
}
.slick-slider .product-item-info {
  width: auto;
}
.page-layout-1column .product-info-main {
  width: 100% !important;
}
.page-layout-1column .product.media {
  width: 100% !important;
}
.page-layout-1column .product-info-main .description {
  color: #494949;
}
.page-layout-1column .product-info-main .product-addto-wrapper .price-box .price-wrapper .price {
  font-size: 24px;
}
.page-layout-1column .product-info-main .product-addto-wrapper .svea-campaign .svea-campaign-pricing {
  font-size: 12px;
}
.page-layout-1column .product-info-main .product-addto-wrapper .svea-campaign .svea-logo a {
  display: flex;
  align-items: center;
}
.page-layout-1column .product-info-main .product-addto-wrapper .svea-campaign .svea-logo a img {
  max-width: 45px;
}
.page-layout-1column .product-info-main .product-addto-wrapper .svea-campaign .svea-campaign-description {
  background: #f6f6f6;
  border-radius: 3px;
  border-bottom: 0;
  font-size: 1.4rem;
}
.page-layout-1column .product-info-main .product-addto-wrapper .qty {
  display: none !important;
}
.page-layout-1column .product-info-main .product-info-stock-sku {
  margin-bottom: 33px;
}
.page-layout-1column .product-info-main .product-info-stock-sku .stock.available,
.page-layout-1column .product-info-main .product-info-stock-sku .stock.unavailable,
.page-layout-1column .product-info-main .product-info-stock-sku .sku {
  text-transform: none;
  display: block;
  font-weight: normal;
  color: #6e716e;
}
.page-layout-1column .product-info-main .product-info-stock-sku .stock.available.attribute strong,
.page-layout-1column .product-info-main .product-info-stock-sku .stock.unavailable.attribute strong,
.page-layout-1column .product-info-main .product-info-stock-sku .sku.attribute strong {
  font-weight: normal;
}
.page-layout-1column .product-info-main .product-info-stock-sku .stock.available.attribute strong:after,
.page-layout-1column .product-info-main .product-info-stock-sku .stock.unavailable.attribute strong:after,
.page-layout-1column .product-info-main .product-info-stock-sku .sku.attribute strong:after {
  content: ":";
}
#Rating_rating_label,
.review-ratings .rating-label {
  display: none !important;
}
.reviews {
  background: #87a451;
}
/* Media */
.product.media .fotorama__wrap .fotorama__nav-wrap {
  text-align: center;
}
.product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__thumb-border {
  border-color: #000000;
}
.product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__thumb-border .fotorama__thumb {
  background-color: none;
}
/* RAITNGS */
.product-reviews-summary .rating-summary {
  display: block;
  margin-left: 0;
}
.product-reviews-summary .rating-summary .rating-result {
  margin-left: 0;
}
#product-review-container .review-fieldset .review-field-rating label {
  display: none;
}
#product-review-container .review-item {
  background: #ffffff;
  padding: 27.5px 27.5px;
  border-radius: 3px;
  border-bottom: 0px;
}
#product-review-container .rating-result {
  margin-left: 0;
  margin-bottom: 11px;
}
#product-review-container .review-ratings {
  float: none;
}
/* TABS */
.product.info.detailed .product.data.items > .item.content {
  background: #f6f6f6;
  position: relative;
  width: 100%;
}
.product.info.detailed .product.data.items > .item.content #product-attribute-specs-table .label {
  font-weight: normal;
  color: #666767;
}
/* filter */
#layered-filter-block .block-subtitle {
  display: none;
}
/* swatches */
.product-options-wrapper {
  margin-top: 27.5px;
}
.product-options-wrapper .swatch-attribute-label:after {
  content: ' *';
  color: red;
}
body[class^="cms-"] .page-wrapper .page-main {
  padding-left: 0px;
  padding-right: 0px;
}
body[class^="cms-"] .page-wrapper .page-title-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  margin-top: 33px;
}
body[class^="cms-"] .page-wrapper div[data-appearance="full-width"],
body[class^="cms-"] .page-wrapper div[data-appearance="contained"],
body[class^="cms-"] .page-wrapper .page-title-wrapper {
  padding: 0 20px;
}
body.cms-index-index .page-wrapper .page-main .page-title-wrapper {
  margin-top: 0px;
}
.pagebuilder-banner-wrapper [data-element="content"] {
  min-height: 0px;
}
/* DESKTOP */
/* MOBILE */
button,
a.button {
  text-transform: uppercase;
}
/* product list */
.top-cart-btn-checkout.primary,
.product-item-actions .tocart.primary {
  line-height: 1.2rem;
  padding: 11px 15px;
  font-size: 1.1rem;
}
a.button {
  display: inline-block;
  text-decoration: none;
  margin-top: 0px !important;
}
a.button:hover,
a.button:active,
a.button:focus {
  text-decoration: none;
}
.svea_checkout-index-index #svea_checkoutSidebar,
.svea_checkout-index-index .page-main,
.svea_checkout-order-success .page-main {
  font-family: "frank-new", Helvetica, Arial, sans-serif;
}
.price-including-tax,
.price-excluding-tax,
table.svea-checkout-review td.subtotal .price,
table.svea-checkout-review .svea-checkout-col .product-item-info .product-item-name {
  font-size: 16px;
}
table.svea-checkout-review td.subtotal .price {
  text-transform: none;
}
.svea_checkout-index-index .page-title-wrapper {
  display: none !important;
}
.svea_checkout-index-index .page-main {
  /**:not(.total-incl-buyout):not(.leasing-total):not(.note) {
			& > {
				color:@color-black!important;
			}
		}*/
}
.svea_checkout-index-index .product-item-info {
  text-align: left;
}
.svea_checkout-index-index button.primary,
.svea_checkout-index-index a.button.primary {
  background: #000000;
  color: #ffffff;
}
.svea_checkout-index-index button.primary:active,
.svea_checkout-index-index button.primary:hover,
.svea_checkout-index-index a.button.primary:active,
.svea_checkout-index-index a.button.primary:hover {
  background: transparent;
  color: #000000;
}
.svea_checkout-index-index #svea-checkout_coupon .control {
  width: auto !important;
  float: none !important;
}
.svea_checkout-index-index #svea-checkout_coupon .actions-toolbar {
  margin-left: 0px !important;
}
.checkout-onepage-success .print {
  display: none !important;
}
.checkout-index-index .totals-tax-details,
.svea_checkout-index-index .totals-tax-details {
  display: none !important;
}
table.svea-checkout-review td.subtotal .price {
  font-size: 14px;
  font-weight: normal;
}
table.svea-checkout-review td.subtotal .price-header {
  font-weight: bold;
  font-size: 14px;
}
table.svea-checkout-review td.subtotal .price-header .note-icon {
  display: inline-flex;
  width: 12px;
  height: 12px;
  justify-content: center;
  align-content: center;
  border-radius: 25px;
  margin-right: 5px;
  font-family: serif;
  font-weight: bold;
  border: 2px solid #000;
  cursor: pointer;
}
table.svea-checkout-review td.subtotal .price-header .note-icon:after {
  content: 'i';
  font-family: serif;
  font-weight: bold;
}
table.svea-checkout-review td.subtotal .leasing-price {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
table.svea-checkout-review td.subtotal .leasing-price .note {
  position: absolute;
  display: none;
  top: 7px;
  right: 0px;
  width: 286px;
  font-size: 0.875em;
  color: #5b5b5b;
  line-height: 1.6;
  margin-top: 15px;
  background: #fff;
  padding: 10px;
  z-index: 1;
  font-size: 12px;
  text-align: left;
  border: 1px solid #000;
}
table.svea-checkout-review td.subtotal .leasing-price .note.opened {
  display: block;
}
.checkout-options {
  margin: 60px 0;
}
.checkout-options h2 {
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  font-size: 1.2em;
  color: #31393e;
}
.checkout-options .note {
  color: #D51317 !important;
}
.checkout-options .b2b-checkout-option {
  position: relative;
  display: block;
  padding: 10px;
  border: 1px solid #c8c8c8;
  border-width: 1px 0;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 45px;
}
.checkout-options .b2b-checkout-option.leasing > span {
  margin-right: 10px;
}
.checkout-options .b2b-checkout-option.disabled {
  display: none;
}
.checkout-options .b2b-checkout-option:first-of-type {
  border-bottom: 0;
}
.checkout-options .b2b-checkout-option:before {
  position: absolute;
  top: 17px;
  left: 15px;
}
.checkout-options .b2b-checkout-option:not(.active) {
  cursor: pointer;
}
.checkout-options .b2b-checkout-option:not(.active):before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 25px;
  border: 2px solid #082e4d;
  box-shadow: none;
}
.checkout-options .b2b-checkout-option.active {
  background: #f2f2f2;
}
.checkout-options .b2b-checkout-option.active:before {
  content: url(../Svea_Checkout/images/check.svg);
  padding-top: 1px;
}
.checkout-options .b2b-checkout-option span {
  display: inline-block;
  padding: 6px 0;
}
.checkout-options .b2b-checkout-option button,
.checkout-options .b2b-checkout-option a.button {
  float: right;
}
.payment-method + .payment-method {
  display: none;
}
/* cart */
#minicart-content-wrapper #btn-minicart-close:before {
  font-size: 16px !important;
  line-height: 16px !important;
}
#minicart-content-wrapper .minicart-items-wrapper .action:before,
#minicart-content-wrapper .minicart-items-wrapper .product .toggle::after {
  font-size: 14px !important;
  line-height: 14px !important;
}
#minicart-content-wrapper .minicart-items-wrapper + .actions {
  display: none;
}
#minicart-content-wrapper .minicart-items-wrapper .subtotal {
  display: none !important;
}
.checkout-index-index #block-discount-heading {
  display: none;
}
.checkout-index-index .minicart-items-wrapper .subtotal {
  display: none !important;
}
.checkout-agreements button span,
.checkout-agreements a.button span {
  text-decoration: underline;
}
.billing-address-same-as-shipping-block {
  display: none !important;
}
.kontakt-index-index .page-title-wrapper {
  text-align: center;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-navigation {
  text-align: center;
  text-transform: uppsercase;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-navigation li.tab-header {
  border-left: none;
  border-top: none;
  border-right: none;
  background: none;
  text-transform: uppsercase;
  color: #767575;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active {
  border-bottom: 2px solid #799349;
  color: #000000;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-content {
  border: none;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-content #service .title-wrapper {
  text-align: center;
}
.kontakt-index-index div[data-content-type="tabs"] .tabs-content #service p {
  color: #666767;
}
.block.upsell {
  grid-area: upsell;
}
.block.upsell .upsell-list.list {
  padding: 11px;
}
.upsell-list.list {
  background: #f6f6f6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  border-radius: 3px;
}
.upsell-list.list .item {
  background: #ffffff;
  width: auto !important;
  padding: 11px;
  margin: 0px;
  margin-bottom: 0px;
}
.upsell-list.list .item .product-item-info {
  display: flex;
  text-align: left;
  width: auto;
}
.upsell-list.list .item .product-item-info .product-image-photo {
  max-width: 120px;
}
.upsell-list.list .item .product-item-info .price-box {
  margin-bottom: 5.5px 11px;
}
.upsell-list.list .item .product-item-info .price-box .price-wrapper .price {
  font-size: 1.4rem;
}
.accessories-modal .modal-inner-wrap {
  background: #f6f6f6;
  max-width: 800px;
}
/* mobile */
.page-title-wrapper {
  text-align: center;
}
.login-container {
  text-align: center;
}
.login-container .block-customer-login {
  width: 500px;
  max-width: 100%;
  min-height: 390px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.login-container .block-customer-login.block:nth-child(2n+1) {
  float: none;
  margin: auto;
}
.login-container .block-customer-login .fieldset .customer-login-info {
  margin: 27.5px;
}
.login-container .block-customer-login .fieldset .field.choice:before {
  content: none;
}
.login-container .block-customer-login .fieldset .field > .label {
  width: 100%;
  float: none;
  text-align: left;
  margin-bottom: 10px;
}
.login-container .block-customer-login .fieldset .field > .control {
  width: 100%;
  float: none;
}
.login-container .block-customer-login .fieldset .actions-toolbar {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  gap: 11px;
}
.login-container .block-customer-login .fieldset .actions-toolbar > div {
  flex: 1;
}
.login-container .block-customer-login .fieldset .actions-toolbar > div button,
.login-container .block-customer-login .fieldset .actions-toolbar > div .button,
.login-container .block-customer-login .fieldset .actions-toolbar > div a.button {
  width: 100%;
}
.login-container .block-customer-login .fieldset .actions-toolbar .primary {
  margin-right: 0px;
}
.login-container .block-customer-login .fieldset .actions-toolbar .block-login-sso-custom {
  flex: 100%;
  width: 100%;
  text-align: left;
  padding: 10px;
}
.login-container .block-customer-login .fieldset .actions-toolbar .block-login-sso-custom a {
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}
.block-dashboard-orders {
  display: none !important;
}
.customer-account-index .main a {
  text-decoration: underline;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  content: '\e613';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: inherit;
}
.sorter-action:active:before {
  color: inherit;
}
.sorter-action:hover:before {
  color: #000000;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  display: inline-block;
  text-decoration: none;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #000000;
}
.opc-block-summary > .title {
  display: block;
  text-decoration: none;
}
.opc-block-summary > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mageprince-faq-collection {
  display: grid;
  grid-template-areas: "menu control" "menu content";
  grid-auto-columns: 29% 1fr;
}
.mageprince-faq-collection .faq-groups {
  grid-area: menu;
  text-align: left;
}
.mageprince-faq-collection .faq-groups .faq-groups-wrap {
  position: sticky;
  top: 11px;
}
.mageprince-faq-collection .faq-groups .faq-groups-wrap .faq-group {
  display: block;
}
.mageprince-faq-collection .faq-groups .faq-groups-wrap .faq-group .faq-groupname {
  text-align: left;
}
.mageprince-faq-collection .faq-groups .faq-groups-wrap .faq-group .faq-groupname a {
  display: block;
  background-color: #393c41;
  padding: 20px 30px;
  color: #fff;
  text-transform: uppercase;
}
.mageprince-faq-collection .faq-groups .faq-groups-wrap .faq-group .faq-group-image {
  display: none;
}
.mageprince-faq-collection .collspan-expand-block {
  grid-area: control;
}
.mageprince-faq-collection .faq-content {
  grid-area: content;
}
.mageprince-faq-collection .faq-content .group-title {
  color: #000000;
}
.mageprince-faq-collection .faq-content .ui-state-default {
  background: #f6f6f6;
  border-color: #f6f6f6;
  font-weight: normal;
}
.mageprince-faq-collection .faq-content .ui-accordion-header:hover,
.mageprince-faq-collection .faq-content .ui-state-active {
  border-color: #799349;
  background: #799349;
}
.mageprince-faq-collection .faq-content .faq-accordion a {
  text-decoration: underline;
}
@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 11px 5.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 5.5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .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 {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .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) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .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) {
    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,
  .block-search .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,
  .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,
  .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,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results: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,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses: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,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results: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 22px;
  }
  .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 5.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,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 22px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    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: 11px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 32px;
    margin-bottom: 44px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 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 .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 27.5px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #000000;
    font-size: 14px;
    font-weight: 400;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 11px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #ffffff;
    line-height: 75px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #799349;
    border-style: solid;
    border-width: 0 0 3px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5.5px 5.5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #000000;
    padding: 8px 22px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: "none";
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #799349;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 22px;
    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: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    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 5.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 22px;
    font-size: 1.6rem;
    color: #4a4a4a;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 22px;
    padding: 5.5px 22px 5.5px 22px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    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: #000000;
    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: 6.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 34px;
    padding: 22px 22px 22px 22px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5.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: 16.5px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 11px;
    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;
  }
  .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%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 22px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #4a4a4a;
    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: #4a4a4a;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #737373;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #4a4a4a;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 27.5px;
    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 11px 11px 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: 27.5px;
  }
  .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%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5.5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 22px;
  }
  .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 22px;
    margin: 0 0 11px;
  }
  .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 5.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 11px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 22px;
    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: 11px;
  }
  .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: 27.5px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .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 11px;
  }
  .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 22px;
    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: 27.5px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 33px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 44px;
  }
  .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 22px;
  }
  .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 22px 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;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 33px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 11px 11px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 22px;
  }
  .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: 22px;
  }
  .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 22px;
    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 22px 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: 22px;
    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 22px;
  }
  .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 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #799349;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
    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: 11px;
    padding: 5.5px 11px 11px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #799349;
    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: 27.5px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .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: -22px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .header.content {
    padding: 33px 22px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #799349;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 11px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 11px;
    padding-right: 11px;
  }
  .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: 22px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .filter.block {
    margin-bottom: 44px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 11px 0;
  }
  .filter-actions {
    margin-bottom: 33px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #d1d1d1;
  }
  .page-layout-1column .filter-content {
    margin-top: 11px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 27.5px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5.5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 22px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #d1d1d1;
    padding: 5.5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5.5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #4a4a4a;
    display: inline;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 27.5px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 27.5px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .cms-index-index .page-header {
    background-color: transparent !important;
    z-index: 2;
    border-bottom: 1px solid #fff;
  }
  .cms-index-index .page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
    right: 3px;
    top: 20px;
  }
  .cms-index-index .page-header .header.content .nav-sections,
  .cms-index-index .page-header .header.content .navigation {
    background-color: transparent !important;
  }
  .cms-index-index .page-header .header.content .navigation li.level0 .level-top {
    border-bottom-color: transparent;
  }
  .cms-index-index .page-main {
    margin-top: -80px;
    z-index: 1;
  }
  .cms-index-index .page-main:before {
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    height: 200px;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    z-index: 2;
  }
  .cms-index-index .page-main .columns .column > div .pagebuilder-banner-wrapper {
    padding-top: 80px;
  }
  .cms-index-index .page-main .columns .column > div + div .pagebuilder-banner-wrapper {
    padding-top: 0px;
  }
  .nav-sections {
    margin-bottom: 0px;
  }
  .navigation {
    position: static;
  }
  .navigation .header.links {
    display: none !important;
  }
  .navigation > div {
    display: none;
  }
  .navigation ul {
    position: static;
  }
  .navigation li.level0 {
    position: static;
  }
  .navigation li.level0.parent .level-top {
    padding-right: 12px;
  }
  .navigation li.level0.parent .level-top .ui-menu-icon {
    display: none;
  }
  .navigation li.level0 .level-top {
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
  }
  .navigation li.level0 .level-top:hover span {
    position: relative;
  }
  .navigation li.level0 .level-top:hover span:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -9px;
    display: block;
    background: #ffffff;
    left: -3px;
    right: -3px;
  }
  .navigation li.level0.active > a.level-top {
    border-width: 0px;
  }
  .navigation li.level0.active > a.level-top span {
    position: relative;
  }
  .navigation li.level0.active > a.level-top span:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -9px;
    display: block;
    background: #ffffff;
    left: -3px;
    right: -3px;
  }
  .navigation li.level0 ul.level0.submenu {
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    border: none;
    padding-left: calc((100% - 1280px) / 2);
    padding-right: calc((100% - 1280px) / 2);
  }
  .navigation li.level0 ul.level0.submenu[aria-expanded="true"] {
    display: grid !important;
    padding-top: 27.5px;
    padding-bottom: 27.5px;
    grid-template-columns: repeat(auto-fill, 205px);
    gap: 11px 5.5px;
    z-index: 999;
  }
  .navigation li.level0 ul.level0.submenu[aria-expanded="true"] li.level1.parent > a > .ui-menu-icon {
    display: none;
  }
  .navigation li.level0 ul.level0.submenu[aria-expanded="true"] li.level1:not(:last-of-type) {
    border-right: 1px solid #ececec;
  }
  .navigation li.level0 ul.level0.submenu[aria-expanded="true"] li.level1 ul.submenu {
    display: block !important;
    position: relative !important;
    left: 0 !important;
    box-shadow: none;
    border: none;
    width: 100%;
    min-width: 0;
  }
  .navigation li.level0 ul.level0.submenu[aria-expanded="true"] li.level1 ul.submenu a {
    font-weight: normal;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
  }
  .category-view {
    display: flex;
    gap: 33px;
    position: relative;
  }
  .category-view .category-image {
    min-height: 300px;
    height: 100%;
    flex: 1;
    position: relative;
  }
  .category-view .category-image:after {
    content: '';
    display: block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    height: 55%;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  .category-view .category-image .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .category-view .category-image + .page-title-wrapper {
    position: absolute;
    left: 33px;
    bottom: 44px;
    z-index: 2;
  }
  .category-view .category-image + .page-title-wrapper h1.page-title {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .category-view .category-image ~ .category-description {
    width: 40%;
  }
  .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 2);
  }
  .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-layout-1column .product-info-main {
    display: grid;
    grid-template-areas: "title title" "details addto" "description addto" "upsell addto";
    grid-template-columns: 70% 1fr;
    gap: 0px 33px;
  }
  .page-layout-1column .product-info-main .page-title-wrapper {
    grid-area: title;
    position: relative;
  }
  .page-layout-1column .product-info-main .page-title-wrapper .page-title {
    text-align: left;
  }
  .page-layout-1column .product-info-main .page-title-wrapper .page-title:after {
    content: '';
    height: 1px;
    background: #799349;
    position: absolute;
    top: calc(50% - 10px);
    margin-top: 0.5px;
    right: 0px;
    left: 0;
    z-index: -1;
  }
  .page-layout-1column .product-info-main .page-title-wrapper .page-title span {
    background: #fff;
    padding-right: 11px;
  }
  .page-layout-1column .product-info-main .product-info-detail-wrapper {
    grid-area: details;
  }
  .page-layout-1column .product-info-main .description {
    grid-area: description;
  }
  .page-layout-1column .product-info-main .product-addto-wrapper {
    grid-area: addto;
  }
  .product.media .fotorama__wrap {
    height: calc(100vh - 250px) !important;
  }
  .product.media .fotorama__wrap .fotorama__stage {
    height: calc(100vh - 350px) !important;
  }
  .product.info.detailed .product.data.items {
    display: flex;
    flex-wrap: wrap;
  }
  .product.info.detailed .product.data.items > .item.title {
    text-transform: uppercase;
    padding-right: 27.5px;
    float: none !important;
    /*each(range(5),{
                    &:nth-child(@{value}) {
                        order: @value;
                        width: auto;
                    }
                });*/
  }
  .product.info.detailed .product.data.items > .item.title.active .switch {
    border-bottom: 2px solid #799349;
    margin-bottom: -2px;
    color: #000000;
  }
  .product.info.detailed .product.data.items > .item.title .switch {
    padding: 11px 5.5px;
    border: 0px;
    background: none;
    color: #666767;
  }
  .product.info.detailed .product.data.items > .item.title:nth-child(1) {
    order: 1;
    width: auto;
  }
  .product.info.detailed .product.data.items > .item.title:nth-child(3) {
    order: 2;
    width: auto;
  }
  .product.info.detailed .product.data.items > .item.title:nth-child(5) {
    order: 3;
    width: auto;
  }
  .product.info.detailed .product.data.items > .item.title:nth-child(7) {
    order: 4;
    width: auto;
  }
  .product.info.detailed .product.data.items > .item.title:nth-child(9) {
    order: 5;
    width: auto;
  }
  .product.info.detailed .product.data.items > .item.content {
    border-top: 0px;
    margin-top: 0px;
    padding: 44px 0px;
    float: none !important;
    margin-left: 0 !important;
  }
  .product.info.detailed .product.data.items > .item.content:nth-child(2) {
    order: 10;
    width: 100%;
  }
  .product.info.detailed .product.data.items > .item.content:nth-child(4) {
    order: 20;
    width: 100%;
  }
  .product.info.detailed .product.data.items > .item.content:nth-child(6) {
    order: 30;
    width: 100%;
  }
  .product.info.detailed .product.data.items > .item.content:nth-child(8) {
    order: 40;
    width: 100%;
  }
  .product.info.detailed .product.data.items > .item.content:nth-child(10) {
    order: 50;
    width: 100%;
  }
  .product.info.detailed .product.data.items > .item.content:before,
  .product.info.detailed .product.data.items > .item.content:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    background: #f6f6f6;
    height: 100%;
  }
  .product.info.detailed .product.data.items > .item.content:before {
    left: calc( ( ( (100vw - 1240px ) / 2) + 11px ) * -1);
    right: 100%;
  }
  .product.info.detailed .product.data.items > .item.content:after {
    right: calc( ( ( (100vw - 1240px ) / 2) + 11px ) * -1);
    left: 100%;
  }
  .about-dbs {
    margin: 150px 0 150px 150px;
    padding: 75px;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 2);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  body[class*='cms'] .page-wrapper .page-main {
    max-width: 100%;
  }
}
@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;
  }
}
