/**
 * 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: #255f47;
  height: calc(95%);
  color: #ffffff;
  font-size: 10px;
  margin-left: 6px;
  padding: 0 10px;
  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 #255f47;
  border-left: 0;
}
/* Multiple Colors */
.colors-block {
  display: flex;
  gap: 5px;
}
.colors-block .selected img {
  outline: 1px solid #255f47;
  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: #255f47;
}
.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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none !important;
  outline: none !important;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: white;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -5px;
  z-index: 9;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: url("../images/left-arrow.svg");
}
[dir="rtl"] .slick-prev:before {
  content: url("../images/right-arrow.svg");
}
.slick-next {
  right: -5px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: url("../images/right-arrow.svg");
}
[dir="rtl"] .slick-next:before {
  content: url("../images/left-arrow.svg");
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li a.button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li a.button:hover,
.slick-dots li a.button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li a.button:hover:before,
.slick-dots li a.button:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li a.button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active a.button:before {
  color: #000000;
  opacity: 0.75;
}
.dibs-btn {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: "Granary", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.dibs-btn:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
.dibs-btn:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.dibs-white__backdrop {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px;
}
.dibs-heading {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
.dibs-table-align {
  width: calc(100% - 205px);
  left: 205px;
  position: relative;
}
.radio,
.radio:checked:after {
  border-radius: 50% !important;
}
.checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  border: 1px solid #d1d1d1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
.checkbox:checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  background: #0094cf url("../images/checkmark.svg") no-repeat 50% 50%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-color: #0094cf;
}
.dibs_easy_checkout-index-index {
  -webkit-font-smoothing: antialiased;
}
.dibs_easy_checkout-index-index .page-title-wrapper,
.dibs_easy_checkout-index-index .nav-toggle {
  display: none;
}
.dibs_easy_checkout-index-index .page-header {
  background-color: #ffffff;
}
.dibs_easy_checkout-index-index .page-wrapper {
  background-color: #e5e5e5;
}
#dibs_easy_checkoutSidebar {
  font-family: "Granary", Helvetica, Arial, sans-serif;
  color: #444444;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-cart #dibs-easy-checkout-cart-heading {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-cart #dibs-easy-checkout-cart-heading span.counter:before {
  content: "";
  display: inline-block;
  border: 2px solid #000000;
  vertical-align: middle;
  padding: 0 4px;
  margin: 0 2px;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-cart #dibs-easy-checkout-cart-heading span.dibs-payment-methods__img img {
  vertical-align: bottom;
  float: right;
}
#dibs_easy_checkoutSidebar #dibs-easy-checkout_cart {
  border-top: 1px solid #d1d1d1;
  display: inline-block;
  width: 100%;
}
#dibs_easy_checkoutSidebar .load.indicator {
  position: fixed !important;
}
#dibs_easy_checkoutSidebar .load.indicator:before {
  background: transparent url("../images/ajax-loader.gif") no-repeat 50% 50%;
}
#dibs_easy_checkoutSidebar input:not(.qty),
#dibs_easy_checkoutSidebar select,
#dibs_easy_checkoutSidebar textarea {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
#dibs_easy_checkoutSidebar input:not(.qty),
#dibs_easy_checkoutSidebar select:not(.qty) {
  height: 50px;
}
#dibs_easy_checkoutSidebar input[type='checkbox'],
#dibs_easy_checkoutSidebar select[type='checkbox'] {
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  border: 1px solid #d1d1d1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
#dibs_easy_checkoutSidebar input[type='checkbox']:checked:after,
#dibs_easy_checkoutSidebar select[type='checkbox']:checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  background: #0094cf url("../images/checkmark.svg") no-repeat 50% 50%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-color: #0094cf;
}
#dibs_easy_checkoutSidebar input[type='radio'],
#dibs_easy_checkoutSidebar select[type='radio'] {
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  border: 1px solid #d1d1d1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
#dibs_easy_checkoutSidebar input[type='radio'],
#dibs_easy_checkoutSidebar select[type='radio'],
#dibs_easy_checkoutSidebar input[type='radio']:checked:after,
#dibs_easy_checkoutSidebar select[type='radio']:checked:after {
  border-radius: 50% !important;
}
#dibs_easy_checkoutSidebar input[type='radio']:checked:after,
#dibs_easy_checkoutSidebar select[type='radio']:checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  background: #0094cf url("../images/checkmark.svg") no-repeat 50% 50%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-color: #0094cf;
}
#dibs_easy_checkoutSidebar h4[role="heading"] {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin-top: 0;
}
#dibs_easy_checkoutSidebar h4[role="heading"] .total-currency {
  float: right;
  padding-left: 5px;
}
#dibs_easy_checkoutSidebar h4[role="heading"] .total-title {
  float: right;
  padding-right: 10px;
}
#dibs_easy_checkoutSidebar h4[role="heading"] .total-amount {
  float: right;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset {
  position: relative;
  display: flex;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .field {
  flex: 1;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset input {
  border-right: none !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.apply.primary,
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.cancel.primary,
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.apply.primary:hover,
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.cancel.primary:hover {
  background: transparent;
  border: 1px solid #d1d1d1;
  color: #0094cf;
  height: 50px;
  border-left: none !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.grand-total .total-info {
  color: #888888;
}
#dibs_easy_checkoutSidebar .slick-slide:not(.slick-active) {
  position: relative;
  opacity: .7;
}
#dibs_easy_checkoutSidebar .slick-slide:not(.slick-active):after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
#dibs-checkout-iframe {
  vertical-align: bottom;
}
.different-checkout-link {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #ffffff;
}
.different-checkout-link a {
  color: #0094cf;
}
table.dibs-easy-checkout-review th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}
table.dibs-easy-checkout-review th,
table.dibs-easy-checkout-review td {
  vertical-align: middle;
}
table.dibs-easy-checkout-review th.qty,
table.dibs-easy-checkout-review td.qty {
  text-align: center !important;
}
table.dibs-easy-checkout-review td.qty div.qty {
  display: flex;
}
table.dibs-easy-checkout-review td.qty .remove-product {
  display: inline-flex;
  align-items: center;
}
table.dibs-easy-checkout-review td.qty .remove-product span {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  margin-right: 40px;
  display: block;
  line-height: 26px;
  font-weight: 200;
}
table.dibs-easy-checkout-review td.qty span.qty {
  display: flex;
}
table.dibs-easy-checkout-review td.qty span.qty input {
  border-left: 0 !important;
  border-right: 0 !important;
  border: 1px solid #d1d1d1;
  width: 50px;
  height: 40px;
  text-align: center;
}
table.dibs-easy-checkout-review td.qty span.qty input:not([disabled]):focus {
  box-shadow: none;
}
table.dibs-easy-checkout-review td.qty span.qty .input-number-increment,
table.dibs-easy-checkout-review td.qty span.qty .input-number-decrement {
  height: 38px;
  width: 35px;
  text-align: center;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
table.dibs-easy-checkout-review td.qty span.qty .input-number-increment {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  font-size: 20px;
  line-height: 40px;
}
table.dibs-easy-checkout-review td.qty span.qty .input-number-decrement {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  font-size: 28px;
  line-height: initial;
}
table.dibs-easy-checkout-review td.subtotal {
  text-align: right !important;
}
table.dibs-easy-checkout-review td.subtotal .price {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dl {
  margin-top: 20px;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
  font-weight: 400 !important;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dt:after {
  content: ': ';
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .product-item-name {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
table.dibs-easy-checkout-review .col.price .currency {
  padding-left: 3px;
}
table.dibs-easy-checkout-review .col.price .currency:before {
  content: '(';
}
table.dibs-easy-checkout-review .col.price .currency:after {
  content: ')';
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell {
  width: 100%;
  padding: 0;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .block-title {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items {
  width: 100%;
  margin: 0;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item {
  display: inline-block;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  width: 25%;
  margin: 0 15px;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item img {
  border-radius: 4px;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item .product-item-info {
  width: 100%;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item .product-item-details {
  padding-bottom: 20px;
}
.dibs-easy-checkout-shipping {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d1d1d1;
}
.dibs-easy-checkout-shipping .dibs-easy-checkout-section-content {
  width: 100%;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method {
  width: 100%;
  margin: 0;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row {
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 34px 0 0;
  padding: 50px 30px;
  border: 1px solid #d1d1d1;
  position: relative;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row:hover {
  border-color: #0094cf;
  opacity: 1 !important;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row input[type='radio'] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row span > * {
  display: block;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row .price {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  display: block;
}
@media only screen and (max-width: 560px) {
  .dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row {
    margin-right: 0;
  }
}
.dibs-easy-checkout-shipping .slick-list.draggable {
  margin-top: 10px;
}
.dibs-easy-checkout-shipping .slick-dots li {
  margin: 0;
}
.dibs-easy-checkout-shipping .slick-dots li.slick-active button,
.dibs-easy-checkout-shipping .slick-dots li.slick-active a.button {
  border-color: #0094cf;
  background-color: #0094cf;
}
.dibs-easy-checkout-shipping .slick-dots button,
.dibs-easy-checkout-shipping .slick-dots a.button {
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  background-color: white;
  text-indent: -9999px;
  box-shadow: none !important;
}
.dibs-easy-checkout-shipping #shipping-method-button {
  height: 50px;
  position: relative;
  top: -1px;
  text-transform: none;
  font-size: 18px;
}
body.dibs_easy_checkout-index-index #checkout {
  width: 100%;
}
body.dibs_easy_checkout-index-index #checkout .opc-wrapper {
  padding: 0;
  left: 205px;
  width: calc(100% - 205px);
  position: relative;
}
@media (max-width: 768px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper {
    left: auto;
    width: 100%;
  }
}
@media (max-width: 639px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper .form.methods-shipping {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
}
body.dibs_easy_checkout-index-index #checkout .opc-wrapper .step-title {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1024px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper .table-checkout-shipping-method {
    min-width: 450px;
  }
}
@media (max-width: 639px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper .table-checkout-shipping-method {
    min-width: 1px;
  }
}
body.dibs_easy_checkout-index-index #checkout .opc-wrapper #checkout-shipping-method-load input[type='radio'] {
  top: 0;
  margin: 0;
  box-shadow: none;
}
button:not(.primary).dibs-primary,
a.button:not(.primary).dibs-primary {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: "Granary", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  height: 40px;
  font-size: 14px;
  padding: 10px 50px;
  text-transform: uppercase;
}
button:not(.primary).dibs-primary:focus,
a.button:not(.primary).dibs-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
button:not(.primary).dibs-primary:hover,
a.button:not(.primary).dibs-primary:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.go-to-container {
  margin-top: 20px;
}
.go-to-container .go-to {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: "Granary", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
  text-align: center;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  padding: 12px 30px;
  width: 174px;
  height: 50px;
}
.go-to-container .go-to:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
.go-to-container .go-to:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.shipping-price {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  float: right;
  text-align: right;
}
#dibs-easy-checkout_cart_totals {
  text-align: right;
  color: #000000;
}
.dibs_easy_checkout-order-success .columns {
  letter-spacing: 0.5px;
}
.dibs_easy_checkout-order-success .dibs-primary {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
  text-align: center;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  padding: 12px 30px;
  width: 174px;
  height: 50px;
  font-weight: 600;
}
.dibs_easy_checkout-order-success .checkout-success h1 {
  color: #000000;
  text-align: center;
  font-weight: 600;
}
.dibs_easy_checkout-order-success #dibs_easy_checkoutSidebar {
  max-width: 1040px;
  margin: 0 auto;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details {
  list-style: none;
  display: table;
  width: 100%;
  margin: 15px 0 30px;
  padding: 15px 0 0;
  font-size: 18px;
  border-top: 6px solid #0094cf;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details li {
  float: none;
  margin-bottom: 0;
  text-align: left;
  font-weight: 300;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details li strong {
  width: 100%;
  display: block;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items {
  margin: 70px 0;
  border: 3px solid #0094cf;
  position: relative;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items strong {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table th,
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table td {
  font-size: 16px;
  padding: 15px 0;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table th {
  text-transform: uppercase;
  font-weight: 600;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table td.col-item {
  font-weight: 600;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table td.col-amount {
  font-weight: 300;
}
#nwt_unifaun_form label {
  font-weight: 600;
}
#nwt_unifaun_form .nwt_unifaun_form_agent label[for^="nwt_unifaun_form_agent_select_custom"]:first-child {
  width: 100%;
  margin-bottom: 0;
}
#nwt_unifaun_form .nwt_unifaun_form_agent label[for="nwt_unifaun_postcode"] {
  display: inline-block;
  width: 100%;
}
#nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_postcode,
#nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_select_agent {
  height: 35px;
}
@media only screen and (max-width: 560px) {
  #nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_postcode {
    width: 40% !important;
  }
}
#nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_select_agent {
  margin-bottom: 0;
}
#nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent,
#nwt_unifaun_form .nwt_unifaun_form_agent a.button.nwtunifaun-choose-agent {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: "Granary", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  height: 35px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 15px;
}
#nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent:focus,
#nwt_unifaun_form .nwt_unifaun_form_agent a.button.nwtunifaun-choose-agent:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
#nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent:hover,
#nwt_unifaun_form .nwt_unifaun_form_agent a.button.nwtunifaun-choose-agent:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1000px) {
  #nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent,
  #nwt_unifaun_form .nwt_unifaun_form_agent a.button.nwtunifaun-choose-agent {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent,
  #nwt_unifaun_form .nwt_unifaun_form_agent a.button.nwtunifaun-choose-agent {
    margin-top: 10px;
  }
}
#nwt_unifaun_form #nwt_unifaun_form_cellphone #nwt_unifaun_cellphone {
  height: 35px;
}
@media only screen and (max-width: 767px) {
  #nwt_unifaun_form input[type="text"] {
    border-top: 1px solid #d1d1d1 !important;
    border-radius: 4px !important;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper {
    left: 0;
  }
  .modal-popup.modal-slide.nets-popup-wrapper .action-close {
    margin-top: 3rem;
  }
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap {
  height: calc(100% - 10rem);
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-header h1 {
  border-bottom: 0;
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-content,
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-content div {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-footer {
  display: none;
}
#nets-popup-iframe {
  width: 100%;
  height: 100%;
}
.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;
}
@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%;
}
.catalog-product-view .monthly-price + div {
  margin-top: 10px;
}
.catalog-product-view .pricing-container .old-price {
  display: block;
  margin-top: 5px;
  margin-left: 0;
}
.leasing-price > div:not(.monthly-price):not(.price-heading) {
  display: block;
}
.leasing-price > div:not(.monthly-price):not(.price-heading) span {
  color: #5b5b5b !important;
  line-height: 1.6;
  font-size: 12px !important;
}
.leasing-price > div:not(.monthly-price):not(.price-heading) span.price {
  font-weight: bold;
}
.leasing-price .total-savings {
  margin-top: 10px;
}
/*.total-incl-buyout,
.leasing-total {
	display: block;
	span {
		color: #5b5b5b!important;
		line-height: 1.6;
	    font-size: @font-size__s!important;
	}
}*/
.pricing-container {
  margin-bottom: 25px;
}
.pricing-container .leasing-notice {
  color: #C74848;
  margin: 0 0 10px 0;
  font-size: 12px;
}
.pricing-container .price-heading {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 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: 25px 0;
}
.pricing-container .leasing-price + .direct-price {
  margin-top: 25px;
}
.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: 18px;
  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: 14px !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: 10px;
}
@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;
  scroll-margin-top: 70px;
}
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: #c31212;
  /*display: inline-block!important;*/
  margin-right: 5px;
}
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: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #255f47;
  color: #ffffff;
  text-align: center;
  border: 0px solid #ffffff;
  box-shadow: 6px 3px 37px #0c1e16;
  animation: hide-message 0s 3s forwards;
  opacity: 1;
  transition: opcaity 1s;
}
.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;
}
@keyframes hide-message {
  to {
    opacity: 0;
  }
}
.table-wrapper {
  overflow: auto;
}
table {
  max-width: 100%;
}
.usp-widget-container.alignment-center .usp-list {
  justify-content: space-between;
  align-items: flex-start;
}
#CookiebotWidget {
  z-index: 997;
}
#newsletter-validate-detail {
  display: none;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
footer.page-footer {
  font-size: 12px;
  background-color: #255f47;
  color: #f9eddc;
  padding: 25px;
}
footer.page-footer .limit-footer-width {
  max-width: 1500px;
  margin: auto;
}
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: #f9eddc;
  font-weight: 500;
}
footer.page-footer a {
  color: #f9eddc;
}
footer.page-footer a + br + a {
  display: inline-block;
  margin-top: 5px;
}
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 10px;
}
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: 12px;
}
footer.page-footer .newsletter-wrapper .block.newsletter .actions .subscribe:active,
footer.page-footer .newsletter-wrapper .block.newsletter .actions .subscribe:hover {
  color: #f9eddc;
}
.hidden {
  height: 0;
  visibility: hidden;
}
header.page-header {
  background-color: #255f47;
  top: 0;
  border-bottom: none;
}
header.page-header li a[href*="customer/account/login"],
header.page-header li.account-link {
  display: none !important;
}
header.page-header .panel.wrapper {
  background-color: #01150d;
  border-bottom-color: #01150d;
}
header.page-header .panel.wrapper .panel.header {
  max-width: 2800px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 10px;
  color: #ffffff;
  justify-content: flex-end;
}
header.page-header .panel.wrapper .panel.header:before {
  content: none;
}
header.page-header .panel.wrapper .panel.header a:not(.primary):not(.secondary) {
  color: #ffffff;
}
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.text {
  font-size: 12px;
}
header.page-header .panel.wrapper .panel.header .header.links,
header.page-header .panel.wrapper .panel.header .header.links ul {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  list-style: none;
  float: none;
  margin: 0;
  padding-left: 0px;
  justify-content: flex-end;
}
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;
  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(-12.5px);
  top: calc(-10px);
  bottom: calc(-10px);
}
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 {
  max-width: 2800px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  position: static;
}
header.page-header .header.content:after,
header.page-header .header.content:before {
  content: none;
}
header.page-header .header.content .logo {
  margin: auto;
  max-width: min(500px, 30%);
}
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-title {
  display: none;
}
header.page-header .header.content .nav-sections .section-items .section-item-content {
  margin-top: 0px !important;
  padding: 0px;
}
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: 5px;
}
header.page-header .header.content .minicart-wrapper > *:before,
header.page-header .header.content .toggle-search > *:before {
  font-size: 17px !important;
}
header.page-header .header.content .minicart-wrapper {
  padding-right: 10px;
}
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: 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: #f9eddc;
  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: 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: #f9eddc;
  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 10px;
}
header.page-header .header.content .block-search .block-content {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: auto;
}
header.page-header .header.content .block-search .block-content .control {
  padding: 10px 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: #255f47;
}
@font-face {
  font-family: Granary;
  src: url("../fonts/Granary-Regular.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Granary;
  src: url("../fonts/Granary-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Granary;
  src: url("../fonts/Granary-Semi-Bold.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Granary;
  src: url("../fonts/Granary-Bold.otf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Granary;
  src: url("../fonts/Granary-Regular-Italic.otf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Granary;
  src: url("../fonts/Granary-Light.otf");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Granary;
  src: url("../fonts/Granary-Light-Italic.otf");
  font-weight: lighter;
  font-style: italic;
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
}
/*@font-size__xxs: 1rem;
@font-size__xs: 1.2rem;
@font-size__xl: 2.2rem;*/
body {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
}
.cms-page-view .main a {
  text-decoration: underline;
}
.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: #000;
}
.main .ves-container strong {
  font-weight: 500;
}
/*@media screen and (min-width: @layout__max-width){
    .catalog-category-view .page-main{
        max-width: 1920px;
        padding-left: @indent__l;
        padding-right: @indent__l;
    }
}*/
.slick-slider .product-item-info {
  width: auto;
}
.block.filter .filter-options-title {
  text-transform: none !important;
}
@media (max-width: 500px) {
  .products-grid .products.list {
    grid-template-columns: 100% !important;
  }
}
div[data-content-type="products"] .product-item-info .product-item-actions .swatch-attribute-options {
  justify-content: flex-start;
}
div[data-content-type="products"] .product-item-info .product-item-actions .more {
  width: 100%;
}
.products.list .product-item-info .product.actions .swatch-attribute-options {
  justify-content: flex-start;
}
.products.list .product-item-info .product.actions .more,
.products.list .product-item-info .product.actions .tocart {
  width: 100%;
}
:root {
  --sparxpres-main-color: #255f47;
  --sparxpres-slider-bg-color: #9b9ca0;
  --sparxpres-slider-pct: 0%;
}
.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 {
  /* configurable */
}
.page-layout-1column .product-info-main .product-addto-wrapper #sparxpres_web_sale {
  margin-top: 20px;
}
.page-layout-1column .product-info-main .product-addto-wrapper .price-box .price-wrapper .price {
  font-size: 21px;
  font-weight: bold;
}
.page-layout-1column .product-info-main .product-addto-wrapper .svea-campaign .svea-campaign-pricing {
  font-size: 10px;
}
.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: #ca4d1c;
  border-radius: 3px;
  border-bottom: 0;
  font-size: 1.4rem;
}
.page-layout-1column .product-info-main .product-addto-wrapper #product-addtocart-button {
  width: 100%;
  border-color: #ca4d1c;
  background: #ca4d1c;
}
.page-layout-1column .product-info-main .product-addto-wrapper #product-addtocart-button:focus,
.page-layout-1column .product-info-main .product-addto-wrapper #product-addtocart-button:active {
  border-color: #ca4d1c;
  background: #ca4d1c;
  color: #ffffff;
}
.page-layout-1column .product-info-main .product-addto-wrapper #product-addtocart-button:hover {
  border-color: #ca4d1c;
  color: #ca4d1c;
  background: none;
}
.page-layout-1column .product-info-main .product-addto-wrapper .box-tocart {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.page-layout-1column .product-info-main .product-addto-wrapper .box-tocart .fieldset {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0px;
}
.page-layout-1column .product-info-main .product-addto-wrapper .box-tocart .fieldset .qty {
  margin-bottom: 0px;
}
.page-layout-1column .product-info-main .product-addto-wrapper .box-tocart .fieldset .qty .input-text.qty {
  height: 45px;
  width: 70px;
}
.page-layout-1column .product-info-main .product-addto-wrapper .box-tocart .fieldset .actions {
  padding-top: 0px;
  flex: 1;
}
.page-layout-1column .product-info-main .product-info-stock-sku {
  margin-bottom: 30px;
}
.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: #e0561f;
}
/* Media */
.product.media .fotorama__wrap .fotorama__nav-wrap {
  text-align: center;
}
.product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__thumb-border {
  border-color: #255f47;
}
.product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__thumb-border .fotorama__thumb {
  background-color: none;
}
.product.media .fotorama__wrap .fotorama__stage__frame .fotorama__img {
  padding: 25px;
  box-sizing: border-box;
}
/* 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: 25px 25px;
  border-radius: 3px;
  border-bottom: 0px;
}
#product-review-container .rating-result {
  margin-left: 0;
  margin-bottom: 10px;
}
#product-review-container .review-ratings {
  float: none;
}
/* TABS */
.product.info.detailed {
  order: 2;
}
.product.info.detailed .product.data.items {
  max-width: 1500px;
  margin: auto;
}
.product.info.detailed .product.data.items > .item.content {
  position: relative;
  width: 100%;
}
.product.info.detailed .product.data.items > .item.content #product-attribute-specs-table {
  width: 100%;
}
.product.info.detailed .product.data.items > .item.content #product-attribute-specs-table tr {
  border-bottom: 1px solid #b9b9b9;
  padding: 0 10px;
}
.product.info.detailed .product.data.items > .item.content #product-attribute-specs-table tr:hover {
  background: #f8f5f2;
}
.product.info.detailed .product.data.items > .item.content #product-attribute-specs-table .label {
  font-weight: bold;
  color: #666767;
  text-transform: uppercase;
}
.product.info.detailed .product.data.items > .item.content #product-attribute-specs-table .label,
.product.info.detailed .product.data.items > .item.content #product-attribute-specs-table .data {
  padding: 10px 5px;
}
/* SPARXPRES */
#sparxpres_web_sale .sparxpres-container:last-of-type {
  margin-bottom: 0px !important;
}
.sparxpres-xprespay-content {
  background: #f8f5f2;
}
/* filter */
#layered-filter-block .block-subtitle {
  display: none;
}
/* swatches */
.product-options-wrapper {
  margin-top: 25px;
}
.product-options-wrapper .swatch-attribute .swatch-attribute-label:after {
  content: ' *';
  color: red;
}
.product-options-wrapper .swatch-attribute .mage-error {
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #ea1c1c;
  background: #e02b27;
  color: #fff;
  min-width: 151px;
  text-align: center;
  box-sizing: border-box;
}
.product-options-wrapper .has-rec-height .swatch-attribute-options .swatch-rec-height__content {
  background-image: url('../images/measure-height.svg');
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 6px;
  padding-left: 30px;
  padding-top: 2px;
  box-sizing: border-box;
  min-width: 97px;
  max-height: 30px;
}
/* Related */
.block.related {
  order: 2;
  background: #f8f5f2;
  margin-bottom: 0px;
  padding-bottom: 30px;
  position: relative;
  grid-area: related;
  max-width: 100%;
}
.block.related > div {
  max-width: 1500px;
  margin: auto;
}
.block.related:before,
.block.related:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  background: #f8f5f2;
  height: 100%;
}
.block.related:before {
  left: -20px;
  right: 100%;
}
.block.related:after {
  right: -20px;
  left: 100%;
}
.block.related .block-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}
.block.related .block-title strong {
  font-weight: normal;
  font-size: 2.3rem;
}
.block.related .block-title:after,
.block.related .block-title:before {
  content: '';
  background: rgba(0, 0, 0, 0.16);
  height: 1px;
  flex: 1 1 0%;
}
.block.related .block-title:after {
  margin-left: 20px;
}
.block.related .block-title:before {
  margin-right: 20px;
}
.block.related .product-item .product-item-info {
  background: #fff;
  padding: 25px;
}
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: 1500px;
  margin-top: 30px;
}
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[class^="cms-"] .page-wrapper .column.main > div[data-appearance="full-width"] {
  padding-top: 30px;
}
body[class^="cms-"] .page-wrapper .column.main > div[data-appearance="contained"] {
  padding-top: 30px;
  max-width: 85ch;
  margin: auto;
}
body[class^="cms-"] .page-wrapper .column.main > div[data-content-type="row"] ~ div[data-appearance="full-width"],
body[class^="cms-"] .page-wrapper .column.main > div[data-content-type="row"] ~ div[data-appearance="contained"] {
  padding-top: 0px;
}
body[class^="cms-"] .page-wrapper .column.main div[data-content-type="text"] {
  max-width: 85ch;
  margin-left: auto;
  margin-right: auto;
}
body.cms-index-index .page-wrapper .page-main .page-title-wrapper {
  margin-top: 0px;
}
.pagebuilder-banner-wrapper [data-element="content"] {
  min-height: 0px;
}
div[data-appearance="carousel"] > .product-items:not(.slick-initialized) {
  aspect-ratio: 3.38600451;
}
.pagebuilder-slider:not(.slick-initialized) {
  aspect-ratio: 3.84592145;
}
/* Slider overlay */
.pagebuilder-slide-wrapper .pagebuilder-overlay:before {
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  height: 35%;
  display: block;
  width: 100%;
}
/* DESKTOP */
/* MOBILE */
div[data-content-type="products"] .slick-list {
  padding: 25px 0;
}
div[data-content-type="products"] .slick-list .slick-slide .product-item {
  padding: 0 10px;
}
div[data-content-type="products"] .slick-list .slick-slide .product-item .product-item-details div[class^='swatch-opt'] {
  display: none;
}
div[data-content-type="products"] .slick-dots {
  padding-bottom: 25px;
}
/*button{text-transform: uppercase;}*/
/* product list */
.top-cart-btn-checkout.primary,
.product-item-actions .tocart.primary {
  line-height: 1.2rem;
  padding: 10px 15px;
  font-size: 1.1rem;
  font-size: 1.6rem;
}
a.button {
  display: inline-block;
  text-decoration: none;
  margin-top: 0px !important;
}
a.button:hover,
a.button:active,
a.button:focus {
  text-decoration: none;
}
button,
a.button {
  transition: all 0.3s ease-out allow-discrete;
}
button span,
a.button span {
  padding-right: 20px;
  padding-left: 5px;
  position: relative;
}
button span:after,
a.button span:after {
  position: absolute;
  padding-left: 5px;
  opacity: .8;
  font-weight: bold;
  margin-top: -2px;
  top: calc(47%);
  margin-left: 5px;
  transition: all 0.3s ease-out allow-discrete;
}
button:hover span:after,
a.button:hover span:after {
  margin-left: 10px;
}
button.primary span,
a.button.primary span {
  display: inline-block;
  text-decoration: none;
}
button.primary span:after,
a.button.primary span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
button.primary span:hover:after,
a.button.primary span:hover:after {
  color: #255f47;
}
button.secondary:hover,
a.button.secondary:hover {
  border: 1px solid #000000;
}
button.secondary span,
a.button.secondary span {
  display: inline-block;
  text-decoration: none;
}
button.secondary span:after,
a.button.secondary span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1;
  color: inherits;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
button.secondary span:hover:after,
a.button.secondary span:hover:after {
  color: #ffffff;
}
.svea_checkout-index-index #svea_checkoutSidebar,
.svea_checkout-index-index .page-main,
.svea_checkout-order-success .page-main {
  font-family: "Granary", 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: 14px;
}
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: #255f47;
  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;
}
.svea_checkout-index-index .page-main *:not(.note):not(.leasing-total span):not(.total-incl-buyout span) {
  color: #000000 !important;
}
.opc-block-summary > .title:after {
  content: none !important;
}
table.svea-checkout-review td.subtotal .price {
  font-size: 12px;
  font-weight: normal;
}
table.svea-checkout-review td.subtotal .price-header {
  font-weight: bold;
  font-size: 12px;
}
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: 10px;
  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-index-index .authentication-wrapper {
  display: none !important;
}
.checkout-index-index .payment-group .step-title + .payment-method {
  /*.checkout-agreement{
                display: none;
            }*/
}
.checkout-index-index .street .additional {
  display: none !important;
}
.checkout-index-index .leasing-totals.leasing-disabled {
  display: none !important;
}
.checkout-index-index .leasing-totals.leasing-enabled + .table-totals {
  display: none;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
  padding: 20px;
  display: inline-block;
  min-width: 142px;
  background: #f5f5f5;
  line-height: 1.6;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details .address-custom {
  display: none;
}
.shipping-information-content {
  overflow: hidden;
  max-height: 135px;
}
.shipping-information-content .address-custom {
  display: none;
}
.checkout-agreements button span,
.checkout-agreements a.button span {
  text-decoration: underline;
}
.billing-address-same-as-shipping-block {
  display: none !important;
}
.opc-block-summary .leasing-totals .monthly,
.opc-block-summary .leasing-totals .total-inc-buyout,
.opc-block-summary .leasing-totals .buyout {
  display: none;
}
.payment-group .payment-method {
  /*#checkmo{
            display: none;

            + label {
                display: none;
            }
        }*/
}
.payment-group .payment-method.nets .checkout-agreement {
  display: none !important;
}
/* CART */
.cart-summary #block-shipping {
  display: none !important;
}
.product.actions .edit {
  display: none !important;
}
.checkout-onepage-success #registration {
  display: none !important;
}
.block.crosssell {
  margin-top: 0px !important;
}
#checkout-loader.loading-mask {
  background: #fff;
  top: 120px;
}
.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 #ca4d1c;
  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;
  border-top: 1px solid #eae5e0;
  padding-top: 25px;
}
.block.upsell .upsell-list.list {
  padding: 25px;
}
.upsell-list.list {
  background: #f8f5f2;
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 15px !important;
  border-radius: 3px;
}
.upsell-list.list .item {
  background: #ffffff;
  width: auto !important;
  padding: 10px;
  margin: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
}
.upsell-list.list .item .product-item-info {
  display: flex;
  text-align: left;
  width: auto;
  flex-direction: row !important;
}
.upsell-list.list .item .product-item-info .product-item-photo,
.upsell-list.list .item .product-item-info .product-image-photo {
  max-width: 120px !important;
}
.upsell-list.list .item .product-item-info .price-box {
  margin-bottom: 5px 10px;
}
.upsell-list.list .item .product-item-info .price-box .price-wrapper .price {
  font-size: 1.4rem;
}
.upsell-list.list .item .product-item-info .product.details {
  margin-left: 25px;
}
.accessories-modal .modal-inner-wrap {
  background: #f8f5f2;
  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: 25px;
}
.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: 10px;
}
.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;
}
.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: #255f47;
  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: #255f47;
}
.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: #255f47;
  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: #255f47;
}
.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;
}
.usp-icon.check:after {
  font-size: 16px;
}
.product-info-main .action.tocompare {
  display: block;
  text-decoration: none;
}
.product-info-main .action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: inherit;
  content: '\e61e';
  font-family: 'luma-icons';
  margin: 0 4px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-options-wrapper .swatch-attribute .mage-error {
  display: block;
  text-decoration: none;
}
.product-options-wrapper .swatch-attribute .mage-error:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: inherit;
  content: '\e602';
  font-family: 'luma-icons';
  margin: 0 11px 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: 10px;
}
.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: #ca4d1c;
  border-color: #ca4d1c;
  font-weight: normal;
}
.mageprince-faq-collection .faq-content .ui-accordion-header:hover,
.mageprince-faq-collection .faq-content .ui-state-active {
  border-color: #ca4d1c;
  background: #ca4d1c;
}
.mageprince-faq-collection .faq-content .faq-accordion a {
  text-decoration: underline;
}
.slick-list .slick-track {
  display: flex;
}
.slick-list .slick-track .slick-slide {
  float: none !important;
  height: auto !important;
}
.slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.slick-list .slick-track .slick-slide .product-item {
  height: 100%;
  padding: 0 10px;
}
.slick-list .slick-track .slick-slide .product-item .product-item-info {
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.slick-list .slick-track .slick-slide .product-item .product-item-info a {
  max-width: 100%;
}
.slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details {
  flex: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details .product-item-inner {
  flex: 1;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
.slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  width: 100%;
}
body:not(.easycheckout) .pagebuilder-slider .slick-dots {
  bottom: 5px;
}
body:not(.easycheckout) .pagebuilder-slider .slick-dots li.slick-active button,
body:not(.easycheckout) .pagebuilder-slider .slick-dots li.slick-active a.button {
  background: #255f47;
}
body:not(.easycheckout) .pagebuilder-slider .slick-dots li button,
body:not(.easycheckout) .pagebuilder-slider .slick-dots li a.button {
  background: #bfaa8d;
}
body:not(.easycheckout) .slick-dots li {
  height: 11px;
  width: 11px;
}
body:not(.easycheckout) .slick-dots li.slick-active button,
body:not(.easycheckout) .slick-dots li.slick-active a.button {
  background: #255f47;
}
body:not(.easycheckout) .slick-dots li button,
body:not(.easycheckout) .slick-dots li a.button {
  background: #f9eddc;
  height: 11px;
  width: 11px;
}
body:not(.easycheckout) .slick-next,
body:not(.easycheckout) .slick-prev {
  box-shadow: none !important;
  background: none;
}
body:not(.easycheckout) .slick-next {
  display: inline-block;
  text-decoration: none;
}
body:not(.easycheckout) .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: 27px;
  color: #000000;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body:not(.easycheckout) .slick-next:hover:before {
  color: #255f47;
}
body:not(.easycheckout) .slick-prev {
  display: inline-block;
  text-decoration: none;
}
body:not(.easycheckout) .slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: 27px;
  color: #000000;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body:not(.easycheckout) .slick-prev:hover:before {
  color: #255f47;
}
.product-items.slick-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-bottom: 5px;
}
.product-items.slick-slider .special-price + .old-price.no-display {
  display: block;
}
.product-items.slick-slider .slick-next {
  right: 0px;
}
.product-items.slick-slider .slick-prev {
  left: 0px;
}
.product-items.slick-slider .slick-prev + .slick-list {
  margin: 0 35px;
}
.compare-banner {
  position: fixed !important;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 998;
  background: #fff;
  border-top: 1px solid #ccc;
  font-size: 14px !important;
  font-weight: 500;
}
.compare-banner .inner-compare-wrap {
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin: auto;
}
.compare-banner .inner-compare-wrap.no-display {
  display: none;
}
.compare-banner .inner-compare-wrap a:not(.primary) {
  color: #000 !important;
}
.compare-banner .inner-compare-wrap a .primary:hover {
  color: #255f47 !important;
}
.compare-banner .inner-compare-wrap .compare-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
}
#product-comparison thead td {
  border-bottom: 0px;
}
#product-comparison tbody th {
  font-weight: bold;
  background: #f5f5f5;
  border: 1px solid #d6d6d6;
}
.product-info-main .action.tocompare {
  display: inline-flex;
  align-items: flex-end;
  font-size: 13px;
  padding: 0;
  padding-bottom: 0px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 3px;
  border-width: 0;
  border-radius: 0;
  margin: 25px 0;
}
.product-info-main .action.tocompare:hover {
  background: none;
  color: #255f47;
}
.secondary-addto-links {
  display: none !important;
}
.contact-index-index .fieldset {
  margin-bottom: 20px;
}
.contact-index-index .fieldset .legend {
  padding-bottom: 0;
}
.contact-info-number {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .contact-info-number {
    font-weight: 300;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px), print {
  ._rwd_width {
    min-width: 0 !important;
    max-width: auto !important;
  }
  ._rwd_width_float {
    width: 100% !important;
    float: none !important;
  }
  .contact-index-index .fieldset .legend {
    border: none;
  }
  .contact-index-index .column.main .widget.static.block {
    float: left;
    width: 70%;
  }
  .contact-info-number {
    margin-bottom: 15px;
  }
  .column:not(.sidebar-main) .form.contact,
  .column:not(.sidebar-additional) .form.contact {
    width: 27%;
    float: right;
  }
}
.cms-index-index .page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.widget .block-promo img {
  max-width: none;
}
.block-promo {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  color: #333 !important;
}
.block-promo:hover {
  text-decoration: none;
}
.block-promo .content {
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  padding: 25px 35px 35px;
}
.block-promo .title {
  display: block;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.block-promo .info {
  display: block;
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-promo .more {
  font-size: 1.6rem;
}
.block-promo .icon.more {
  display: inline-block;
  text-decoration: none;
}
.block-promo .icon.more:after {
  font-family: 'luma-icons';
  content: '\e608';
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 0 5px;
}
.block-promo .button.more {
  font-size: 1.8rem;
  background-image: none;
  background: #1979c3;
  padding: 7px 15px;
  color: #fff;
  border: 1px solid #1979c3;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-decoration: none;
  padding: 10px 15px;
}
.block-promo .button.more:focus,
.block-promo .button.more:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-promo .button.more:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-promo .button.more.disabled,
.block-promo .button.more[disabled],
fieldset[disabled] .block-promo .button.more {
  cursor: default;
  pointer-events: none;
  opacity: .5;
}
.block-promo .title + .button {
  margin-top: 10px;
}
.block-promo sup {
  top: -0.2em;
}
.block-promo-2columns .content {
  padding: 20px 25px;
}
.womens-main .content,
.womens-pants .content,
.training-main .content,
.training-erin .content,
.sale-main .content,
.sale-women .content,
.mens-main .content,
.mens-pants .content,
.gear-main .content,
.gear-equipment .content,
.new-main .content,
.new-eco .content,
.home-main .content,
.home-performance .content,
.home-eco .content,
.collection-eco .content,
.collection-performance .content {
  background-color: rgba(255, 255, 255, 0.9);
}
.sale-main,
.mens-main,
.gear-main,
.womens-main {
  max-width: 1080px;
}
.sale-women,
.sale-mens,
.mens-pants,
.womens-pants,
.gear-fitnes,
.gear-equipment,
.new-performance,
.new-eco {
  max-width: 580px;
}
.training-main,
.training-erin,
.collection-eco,
.collection-performance,
.home-main {
  max-width: 1280px;
}
.home-pants .content {
  top: 0;
  left: 0;
  width: 80%;
}
.home-pants .title {
  display: block;
  font-weight: 600;
  font-family: Halvetica Neue, Helvetica, Arial, sans-serif;
  white-space: nowrap;
  margin-bottom: 0;
}
.home-t-shirts {
  background: #ffdd16;
}
.home-erin {
  height: 373px;
}
.home-erin .content {
  top: 0;
  right: 0;
  width: 60%;
}
.home-performance {
  height: 664px;
}
.home-performance .content {
  top: 25px;
  right: 25px;
  left: 25px;
}
.home-eco {
  height: 274px;
}
.new-performance .icon.more {
  white-space: nowrap;
}
.block-promo-hp .bg-white,
.block-promo-hp .home-erin .content {
  padding: 20px;
}
.womens-erin {
  background: #f4f4f4;
}
.womens-erin .content {
  padding: 20px 35px;
}
.training-main {
  height: 372px;
}
.training-main .title {
  margin-bottom: 0;
  line-height: 1.4;
}
.training-main .title span {
  font-weight: 600;
}
.training-erin {
  height: 214px;
}
.training-erin .content {
  padding: 15px;
  text-align: center;
}
.training-erin .info {
  margin-bottom: 0;
}
.training-on-demand,
.training-videos {
  color: #fff !important;
}
.training-on-demand .content,
.training-videos .content {
  position: static;
  text-align: center;
}
.training-on-demand .icon.calendar,
.training-videos .icon.calendar,
.training-on-demand .icon.download,
.training-videos .icon.download {
  margin-top: -10px;
  display: block;
  text-decoration: none;
}
.training-on-demand .icon.calendar > span,
.training-videos .icon.calendar > span,
.training-on-demand .icon.download > span,
.training-videos .icon.download > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.training-on-demand .icon.calendar:before,
.training-videos .icon.calendar:before,
.training-on-demand .icon.download:before,
.training-videos .icon.download:before {
  font-family: 'luma-icons';
  font-size: 32px;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.training-on-demand .icon.calendar:before,
.training-videos .icon.calendar:before {
  content: '\e612';
}
.training-on-demand .icon.download:before,
.training-videos .icon.download:before {
  content: '\e626';
}
.training-on-demand .icon.more,
.training-videos .icon.more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
.training-on-demand .info,
.training-videos .info {
  font-size: 16px;
}
.training-on-demand {
  background: #00ade2;
}
.training-videos {
  background: #5a5e62;
}
.sale-women,
.sale-mens {
  height: 372px;
}
.sale-mens .content {
  top: 0;
  right: 0;
  width: 60%;
}
.sale-20-off .content,
.sale-free-shipping .content,
.sale-womens-t-shirts .content {
  padding: 15px 20px;
}
.sale-20-off {
  background: #f4f4f4;
}
.sale-20-off .title {
  font-size: 4rem;
  font-weight: 700;
  white-space: nowrap;
}
.sale-20-off img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
}
.sale-20-off .content {
  width: 75%;
  position: relative;
}
.sale-free-shipping {
  background: #71b54e;
  color: #fff !important;
}
.sale-free-shipping .content {
  position: static;
}
.sale-free-shipping img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100% !important;
}
.sale-womens-t-shirts {
  background: #fedd16;
}
.sale-womens-t-shirts .content {
  position: static;
}
.sale-womens-t-shirts img {
  max-width: 95% !important;
}
.mens-main .content {
  width: 45%;
}
.womens-main,
.home-main,
.mens-main,
.new-main,
.sale-main,
.gear-main {
  height: 450px;
}
.womens-t-shirts,
.mens-t-shirts {
  background: #ffdd17;
}
.womens-t-shirts img,
.mens-t-shirts img {
  max-width: 100% !important;
}
.womens-t-shirts .content,
.mens-t-shirts .content {
  position: static;
}
.womens-pants,
.mens-pants,
.gear-fitnes,
.gear-equipment,
.new-performance,
.new-eco {
  height: 372px;
}
.womens-pants .info span,
.mens-pants .info span {
  display: block;
  font-size: 4.4rem;
  font-family: Halvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
}
.womens-category-pants,
.womens-category-tanks,
.womens-category-shorts,
.mens-category-tees,
.mens-category-hoodies,
.mens-category-shorts,
.gear-category-bags,
.gear-category-equipment,
.gear-category-watches {
  background: #f4f4f4;
  min-height: 170px;
}
.womens-category-pants img,
.womens-category-tanks img,
.womens-category-shorts img,
.mens-category-tees img,
.mens-category-hoodies img,
.mens-category-shorts img,
.gear-category-bags img,
.gear-category-equipment img,
.gear-category-watches img {
  max-width: 100% !important;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 60%;
}
.womens-category-pants .content,
.womens-category-tanks .content,
.womens-category-shorts .content,
.mens-category-tees .content,
.mens-category-hoodies .content,
.mens-category-shorts .content,
.gear-category-bags .content,
.gear-category-equipment .content,
.gear-category-watches .content {
  padding: 20px 0 50px 20px !important;
  position: static;
  width: 60%;
  z-index: 1;
}
.womens-category-pants .title,
.womens-category-tanks .title,
.womens-category-shorts .title,
.mens-category-tees .title,
.mens-category-hoodies .title,
.mens-category-shorts .title,
.gear-category-bags .title,
.gear-category-equipment .title,
.gear-category-watches .title,
.womens-category-pants .info,
.womens-category-tanks .info,
.womens-category-shorts .info,
.mens-category-tees .info,
.mens-category-hoodies .info,
.mens-category-shorts .info,
.gear-category-bags .info,
.gear-category-equipment .info,
.gear-category-watches .info {
  font-size: 1.8rem;
}
.womens-category-pants .title,
.womens-category-tanks .title,
.womens-category-shorts .title,
.mens-category-tees .title,
.mens-category-hoodies .title,
.mens-category-shorts .title,
.gear-category-bags .title,
.gear-category-equipment .title,
.gear-category-watches .title {
  font-weight: 400;
  margin-bottom: 5px;
}
.womens-category-pants .more,
.womens-category-tanks .more,
.womens-category-shorts .more,
.mens-category-tees .more,
.mens-category-hoodies .more,
.mens-category-shorts .more,
.gear-category-bags .more,
.gear-category-equipment .more,
.gear-category-watches .more {
  position: absolute;
  z-index: 1;
  bottom: 20px;
}
.gear-fitnes .content,
.new-performance .content {
  right: 0;
  top: 0;
  width: 65%;
}
.collection-eco,
.collection-performance {
  height: 200px;
}
.collection-eco .content,
.collection-performance .content {
  padding: 15px;
  text-align: center;
}
.collection-eco .info,
.collection-performance .info {
  margin-bottom: 0;
}
.collection-erin {
  background: #f4f4f4;
}
.collection-erin .content {
  padding: 20px 35px;
}
.content-heading {
  text-align: center;
  margin: 10px 0 25px;
}
.content-heading .title {
  margin: 0 0 5px;
}
.content-heading .info {
  margin-bottom: 0;
}
.categories-menu .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.categories-menu a:link,
.categories-menu a:visited,
.categories-menu a:hover,
.categories-menu a:active {
  color: #333;
}
.categories-menu .items {
  margin-bottom: 40px;
}
.categories-menu .items:last-child {
  margin-bottom: 0;
}
.cms-content-important {
  display: block;
  background: #f5f5f5;
}
.cms-content-important h2 {
  margin-top: 0;
}
.cms-content table {
  border: none;
}
.cms-content table > thead > tr > th,
.cms-content table > tbody > tr > th,
.cms-content table > tfoot > tr > th,
.cms-content table > thead > tr > td,
.cms-content table > tbody > tr > td,
.cms-content table > tfoot > tr > td {
  border: none;
}
.cms-content table > thead > tr > th,
.cms-content table > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.cms-content table > tbody > tr:nth-child(even) > td,
.cms-content table > tbody > tr:nth-child(even) > th {
  background: #f7f7f7;
}
.cms-content table th {
  font-weight: 400;
}
.cms-content table td {
  font-weight: 600;
}
.cms-content .block .block-title {
  margin-bottom: 15px;
}
.cms-content .block .block-title > strong {
  display: none;
}
.cms-content .block .box-title {
  display: inline-block;
  margin: 0 0 15px;
}
.cms-content .block .box-title > span {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
.cms-content .block .block-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 399px) {
  .womens-pants img {
    width: 250%;
    float: right;
    margin: -70px -140px 0 0;
  }
  .mens-main img {
    margin-left: -180px;
  }
  .training-main img,
  .gear-main img,
  .womens-main img {
    margin-left: -210px;
  }
  .home-main img {
    margin-left: -310px;
  }
  .sale-main img,
  .mens-pants img,
  .home-eco img {
    margin-left: -150px;
  }
  .sale-mens img,
  .gear-fitnes img,
  .new-performance img {
    margin-left: -60px;
  }
  .new-main img,
  .sale-women img,
  .training-erin img,
  .gear-equipment img {
    margin-left: -120px;
  }
  .new-eco img {
    margin-left: -80px;
  }
  .home-pants,
  .home-performance {
    height: 580px;
  }
  .home-pants img,
  .home-performance img {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .blocks-promo {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-promo {
    margin-bottom: 8px;
  }
  .block-promo .title {
    font-size: 2.2rem;
  }
  .block-promo .info {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .block-promo .more {
    font-size: 1.4rem;
  }
  .block-promo .icon.more:after {
    font-size: 1rem;
  }
  .block-promo .button.more {
    font-size: 1.2rem;
  }
  .block-promo .content {
    padding: 15px 20px 20px;
  }
  .block-promo .button.more {
    padding: 8px 12px;
  }
  .home-pants {
    max-width: 417px;
  }
  .home-erin {
    max-width: 426px;
  }
  .home-performance {
    max-width: 415px;
  }
  .home-eco {
    max-width: 858px;
  }
  .home-pants,
  .home-performance {
    height: 580px;
  }
  .womens-main .content,
  .mens-main .content,
  .gear-main .content,
  .new-main .content,
  .home-main .content,
  .training-main .content,
  .sale-main .content {
    top: 20px;
    right: 0;
    width: 65%;
  }
  .training-main .title {
    font-size: 2rem;
  }
  .womens-erin .content,
  .collection-erin .content {
    position: static;
  }
  .womens-erin img,
  .collection-erin img {
    display: block;
    margin: 0 auto;
    max-width: 75% !important;
  }
  .sale-women .content {
    width: 60%;
    bottom: 20px;
    left: 0;
  }
  .sale-main .content {
    top: auto;
    bottom: 20px;
  }
  .sale-20-off {
    min-height: 185px;
  }
  .sale-20-off .title {
    font-size: 4rem;
  }
  .womens-category-pants .title,
  .womens-category-tanks .title,
  .womens-category-shorts .title,
  .mens-category-tees .title,
  .mens-category-hoodies .title,
  .mens-category-shorts .title,
  .gear-category-bags .title,
  .gear-category-equipment .title,
  .gear-category-watches .title {
    font-size: 1.6rem;
  }
  .womens-category-pants .info,
  .womens-category-tanks .info,
  .womens-category-shorts .info,
  .mens-category-tees .info,
  .mens-category-hoodies .info,
  .mens-category-shorts .info,
  .gear-category-bags .info,
  .gear-category-equipment .info,
  .gear-category-watches .info {
    font-size: 1.4rem;
  }
  .womens-pants .info span,
  .mens-pants .info span {
    font-size: 4rem;
  }
  .womens-pants .content,
  .mens-pants .content {
    max-width: 220px;
    bottom: 20px;
  }
  .home-eco .content {
    width: 65%;
    top: 20px;
    right: 0;
  }
  .gear-fitnes .content,
  .new-performance .content,
  .home-erin .content {
    padding-top: 30px;
  }
  .gear-equipment .content,
  .new-eco .content {
    left: 0;
    bottom: 20px;
    max-width: 220px;
  }
  .training-erin .content {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .training-erin .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .training-erin .info {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .training-on-demand .content,
  .training-videos .content {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .home-pants img {
    position: absolute;
    z-index: 0;
    bottom: -10px;
  }
  .home-pants .title {
    font-size: 4rem;
  }
  .home-performance img {
    position: absolute;
    z-index: 0;
    top: -20px;
  }
  .womens-main .content,
  .training-main .content,
  .gear-main .content {
    top: auto;
    bottom: 20px;
  }
  .home-t-shirts .image {
    display: block;
    padding: 20px 20px 0;
  }
  .home-t-shirts img {
    max-width: 100% !important;
  }
  .home-t-shirts .content {
    position: static;
  }
  .collection-eco .content,
  .collection-performance .content {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .collection-eco .title,
  .collection-performance .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .collection-eco .info,
  .collection-performance .info {
    font-size: 1.2rem;
  }
  .collection-erin .title {
    font-size: 1.8rem;
  }
  .collection-erin .info {
    font-size: 1.2rem;
  }
  .content-heading .title {
    font-size: 3rem;
  }
  .content-heading .info {
    font-size: 1.4rem;
  }
  .cms-content-important {
    padding: 15px;
    margin: 0 -15px 15px;
  }
  .cms-content table {
    margin: 10px 0 0;
  }
  .cms-content table thead th {
    font-size: 1.1rem;
  }
  .cms-content ul li {
    margin-bottom: 5px;
  }
  .cms-content .block .box {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 640px), print {
  .block-promo {
    margin-bottom: 16px;
  }
  .block-promo-wrapper:before,
  .block-promo-wrapper:after {
    content: "";
    display: table;
  }
  .block-promo-wrapper:after {
    clear: both;
  }
  .block-promo-wrapper .block-promo {
    float: left;
    border-right: 16px solid #ffffff;
  }
  .block-promo-2columns .block-promo {
    width: 50%;
  }
  .block-promo-3columns .block-promo {
    width: 33.3%;
  }
  .block-promo-2columns .block-promo:nth-child(2n),
  .block-promo-3columns .block-promo:nth-child(3n) {
    border-right: 0;
  }
}
@media all and (min-width: 768px), print {
  .block-promo-hp {
    margin: 0 -8px;
  }
  .block-promo-hp .block-promo {
    border-left: 8px solid #fff;
    border-right: 8px solid #ffffff;
  }
  .block-promo-wrapper .home-performance {
    float: right;
  }
  .home-pants,
  .home-erin,
  .home-performance {
    width: 33.3%;
  }
  .home-t-shirts,
  .home-eco {
    width: 66.7%;
  }
  .womens-main .content,
  .mens-main .content,
  .gear-main .content,
  .new-main .content,
  .home-main .content,
  .training-main .content,
  .sale-main .content {
    top: 40px;
    right: 40px;
    width: 40%;
  }
  .womens-t-shirts,
  .mens-t-shirts {
    height: 372px;
  }
  .womens-pants .content,
  .mens-pants .content {
    width: 47%;
    left: 20px;
    top: 20px;
  }
  .womens-erin,
  .home-t-shirts,
  .collection-erin {
    display: table;
  }
  .womens-erin .content,
  .home-t-shirts .content,
  .collection-erin .content,
  .womens-erin .image,
  .home-t-shirts .image,
  .collection-erin .image {
    display: table-cell;
  }
  .womens-erin .content,
  .home-t-shirts .content,
  .collection-erin .content {
    position: static;
  }
  .womens-erin .image,
  .home-t-shirts .image,
  .collection-erin .image {
    vertical-align: bottom;
  }
  .womens-erin img,
  .home-t-shirts img,
  .collection-erin img {
    float: right;
  }
  .home-t-shirts {
    height: 276px;
  }
  .home-t-shirts .content {
    width: 40%;
  }
  .home-t-shirts .image {
    width: 60%;
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
  }
  .home-t-shirts img {
    max-width: 100% !important;
  }
  .womens-category-pants,
  .womens-category-tanks,
  .womens-category-shorts,
  .mens-category-tees,
  .mens-category-hoodies,
  .mens-category-shorts,
  .gear-category-bags,
  .gear-category-equipment,
  .gear-category-watches {
    height: 210px;
  }
  .sale-women .content {
    width: 50%;
    left: 20px;
    bottom: 20px;
  }
  .sale-20-off .title {
    font-size: 4.4rem;
  }
  .sale-20-off .info {
    font-size: 1.8rem;
  }
  .sale-20-off,
  .sale-free-shipping,
  .sale-womens-t-shirts {
    height: 205px;
  }
  .sale-free-shipping .title {
    font-size: 2.5rem;
  }
  .sale-free-shipping .info {
    font-size: 1.6rem;
  }
  .sale-womens-t-shirts .title {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .sale-womens-t-shirts .info {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .home-eco .content {
    width: 70%;
    top: 45px;
    right: 45px;
  }
  .gear-equipment .content,
  .new-eco .content {
    left: 20px;
    bottom: 20px;
    width: 60%;
  }
  .new-eco .content {
    width: 70%;
  }
  .training-erin .content {
    width: 73%;
    top: 16px;
    bottom: 16px;
    right: 16px;
  }
  .training-erin .info {
    font-size: 1.6rem;
    display: block;
    padding: 0 10%;
  }
  .training-on-demand,
  .training-videos {
    height: 208px;
  }
  .home-pants {
    height: 664px;
  }
  .home-pants .title {
    font-size: 44px !important;
    font-size: 4.4rem !important;
    line-height: 1.2;
  }
  .collection-eco .content,
  .collection-performance .content {
    width: 60%;
    top: 16px;
    bottom: 16px;
    left: 50%;
    margin-left: -30%;
  }
  .collection-eco .title,
  .collection-performance .title {
    font-size: 4rem;
  }
  .collection-eco .info,
  .collection-performance .info {
    font-size: 2.2rem;
    display: block;
    padding: 0 10%;
  }
  .collection-erin {
    height: 164px;
  }
  .collection-erin .content {
    width: 70%;
  }
  .collection-erin .image {
    width: 30%;
  }
  .collection-erin .title {
    font-size: 4rem;
  }
  .collection-erin .info {
    font-size: 2.2rem;
  }
  .content-heading {
    position: relative;
  }
  .content-heading:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 25%, #cecece 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(25%, #ffffff), color-stop(100%, #cecece));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 25%, #cecece 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 25%, #cecece 100%);
    background: radial-gradient(ellipse at center, #ffffff 25%, #cecece 100%);
    position: absolute;
    top: 50%;
    z-index: 0;
  }
  .content-heading .title,
  .content-heading .info {
    position: relative;
    z-index: 1;
  }
  .content-heading .title {
    font-size: 3.8rem;
  }
  .content-heading .info {
    font-size: 1.8rem;
  }
  .cms-content-important {
    font-size: 2.2rem;
    font-weight: 300;
    padding: 20px;
    margin: 0 0 35px -20px;
  }
  .cms-content table {
    margin: 40px 0 0;
  }
  .cms-content ul li {
    margin-bottom: 15px;
  }
  .cms-content .block .block-content:before,
  .cms-content .block .block-content:after {
    content: "";
    display: table;
  }
  .cms-content .block .block-content:after {
    clear: both;
  }
  .cms-content .block .box {
    width: 48%;
    margin-bottom: 40px;
  }
  .cms-content .block .box:nth-child(1) {
    float: left;
    clear: left;
  }
  .cms-content .block .box:nth-child(2) {
    float: right;
  }
  .cms-content .block .box:nth-child(2) + * {
    clear: both;
  }
  .cms-content .block .box:nth-last-child(1),
  .cms-content .block .box:nth-last-child(2) {
    margin-bottom: 0;
  }
  .privacy-policy-content {
    box-sizing: border-box;
    width: 77.7%;
    float: right;
    padding-left: 2%;
  }
  .privacy-policy .block-collapsible-nav {
    box-sizing: border-box;
    width: 22.3%;
    float: left;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .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 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .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: 20px;
    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: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    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: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #255f47;
    font-size: 16px;
    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 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #f9eddc;
    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: #ca4d1c;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ca4d1c;
    border-style: solid;
    border-width: 0 0 3px;
    color: #ca4d1c;
    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 5px 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 20px;
  }
  .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: #ca4d1c;
    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 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #000000;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #000000;
    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: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #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: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  table.dibs-easy-checkout-review th.item-img {
    visibility: hidden;
    opacity: 0;
  }
  table.dibs-easy-checkout-review th,
  table.dibs-easy-checkout-review td {
    vertical-align: middle;
  }
  table.dibs-easy-checkout-review th.qty,
  table.dibs-easy-checkout-review td.qty,
  table.dibs-easy-checkout-review th.price,
  table.dibs-easy-checkout-review td.price,
  table.dibs-easy-checkout-review th.subtotal,
  table.dibs-easy-checkout-review td.subtotal {
    padding-left: 40px;
    padding-right: 0;
  }
  table.dibs-easy-checkout-review th.item-img,
  table.dibs-easy-checkout-review td.item-img {
    padding-right: 0;
    padding-left: 0;
    width: 205px;
    max-width: 205px;
  }
  table.dibs-easy-checkout-review th.item-desc,
  table.dibs-easy-checkout-review td.item-desc {
    padding-right: 0;
    padding-left: 0;
  }
  table.dibs-easy-checkout-review th:not(.item-img),
  table.dibs-easy-checkout-review td:not(.item-img) {
    border-bottom: 1px solid #d1d1d1;
  }
  table.dibs-easy-checkout-review th.qty,
  table.dibs-easy-checkout-review td.qty {
    text-align: center !important;
  }
  table.dibs-easy-checkout-review td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  table.dibs-easy-checkout-review td.subtotal {
    text-align: right !important;
  }
  table.dibs-easy-checkout-review td.subtotal .price {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
  }
  table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info {
    width: 90%;
  }
  #dibs-easy-checkout_cart_totals {
    width: calc(100% - 205px);
    left: 205px;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #d1d1d1;
    color: #000000;
    float: left;
  }
  #dibs-easy-checkout_cart_totals table {
    width: 35%;
    float: right;
  }
  #dibs-easy-checkout_cart_totals table tfoot tr:last-of-type th,
  #dibs-easy-checkout_cart_totals table tfoot tr:last-of-type td {
    padding-bottom: 15px;
  }
  #dibs-easy-checkout_cart_totals table tfoot td,
  #dibs-easy-checkout_cart_totals table tfoot th {
    padding: 15px 0 0;
    font-size: 14px;
    font-weight: 700;
  }
  .dibs-easy-checkout-shipping {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
  }
  .dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
  }
  .dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .slick-track {
    margin-right: 0;
    margin-left: 0;
  }
  .dibs-easy-checkout-shipping input,
  .dibs-easy-checkout-shipping select {
    height: 50px;
    width: 192px;
    margin-bottom: 10px;
  }
  .dibs-easy-checkout-shipping input.postcode {
    position: relative;
    top: 1px;
    left: -3px;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .dibs-easy-checkout-shipping select {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .dibs-easy-checkout-shipping,
  .dibs-easy-checkout-extra {
    width: calc(100% - 205px);
    left: 205px;
    position: relative;
  }
  .dibs-easy-checkout-extra__left {
    flex: 1;
  }
  .dibs-easy-checkout-extra__right {
    flex: 2;
  }
  .dibs-easy-checkout-block.discount,
  .dibs-easy-checkout-block.newsletter {
    width: 400px;
  }
  .dibs_easy_checkout-order-success .page-title {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
  }
  .dibs_easy_checkout-order-success .checkout-success h1 {
    font-size: 52px;
  }
  .dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details li {
    display: table-cell;
    width: 25%;
  }
  .dibs_easy_checkout-order-success .dibs-easy-checkout-order__items {
    padding: 45px 35px 25px;
  }
  .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: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #5abf95;
    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: #5abf95;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #95d6ba;
  }
  .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: #5abf95;
    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: #5abf95;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #f9eddc;
    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: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.3rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #ca4d1c;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ca4d1c;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #ca4d1c;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #d1d1d1;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #d1d1d1;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #5abf95;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .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;
  }
  .scrolled header.page-header .panel.wrapper {
    margin-top: -47px;
  }
  header.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  header.page-header + #maincontent {
    margin-top: 117px;
  }
  header.page-header .panel.wrapper {
    margin-top: 0;
    transition: .3s;
  }
  header.page-header .panel.wrapper .panel.header {
    display: grid;
    grid-template-areas: "left right";
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  header.page-header .panel.wrapper .panel.header p {
    margin-bottom: 0px;
  }
  header.page-header .panel.wrapper .panel.header > .header.text {
    grid-area: left;
  }
  header.page-header .panel.wrapper .panel.header > .header.links {
    grid-area: right;
    text-align: right;
  }
  header.page-header .panel.wrapper .panel.header > .header.links > .panel.header {
    justify-content: flex-end;
  }
  header.page-header .panel.wrapper .panel.header .header.usp {
    grid-area: left;
    text-align: left;
  }
  .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:hover :before {
    content: '';
    position: absolute;
    left: -100px;
    top: calc(95%);
    height: 35px;
    right: -100px;
    background: none;
  }
  .navigation li.level0.parent .level-top .ui-menu-icon {
    display: none;
  }
  .navigation li.level0 .level-top {
    font-weight: normal;
    border-bottom: 1px solid #255f47;
  }
  .navigation li.level0 .level-top:hover span {
    position: relative;
  }
  .navigation li.level0 .level-top:hover span:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: -3px;
    display: block;
    background: #ca4d1c;
    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: 1px;
    bottom: -3px;
    display: block;
    background: #ca4d1c;
    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% - 1500px) / 2);
    padding-right: calc((100% - 1500px) / 2);
    background: #f9eddc;
  }
  .navigation li.level0 ul.level0.submenu[aria-expanded="true"] {
    display: flex !important;
    justify-content: center;
    gap: 4vw;
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
    gap: 10px 5px;
    z-index: 999;
  }
  .navigation li.level0 ul.level0.submenu[aria-expanded="true"] li.level1 {
    color: #255f47;
    /*&:not(:last-of-type){
				    		border-right: 1px solid #ececec;
				    	}*/
  }
  .navigation li.level0 ul.level0.submenu[aria-expanded="true"] li.level1.active > a {
    border-width: 0;
    color: #ca4d1c;
  }
  .navigation li.level0 ul.level0.submenu[aria-expanded="true"] li.level1.active > a span {
    border-bottom: 3px solid #ca4d1c;
  }
  .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 ul.submenu {
    display: block !important;
    position: relative !important;
    left: 0 !important;
    box-shadow: none;
    border: none;
    width: 100%;
    min-width: 0;
    background: #f9eddc;
  }
  .navigation li.level0 ul.level0.submenu[aria-expanded="true"] li.level1 ul.submenu a {
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #255f47;
  }
  .category-view {
    gap: 30px;
    position: relative;
  }
  .category-view .category-description {
    max-width: 100ch;
    margin: 0 auto 30px auto;
    font-size: 1.6rem;
  }
  .category-view .category-image {
    min-height: 300px;
    height: 100%;
    position: relative;
    max-width: 1500px;
    margin: 0 auto 25px 0;
    /*+ .page-title-wrapper {
				position: absolute;
				left: @indent__l;
				bottom: @indent__xl;
				z-index: 2;

				h1.page-title {
					margin-bottom: 0px;
					text-transform: uppercase;
					color: @color-white;
				}
			}

			~ .category-description {
				width : 40%;
			}*/
  }
  .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;
  }
  .page-layout-1column.catalog-product-view #maincontent {
    max-width: 100%;
  }
  .page-layout-1column.catalog-product-view #maincontent .column.main {
    display: grid;
    grid-template-areas: "image content" "tabs tabs" "related related";
    grid-template-columns: 60% 1fr;
    gap: 30px;
  }
  .page-layout-1column.catalog-product-view #maincontent .column.main .product.media .gallery-placeholder {
    grid-area: image;
    position: sticky;
    top: 70px;
  }
  .page-layout-1column.catalog-product-view #maincontent .column.main .product.info.detailed {
    grid-area: tabs;
  }
  .page-layout-1column.catalog-product-view #maincontent .column.main .product.info.detailed .product.description {
    max-width: 80ch;
    margin: auto;
  }
  .page-layout-1column.catalog-product-view #maincontent .column.main .product-info-main {
    grid-area: content;
  }
  .page-layout-1column.catalog-product-view #maincontent .column.main .product-info-main .product-info-main-inner {
    position: sticky;
    max-width: 560px;
    top: 10px;
  }
  .page-layout-1column.catalog-product-view #maincontent .column.main .product-info-main .product-info-main-inner .page-title-wrapper {
    grid-area: title;
    position: relative;
  }
  .page-layout-1column.catalog-product-view #maincontent .column.main .product-info-main .product-info-main-inner .page-title-wrapper .page-title {
    text-align: left;
  }
  .product.media .fotorama__wrap {
    height: calc(100vh - 158px) !important;
  }
  .product.media .fotorama__wrap .fotorama__stage {
    height: calc(100vh - 238px) !important;
  }
  .product.info.detailed .product.data.items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product.info.detailed .product.data.items > .item.title {
    position: relative;
    text-transform: uppercase;
    padding-right: 25px;
    float: none !important;
    /*each(range(5),{
                    &:nth-child(@{value}) {
                        order: @value;
                        width: auto;
                    }
                });*/
  }
  .product.info.detailed .product.data.items > .item.title:not(:first-of-type):before {
    content: '';
    height: 4px;
    width: 35px;
    left: 21px;
    background: #000;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    border-radius: 5px;
  }
  .product.info.detailed .product.data.items > .item.title:first-of-type {
    padding-right: 0;
  }
  .product.info.detailed .product.data.items > .item.title:not(:first-of-type) {
    padding-left: 75px;
  }
  .product.info.detailed .product.data.items > .item.title.active .switch {
    font-weight: bold;
    color: #000000;
  }
  .product.info.detailed .product.data.items > .item.title .switch {
    padding: 10px 5px;
    border: 0px;
    background: none;
    color: #000000;
    font-weight: normal;
  }
  .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: 40px 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%;
  }
  /* media */
  .fotorama__wrap .fotorama__stage .fotorama__arr {
    background: none;
  }
  .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr .fotorama__arr__arr {
    background: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgba(247,247,247,.5);
    border: none;
    border-radius: 50%;
    z-index: 2;
    width: 52px;
    height: 52px;
    transition: all 0.3s ease-out allow-discrete;
  }
  .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--next:not(:focus) {
    right: 0;
    opacity: 1;
    transform: translate3d(0, 0, 0) !important;
  }
  .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--next:not(:focus) .fotorama__arr__arr {
    display: block;
    text-decoration: none;
  }
  .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--next:not(:focus) .fotorama__arr__arr:hover {
    background-color: rgba(247,247,247);
  }
  .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--next:not(:focus) .fotorama__arr__arr:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--prev:not(:focus) {
    left: 0;
    opacity: 1;
    transform: translate3d(0, 0, 0) !important;
  }
  .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--prev:not(:focus) .fotorama__arr__arr {
    display: block;
    text-decoration: none;
  }
  .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--prev:not(:focus) .fotorama__arr__arr:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    content: '\e617';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .about-dbs {
    margin: 150px 0 150px 150px;
    padding: 75px;
  }
}
@media all and (min-width: 1024px), print {
  .dibs-easy-checkout-extra {
    display: flex;
  }
  .go-to {
    float: right;
  }
  .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%) / 3);
  }
  .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;
  }
}
