/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes transform-0-1 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes checkboxleft {
  0% {
    transform: rotate(45deg) scaleX(0);
  }
  100% {
    transform: rotate(45deg) scaleX(1);
  }
}
@keyframes checkboxright {
  0% {
    transform: rotate(-45deg) scaleX(0);
  }
  100% {
    transform: rotate(-45deg) scaleX(1);
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
& when (@media-common = true) {
    .lib-font-face(
        @family-name: @icons__font-name,
        @font-path: @icons__font-path,
        @font-weight: normal,
        @font-style: normal
    );
}*/
.fast-anim {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.fast-anim:hover {
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
@keyframes ox-modal-close-slideout-left {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateX(-570px);
    transform: translateX(-570px);
  }
}
@keyframes ox-modal-close-slideout-right {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateX(570px);
    transform: translateX(570px);
  }
}
@keyframes ox-modal-close-slideout-top {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}
@keyframes ox-modal-active-slideout {
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes ox-modal-close-dd {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ox-modal-active-dd {
  to {
    opacity: 1;
  }
}
@keyframes ox-modal-active-overlay {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ox-modal-close-overlay {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes ox-modal-active-modal {
  to {
    opacity: 1;
  }
}
@keyframes ox-modal-close-modal {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 880;
  overflow: hidden;
  opacity: 0;
  display: flex;
  background: none;
  align-items: center;
  justify-content: center;
}
.ox-modal > div,
.ox-modal .ox-modal-content {
  background-color: #ffffff;
  width: 960px;
  height: 550px;
  overflow: hidden;
  max-height: 100vh;
  box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.11);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.ox-modal.ox-modal-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: ox-modal-active-modal 0.5s;
  animation-fill-mode: forwards;
}
.ox-modal.ox-modal-active > div,
.ox-modal.ox-modal-active .ox-modal-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.ox-modal.ox-modal-close {
  animation: ox-modal-close-modal 0.3s;
  animation-fill-mode: forwards;
}
/* fix quickview scroll focus ios */
.touch .ox-modal #ox_quickview_wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
/* Slideouts */
.ox-slideout {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 450px;
  height: 100%;
  z-index: 890;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: none;
  touch-action: manipulation;
}
.ox-slideout > div,
.ox-slideout .ox-modal-content {
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.ox-slideout .minicart-items-wrapper {
  height: auto !important;
  overflow-x: unset;
}
.ox-slideout .header__item-dropdown-content .block-compare,
.ox-slideout .header__item-dropdown-content .block-wishlist,
.ox-slideout .block-quotecart #quotecart-content-wrapper,
.ox-slideout .block-minicart #minicart-content-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ox-slideout .block-account > .block-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateZ(0);
}
.ox-slideout .block-compare .block-content,
.ox-slideout .block-wishlist .block-content,
.ox-slideout .block-minicart .block-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: translateZ(0);
}
.ox-slideout .block-compare .dropdown-bottom-wrapper,
.ox-slideout .block-wishlist .dropdown-bottom-wrapper,
.ox-slideout .block-minicart .dropdown-bottom-wrapper {
  display: block;
  flex: 1 1 auto;
}
/*
    .ox-slideout--animation-3d{
        perspective: 1300px;
        .ox-slideout-right {
            -webkit-transform: translateZ(100px) translateX(100%) rotateY(-90deg);
            transform: translateZ(100px) translateX(100%) rotateY(-90deg);
            -webkit-transform-origin: right;
            transform-origin: right;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }
    }*/
.minicart--style-modern .ox-slideout-left,
.minicart--style-modern .ox-slideout-right {
  max-width: 570px;
  width: 100%;
  padding: 0;
}
.minicart--style-modern.ox-slideout-right {
  padding-right: 0;
  -webkit-transform: translateX(570px);
  transform: translateX(570px);
}
.minicart--style-modern .ox-slideout-left {
  left: 0;
  -webkit-transform: translateX(-570px);
  transform: translateX(-570px);
}
.ox-slideout-right {
  right: 0;
  -webkit-transform: translateX(450px);
  transform: translateX(450px);
}
.ox-slideout-right.ox-slideout-close {
  animation: ox-modal-close-slideout-right 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-slideout-left {
  left: 0;
  -webkit-transform: translateX(-450px);
  transform: translateX(-450px);
}
.ox-slideout-top {
  width: 100%;
  max-width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px);
}
.ox-slideout-top.ox-slideout-close {
  animation: ox-modal-close-slideout-top 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-slideout-active {
  animation: ox-modal-active-slideout 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-slideout-close {
  animation: ox-modal-close-slideout-left 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.76, 0.51, 0.12, 1);
}
.ox-modal-overlay,
.ox-slideout-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 879;
  transition: .3s opacity,.4s visibility;
  -webkit-transition: .3s opacity,.4s visibility;
  will-change: opacity, visibility;
}
.ox-fixed-slideout .ox-modal-overlay,
.ox-fixed-modal .ox-modal-overlay,
.ox-fixed-slideout .ox-slideout-shadow,
.ox-fixed-modal .ox-slideout-shadow {
  opacity: .8;
  visibility: visible;
}
.ox-fixed-overlay .ox-modal-overlay,
.ox-fixed-overlay .ox-slideout-shadow {
  display: none !important;
}
.ox-fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ox-fixed-slideout-right {
  overflow-y: hidden;
}
.ox-overlay {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 880;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  overflow-y: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.ox-overlay > div,
.ox-overlay .ox-modal-content {
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.ox-overlay.ox-overlay-active {
  visibility: visible;
  animation: ox-modal-active-overlay 0.5s;
  animation-fill-mode: forwards;
}
.ox-overlay.ox-overlay-close {
  animation: ox-modal-close-overlay 0.5s;
  animation-fill-mode: forwards;
}
/* close button */
.ox-overlay-close-btn {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  z-index: 90;
  transition: transform .3s ease .3s;
  transition-property: transform, -webkit-transform, opacity;
}
.ox-overlay-close-btn span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.ox-overlay-close-btn span:before,
.ox-overlay-close-btn span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #000000;
  transform-origin: 50% 50%;
  opacity: 1;
  -moz-transition: -moz-transform ease 0.3s;
  -webkit-transition: -webkit-transform ease 0.3s;
  -o-transition: -o-transform ease 0.3s;
  -ms-transition: -ms-transform ease 0.3s;
  transition: transform ease 0.3s;
}
.ox-overlay-close-btn span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ox-overlay-close-btn span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#ox_quickview_wrapper .ox-overlay-close-btn {
  width: 40px;
  height: 40px;
  background: #000000;
  transition: background .3s ease;
}
#ox_quickview_wrapper .ox-overlay-close-btn span {
  vertical-align: unset;
}
#ox_quickview_wrapper .ox-overlay-close-btn span:before,
#ox_quickview_wrapper .ox-overlay-close-btn span:after {
  background: #ffffff;
}
#ox_quickview_wrapper .ox-overlay-close-btn:hover {
  background: #ffe51e;
}
#ox_quickview_wrapper .ox-overlay-close-btn:hover span:before,
#ox_quickview_wrapper .ox-overlay-close-btn:hover span:after {
  background: #000000;
}
.no-touch .ox-overlay-close-btn:hover span:before,
.no-touch .ox-overlay-close-btn:hover span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 959px) {
  .quickview-mobile--hide .product-item .ox-quickview-button,
  .quickview-mobile--hide .product-item .button.ox-quickview-button,
  .quickview-mobile--hide .product-item .button.quick-view {
    display: none !important;
  }
  .ox-modal > div,
  .ox-modal .ox-modal-content {
    width: 90%;
    height: 90%;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view,
  body.ox_quickview-catalog_product-view.catalog-product-view {
    overflow: auto !important;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .athlete2_product_info__wrapper,
  body.ox_quickview-catalog_product-view.catalog-product-view .athlete2_product_info__wrapper,
  body.ox-quickview-catalog-product-view.catalog-product-view .column.main,
  body.ox_quickview-catalog_product-view.catalog-product-view .column.main {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main,
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin-bottom: 0;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main #ox-zoom-cursor,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main #ox-zoom-cursor,
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media #ox-zoom-cursor,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media #ox-zoom-cursor {
    display: none !important;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product.media,
  body.ox_quickview-catalog_product-view.catalog-product-view .product.media {
    padding: 30px 30px 0;
  }
  body.ox-quickview-catalog-product-view.catalog-product-view .product-info-main,
  body.ox_quickview-catalog_product-view.catalog-product-view .product-info-main {
    padding: 50px 40px 0;
  }
}
/*-------------------------------------------------------------------------------*/
@keyframes progress {
  0% {
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .col-md-6 .ox-banner.ox-banner-stores .ox-banner-container .title.xxl {
    margin-top: -62px;
    font-size: 50px;
  }
  .col-md-6 .ox-banner.ox-banner-stores .ox-banner-container .text {
    margin-top: 20px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 1025px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.shiptracking-content .block-content {
  position: relative;
}
.shiptracking-content img.tracking-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 999 !important;
}
.shiptracking-content .block-content {
  position: relative;
}
.shiptracking-content .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.order_tracking_details {
  background: #f5f5f5;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 20px;
}
@media only screen and (min-width: 769px) {
  .shippingtracker-index-index .shiptracking-content .shiptracking-content {
    width: 100%;
  }
}
.shippingtracker-index-index .shiptracking-content .block-content #shipping-tracking {
  float: left;
  width: 45%;
}
.shippingtracker-index-index .shiptracking-content .block-content #option_or {
  float: left;
  width: 5%;
  text-align: center;
}
.shippingtracker-index-index .shiptracking-content .block-content #shipping-tracking_byid {
  float: left;
  width: 45%;
}
.shippingtracker-index-index .shiptracking-content .block-content .order_tracking_details div#oderinfo {
  padding-top: 80px;
}
.shippingtracker-index-index .shiptracking-content .block-content .tracking_info {
  width: 100%;
  float: left;
  padding-top: 10px;
}
.shippingtracker-index-index .shiptracking-content .block-content .actions {
  display: none;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
/*
 * Copyright Magmodules.eu. All rights reserved.
 * See COPYING.txt for license details.
 */
.apple-pay-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: -apple-pay-button;
  box-sizing: border-box;
  font-size: 0 !important;
}
.apple-pay-button > * {
  visibility: hidden;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    visibility: hidden;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }
  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }
  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }
  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }
  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }
  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }
  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }
  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }
  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }
  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }
  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }
  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
  .mollie-applepay-minicart-button {
    width: 100%;
    height: 52px;
    margin-top: 5px;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: 1em;
    font-weight: 300;
    align-self: center;
    margin-right: 2px;
  }
  .apple-pay-button-with-text > .logo {
    width: 35px;
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: 2px;
    border: none;
  }
}
.mollie-applepay-button-hidden {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .ox-banners-slider__container .ox-banner__banners .ox-banner__slide .ox-banner__link-wrapper:hover {
    background: transparent;
  }
  .ox-banners-slider__container.ox-banner__hover-zoom .ox-banner__banners .ox-banner__slide:hover .ox-banner-slider__image {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
  }
  .ox-banners-slider__container.ox-banner-medium.ox-banner__hover-zoom .ox-banner__banners .ox-banner__slide:hover .ox-banner-slider__image {
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
  }
}
@keyframes arrow-over {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes arrow-out {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@media only screen and (max-width: 1023px) {
  .athlete-slideshow .slide .controls .slide-control {
    width: 51px;
    height: 44px;
  }
  .athlete-slideshow .slide .controls .slide-control span:after,
  .athlete-slideshow .slide .controls .slide-control span:before {
    width: 17px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:before {
    top: 21px;
    left: 12px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:after {
    top: 21px;
    left: 23px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:before {
    top: 21px;
    left: 12px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:after {
    top: 21px;
    left: 23px;
  }
  .slide-title {
    /*left: 51px; */
  }
  .slide-title .text {
    line-height: 40px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hide-below-768 {
    display: none;
  }
  .show-below-768 {
    display: block;
  }
  .athlete-slideshow .slide .slide-content-container {
    flex-wrap: wrap;
    flex-flow: column;
  }
  .athlete-slideshow .slide .controls .slide-control {
    width: 39px;
    height: 34px;
  }
  .athlete-slideshow .slide .controls .slide-control span:after,
  .athlete-slideshow .slide .controls .slide-control span:before {
    width: 13px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:before {
    top: 16px;
    left: 9px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:after {
    top: 16px;
    left: 18px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:before {
    top: 16px;
    left: 9px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:after {
    top: 16px;
    left: 18px;
  }
  .athlete-slideshow .slide .controls-title {
    float: none;
    width: 426px;
    margin: 0 auto;
  }
  .athlete-slideshow .slide .slide-banners {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .athlete-slideshow .slide .slide-banner {
    display: inline-block;
    margin: 5px;
  }
  .athlete-slideshow .slide .slide-banner img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    float: none;
    margin: 0;
  }
  .no-touch .athlete-slideshow .slide .slide-banner:hover img {
    margin: 0;
    opacity: 1;
  }
  .slide-title {
    /*left: 39px; */
  }
  .slide-title .text {
    line-height: 30px;
    font-size: 30px;
  }
  .slide-title .link {
    line-height: 26px;
    font-size: 12px;
    padding: 0 41px 0 7px;
  }
  .slide-title .link span {
    width: 19px;
    height: 26px;
  }
  .slide-title .link span:before {
    top: 14px;
    width: 7px;
    height: 2px;
  }
  .slide-title .link span:after {
    width: 7px;
    height: 2px;
    top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .athlete-slideshow .slide .controls-title {
    width: 300px;
  }
  .athlete-slideshow .slide .controls .slide-control {
    width: 33px;
    height: 28px;
  }
  .athlete-slideshow .slide .controls .slide-control span:after,
  .athlete-slideshow .slide .controls .slide-control span:before {
    width: 11px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:before {
    top: 13px;
    left: 8px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-prev span:after {
    top: 13px;
    left: 15px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:before {
    top: 13px;
    left: 8px;
  }
  .athlete-slideshow .slide .controls .slide-control.slide-next span:after {
    top: 13px;
    left: 15px;
  }
  .slide-title {
    /*left: 33px; */
  }
  .slide-title .text {
    line-height: 24px;
    font-size: 24px;
  }
  .slide-title .link {
    line-height: 20px;
    font-size: 11px;
    padding: 0 31px 0 5px;
  }
  .slide-title .link span {
    width: 14px;
    height: 20px;
  }
  .slide-title .link span:before {
    top: 10px;
    width: 6px;
  }
  .slide-title .link span:after {
    width: 6px;
    top: 7px;
  }
}
/**
 * Olegnax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Olegnax.com license that is
 * available through the world-wide-web at this URL:
 * https://www.olegnax.com/license
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Olegnax
 * @package     Olegnax_MegaMenu
 * @copyright   Copyright (c) 2010-2021 Olegnax (http://www.olegnax.com/)
 * @license     https://www.olegnax.com/license
 */
/**
 * Olegnax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Olegnax.com license that is
 * available through the world-wide-web at this URL:
 * https://www.olegnax.com/license
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Olegnax
 * @package     Olegnax_MegaMenu
 * @copyright   Copyright (c) 2010-2021 Olegnax (http://www.olegnax.com/)
 * @license     https://www.olegnax.com/license
 */
/* Toggle Plus Icon */
@media (min-width: 960px) {
  .ox-quickview-catalog-product-view.page-product-bundle,
  .ox_quickview-catalog_product-view.page-product-bundle {
    overflow-y: auto !important;
  }
  .ox-quickview-catalog-product-view .fotorama,
  .ox_quickview-catalog_product-view .fotorama {
    max-height: 550px;
    height: 550px;
  }
  .ox-quickview-catalog-product-view .product.media,
  .ox_quickview-catalog_product-view .product.media {
    width: 52%;
    margin-bottom: 0;
  }
  .ox-quickview-catalog-product-view .product.media #ox-zoom-cursor,
  .ox_quickview-catalog_product-view .product.media #ox-zoom-cursor {
    display: none;
  }
  .ox-quickview-catalog-product-view .product.media .fotorama__nav,
  .ox_quickview-catalog_product-view .product.media .fotorama__nav,
  .ox-quickview-catalog-product-view .product.media .fotorama__nav--thumbs,
  .ox_quickview-catalog_product-view .product.media .fotorama__nav--thumbs,
  .ox-quickview-catalog-product-view .product.media .fotorama__nav-wrap--horizontal,
  .ox_quickview-catalog_product-view .product.media .fotorama__nav-wrap--horizontal {
    margin: 0;
    display: none !important;
  }
  .ox-quickview-catalog-product-view .product.media .fotorama__wrap .fotorama__grab,
  .ox_quickview-catalog_product-view .product.media .fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .ox-quickview-catalog-product-view .product.media .fotorama__stage,
  .ox_quickview-catalog_product-view .product.media .fotorama__stage {
    height: 550px !important;
    max-height: 550px !important;
  }
  .ox-quickview-catalog-product-view .product-info-main,
  .ox_quickview-catalog_product-view .product-info-main {
    height: 550px;
    max-height: 100vh;
  }
  .ox-quickview-catalog-product-view .product-info-main .product-addto-links .action.tocompare,
  .ox_quickview-catalog_product-view .product-info-main .product-addto-links .action.tocompare,
  .ox-quickview-catalog-product-view .product-info-main .product-options-bottom .action.tocompare,
  .ox_quickview-catalog_product-view .product-info-main .product-options-bottom .action.tocompare {
    display: inline-block;
  }
  .ox-quickview-catalog-product-view.ox-quickview-sa .product-info-main .box-tocart .actions .action.tocart,
  .ox_quickview-catalog_product-view.ox-quickview-sa .product-info-main .box-tocart .actions .action.tocart {
    padding: 0 36px;
    min-width: 189px;
  }
  .ox-quickview-catalog-product-view.ox-quickview-sa .product-info-main .box-tocart .field.qty,
  .ox_quickview-catalog_product-view.ox-quickview-sa .product-info-main .box-tocart .field.qty {
    max-width: 112px;
  }
}
@media (max-width: 767px) {
  .cart.page-title-wrapper {
    padding-top: 0;
  }
  .cart.page-title-wrapper .page-title {
    float: none;
    text-align: center;
  }
  .cart.page-title-wrapper .action.checkout {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .cart-container .form-cart {
    padding-right: 30px;
    width: 67%;
  }
  .cart-container .checkout-methods-items {
    margin: 10px -25px -25px;
    padding: 25px;
  }
  .multicheckout.address.form .table-wrapper .table .product-item-photo,
  .cart.table-wrapper .product-item-photo {
    padding-right: 20px;
  }
  .multicheckout.address.form .table-wrapper .table .cart.table-wrapper .col,
  .cart.table-wrapper .cart.table-wrapper .col {
    padding: 22px 10px;
  }
  .cart-summary {
    padding: 25px;
    width: 33%;
  }
}
.m-w-reset {
  padding: 0;
  margin: 0;
  top: auto;
  left: auto;
  box-shadow: none;
}
.ox-v-scroll {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.ox-plus,
.ox-minus {
  width: 10px;
  height: 22px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.ox-plus:after,
.ox-minus:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
}
.ox-plus:before {
  content: '';
  width: 2px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 4;
  top: 7px;
}
/*
@checkout-progress-bar-item-element__height: @checkout-progress-bar-item-element__width;
@checkout-progress-bar-item-element__width: 38px;*/
/*@checkout-progress-bar-item-element-inner__height: @checkout-progress-bar-item-element-inner__width;
@checkout-progress-bar-item-element-inner__width: @checkout-progress-bar-item-element__width - (@checkout-progress-bar-item-element-outer-radius__width * 2);*/
@media only screen and (max-width: 1025px) {
  .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: #202020;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@keyframes progress-line {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes move-action-top {
  0% {
    transform: translateY(10px) perspective(1px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) perspective(1px);
    opacity: 1;
  }
}
@keyframes move-action-bottom {
  0% {
    transform: translateY(0px) perspective(1px);
    opacity: 1;
  }
  100% {
    transform: translateY(10px) perspective(1px);
    opacity: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
  .product-item .product-list-view__right-wrapper .actions-secondary .action {
    display: inline-block;
  }
  .product-item .product-list-view__right-wrapper .actions-secondary .action span {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1160px) {
  .products-list .product-item-info {
    display: block;
  }
  .products-list .product-item-info:after {
    content: '';
    display: table;
    clear: both;
  }
  .products-list .product-grid__image-wrapper {
    display: inline-block;
    float: left;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .products-list .product-item .product-list-view__right-wrapper {
    width: 100%;
    display: inline-block;
    float: left;
    padding-left: 6px;
    padding-top: 15px;
  }
  .products-list .product-item .product-list-view__right-wrapper .actions-secondary {
    margin-left: -5px;
  }
  .products-list .product-item .product-list-view__right-wrapper .actions-secondary .action {
    display: inline-block;
  }
  .products-list .product-item-details {
    display: inline-block;
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .product-info-main .action.towishlist,
  .product-options-bottom .action.towishlist,
  .block-bundle-summary .action.towishlist,
  .product-info-main .action.tocompare,
  .product-options-bottom .action.tocompare,
  .block-bundle-summary .action.tocompare {
    width: 44px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .field.qty,
  .product-options-bottom .box-tocart.actions--right-to-cart .field.qty {
    max-width: 110px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .icon-minus,
  .product-options-bottom .box-tocart.actions--right-to-cart .icon-minus,
  .product-info-main .box-tocart.actions--right-to-cart .icon-plus,
  .product-options-bottom .box-tocart.actions--right-to-cart .icon-plus {
    width: 28px;
  }
  .product-info-main .box-tocart.actions--right-to-cart .input-text.qty,
  .product-options-bottom .box-tocart.actions--right-to-cart .input-text.qty {
    padding: 0 28px;
  }
}
.block-search--type-panel .block-content {
  display: none;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .extended-review-summary-wrapper.columns-3 .extended-review-summary,
  .extended-review-summary-wrapper.columns-4 .extended-review-summary {
    max-width: 260px;
    margin-right: 30px;
    padding: 25px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings,
  .extended-review-summary-wrapper.columns-4 .number-of-ratings {
    margin-right: 30px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings .rating-result,
  .extended-review-summary-wrapper.columns-4 .number-of-ratings .rating-result {
    margin-right: 5px;
    width: 110px;
  }
  .extended-review-summary-wrapper.columns-3 > .review-ratings,
  .extended-review-summary-wrapper.columns-4 > .review-ratings {
    margin-right: 30px;
  }
  .extended-review-summary-wrapper.columns-3 .rating-summary .rating-label,
  .extended-review-summary-wrapper.columns-4 .rating-summary .rating-label {
    padding-right: 12px;
  }
  .extended-review-summary-wrapper.columns-3 > div:last-child,
  .extended-review-summary-wrapper.columns-4 > div:last-child {
    margin-right: 0;
  }
  .extended-review-summary-wrapper.columns-3 .extended-review-button .action.primary,
  .extended-review-summary-wrapper.columns-4 .extended-review-button .action.primary {
    padding: 18px 20px;
  }
  .review-content-left {
    max-width: 260px;
    margin-right: 30px;
  }
}
/*
@media (min-width:991px) and (max-width:1024px){
    .extended-review-summary-wrapper.columns-4{
        .extended-review-button{
            display: none;
        }
    }
}*/
@media (min-width: 768px) and (max-width: 1024px) {
  .extended-review-summary-wrapper {
    /*&.columns-4{
            .extended-review-button{
                display: none;
            }
        }*/
  }
  .extended-review-summary-wrapper.columns-3 .extended-review-summary {
    padding: 25px;
    margin-right: 30px;
    max-width: 230px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings {
    margin-right: 30px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings .rating-result {
    margin-right: 5px;
    width: 110px;
  }
  .extended-review-summary-wrapper.columns-3 .number-of-ratings .rating-item .label {
    display: none;
  }
  .extended-review-summary-wrapper.columns-3 > .review-ratings {
    margin-right: 30px;
  }
  .extended-review-summary-wrapper.columns-3 > div:last-child {
    margin-right: 0;
  }
  .extended-review-summary-wrapper.columns-4 {
    flex-wrap: wrap;
  }
  .extended-review-summary-wrapper.columns-4 .extended-review-summary {
    width: 50%;
    margin-right: 0;
    max-width: 50%;
  }
  .extended-review-summary-wrapper.columns-4 .extended-review-button {
    order: 1;
    width: 50%;
    align-self: stretch;
    display: flex;
  }
  .extended-review-summary-wrapper.columns-4 .extended-review-button .action.primary {
    width: 100%;
    flex-grow: 1;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings {
    order: 3;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings .rating-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings .rating-number {
    margin-right: 20px;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings .rating-percent {
    min-width: 80px;
    text-align: right;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings .rating-result {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .extended-review-summary-wrapper.columns-4 .review-ratings {
    order: 4;
  }
  .extended-review-summary-wrapper.columns-4 .number-of-ratings,
  .extended-review-summary-wrapper.columns-4 .review-ratings {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .review-form {
    max-width: 100%;
  }
  .review-item {
    flex-flow: column;
  }
  .extended-review-summary-wrapper {
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 20px;
  }
  .extended-review-summary-wrapper .extended-review-summary {
    max-width: 100%;
    margin-right: 0;
  }
  .extended-review-summary-wrapper .extended-review-button {
    order: 2;
    margin: 0;
    width: 100%;
  }
  .extended-review-summary-wrapper .extended-review-button .action.primary {
    width: 100%;
  }
  .extended-review-summary-wrapper .number-of-ratings {
    order: 3;
  }
  .extended-review-summary-wrapper .number-of-ratings .rating-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .extended-review-summary-wrapper .number-of-ratings .rating-number {
    margin-right: 20px;
  }
  .extended-review-summary-wrapper .number-of-ratings .rating-percent {
    min-width: 60px;
    text-align: right;
  }
  .extended-review-summary-wrapper .number-of-ratings .rating-result {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .extended-review-summary-wrapper .review-ratings {
    order: 4;
  }
  .extended-review-summary-wrapper .number-of-ratings,
  .extended-review-summary-wrapper .review-ratings {
    width: 100%;
    margin-right: 0;
  }
  .extended-review-summary-wrapper > div {
    margin-top: 30px;
  }
  .review-content-left {
    margin-bottom: 25px;
    display: block;
    margin-right: 0;
    max-width: 100%;
  }
  .product-info-main .review-content-left {
    margin-bottom: 0;
  }
}
/*
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) { 
    .order-links {
        .item {
            margin: 0 @tab-control__margin-right 0 0;

            a {
                padding: @tab-control__padding-top @tab-control__padding-right;
            }

            strong {
                padding: @tab-control__padding-top @tab-control__padding-right @tab-control__padding-bottom + 1 @tab-control__padding-left;
            }
        }
    }
}
*/
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (min-width: 1025px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 0 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;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .account .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .cart-summary .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,
  .bundle-options-container .legend.title,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .dashboard-welcome-toggler {
    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,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .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,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .header.content:after,
  .page-header .header.panel:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 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 {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 0;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  a.ox-grey-underline:hover {
    opacity: 1;
  }
  .huge-line {
    height: 6px;
  }
  .centered-iblocks .iblock,
  .centered-iblocks > div {
    padding: 25px 50px;
  }
  .page-bottom-padding {
    margin-bottom: -80px;
  }
  h1 {
    margin-bottom: 40px;
  }
  h1.huge-10,
  .h1.huge-10,
  h2.huge-10,
  .h2.huge-10 {
    font-size: 96px;
  }
  h2.big,
  .h2.big {
    font-size: 72px;
  }
  h2.huge,
  .h2.huge {
    font-size: 90px;
  }
  .responsive-padding-1 {
    padding: 35px;
  }
  .hide-on-desktop {
    display: none !important;
  }
  .container {
    max-width: 1400px;
  }
  .navigation,
  .ox-megamenu,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .header__content .ox-megamenu {
    padding: 0;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .product-page--fullwidth.catalog-product-view .page-main,
  .page-layout-1column-fullwidth.catalog-product-view .page-main {
    padding-left: 60px;
    padding-right: 60px;
  }
  .columns {
    display: block;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 50px;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 50px;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 50px;
  }
  .page-layout-2columns-left .sidebar-main {
    padding-right: 50px;
  }
  .page-layout-2columns-right .sidebar-additional {
    padding-right: 0;
    padding-left: 50px;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 50px;
    padding-right: 0;
  }
  .page-layout-3columns .column.main {
    width: calc(100% -  540px);
  }
  .page-layout-3columns .sidebar-additional,
  .page-layout-3columns .sidebar-main {
    width: 270px;
  }
  .page-layout-3columns .sidebar-additional {
    padding-left: 25px;
  }
  .page-layout-3columns .sidebar-main {
    padding-right: 25px;
  }
  .page-layout-2columns-right .column.main,
  .page-layout-2columns-left .column.main {
    width: calc(100% -  320px);
  }
  .page-layout-2columns-right .sidebar-additional,
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-right .sidebar-main,
  .page-layout-2columns-left .sidebar-main {
    width: 320px;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .page-layout-1column-fullwidth .page-main,
  .page-layout-1column-fullwidth.catalog-category-view .page-main {
    padding: 0;
    max-width: 100%;
  }
  .promo-block-categories-grid .promo-block-categories__text {
    display: flex !important;
    display: -ms-flexbox !important;
    align-content: center !important;
    -ms-flex-line-pack: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .promo-block-categories-grid .promo-block-categories__text .title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .ox-margin-lg {
    margin-bottom: 30px;
  }
  .ox-margin-lg-no {
    margin-bottom: 0;
  }
  .sidebar-nobg.categories--fullwidth.page-layout-2columns-left .sidebar-main,
  .sidebar-nobg.categories--fullwidth.page-layout-2columns-left .sidebar-additional {
    padding-left: 10px;
    padding-right: 60px;
  }
  .sidebar-nobg.categories--fullwidth.page-layout-2columns-right .sidebar-main,
  .sidebar-nobg.categories--fullwidth.page-layout-2columns-right .sidebar-additional {
    padding-right: 10px;
    padding-left: 60px;
  }
  .sidebar-nobg.categories--fullwidth.page-layout-3columns .sidebar-additional {
    padding-left: 30px;
  }
  .sidebar-nobg.categories--fullwidth.page-layout-3columns .sidebar-main {
    padding-right: 30px;
  }
  .ox-messages-fixed .page.messages {
    position: fixed;
    left: 10px;
    top: 120px;
    z-index: 800;
    max-width: 600px;
    width: 100%;
  }
  .ox-messages-fixed .page.messages .message {
    margin-bottom: 10px;
    padding-right: 40px;
    box-shadow: 10px 24px 33px 0px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    /* animation:messages 10s forwards; */
  }
  .ox-messages-fixed .page.messages .message .ox-overlay-close-btn {
    display: block;
    animation: show 0.15s;
    animation-fill-mode: forwards;
  }
  .ox-messages-fixed .page.messages .ox-overlay-close-btn {
    display: none;
    opacity: 0;
    padding: 5px;
    position: absolute;
    right: 12px;
    top: 12px;
    border: none;
  }
  .ox-messages-fixed .page.messages .ox-overlay-close-btn span {
    width: 15px;
    height: 15px;
  }
  .ox-megamenu,
  .navigation {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slide-out-menu--mobile,
  .nav-toggle {
    display: none !important;
  }
  .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: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 5px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #ffffff;
    line-height: 27px;
    padding: 0 9px;
    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: #000000;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-width: 0;
    color: #000000;
    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: "athlete2";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: -10px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 10px;
  }
  .navigation .level0 .submenu > ul:before {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    color: #ffffff;
    left: 20px;
    top: -20px;
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 4;
  }
  .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;
    background: transparent;
    color: #000000;
    padding: 7px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
  }
  .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: "athlete2";
    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: "athlete2";
    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;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 9px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none !important;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-4px);
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:before {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    background: #000000;
    width: 8px;
    height: 2px;
    transition: background 0.1s ease 0.4s;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 0;
    background: #000000;
    width: 2px;
    height: 8px;
    transition: background 0.1s ease 0.4s;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset {
    /*.legend {
            &:extend(.abs-margin-for-forms-desktop all);
        }*/
  }
  .fieldset > .field {
    /*.lib-form-field-type-revert();*/
    margin: 0 0 29px;
  }
  .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 0 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 800;
    line-height: 30px;
    font-size: 1.5rem;
    color: #000000;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: none;
    height: 30px;
    padding: 6px 30px 6px 30px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #ffffff;
    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: transparent;
  }
  .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: transparent;
    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: #f8f8f8;
    margin-top: 42px;
    padding: 40px 40px 40px 40px;
    border: none;
  }
  .tabs-style--minimal .product.data.items.accordion .additional-attributes th {
    padding-left: 0;
  }
  .tabs-style--minimal .product.data.items.accordion > .item.content {
    padding: 6px 2px 30px 2px;
    background: none;
    margin: 0;
  }
  .tabs-style--minimal .product.data.items.accordion > .item.content:before {
    content: none;
  }
  .tabs-style--minimal .product.data.items.accordion > .item.title {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0;
  }
  .tabs-style--minimal .product.data.items.accordion > .item.title > .switch {
    color: #000;
    height: auto;
    background: none !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
  }
  .tabs-style--minimal .product.data.items.accordion > .item.title > .switch:focus,
  .tabs-style--minimal .product.data.items.accordion > .item.title > .switch:hover {
    background: none;
  }
  .tabs-style--minimal .product.data.items.accordion > .item.title > .switch:focus:after,
  .tabs-style--minimal .product.data.items.accordion > .item.title > .switch:hover:after,
  .tabs-style--minimal .product.data.items.accordion > .item.title > .switch:focus:before,
  .tabs-style--minimal .product.data.items.accordion > .item.title > .switch:hover:before {
    background: #000;
  }
  .tabs-style--minimal .product.data.items.accordion > .item.title > .switch:after,
  .tabs-style--minimal .product.data.items.accordion > .item.title > .switch:before {
    background: #000;
  }
  .tabs-style--minimal .product.data.items.accordion > .item.title > .switch:before {
    left: 2px;
    top: 50%;
    width: 12px;
    height: 2px;
    margin-top: -1px;
  }
  .tabs-style--minimal .product.data.items.accordion > .item.title > .switch:after {
    left: 7px;
    top: 50%;
    width: 2px;
    height: 12px;
    margin-top: -6px;
  }
  .tabs-style--minimal .product.data.items.accordion > .item.title:not(.disabled) > .switch:active,
  .tabs-style--minimal .product.data.items.accordion > .item.title.active > .switch,
  .tabs-style--minimal .product.data.items.accordion > .item.title.active > .switch:focus,
  .tabs-style--minimal .product.data.items.accordion > .item.title.active > .switch:hover {
    color: #000;
    padding-bottom: 12px;
  }
  .product.data.items > .item.title {
    box-sizing: initial;
  }
  .product.data.items > .item.title > .switch {
    letter-spacing: -0.03em;
    overflow: hidden;
    text-transform: uppercase;
    box-sizing: content-box;
  }
  .product.data.items > .item.title > .switch:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: translateY(39px);
    transition: all 0.25s ease;
    background: #000000;
    will-change: transform;
  }
  .product.data.items > .item.title > .switch:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: translateY(100%);
    transition: all 0.4s ease;
    background: #ffe51e;
    will-change: transform;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:focus,
  .product.data.items > .item.title > .switch:hover {
    color: #fff;
    text-decoration: none;
    background: none;
  }
  .product.data.items > .item.title.active > .switch {
    transition: all 0.25s ease;
  }
  .product.data.items > .item.title.active > .switch:after {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .tabs-style--minimal .product.data.items > .item.title > .switch:visited,
  .tabs-style--minimal .product.data.items > .item.title > .switch:focus,
  .tabs-style--minimal .product.data.items > .item.title > .switch:hover {
    color: #000;
  }
  .tabs-style--minimal .product.data.items > .item.title > .switch:before {
    height: 3px;
    transform: translateY(3px);
    transition: all 0.25s ease;
    background: #000;
    will-change: transform;
  }
  .tabs-style--minimal .product.data.items > .item.title > .switch:after {
    content: none;
  }
  .tabs-style--minimal .product.data.items > .item.title.active > .switch:before {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .tabs-style--minimal .product.data.items > .item.title:not(.disabled) > .switch:active,
  .tabs-style--minimal .product.data.items > .item.title.active > .switch,
  .tabs-style--minimal .product.data.items > .item.title.active > .switch:focus,
  .tabs-style--minimal .product.data.items > .item.title.active > .switch:hover {
    color: #000;
  }
  .tabs-style--minimal .product.data.items > .item.content {
    padding: 40px 0;
    background: none;
    position: relative;
  }
  .tabs-style--minimal .product.data.items > .item.content:before {
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: -1px;
  }
  .product.data.items.accordion {
    margin: 0;
    padding: 0;
  }
  .product.data.items.accordion > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items.accordion > .item.title > .switch {
    display: block;
  }
  .product.data.items.accordion > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items.accordion > .item.content:before,
  .product.data.items.accordion > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items.accordion > .item.content:after {
    clear: both;
  }
  .product.data.items.accordion > .item.content.active {
    display: block;
  }
  .product.data.items.accordion > .item.title {
    margin: 0 0 15px;
  }
  .product.data.items.accordion > .item.title > .switch {
    background: #000000;
    border-bottom: 0 solid #d1d1d1;
    border-left: 0 solid #d1d1d1;
    border-right: 0 solid #d1d1d1;
    border-top: 0 solid #d1d1d1;
    height: 50px;
    padding: 6px 20px 6px 50px;
    font-weight: 800;
    line-height: 38px;
    font-size: 1.6rem;
    color: #ffffff;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:visited {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:hover {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:focus,
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:hover {
    background: #ffe51e;
  }
  .product.data.items.accordion > .item.title:not(.disabled) > .switch:active,
  .product.data.items.accordion > .item.title.active > .switch,
  .product.data.items.accordion > .item.title.active > .switch:focus,
  .product.data.items.accordion > .item.title.active > .switch:hover {
    background: #ffe51e;
    color: #000000;
    text-decoration: none;
    padding-bottom: 6px;
  }
  .product.data.items.accordion > .item.content {
    background: #f8f8f8;
    border: none;
    margin: 0 0 15px;
    padding: 40px 40px 40px 40px;
  }
  .product.data.items.accordion .data.item {
    display: block;
  }
  .product.data.items.accordion .data.item.content {
    display: none;
  }
  .product.data.items.accordion .item.title.active {
    margin-bottom: 0;
  }
  .product.data.items.accordion .item.title.active > .switch {
    color: #000000;
  }
  .product.data.items.accordion .item.title.active > .switch:visited {
    color: #000000;
  }
  .product.data.items.accordion .item.title.active > .switch:after,
  .product.data.items.accordion .item.title.active > .switch:before {
    background: #000000;
  }
  .product.data.items.accordion .item.title.active > .switch:after {
    content: none;
  }
  .product.data.items.accordion .item.title > .switch {
    position: relative;
    box-sizing: border-box;
  }
  .product.data.items.accordion .item.title > .switch:after,
  .product.data.items.accordion .item.title > .switch:before {
    content: '';
    display: block;
    position: absolute;
    background: #ffffff;
    transition: all 0.6s ease;
    transform: none;
    z-index: unset;
  }
  .product.data.items.accordion .item.title > .switch:before {
    left: 17px;
    top: 23px;
    width: 15px;
    height: 3px;
  }
  .product.data.items.accordion .item.title > .switch:after {
    left: 23px;
    top: 17px;
    width: 3px;
    height: 15px;
  }
  .product.data.items.accordion .item.title > .switch:focus:after,
  .product.data.items.accordion .item.title > .switch:hover:after,
  .product.data.items.accordion .item.title > .switch:focus:before,
  .product.data.items.accordion .item.title > .switch:hover:before {
    transition: all 10ms ease;
    background: #000000;
  }
  .menu-style-5 .page-header .ox-megamenu,
  .menu-style-5 .page-header .navigation {
    height: 100%;
  }
  .menu-style-5 .page-header .ox-megamenu > ul > .level0,
  .menu-style-5 .page-header .navigation > ul > .level0 {
    height: 100%;
  }
  .menu-style-5 .page-header .ox-megamenu > ul > .level0 > .level-top,
  .menu-style-5 .page-header .navigation > ul > .level0 > .level-top {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .menu-style-2 .page-header .ox-megamenu,
  .menu-style-2 .page-header .navigation {
    height: 100%;
  }
  .menu-style-2 .page-header .ox-megamenu > ul,
  .menu-style-2 .page-header .navigation > ul {
    padding: 0;
  }
  .menu-style-2 .page-header .ox-megamenu > ul > .level0 > .level-top:before,
  .menu-style-2 .page-header .navigation > ul > .level0 > .level-top:before {
    height: calc(100% - 15px);
    top: 0;
    transform-origin: top;
    transition: transform 0.5s cubic-bezier(0.85, 0, 0.12, 1);
  }
  .menu-style-2 .page-header .ox-megamenu > ul > .level0.active > .level-top:before,
  .menu-style-2 .page-header .navigation > ul > .level0.active > .level-top:before,
  .menu-style-2 .page-header .ox-megamenu > ul > .level0:hover > .level-top:before,
  .menu-style-2 .page-header .navigation > ul > .level0:hover > .level-top:before {
    transition: transform 0.2s cubic-bezier(0.85, 0, 0.12, 1);
  }
  .menu-style-3 .page-header .ox-megamenu > ul > .level0 > a,
  .menu-style-3 .page-header .navigation > ul > .level0 > a,
  .menu-style-3 .page-header .ox-megamenu > ul > .level0 > .level-top,
  .menu-style-3 .page-header .navigation > ul > .level0 > .level-top {
    margin: 0 9px;
    padding: 0;
    background: none !important;
  }
  .menu-style-3 .page-header .ox-megamenu > ul > .level0 > a:before,
  .menu-style-3 .page-header .navigation > ul > .level0 > a:before,
  .menu-style-3 .page-header .ox-megamenu > ul > .level0 > .level-top:before,
  .menu-style-3 .page-header .navigation > ul > .level0 > .level-top:before {
    transform: scaleY(1);
    opacity: 0;
    transition: opacity 0.2s ease;
    height: 2px;
    top: auto;
    bottom: 0;
  }
  .menu-style-3 .page-header .ox-megamenu > ul > .level0.has-active > a:before,
  .menu-style-3 .page-header .navigation > ul > .level0.has-active > a:before,
  .menu-style-3 .page-header .ox-megamenu > ul > .level0.active > a:before,
  .menu-style-3 .page-header .navigation > ul > .level0.active > a:before,
  .menu-style-3 .page-header .ox-megamenu > ul > .level0:hover > a:before,
  .menu-style-3 .page-header .navigation > ul > .level0:hover > a:before {
    opacity: 1;
  }
  .menu-style-4 .page-header.ox-sticky.sticky.resize .ox-megamenu,
  .menu-style-4 .page-header.ox-sticky.sticky.resize .navigation {
    min-height: 64px;
  }
  .menu-style-4 .page-header .ox-megamenu,
  .menu-style-4 .page-header .navigation {
    height: 100%;
  }
  .menu-style-4 .page-header .ox-megamenu > ul,
  .menu-style-4 .page-header .navigation > ul {
    padding: 0;
  }
  .menu-style-4 .page-header .ox-megamenu > ul > .level0,
  .menu-style-4 .page-header .navigation > ul > .level0 {
    margin: 0;
    height: 100%;
  }
  .menu-style-4 .page-header .ox-megamenu > ul > .level0 > a,
  .menu-style-4 .page-header .navigation > ul > .level0 > a,
  .menu-style-4 .page-header .ox-megamenu > ul > .level0 > .level-top,
  .menu-style-4 .page-header .navigation > ul > .level0 > .level-top {
    background: none !important;
    padding: 6px 20px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .menu-style-4 .page-header .ox-megamenu > ul > .level0 > a:before,
  .menu-style-4 .page-header .navigation > ul > .level0 > a:before,
  .menu-style-4 .page-header .ox-megamenu > ul > .level0 > .level-top:before,
  .menu-style-4 .page-header .navigation > ul > .level0 > .level-top:before {
    transform: scaleY(1);
    opacity: 0;
    transition: opacity 0.2s ease;
    height: 2px;
    top: auto;
    bottom: 0;
  }
  .menu-style-4 .page-header .ox-megamenu > ul > .level0.has-active > a:before,
  .menu-style-4 .page-header .navigation > ul > .level0.has-active > a:before,
  .menu-style-4 .page-header .ox-megamenu > ul > .level0.active > a:before,
  .menu-style-4 .page-header .navigation > ul > .level0.active > a:before,
  .menu-style-4 .page-header .ox-megamenu > ul > .level0:hover > a:before,
  .menu-style-4 .page-header .navigation > ul > .level0:hover > a:before {
    opacity: 1;
  }
  .header--layout-4 .header__content .flex-right {
    height: 74px;
  }
  .header--layout-4 .minicart-wrapper .action.showcart {
    position: relative;
  }
  .header--layout-4 .minicart-wrapper .action.showcart:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffe51e;
    animation: scaleout 0.35s forwards cubic-bezier(0.85, 0, 0.12, 1);
  }
  .header--layout-4 .minicart-wrapper .action.showcart:hover:after {
    animation: scalein 0.35s forwards cubic-bezier(0.85, 0, 0.12, 1);
    transform-origin: right;
  }
  .header--layout-5 .page-header.header--full-width .header__left {
    padding-left: 20px;
  }
  .header--layout-5 .page-header.header--full-width .header__left .ox-megamenu .ox-megamenu-navigation {
    margin-left: -8px;
  }
  .header--layout-5 .header__content .header__left,
  .header--layout-5 .header__content .header__right {
    -ms-flex-preferred-size: calc(50% - 105px);
    flex-basis: calc(50% - 105px);
    max-width: calc(50% - 105px);
  }
  .header--layout-5 .header__content .header__left .ox-megamenu .ox-megamenu-navigation {
    padding: 0 24px 0 0;
  }
  .header--layout-5 .header__content .header__right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0;
  }
  .header--layout-6 .ox-sticky.sticky.resize .header__content .header__item-search {
    display: block;
  }
  .header--layout-6 .ox-sticky.sticky.resize .header__content > .header__center.block-search {
    display: none;
  }
  .header--layout-6 .ox-sticky.sticky.resize .header__left {
    flex: 1 1 auto;
  }
  .header--layout-6 .ox-sticky.sticky.resize .block-search--type-panel .action-search-slideout {
    display: flex !important;
  }
  .header--layout-6 .header__content .header__right .header__item-search {
    display: none;
  }
  .header--layout-6 .header__content .header__center.block-search {
    order: unset;
    z-index: 101;
    align-items: center;
    display: flex;
    float: none;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header--layout-6 .header__content .header__center.block-search.header__item-search .header__search-wrapper > form {
    float: none;
    width: auto;
  }
  .header--layout-6 .header__content .header__center.block-search.header__item-search .header__search-wrapper > form input {
    width: 100% !important;
  }
  .header--layout-6 .header__content .header__center.block-search .header__search-wrapper {
    flex: 1 1 auto;
  }
  .header--layout-6 .header__content .header__center.block-search .header__search-wrapper .ox-overlay-close-btn,
  .header--layout-6 .header__content .header__center.block-search .header__search-wrapper .logo__container,
  .header--layout-6 .header__content .header__center.block-search .header__search-wrapper .animated-text--masked,
  .header--layout-6 .header__content .header__center.block-search .header__search-wrapper .flashing-cursor {
    display: none;
  }
  .header--layout-6 .header__content .header__center.block-search .header__search-wrapper .minisearch {
    position: relative;
  }
  .header--layout-6 .header__content .header__center.block-search .header__search-wrapper .control {
    padding: 0;
  }
  .page-header.header--full-width .top-bar,
  .page-header.header--full-width .header__right,
  .page-header.header--full-width .header__content > .flex-right {
    padding-right: 20px;
  }
  .page-header.header--full-width.sticky.resize {
    /*.header__content > .flex-right{
                padding-right:12px;
            }*/
  }
  .page-header.header--full-width.sticky.resize.header--layout-4 .header__content > .flex-right {
    padding-right: 0;
  }
  .page-header.header--full-width.header--layout-4 .header__content > .flex-right {
    padding-right: 0;
  }
  .header--full-width.header--layout-1 {
    /*.logo__container{
                margin-left: -@header-side-padding;
            }*/
  }
  .header--full-width.header--layout-1 .top-bar .minicart-wrapper {
    margin-right: -20px;
  }
  .header__content .flex-left {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .menu--align-center .page-header .ox-megamenu > ul,
  .menu--align-center .page-header .navigation > ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .menu--align-right .page-header .ox-megamenu > ul,
  .menu--align-right .page-header .navigation > ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .menu--align-left .page-header .ox-megamenu > ul,
  .menu--align-left .page-header .navigation > ul {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .page-header .ox-megamenu > ul,
  .page-header .navigation > ul {
    flex: 1 1 auto;
  }
  .menu--align-sticky-center .page-header.ox-sticky.sticky .ox-megamenu > ul,
  .menu--align-sticky-center .page-header.ox-sticky.sticky .navigation > ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .menu--align-sticky-right .page-header.ox-sticky.sticky .ox-megamenu > ul,
  .menu--align-sticky-right .page-header.ox-sticky.sticky .navigation > ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .menu--align-sticky-left .page-header.ox-sticky.sticky .ox-megamenu > ul,
  .menu--align-sticky-left .page-header.ox-sticky.sticky .navigation > ul {
    flex: 1 1 auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .header--layout-1 .authentication-wrapper {
    top: 12px;
    right: 30px;
  }
  .header__content {
    height: auto;
    min-height: 74px;
    transition: 0.2s ease;
    transition-property: height, min-height, max-height;
  }
  .header--layout-2 .header__content {
    height: auto;
    min-height: 60px;
  }
  .logo__container {
    width: 210px;
  }
  .header__item {
    margin: 2px 0 2px 8px;
  }
  /* Minimize sticky header */
  .header__content .minicart-wrapper {
    margin: 2px 0 2px 8px;
  }
  .sticky-minimized .top-bar {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-property: height, min-height, max-height;
    -moz-transition-property: height, min-height, max-height;
    -ms-transition-property: height, min-height, max-height;
    transition-property: height, min-height, max-height;
  }
  .sticky-minimized .ox-sticky.sticky.resize .header__right {
    flex-wrap: nowrap;
  }
  .sticky-minimized .ox-sticky.sticky.resize .logo__container {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
  }
  .sticky-minimized .ox-sticky.sticky.resize .logo__container,
  .sticky-minimized .ox-sticky.sticky.resize .header__content {
    min-height: 64px;
    max-height: 64px;
  }
  .sticky-minimized .ox-sticky.sticky.resize .logo__container img.logo,
  .sticky-minimized .ox-sticky.sticky.resize .header__content img.logo {
    max-height: 64px;
    width: auto;
  }
  .sticky-minimized .ox-sticky.sticky.resize .logo__container .flex-right,
  .sticky-minimized .ox-sticky.sticky.resize .header__content .flex-right {
    min-height: 64px;
    max-height: 64px;
  }
  .sticky-minimized .ox-sticky.sticky.resize .top-bar {
    height: 0 !important;
    overflow: hidden;
    min-height: 0;
    border: none;
  }
  .sticky-minimized .ox-sticky.sticky.resize .header__additional-content,
  .sticky-minimized .ox-sticky.sticky.resize .header-nav-wide {
    display: none;
  }
  .sticky-minimized.minicart-btn__icon--hide .ox-sticky.sticky.resize .action.showcart {
    height: 38px;
    line-height: 38px;
    padding: 0;
  }
  .sticky-minimized.minicart-btn__icon--hide .ox-sticky.sticky.resize .action.showcart svg {
    display: block;
    margin-right: 0;
  }
  .sticky-minimized.minicart-btn__icon--hide .ox-sticky.sticky.resize .action.showcart .text {
    display: none;
  }
  .sticky-minimized.minicart-btn__icon--hide .ox-sticky.sticky.resize .action.showcart span {
    min-width: 7px;
    display: inline;
  }
  .sticky-minimized.minicart-btn__icon--hide .ox-sticky.sticky.resize .action.showcart span.qty {
    display: inline-block;
    border: none;
    padding: 2px;
    margin: 0;
    position: absolute;
    top: 0;
    height: 14px;
    min-width: 14px;
    text-align: center;
    vertical-align: middle;
    right: 0;
    background: #202020;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1;
  }
  .sticky-minimized.minicart-btn__icon--hide .ox-sticky.sticky.resize .action.showcart span.qty .counter-number {
    color: #eaeaea;
  }
  .ox-dropdown.ox-dropdown-active {
    animation: ox-modal-active-dd 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
  }
  .ox-dropdown.ox-dropdown-close {
    animation: ox-modal-close-dd 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
  }
  .minicart--style-modern .ox-dropdown {
    width: 570px;
    padding: 0;
    box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.08);
  }
  /* My Account */
  .ox-slideout.ox-links-drop .header.links,
  .ox-dropdown.ox-links-drop .header.links {
    width: 100%;
  }
  .ox-slideout.ox-links-drop .header.links li,
  .ox-dropdown.ox-links-drop .header.links li {
    margin: 0 0 2px 0;
  }
  .ox-slideout.ox-links-drop .header.links li .logged-in,
  .ox-dropdown.ox-links-drop .header.links li .logged-in,
  .ox-slideout.ox-links-drop .header.links li a:not(.button),
  .ox-dropdown.ox-links-drop .header.links li a:not(.button) {
    padding: 7px;
    color: #000;
  }
  .ox-slideout.ox-links-drop .header.links a:not(.button):hover,
  .ox-dropdown.ox-links-drop .header.links a:not(.button):hover,
  .ox-slideout.ox-links-drop .header.links a:not(.button):focus,
  .ox-dropdown.ox-links-drop .header.links a:not(.button):focus {
    background: #000;
    color: #fff;
  }
  .ox-slideout .header.links {
    padding: 30px;
  }
  .minicart--style-modern .ox-slideout .header.links {
    padding: 60px 70px;
  }
  .ox-dropdown.ox-links-drop {
    width: 280px;
  }
  .ox-dropdown.ox-login-drop {
    padding: 0;
    width: 750px;
  }
  .ox-dropdown .block-account > .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ox-dropdown .block-account .block {
    padding: 30px;
    width: 50%;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    align-self: stretch;
    align-content: center;
  }
  .minicart--style-modern .ox-dropdown.ox-links-drop {
    width: 310px;
  }
  .minicart--style-modern .ox-dropdown.ox-links-drop .block-content {
    padding: 40px;
  }
  .minicart--style-modern .ox-dropdown .block-account .block {
    padding: 50px;
  }
  .ox-prev-next__link {
    display: block;
  }
  .crosssell .owl-carousel:hover .owl-nav,
  .related .owl-carousel:hover .owl-nav,
  .upsell .owl-carousel:hover .owl-nav {
    visibility: visible;
    opacity: 1;
  }
  .crosssell .owl-carousel:hover .owl-nav button.owl-prev,
  .related .owl-carousel:hover .owl-nav button.owl-prev,
  .upsell .owl-carousel:hover .owl-nav button.owl-prev,
  .crosssell .owl-carousel:hover .owl-nav button.owl-next,
  .related .owl-carousel:hover .owl-nav button.owl-next,
  .upsell .owl-carousel:hover .owl-nav button.owl-next {
    transform: translateX(0px) translateY(-50%);
  }
  .owl-carousel.widget-product-grid:hover .owl-nav {
    visibility: visible;
    opacity: 1;
  }
  .owl-carousel.widget-product-grid:hover .owl-nav button.owl-prev,
  .owl-carousel.widget-product-grid:hover .owl-nav button.owl-next {
    transform: translateX(0px) translateY(-50%);
  }
  .crosssell.additional-products,
  .related.additional-products,
  .upsell.additional-products {
    margin-bottom: 80px;
  }
  .ox-banner.ox-banner-content-overlay .ox-banner-container.medium-padding {
    padding: 60px;
  }
  .ox-banner.ox-banner-content-overlay .ox-banner-container.big-padding {
    padding: 80px;
  }
  .ox-categories-grid-with-banner .ox-banner.ox-banner-content-overlay .ox-banner-container {
    padding: 60px;
  }
  .ox-categories-grid-with-banner .col.right {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 50px 3%;
  }
  .ox-categories-grid-with-banner .col.left {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .ox-banner-animated-text.ox-banner-huge .ox-banner-animated-container {
    padding: 50px;
  }
  .ox-banner-animated-text.ox-banner-huge .text {
    padding: 10px 12px;
  }
  .ox-banner-animated-text.ox-banner-huge span.text {
    font-size: 60px;
    line-height: 56px;
  }
  .ox-banner-animated-text.ox-banner-xxl .ox-banner-animated-container {
    padding: 50px;
  }
  .ox-banner-animated-text.ox-banner-xxl .text {
    padding: 1.4vw;
  }
  .ox-banner-animated-text.ox-banner-xxl span.text {
    font-size: 5vw;
    line-height: 0.8;
  }
  .ox-banner-animated-text.ox-banner-medium .ox-banner-animated-container {
    padding: 50px;
  }
  .ox-banner-animated-text.ox-banner-medium .ox-banner-animated-container .link {
    padding: 8px 10px;
    font-weight: 800;
    font-size: 14px;
  }
  .ox-banner-animated-text.ox-banner-medium .ox-banner-animated-container .text {
    padding: 10px 12px;
  }
  .ox-banner-animated-text.ox-banner-medium .ox-banner-animated-container span.text {
    font-size: 36px;
    line-height: 34px;
  }
  .ox-banner-animated-text .ox-banner-animated-container .link {
    letter-spacing: -0.03em;
  }
  .header-banner-below.banner-columns-2 .banner-wrap.first-banner:before,
  .above-footer-banner.banner-columns-2 .banner-wrap.first-banner:before {
    left: -100%;
  }
  .header-banner-below.banner-columns-2 .banner-wrap.second-banner:before,
  .above-footer-banner.banner-columns-2 .banner-wrap.second-banner:before {
    right: -100%;
  }
  .ox-instagram-feed.columns-1 .ox-instagram-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ox-instagram-feed.columns-2 .ox-instagram-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ox-instagram-feed.columns-3 .ox-instagram-item {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ox-instagram-feed.columns-4 .ox-instagram-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ox-instagram-feed.columns-5 .ox-instagram-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ox-instagram-feed.columns-6 .ox-instagram-item {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ox-instagram-feed.columns-7 .ox-instagram-item {
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .ox-instagram-feed.columns-8 .ox-instagram-item {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ox-instagram-feed.columns-9 .ox-instagram-item {
    -ms-flex: 0 0 11.11111111%;
    flex: 0 0 11.11111111%;
    max-width: 11.11111111%;
  }
  .ox-instagram-feed.columns-10 .ox-instagram-item {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .ox-instagram-feed.columns-11 .ox-instagram-item {
    -ms-flex: 0 0 9.09090909%;
    flex: 0 0 9.09090909%;
    max-width: 9.09090909%;
  }
  .ox-instagram-feed.columns-12 .ox-instagram-item {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .page-layout-1column-fullwidth.blog-page .page-main {
    padding-bottom: 80px;
    padding-top: 40px;
  }
  .post-list.blog-style-modern.blog-list--overlay.columns-3 article {
    -ms-flex: 0 0 calc(33.333333% - 30px);
    flex: 0 0 calc(33.333333% - 30px);
    max-width: calc(33.333333% - 30px);
  }
  .post-list {
    margin-top: 30px;
  }
  .post-list.columns-3 article.post-style--overlay {
    -ms-flex: 0 0 calc(33.333333% - 30px);
    flex: 0 0 calc(33.333333% - 30px);
    max-width: calc(33.333333% - 30px);
  }
  .post-list.columns-3 article.post-style--image-top {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .post-list.blog-list--overlay.columns-3 article,
  .post-list.blog-list--overlay.columns-3 article.post-style--overlay {
    -ms-flex: 0 0 calc(33.333333% - 30px);
    flex: 0 0 calc(33.333333% - 30px);
    max-width: calc(33.333333% - 30px);
  }
  .post-list.blog-list--image-top.columns-3 article.post-style--image-top,
  .post-list.blog-list--image-top.columns-3 article {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .post-list article {
    margin-bottom: 60px;
  }
  .post-list.blog-style-modern article .post-image-wrapper .post-posed-date {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    font-size: 16px;
    height: 52px;
    padding: 0 19px;
    line-height: 52px;
    will-change: transform;
  }
  .post-list.blog-style-modern article:hover .post-image-wrapper .post-posed-date {
    opacity: 1;
    transform: translateY(0);
  }
  .post-list.blog-style-modern article.post-style--above-image .post-content,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
  .post-list.blog-style-modern.blog-list--above-image article .post-content {
    padding: 70px;
  }
  .post-list.blog-style-modern article.post-style--above-image .post-title,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-title,
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-title,
  .post-list.blog-style-modern.blog-list--above-image article .post-title {
    font-size: 48px;
  }
  .post-list.blog-style-modern article.post-style--overlay .post-content,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-content,
  .post-list.blog-style-modern.blog-list--overlay article .post-content {
    padding: 60px;
  }
  .post-list.blog-style-modern.columns-3 article.post-style--overlay .post-content,
  .post-list.blog-style-modern.columns-3.blog-list--image-top article.post-style--overlay .post-content,
  .post-list.blog-style-modern.columns-3.blog-list--overlay article .post-content {
    padding: 35px;
  }
  .post-view.narrow-post .wide-content,
  .post-view.narrow-post.narrow-post--content .wide-content,
  .post-view.narrow-post.narrow-post--p .wide-content,
  .post-view.narrow-post .narrow-content .wide-content,
  .post-view.narrow-post .wide,
  .post-view.narrow-post.narrow-post--content .wide,
  .post-view.narrow-post.narrow-post--p .wide,
  .post-view.narrow-post .narrow-content .wide {
    margin-left: -80px;
    margin-right: -80px;
  }
  .post-list {
    margin-top: 40px;
  }
  .post-list.columns-4 article.post-style--image-top {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .post-list.blog-list--image-top.columns-4 article {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .post-list article {
    margin-bottom: 80px;
  }
  .post-list.blog-style-modern article.post-style--overlay .post-content,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-content,
  .post-list.blog-style-modern.blog-list--overlay article .post-content,
  .post-list.blog-style-modern article.post-style--above-image .post-content,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
  .post-list.blog-style-modern.blog-list--above-image article .post-content {
    transform: translateY(52px);
    transition: transform 0.3s;
    will-change: transform;
  }
  .post-list.blog-style-modern article.post-style--overlay .social-share__content a,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .social-share__content a,
  .post-list.blog-style-modern.blog-list--overlay article .social-share__content a,
  .post-list.blog-style-modern article.post-style--above-image .social-share__content a,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .social-share__content a,
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child .social-share__content a,
  .post-list.blog-style-modern.blog-list--above-image article .social-share__content a {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s;
    will-change: transform;
  }
  .post-list.blog-style-modern article.post-style--overlay .post-links,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-links,
  .post-list.blog-style-modern.blog-list--overlay article .post-links,
  .post-list.blog-style-modern article.post-style--above-image .post-links,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-links,
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-links,
  .post-list.blog-style-modern.blog-list--above-image article .post-links {
    height: 30px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .post-list.blog-style-modern article.post-style--overlay:hover .social-share__content a,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--overlay:hover .social-share__content a,
  .post-list.blog-style-modern.blog-list--overlay article:hover .social-share__content a,
  .post-list.blog-style-modern article.post-style--above-image:hover .social-share__content a,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image:hover .social-share__content a,
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child:hover .social-share__content a,
  .post-list.blog-style-modern.blog-list--above-image article:hover .social-share__content a {
    opacity: 1;
    transform: translateY(0);
  }
  .post-list.blog-style-modern article.post-style--overlay:hover .social-share__content a:nth-child(1),
  .post-list.blog-style-modern.blog-list--image-top article.post-style--overlay:hover .social-share__content a:nth-child(1),
  .post-list.blog-style-modern.blog-list--overlay article:hover .social-share__content a:nth-child(1),
  .post-list.blog-style-modern article.post-style--above-image:hover .social-share__content a:nth-child(1),
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image:hover .social-share__content a:nth-child(1),
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child:hover .social-share__content a:nth-child(1),
  .post-list.blog-style-modern.blog-list--above-image article:hover .social-share__content a:nth-child(1) {
    transition-delay: 50ms;
  }
  .post-list.blog-style-modern article.post-style--overlay:hover .social-share__content a:nth-child(2),
  .post-list.blog-style-modern.blog-list--image-top article.post-style--overlay:hover .social-share__content a:nth-child(2),
  .post-list.blog-style-modern.blog-list--overlay article:hover .social-share__content a:nth-child(2),
  .post-list.blog-style-modern article.post-style--above-image:hover .social-share__content a:nth-child(2),
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image:hover .social-share__content a:nth-child(2),
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child:hover .social-share__content a:nth-child(2),
  .post-list.blog-style-modern.blog-list--above-image article:hover .social-share__content a:nth-child(2) {
    transition-delay: 100ms;
  }
  .post-list.blog-style-modern article.post-style--overlay:hover .post-content,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--overlay:hover .post-content,
  .post-list.blog-style-modern.blog-list--overlay article:hover .post-content,
  .post-list.blog-style-modern article.post-style--above-image:hover .post-content,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image:hover .post-content,
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child:hover .post-content,
  .post-list.blog-style-modern.blog-list--above-image article:hover .post-content {
    transform: translateY(0);
  }
  .post-list.blog-style-modern article.post-style--overlay:hover .post-links,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--overlay:hover .post-links,
  .post-list.blog-style-modern.blog-list--overlay article:hover .post-links,
  .post-list.blog-style-modern article.post-style--above-image:hover .post-links,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image:hover .post-links,
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child:hover .post-links,
  .post-list.blog-style-modern.blog-list--above-image article:hover .post-links {
    opacity: 1;
  }
  .post-list.blog-style-modern article.post-style--overlay .post-content,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--overlay .post-content,
  .post-list.blog-style-modern.blog-list--overlay article .post-content {
    max-width: 100%;
  }
  .post-list.blog-style-modern article.post-style--above-image .post-content,
  .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
  .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
  .post-list.blog-style-modern.blog-list--above-image article .post-content {
    max-width: 60%;
  }
  .blog-widget-recent .post-list.blog-style-modern.blog-list--above-image article .post-content {
    max-width: 80%;
  }
  .blog-widget-recent .post-list.blog-style-modern.blog-list--overlay article .post-content {
    max-width: 100%;
  }
  .page-layout-2columns-left .post-list.blog-style-modern article.post-style--above-image .post-content,
  .page-layout-2columns-right .post-list.blog-style-modern article.post-style--above-image .post-content,
  .page-layout-2columns-left .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
  .page-layout-2columns-right .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
  .page-layout-2columns-left .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
  .page-layout-2columns-right .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
  .page-layout-2columns-left .post-list.blog-style-modern.blog-list--above-image article .post-content,
  .page-layout-2columns-right .post-list.blog-style-modern.blog-list--above-image article .post-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ox-sticky-static {
    position: absolute !important;
    bottom: 0px;
    top: auto;
  }
  .ox-sticky-fixed {
    position: fixed !important;
    z-index: 1;
  }
  .ox-sticky-sidebar {
    display: flex;
    flex-direction: column;
  }
  .page-layout-3columns .ox-3col-sticky-wrapper {
    float: left;
    display: block;
    min-height: 1px;
  }
  .page-layout-2columns-right .ox-sticky-sidebar .sidebar {
    margin-left: auto;
  }
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding: 50px;
  }
  .modal-popup .modal-footer {
    padding-top: 0;
  }
  .modal-popup.confirm .modal-content {
    padding-top: 50px;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 50px;
  }
  .modal-popup.confirm .modal-footer {
    padding-bottom: 50px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: none;
    text-align: center;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amconf-matrix-table-wrap .amconf-matrix-title {
    font-size: 14px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-input {
    max-width: 40px;
    padding: 0 5px;
  }
  .am-tabs-view .product.data.items > .item.content {
    margin-top: 41px;
    padding: 35px;
  }
  .amtabs-accordion-view.product.data.items {
    border-bottom: 1px solid #cccccc;
  }
  .amtabs-accordion-view.product.data.items > .item.content {
    border-bottom: 0;
    float: none;
    margin: 0;
    padding: 20px;
  }
  .amtabs-accordion-view.product.data.items > .item.title {
    float: none;
    width: 100%;
  }
  .amtabs-accordion-view.product.data.items > .item.title.active .switch:after {
    transform: rotate(180deg);
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch {
    background-color: #ffffff;
    color: #333333;
    font-weight: 600;
    padding: 5px 20px;
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch:after {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s all ease-in;
    bottom: 0;
    content: '\e622';
    top: 0;
  }
  .amtab-grid-wrapper .amtab-table-container .amtab-title,
  .amtab-grid-wrapper .amtab-table-container .amtab-cell {
    padding: 0 0 0 20px;
  }
  .amtab-grid-wrapper.-large .amtab-measure {
    padding: 45px 0 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step {
    max-width: 260px;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step:not(:last-child) {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-img {
    padding: 0 0 0 35px;
  }
  .amelsearch-further-section {
    display: block;
  }
  .amwishlist-wishlist-index .pager .pages {
    flex-basis: auto;
  }
  .amwishlist-wishlist-index .pager .limiter {
    margin: 0;
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-toolbar-block.-mass-action {
    box-shadow: none;
    flex-wrap: nowrap;
    padding: 0 0 35px;
    position: initial;
    z-index: initial;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button {
    height: 40px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
    margin: 0 20px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link) {
    min-width: 116px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link):not(:last-child) {
    flex-basis: auto;
    margin: 0 10px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-addtolist {
    flex-basis: 196px;
    margin: 0 0 0 auto;
  }
  .amwishlist-product-grid > .amwishlist-items {
    margin: 0 -20px;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(50% - 20px);
  }
  .amwishlist-popup-block .amwishlist-content {
    padding: 0 30px;
  }
  .amwishlist-popup-block .amwishlist-toolbar.-footer {
    box-shadow: 0 -10px 30px rgba(190, 198, 218, 0.1), 0 -5px 15px rgba(190, 198, 218, 0.09);
    padding: 20px 30px;
  }
  .amwishlist-popup-block .amwishlist-list.-align-left {
    justify-content: flex-start;
  }
  .amwishlist-popup-block .amwishlist-button.-create-list {
    padding: 0 0 20px;
  }
  .amwishlist-popup-block .amwishlist-button.-addtolist {
    max-width: 194px;
  }
  .amwishlist-popup-block .amwishlist-tabs-block.-title {
    margin: 0 0 20px;
  }
  .amwishlist-newlist-block .amwishlist-button.-plus {
    margin: 0 0 20px;
    padding: 0;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    background: #ffffff;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    position: unset;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    font-size: 50px;
    line-height: 100px;
    padding: 10px 5px;
    text-align: center;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    width: 14%;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    display: block;
    margin-top: 16px;
    padding: 0;
    position: relative;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    padding: 5px;
    right: unset;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    border: 3px dashed #e9f6ff;
    border-bottom: none;
    box-sizing: border-box;
    height: 95px;
    margin: 0;
    width: 100%;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: 2;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    left: unset;
    right: 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    opacity: 1;
    width: 100%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*='field-name-']) {
    margin: 20px 0 0;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    flex-direction: column;
    padding: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    background: none;
    margin: 18px auto;
    padding: 10px;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    margin: 0 40px 10px;
    order: 0;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    margin: auto 0 0;
    order: 1;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    margin: 0 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 20px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 20px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-socials-checkout {
    max-width: 500px;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  .mollie-product-page-apple-pay-button {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .ox-banner__text-container .link {
    letter-spacing: -0.03em;
  }
  .ox-brand-grid__container.columns-l-20 .ox-brand__item {
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }
  .ox-brand-grid__container.columns-l-19 .ox-brand__item {
    -ms-flex: 0 0 5.26315789%;
    flex: 0 0 5.26315789%;
    max-width: 5.26315789%;
  }
  .ox-brand-grid__container.columns-l-18 .ox-brand__item {
    -ms-flex: 0 0 5.55555556%;
    flex: 0 0 5.55555556%;
    max-width: 5.55555556%;
  }
  .ox-brand-grid__container.columns-l-17 .ox-brand__item {
    -ms-flex: 0 0 5.88235294%;
    flex: 0 0 5.88235294%;
    max-width: 5.88235294%;
  }
  .ox-brand-grid__container.columns-l-16 .ox-brand__item {
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .ox-brand-grid__container.columns-l-15 .ox-brand__item {
    -ms-flex: 0 0 6.66666667%;
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
  }
  .ox-brand-grid__container.columns-l-14 .ox-brand__item {
    -ms-flex: 0 0 7.14285714%;
    flex: 0 0 7.14285714%;
    max-width: 7.14285714%;
  }
  .ox-brand-grid__container.columns-l-13 .ox-brand__item {
    -ms-flex: 0 0 7.69230769%;
    flex: 0 0 7.69230769%;
    max-width: 7.69230769%;
  }
  .ox-brand-grid__container.columns-l-12 .ox-brand__item {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ox-brand-grid__container.columns-l-11 .ox-brand__item {
    -ms-flex: 0 0 9.09090909%;
    flex: 0 0 9.09090909%;
    max-width: 9.09090909%;
  }
  .ox-brand-grid__container.columns-l-10 .ox-brand__item {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .ox-brand-grid__container.columns-l-9 .ox-brand__item {
    -ms-flex: 0 0 11.11111111%;
    flex: 0 0 11.11111111%;
    max-width: 11.11111111%;
  }
  .ox-brand-grid__container.columns-l-8 .ox-brand__item {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ox-brand-grid__container.columns-l-7 .ox-brand__item {
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .ox-brand-grid__container.columns-l-6 .ox-brand__item {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ox-brand-grid__container.columns-l-5 .ox-brand__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ox-brand-grid__container.columns-l-4 .ox-brand__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ox-brand-grid__container.columns-l-3 .ox-brand__item {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ox-brand-grid__container.columns-l-2 .ox-brand__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ox-brand-grid__container.columns-l-1 .ox-brand__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ox-carousel .ox-slide-item .title.big {
    font-size: 72px;
  }
  .ox-carousel .ox-slide-item .title.huge {
    font-size: 90px;
  }
  .ox-carousel .ox-slide-item.margins-big .subtitle {
    margin-bottom: 45px;
  }
  .ox-carousel .ox-slide-item.margins-big .title {
    margin-bottom: 43px;
  }
  .ox-carousel .ox-slide-item.margins-big .subtitle + a.ox-slide__button,
  .ox-carousel .ox-slide-item.margins-big .title + a.ox-slide__button {
    margin-top: 0;
  }
  .ox-carousel .ox-slide-item.margins-big .ox-carousel__col > a.ox-slide__button,
  .ox-carousel .ox-slide-item.margins-big .ox-carousel__inner > a.ox-slide__button {
    margin-top: 47px;
  }
  .ox-carousel .ox-slide-item.margins-big .ox-carousel__col > *:last-child,
  .ox-carousel .ox-slide-item.margins-big .ox-carousel__inner > *:last-child {
    margin-bottom: 0;
  }
  .ox-carousel:hover .owl-nav {
    visibility: visible;
    opacity: 1;
  }
  .ox-carousel.ox-dots__p-right.ox-nav__simple .owl-dots {
    right: 90px;
  }
  .ox-carousel.ox-dots__p-right.nav-big .owl-dots {
    right: 70px;
  }
  .ox-carousel.ox-dots__p-right.ox-dots__s-lines_text_big .owl-dots {
    width: 250px;
    max-width: 250px;
  }
  .ox-carousel.ox-dots__p-right.ox-dots__s-lines_text_big .owl-dots .owl-dot {
    padding: 0;
  }
  .ox-carousel.ox-dots__p-right.ox-dots__s-lines_text_big .owl-dots .owl-dot button.dot {
    margin: 14px 0 0 auto;
  }
  .ox-carousel.ox-dots__p-right.ox-dots__s-lines_text_big .owl-dots .owl-dot button.dot span.title {
    padding: 0;
  }
  .ox-carousel.ox-dots__p-right .owl-dots {
    top: 50%;
    right: 50px;
    left: auto;
    width: 200px;
    max-width: 200px;
    padding: 0;
    transform: translateY(-50%);
    height: auto;
    bottom: auto;
    position: absolute;
    display: block;
  }
  .ox-carousel.ox-dots__p-right .owl-dots .owl-dot {
    width: auto;
    padding: 0;
    margin: 14px 0 0 auto;
    display: block;
  }
  .ox-carousel.ox-dots__p-right .owl-dots .owl-dot button {
    white-space: normal;
  }
  .ox-carousel.ox-dots__p-right .owl-dots .owl-dot button.owl-dot {
    margin: 7px 0 0 auto;
    position: relative;
    display: block;
    width: auto;
  }
  .ox-carousel.ox-dots__p-right .owl-dots .owl-dot button.owl-dot span {
    width: 100%;
  }
  .ox-carousel.ox-dots__p-right .owl-dots .owl-dot button.owl-dot span.title {
    text-align: right;
  }
  .hide-on-desktop {
    display: none !important;
  }
  .ox-megamenu .ox-megamenu-navigation {
    padding: 0 0 0 24px;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown {
    z-index: 6;
  }
  .ox-megamenu-navigation .category-item > a {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    background-color: transparent;
    color: #000000;
    padding: 7px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .ox-megamenu-navigation .category-item:hover > a {
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
    background-color: #000000;
    color: #ffffff;
  }
  .ox-megamenu-navigation .category-item.has-active > .level-top,
  .ox-megamenu-navigation .category-item.active > .level-top,
  .ox-megamenu-navigation .category-item.has-active > a,
  .ox-megamenu-navigation .category-item.active > a {
    background-color: #ffe51e;
    color: #000000;
  }
  .ox-megamenu-navigation .category-item.has-active > .level-top .ox-menu-arrow:before,
  .ox-megamenu-navigation .category-item.active > .level-top .ox-menu-arrow:before,
  .ox-megamenu-navigation .category-item.has-active > a .ox-menu-arrow:before,
  .ox-megamenu-navigation .category-item.active > a .ox-menu-arrow:before,
  .ox-megamenu-navigation .category-item.has-active > .level-top .ox-menu-arrow:after,
  .ox-megamenu-navigation .category-item.active > .level-top .ox-menu-arrow:after,
  .ox-megamenu-navigation .category-item.has-active > a .ox-menu-arrow:after,
  .ox-megamenu-navigation .category-item.active > a .ox-menu-arrow:after {
    background-color: #000000;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
  }
  .ox-megamenu-navigation > .level0 {
    margin: 0 5px 0 0;
  }
  .ox-megamenu-navigation > .level0 > .level-top {
    letter-spacing: -1px;
    padding: 0 9px;
    min-height: 27px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    color: #ffffff;
  }
  .ox-megamenu-navigation > .level0:not(.active):not(.has-active):hover > .level-top {
    background-color: transparent;
    color: #000000;
  }
  .ox-megamenu-navigation > .level0:not(.active):not(.has-active):hover > .level-top .ox-menu-arrow:before,
  .ox-megamenu-navigation > .level0:not(.active):not(.has-active):hover > .level-top .ox-menu-arrow:after {
    background-color: #000000;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
  }
  .ox-megamenu-navigation > .level0.has-active > .level-top,
  .ox-megamenu-navigation > .level0.active > .level-top,
  .ox-megamenu-navigation > .level0.has-active > a,
  .ox-megamenu-navigation > .level0.active > a {
    background-color: transparent;
    color: #000000;
  }
  .ox-megamenu-navigation > .level0.has-active > .level-top .ox-menu-arrow:before,
  .ox-megamenu-navigation > .level0.active > .level-top .ox-menu-arrow:before,
  .ox-megamenu-navigation > .level0.has-active > a .ox-menu-arrow:before,
  .ox-megamenu-navigation > .level0.active > a .ox-menu-arrow:before,
  .ox-megamenu-navigation > .level0.has-active > .level-top .ox-menu-arrow:after,
  .ox-megamenu-navigation > .level0.active > .level-top .ox-menu-arrow:after,
  .ox-megamenu-navigation > .level0.has-active > a .ox-menu-arrow:after,
  .ox-megamenu-navigation > .level0.active > a .ox-menu-arrow:after {
    background-color: #000000;
  }
  .ox-megamenu-navigation > .level0 .category-item {
    margin: 0 0 2px 0;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown .category-item > a {
    border-top: none;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown .category-item.active > a {
    border-color: #ffe51e;
  }
  .ox-megamenu[data-ox-mm-anim-type="fade"] .ox-megamenu__dropdown {
    opacity: 0;
    transition: opacity 0.05s;
  }
  .ox-megamenu[data-ox-mm-anim-type="fade"] .ox-megamenu__dropdown.animate {
    opacity: 1;
  }
  .ox-megamenu[data-ox-mm-anim-type="fade"] .ox-megamenu__dropdown.opened {
    display: block;
  }
  .ox-megamenu .ox-submenu {
    opacity: 0;
    transition: opacity 0.05s;
  }
  .ox-megamenu .ox-submenu.opened {
    display: block !important;
  }
  .ox-megamenu .ox-submenu.animate {
    opacity: 1;
  }
  .ox-megamenu-navigation li[data-ox-mm-a-h="window-left"],
  .ox-megamenu-navigation li[data-ox-mm-a-h="window-right"],
  .ox-megamenu-navigation li[data-ox-mm-a-h="menu-left"],
  .ox-megamenu-navigation li[data-ox-mm-a-h="menu-right"],
  .ox-megamenu-navigation li[data-ox-mm-a-h="menu-center"],
  .ox-megamenu-navigation li[data-ox-mm-a-h="container-left"],
  .ox-megamenu-navigation li[data-ox-mm-a-h="container-center"],
  .ox-megamenu-navigation li[data-ox-mm-a-h="container-right"] {
    position: static;
  }
  .ox-megamenu-navigation li[data-ox-mm-a-h="item-left"],
  .ox-megamenu-navigation li[data-ox-mm-a-h="item-center"],
  .ox-megamenu-navigation li[data-ox-mm-a-h="item-right"] {
    position: relative;
  }
  .ox-megamenu-navigation li[data-ox-mm-a-h="menu-center"] > .ox-megamenu__dropdown,
  .ox-megamenu-navigation li[data-ox-mm-a-h="window-center"] > .ox-megamenu__dropdown,
  .ox-megamenu-navigation li[data-ox-mm-a-h="container-center"] > .ox-megamenu__dropdown,
  .ox-megamenu-navigation li[data-ox-mm-a-h="item-center"] > .ox-megamenu__dropdown {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .ox-megamenu-navigation li[data-ox-mm-a-h="menu-right"] > .ox-megamenu__dropdown,
  .ox-megamenu-navigation li[data-ox-mm-a-h="item-right"] > .ox-megamenu__dropdown {
    left: auto;
    right: 0;
  }
  .ox-megamenu-navigation ul.ox-megamenu-dd--reverse {
    left: auto !important;
    right: 100% !important;
  }
  .ox-megamenu {
    position: relative;
    z-index: 40;
  }
  .ox-megamenu-navigation {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* Hover and Dont show top border for category columns */
  }
  .ox-megamenu-navigation .ox-dropdown--simple:hover > .ox-megamenu__dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .ox-megamenu-navigation > li {
    display: inline-block;
  }
  .ox-megamenu-navigation > li > a .ox-megamenu-label {
    position: absolute;
    display: block;
    top: -11px;
    right: 0;
    word-break: normal;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown .category-item.active + .category-item > a {
    border-color: #ffe51e;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown .category-item:hover + .category-item > a,
  .ox-megamenu-navigation .ox-megamenu__dropdown .category-item:hover > a {
    border-color: #000000;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown .category-item:first-child > a {
    border-top: none;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown .ox-megamenu__categories .level1.category-item > a {
    border-top: none;
  }
  /* set min width for none menu menu items only? */
  .ox-megamenu__dropdown {
    display: none;
    background: #ffffff;
    padding: 30px;
    min-width: 260px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
  }
  /* Positioning of drop downs */
  .ox-megamenu-navigation .ox-dropdown--megamenu {
    position: static;
  }
  .ox-megamenu-navigation .ox-dropdown--simple {
    position: relative;
  }
  .ox-megamenu-navigation .ox-dropdown--simple .ox-submenu {
    top: -20px;
    left: 80%;
  }
  .ox-dropdown--megamenu {
    /* Hide arrow for megamenu first items */
  }
  .ox-dropdown--megamenu.level1 {
    position: relative;
  }
  .ox-dropdown--megamenu.level1 > .ox-megamenu__dropdown {
    top: -20px;
    left: 80%;
  }
  .ox-dropdown--megamenu.level1.ox-mm__lvl1-top,
  .ox-dropdown--megamenu.level1.ox-mm__lvl1-top-stretch {
    position: static;
  }
  .ox-dropdown--megamenu.level1.ox-mm__lvl1-top > .ox-megamenu__dropdown,
  .ox-dropdown--megamenu.level1.ox-mm__lvl1-top-stretch > .ox-megamenu__dropdown {
    left: calc(100% - 30px);
    top: 0px;
  }
  .ox-dropdown--megamenu.level1.ox-mm__lvl1-top > a .ox-menu-arrow,
  .ox-dropdown--megamenu.level1.ox-mm__lvl1-top-stretch > a .ox-menu-arrow {
    display: none !important;
  }
  .ox-dropdown--megamenu.level1.ox-mm__lvl1-top-stretch > .ox-megamenu__dropdown {
    min-height: 100%;
  }
  .ox-dropdown--megamenu.level1.ox-mm__lvl1-right {
    position: relative;
  }
  .ox-dropdown--megamenu.level1.ox-mm__lvl1-right > .ox-megamenu__dropdown {
    top: -20px;
    left: 100%;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown {
    padding: 35px;
    width: 100%;
    left: 0;
    font-weight: normal;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item > a,
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .level1.category-item > a {
    background-color: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 2px 0;
    padding: 7px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item > a:hover,
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .level1.category-item > a:hover {
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -ms-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item.active > a,
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .level1.category-item.active > a {
    background-color: #ffe51e;
    color: #000000;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item > .submenu > .category-item {
    margin: 0 0 2px 0;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item > .submenu > .category-item > a {
    font-size: 14px;
    font-weight: 600;
    padding: 7px;
    color: #000000;
    background-color: transparent;
    text-transform: unset;
    letter-spacing: 0;
    border-top: none;
    margin: 0;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item > .submenu > .category-item > a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item > .submenu > .category-item :first-child > a {
    border-top: none;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list > .category-item > .submenu > .category-item.active > a {
    background-color: #ffe51e;
    color: #000000;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu__categories > ul > li > .ox-submenu {
    min-width: 1px;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list.row {
    margin-bottom: -20px;
  }
  .ox-dropdown--megamenu > .ox-megamenu__dropdown .ox-megamenu-list.row > li .submenu {
    margin-bottom: 20px;
  }
  .ox-dropdown--megamenu .ox-megamenu-list.ox-megamenu-list--columns-1 {
    display: block;
  }
  .ox-dropdown--megamenu .ox-megamenu-list > .category-item > a > .ox-menu-arrow {
    display: none;
  }
  /* Custom content margin */
  .ox-megamenu-block-top + .ox-megamenu__categories,
  .ox-megamenu-block-top + .row,
  .ox-megamenu-block-bottom {
    margin-top: 30px;
  }
  .ox-dropdown--simple .ox-submenu {
    display: none;
    background: #ffffff;
    padding: 30px;
    min-width: 260px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    z-index: 10;
  }
  .ox-dropdown--simple li:hover > .ox-submenu {
    display: block;
  }
  .ox-megamenu .ox-submenu .li {
    position: relative;
  }
  .ox-megamenu .level2 .ox-submenu {
    display: none;
    background: #ffffff;
    padding: 30px;
    min-width: 260px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    z-index: 10;
    left: 80%;
    top: -20px;
  }
  .ox-megamenu .level2:hover > .ox-submenu {
    display: block;
  }
  /* Parent menu arrows */
  /* Arrow position */
  .ox-megamenu-navigation li.level0.parent > a .ox-menu-arrow {
    margin-left: 6px;
    transform: rotate(0deg);
  }
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow {
    transform: rotate(-90deg);
  }
  /* Category columns */
  .ox-megamenu-list--columns-1 > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ox-megamenu-list--columns-2 > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ox-megamenu-list--columns-3 > li {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ox-megamenu-list--columns-4 > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ox-megamenu-list--columns-5 > li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ox-megamenu-list--columns-6 > li {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* Basic Grid Columns */
  .ox-menu-col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ox-menu-col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ox-menu-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ox-menu-col-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ox-menu-col-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ox-menu-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ox-menu-col-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ox-menu-col-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ox-menu-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ox-menu-col-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ox-menu-col-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ox-menu-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nav-sections-item-content > .ox-megamenu {
    display: block;
  }
  .owl-carousel.widget-product-grid:hover .owl-nav {
    visibility: visible;
    opacity: 1;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-l-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-l-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-l-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-l-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-l-8 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-l-8 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-l-8 .products-grid .product-item,
  .block.widget.product-columns-l-8 .products-grid .product-item {
    max-width: 12.5%;
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-l-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-l-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-l-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-l-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-l-7 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-l-7 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-l-7 .products-grid .product-item,
  .block.widget.product-columns-l-7 .products-grid .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-l-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-l-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-l-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-l-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-l-6 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-l-6 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-l-6 .products-grid .product-item,
  .block.widget.product-columns-l-6 .products-grid .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-l-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-l-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-l-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-l-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-l-5 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-l-5 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-l-5 .products-grid .product-item,
  .block.widget.product-columns-l-5 .products-grid .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-l-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-l-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-l-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-l-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-l-4 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-l-4 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-l-4 .products-grid .product-item,
  .block.widget.product-columns-l-4 .products-grid .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-l-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-l-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-l-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-l-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-l-3 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-l-3 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-l-3 .products-grid .product-item,
  .block.widget.product-columns-l-3 .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-l-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-l-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-l-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-l-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-l-2 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-l-2 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-l-2 .products-grid .product-item,
  .block.widget.product-columns-l-2 .products-grid .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .widget.block-products-list .block-title h1 {
    font-size: 58px;
  }
  .ox-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .ox_quickview-catalog_product-view.catalog-product-view .breadcrumbs,
  .ox-quickview-catalog-product-view.catalog-product-view .columns,
  .ox_quickview-catalog_product-view.catalog-product-view .columns,
  .ox-quickview-catalog-product-view.catalog-product-view .page.messages,
  .ox_quickview-catalog_product-view.catalog-product-view .page.messages,
  .ox-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
  .ox_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 0 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;
  }
  .multicheckout.address.form .col.address select {
    max-width: 100%;
  }
  .cart.main.actions {
    text-align: right;
  }
  .cart.main.actions .action.continue {
    float: left;
  }
  .cart-container .form-cart {
    /*&:extend(.abs-shopping-cart-items-desktop all);*/
    width: 70%;
    padding-right: 50px;
    float: left;
    position: relative;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 30%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    /*.lib-form-field-type-revert(@_type: block);*/
  }
  .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;
  }
  .multicheckout.address.form .table-wrapper .table .cart + .cart-products-toolbar,
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart--style-modern .ox-dropdown .block-wishlist .empty-wishlist-wrapper {
    padding: 60px 0 90px;
  }
  .minicart--style-modern .ox-dropdown .block-compare .empty-compare-wrapper {
    padding: 60px 0 90px;
  }
  .minicart--style-modern .ox-dropdown .block-minicart .empty-cart-wrapper {
    padding: 60px 0 90px;
  }
  .ox-dropdown .minicart-items-wrapper {
    min-height: 110px;
  }
  .ox-dropdown .block-minicart .empty-cart-wrapper {
    padding: 60px 0 50px;
  }
  .ox-dropdown .block-minicart .empty-cart-wrapper .button.continue {
    display: none;
  }
  .minicart-wrapper {
    display: inline-block;
    position: relative;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .minicart-wrapper .action.showcart:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    line-height: 0;
    color: inherit;
    font-family: "athlete2";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .minicart-wrapper .action.showcart:hover:before {
    color: inherit;
  }
  .minicart-wrapper .action.showcart:active:before {
    color: inherit;
  }
  .minicart-wrapper .action.showcart.active {
    display: inline-block;
    text-decoration: none;
  }
  .minicart-wrapper .action.showcart.active:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    line-height: 0;
    color: inherit;
    font-family: "athlete2";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .minicart-wrapper .action.showcart.active:hover:before {
    color: inherit;
  }
  .minicart-wrapper .action.showcart.active:active:before {
    color: inherit;
  }
  .minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: none;
    margin-top: 0;
    min-width: 100%;
    width: 320px;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .minicart-wrapper .block-minicart li {
    margin: 0;
  }
  .minicart-wrapper .block-minicart li:hover {
    cursor: pointer;
  }
  .minicart-wrapper .block-minicart:before,
  .minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .minicart-wrapper .block-minicart:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .minicart-wrapper .block-minicart:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .minicart-wrapper .block-minicart:before {
    right: 26px;
    top: -12px;
  }
  .minicart-wrapper .block-minicart:after {
    right: 25px;
    top: -14px;
  }
  .minicart-wrapper.active {
    overflow: visible;
  }
  .minicart-wrapper.active .block-minicart {
    display: block;
  }
  .minicart-wrapper .action.showcart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .minicart-wrapper .action.showcart.active {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .minicart-wrapper .action.showcart svg {
    margin-right: 10px;
    flex-shrink: 0;
  }
  .minicart-wrapper .action.showcart .text {
    position: static;
  }
  .minicart-wrapper .action.showcart span {
    display: inline-block;
    line-height: 12px;
    -webkit-transform: translateZ(0);
  }
  .minicart-wrapper .action.showcart span.qty {
    margin: 0 0 0 11px;
    padding: 0 0 0 11px;
    border-left: 1px solid #000;
    border-left-color: rgba(0, 0, 0, 0.21);
  }
  .ox-slideout .block-minicart {
    padding: 0;
    margin: 0;
    top: auto;
    left: auto;
    box-shadow: none;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }
  .ox-slideout .block-minicart:before,
  .ox-slideout .block-minicart:after {
    content: none;
  }
  .multishipping-checkout-success .column.main,
  .checkout-onepage-success .column.main {
    display: flex;
    align-items: center;
    min-height: 70vh;
  }
  .checkout-index-index .page-main {
    padding: 50px 50px 30px 50px;
  }
  .opc-wrapper {
    width: 60%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 50px;
  }
  .opc-wrapper .opc-wrapper-boxed {
    padding: 50px;
    padding-top: 50px;
  }
  .multishipping-checkout-success .print,
  .checkout-onepage-success .print {
    display: none;
    font-weight: 600;
    margin: 22px 0 0;
    border-bottom: 2px solid;
  }
  .opc-estimated-wrapper {
    display: none;
    margin: 50px 0 0 0;
  }
  .opc-progress-bar {
    /*padding-right: 80px;*/
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0;
    width: auto;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address + .action-hide-popup {
    float: left;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin: 0;
    width: auto;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin-top: 50px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .opc-sidebar {
    width: 40%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 60px;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .opc-summary-wrapper .modal-inner-wrap {
    box-shadow: none;
  }
  .opc-block-summary .product-item .subtotal .price-including-tax {
    margin: 0;
  }
  .opc-block-summary .product-item .subtotal .price-including-tax > span {
    justify-content: flex-end;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: none;
    -webkit-transition: opacity .2s, visibility 0s linear .1s;
    position: absolute;
    text-align: left;
    top: 100%;
    opacity: 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
    min-width: 460px;
    right: 0;
  }
  .authentication-dropdown._show {
    z-index: 100;
    opacity: 1;
    visibility: visible;
  }
  .authentication-wrapper {
    /*.lib-column-width(@checkout-sidebar__columns);
        text-align: right;*/
  }
  .block-authentication .block-title {
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .block-title strong {
    font-size: 3.6rem;
  }
  .block-authentication .block-new-customer .actions-toolbar > .primary {
    float: none;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 1025px;
    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;
  }
  .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] {
    flex-flow: wrap;
    align-self: stretch;
    align-content: center;
    box-sizing: border-box;
    float: left;
    width: 50%;
  }
  .popup-authentication .block[class].block-new-customer: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.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-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .modal-popup.agreements-modal .modal-content {
    padding: 40px;
  }
  .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: -220px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 0;
    padding: 5px 0 0;
    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: 0;
    padding: 5px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .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;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .bundle-options-container .bundle-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 {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products .products-grid.product-columns-l-8 .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .page-products .products-grid.product-columns-l-7 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-products .products-grid.product-columns-l-6 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-products .products-grid.product-columns-l-5 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products .products-grid.product-columns-l-4 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products .products-grid.product-columns-l-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products .products-grid.product-columns-l-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-l-8 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-l-8 .product-item {
    max-width: 12.5%;
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-l-7 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-l-7 .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-l-6 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-l-6 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-l-5 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-l-5 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-l-4 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-l-4 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-l-3 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-l-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-l-2 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-l-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-l-8 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-l-7 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-l-6 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-l-5 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-l-4 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-l-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-l-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-layout-3columns .products-grid .owl-carousel .product-item,
  .page-layout-1column-fullwidth .products-grid .owl-carousel .product-item,
  .page-layout-1column .products-grid .owl-carousel .product-item {
    max-width: 100%;
  }
  .products-grid .owl-carousel .product-item {
    max-width: 100%;
  }
  /*.page-products {
        .columns {            
            position: relative;
            z-index: 1;
        }
    }*/
  .products.wrapper ~ .toolbar .pages {
    float: none;
  }
  .filters-action {
    display: none;
  }
  .ox-show-filter .filters-action {
    display: flex;
    margin-right: 18px;
  }
  .toolbar-amount {
    display: none;
    margin-right: 18px;
  }
  .modes {
    display: inline-block;
    margin-right: 18px;
    float: left;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    width: 36px;
    height: 36px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    -webkit-transition: 600ms ease-in-out;
    -moz-transition: 600ms ease-in-out;
    -o-transition: 600ms ease-in-out;
    transition: 600ms ease-in-out;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }
  .modes-mode svg {
    fill: #ffffff;
    -webkit-transition: 600ms ease-in-out;
    -moz-transition: 600ms ease-in-out;
    -o-transition: 600ms ease-in-out;
    transition: 600ms ease-in-out;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }
  .modes-mode.active,
  .modes-mode:hover {
    background: #ffe51e;
  }
  .modes-mode.active svg,
  .modes-mode:hover svg {
    -webkit-transition: 10ms ease-in-out;
    -moz-transition: 10ms ease-in-out;
    -o-transition: 10ms ease-in-out;
    transition: 10ms ease-in-out;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    fill: #000000;
  }
  .mode-grid svg {
    width: 12px;
  }
  .mode-list svg {
    width: 16px;
  }
  .ox-dropdown .block-compare .empty-compare-wrapper {
    padding: 60px 0 50px;
  }
  .ox-dropdown .block-compare .empty-compare-wrapper .button.continue {
    display: none;
  }
  #ox-zoom-cursor {
    display: block;
  }
  .product-add-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .product.info.detailed {
    margin-bottom: 65px;
  }
  .product-info-main {
    margin-bottom: 50px;
    margin-top: 40px;
  }
  .product.media {
    margin-bottom: 80px;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: inline-block;
  }
  .product-info-main .box-tocart .field.qty .control,
  .product-options-bottom .box-tocart .field.qty .control {
    position: relative;
  }
  /*
    .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 @indent__s @indent__s 0;
                    position: relative;
                    top: auto;
                }
            }

            .product-item-details {
                margin: 0;
            }

            .product-item-actions {
                clear: left;
            }
        }
    }*/
  /*
    .product-add-form {
        &:extend(.abs-revert-field-type-desktop all);
    }*/
  .catalog-product-view .columns {
    position: relative;
  }
  .catalog-product-view .column.main > div:last-child {
    margin-bottom: 0;
  }
  .athlete2_product_info__wrapper {
    position: relative;
    margin-bottom: 80px;
  }
  .athlete2_product_info__wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
  .athlete2_product_info__wrapper .product-info-main {
    margin-top: 0;
    margin-bottom: 0;
  }
  .athlete2_product_info__wrapper .product-info-main > *:last-child {
    margin-bottom: 0;
  }
  .athlete2_product_info__wrapper .product.media {
    margin-bottom: 0;
  }
  .athlete2_product__bottom {
    /*margin-top:80px;*/
  }
  .athlete2_product__bottom > div:last-child {
    margin-bottom: 0;
  }
  .product-info-main {
    float: right;
    margin-bottom: 80px;
  }
  .product-info-main.ox-sticky-fixed {
    z-index: 5;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column-fullwidth .product-info-main,
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column-fullwidth .product.media,
  .page-layout-1column .product.media {
    width: 55%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 46%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-info-main .product.data.items > .item.title > .switch {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-info-main .product.data.items.accordion > .item.title > .switch {
    padding-left: 50px;
  }
  .tabs-style--minimal .product-info-main .product.data.items.accordion > .item.title > .switch {
    padding-left: 30px;
  }
  .tabs-style--minimal .product-info-main .product.data.items.tabs > .item.content {
    padding: 40px 0 0 0;
  }
  .block-search--type-panel .ox-overlay-close-btn,
  .block-search--type-panel .flashing-cursor,
  .block-search--type-panel .action-search-slideout {
    display: none !important;
  }
  .block-search--type-panel .block-content {
    display: block;
  }
  .block-search {
    position: relative;
    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;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .multishipping-checkout-register .form.create.account {
    display: flex;
    flex-wrap: wrap;
  }
  .multishipping-checkout-register .form.create.account .fieldset.address {
    order: 1;
    width: 100%;
  }
  .multishipping-checkout-register .form.create.account .actions-toolbar {
    order: 2;
    width: 100%;
  }
  .login-container {
    max-width: 920px;
    flex-flow: row;
  }
  .login-container .block {
    width: 50%;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
  .form.create.account {
    max-width: 920px;
    margin: 0 auto;
  }
  .form.create.account > .fieldset {
    width: 50%;
    display: inline-block;
    float: left;
  }
  .form.create.account > .fieldset > .legend {
    margin-bottom: 40px;
  }
  .form.create.account > .fieldset.info {
    padding-right: 25px;
  }
  .form.create.account > .fieldset.account {
    padding-left: 25px;
  }
  .form.create.account .actions-toolbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .form.create.account .actions-toolbar:before,
  .form.create.account .actions-toolbar:after {
    content: '';
    display: table;
  }
  .form.create.account .actions-toolbar:after {
    clear: both;
  }
  .form.create.account .actions-toolbar .action.primary {
    padding: 18px 27px;
    width: 100%;
  }
  .form.create.account .actions-toolbar > .secondary {
    width: 50%;
    padding-right: 25px;
  }
  .form.create.account .actions-toolbar > .secondary .action {
    padding: 18px 27px;
    width: 100%;
  }
  .form.create.account .actions-toolbar > .primary {
    order: 1;
    width: 50%;
    padding-left: 25px;
  }
  .account .data.table tr:first-child .col {
    border-top: none;
  }
  .account .data.table .col {
    border-top: 1px solid rgba(107, 107, 107, 0.18);
  }
  .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;
  }
  .filter.block {
    display: block;
  }
  .filter-title {
    display: none;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-items {
    width: 100%;
  }
  .multicheckout .block-billing .box-billing-address {
    width: 25%;
  }
  .footer--layout-1 .footer.content .block_newsletter_wrapper {
    width: 36%;
    float: right;
  }
  .footer--layout-1 .footer.content .block_newsletter_wrapper .block_newsletter_below {
    padding: 15px 30px;
  }
  .footer.content .block_newsletter_wrapper .block.newsletter {
    float: none;
  }
  .footer.content .block_newsletter_wrapper .block.newsletter .field .control {
    width: 100%;
  }
  .footer--layout-2 .footer.content .block.newsletter.newsletter-style--big {
    min-height: 300px;
  }
  /*.product-reviews-summary {
        .products.wrapper.list & {
            margin: 0;
        }
    }*/
  .review-content-left {
    margin-right: 50px;
  }
  /* 2 columns review block on product page */
  .product-review--layout-2columns.catalog-product-view.page-layout-1column .review-add {
    display: inline-block;
    width: 40%;
    width: calc(0%);
    margin-left: 40px;
  }
  .product-review--layout-2columns.catalog-product-view.page-layout-1column .review-list {
    display: inline-block;
    width: 60%;
    float: left;
  }
  .product-info-main .review-form {
    max-width: 100%;
  }
  .product-info-main .review-item {
    flex-flow: column;
    padding: 35px 0;
  }
  .product-info-main .extended-review-summary-wrapper {
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 20px;
  }
  .product-info-main .extended-review-summary-wrapper .extended-review-summary {
    max-width: 100%;
    margin-right: 0;
  }
  .product-info-main .extended-review-summary-wrapper .extended-review-button {
    order: 2;
    margin: 0;
    width: 100%;
  }
  .product-info-main .extended-review-summary-wrapper .extended-review-button .action.primary {
    width: 100%;
  }
  .product-info-main .extended-review-summary-wrapper .number-of-ratings {
    order: 3;
  }
  .product-info-main .extended-review-summary-wrapper .number-of-ratings .rating-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .product-info-main .extended-review-summary-wrapper .number-of-ratings .rating-number {
    margin-right: 20px;
  }
  .product-info-main .extended-review-summary-wrapper .number-of-ratings .rating-percent {
    min-width: 60px;
    text-align: right;
  }
  .product-info-main .extended-review-summary-wrapper .number-of-ratings .rating-result {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .product-info-main .extended-review-summary-wrapper .review-ratings {
    order: 4;
  }
  .product-info-main .extended-review-summary-wrapper .number-of-ratings,
  .product-info-main .extended-review-summary-wrapper .review-ratings {
    width: 100%;
    margin-right: 0;
  }
  .product-info-main .extended-review-summary-wrapper > div {
    margin-top: 30px;
  }
  .product-info-main .review-content-left {
    margin-bottom: 25px;
    display: block;
    margin-right: 0;
    max-width: 100%;
  }
  .product-info-main .product-info-main .review-content-left {
    margin-bottom: 0;
  }
  .order-links .item {
    float: left;
    margin: 0;
    width: auto;
    /*a {
                padding: @tab-control__padding-top @indent__base;
            }*/
    /*
            strong {
                border-bottom: 0;
                margin-bottom: -1px;
                padding: @tab-control__padding-top @indent__base @tab-control__padding-bottom + 1 @indent__base;
            }*/
  }
  .order-links .item strong,
  .order-links .item a {
    color: #000;
    background: none;
    line-height: 30px;
    height: 30px;
    font-size: 1.5rem;
    box-sizing: content-box;
  }
  .order-links .item a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: translateY(39px);
    transition: all 0.25s ease;
    background: #000000;
    will-change: transform;
  }
  .order-links .item a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: translateY(100%);
    transition: all 0.4s ease;
    background: #ffe51e;
    will-change: transform;
  }
  .order-links .item a:visited {
    color: #000;
    text-decoration: none;
  }
  .order-links .item a:focus,
  .order-links .item a:hover {
    color: #fff;
    text-decoration: none;
    background: none;
  }
  .order-links .item a:focus:before,
  .order-links .item a:hover:before {
    transform: translateY(0);
  }
  .order-links .item.current strong {
    transition: color 200ms 100ms;
  }
  .order-links .item.current strong:after {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .order-links .item.current strong:before {
    transform: translateY(0);
  }
  .order-actions-toolbar .actions {
    display: block;
    width: 100%;
  }
  .order-actions-toolbar .action.print {
    display: inline-block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    padding: 40px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .footer.content {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .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 .switcher .options .action.toggle {
    position: relative;
    z-index: 2;
  }
  .page-header .switcher {
    line-height: 35px;
    display: inline-block;
  }
  .page-header .switcher .switcher-label {
    display: none;
  }
  .page-header .switcher .options {
    display: inline-block;
    position: relative;
  }
  .page-header .switcher .options:before,
  .page-header .switcher .options:after {
    content: '';
    display: table;
  }
  .page-header .switcher .options:after {
    clear: both;
  }
  .page-header .switcher .options .action.toggle {
    padding: 0 24px 0 11px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .page-header .switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    line-height: 18px;
    color: inherit;
    content: '\e607';
    font-family: "athlete2";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-header .switcher .options .action.toggle:hover:after {
    color: inherit;
  }
  .page-header .switcher .options .action.toggle:active:after {
    color: inherit;
  }
  .page-header .switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none;
  }
  .page-header .switcher .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    line-height: 18px;
    color: inherit;
    content: "\72";
    font-family: "athlete2";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-header .switcher .options .action.toggle.active:hover:after {
    color: inherit;
  }
  .page-header .switcher .options .action.toggle.active:active:after {
    color: inherit;
  }
  .page-header .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 0;
    margin-top: 0;
    min-width: 130px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .page-header .switcher .options ul.dropdown li {
    margin: 0;
    padding: 0;
  }
  .page-header .switcher .options ul.dropdown li:hover {
    background: #f5f4f4;
    cursor: pointer;
  }
  .page-header .switcher .options ul.dropdown:before,
  .page-header .switcher .options ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .page-header .switcher .options ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .page-header .switcher .options ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .page-header .switcher .options ul.dropdown:before {
    left: 10px;
    top: -12px;
  }
  .page-header .switcher .options ul.dropdown:after {
    left: 9px;
    top: -14px;
  }
  .page-header .switcher .options.active {
    overflow: visible;
  }
  .page-header .switcher .options.active ul.dropdown {
    display: block;
  }
  .page-header .switcher .options .action.toggle strong {
    font-weight: normal;
  }
  .page-header .switcher .options .action.toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: 10px;
    width: 4px;
    background: #969696;
    height: 1px;
    border: none;
    box-shadow: none;
    right: 12px;
    transform: rotateZ(40deg);
  }
  .page-header .switcher .options .action.toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: 10px;
    width: 4px;
    background: #969696;
    height: 1px;
    border: none;
    box-shadow: none;
    transform: rotateZ(-40deg);
  }
  .page-header .switcher .options ul.dropdown {
    padding: 15px;
  }
  .page-header .switcher .options ul.dropdown a {
    color: #322c29;
    text-decoration: none;
    display: block;
    padding: 1px 7px;
    white-space: nowrap;
    line-height: 18px;
  }
  .page-header .switcher .options ul.dropdown a:visited {
    color: #322c29;
    text-decoration: none;
  }
  .page-header .switcher .options ul.dropdown a:hover {
    color: #322c29;
    text-decoration: none;
  }
  .page-header .switcher .options ul.dropdown a:active {
    color: #322c29;
    text-decoration: none;
  }
  .page-header .switcher .options ul.dropdown:before,
  .page-header .switcher .options ul.dropdown:after {
    content: none;
  }
  .page-header .switcher .options ul.dropdown li {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    line-height: 18px;
  }
  .page-header .switcher .options ul.dropdown li:hover {
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
  }
  .page-header .switcher.store .options ul.dropdown a,
  .page-header .switcher.language .options ul.dropdown a {
    padding: 2px 10px 2px 27px;
    background: 5px 50% no-repeat;
  }
  .page-header .switcher.store .options strong,
  .page-header .switcher.language .options strong {
    line-height: 35px;
    margin: 0;
  }
  .page-header .switcher.store .options strong span,
  .page-header .switcher.language .options strong span {
    padding: 0 0 0 24px;
    background: none 0% 50% no-repeat;
  }
  .page-header .switcher.store.noflags .options ul.dropdown a,
  .page-header .switcher.language.noflags .options ul.dropdown a {
    padding-left: 10px;
  }
  .page-header .switcher.store.noflags .options strong span,
  .page-header .switcher.language.noflags .options strong span {
    padding-left: 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .footer-block-content {
    padding: 26px 0 0;
  }
  .footer--layout-1 .footer-block-content {
    max-width: 64%;
    padding: 26px 20px 0 0;
  }
  .footer--layout-4 .footer.content,
  .footer--layout-2 .footer.content {
    padding-top: 0;
  }
  .footer.content {
    /*
            .switcher.store {
                display: inline-block;
                padding-right: 50px;
                vertical-align: top;
            }*/
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer-block-content-after {
    margin-bottom: -10px;
  }
  .ox-dropdown .block-wishlist .empty-wishlist-wrapper {
    padding: 60px 0 50px;
  }
  .ox-dropdown .block-wishlist .empty-wishlist-wrapper .button.continue {
    display: none;
  }
  .products-grid.wishlist {
    margin-bottom: 20px;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .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;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .ox-sticky.sticky.resize .block-search--type-panel .amsearch-input-wrapper {
    height: 38px;
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-result-section .amsearch-products-section {
    padding-left: 10px;
    padding-right: 14px;
  }
  .amsearch-products-section {
    border-left: 1px solid rgba(139, 139, 139, 0.21);
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: 33.33333333%;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid rgba(139, 139, 139, 0.21);
    width: calc(100% - 283px);
  }
  .page-header:not(.-amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .ox-overlay.am-search-modal .amsearch-result-section .amsearch-products-section,
  .ox-slideout.am-search-modal .amsearch-result-section .amsearch-products-section {
    padding-left: 10px;
    padding-right: 0;
  }
  .ox-overlay.am-search-modal .amsearch-form-container.-opened .amsearch-wrapper-input,
  .ox-slideout.am-search-modal .amsearch-form-container.-opened .amsearch-wrapper-input,
  .ox-overlay.am-search-modal .amsearch-result-section,
  .ox-slideout.am-search-modal .amsearch-result-section,
  .ox-overlay.am-search-modal .amsearch-results,
  .ox-slideout.am-search-modal .amsearch-results {
    max-width: 100%;
    width: 100% !important;
  }
  .header--layout-6 .header__content .header__center.block-search.header__item-search .header__search-wrapper .amsearch-wrapper-block {
    float: none;
    width: 100%;
  }
  .header--layout-6 .header__content .header__center.block-search.header__item-search .header__search-wrapper .amsearch-wrapper-block .amsearch-form-block {
    display: block;
  }
  .header--layout-6 .header__content .header__center.block-search.header__item-search .header__search-wrapper .amsearch-wrapper-block input {
    width: 100% !important;
  }
  .block.widget .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 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 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .checkout-index-index .am-checkout .checkout-block {
    margin: 14px 14px 28px;
    padding: 45px;
  }
  .multishipping-checkout-success.am-checkout-success .column.main,
  .checkout-onepage-success.am-checkout-success .column.main {
    display: block;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0 > a:before {
    content: none;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0 > a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0 > a .a2-menu-stroke {
    width: 50px;
    height: 35px;
    position: absolute;
    z-index: -1;
    /* mobile version */
    /*margin-left: 0px;
                    margin-top: 0;
                    left: 10px;
                    top: 0;*/
    margin-left: -25px;
    margin-top: -19px;
    left: 50%;
    top: 50%;
    display: block;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0 > a .a2-menu-stroke span {
    height: 9px;
    background: black;
    display: block;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0 > a .a2-menu-stroke span:nth-child(1) {
    width: 38px;
    transform: translate(-6px, -0.5px) rotate(-39deg) scaleX(0);
    transform-origin: right;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0 > a .a2-menu-stroke span:nth-child(2) {
    width: 48px;
    transform: translate(3.9px, 17.3px) rotate(-25deg) scaleX(0);
    transform-origin: left;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0 > a .a2-menu-stroke span:nth-child(3) {
    width: 26px;
    transform: translate(21px, -11.4px) rotate(-44deg) scaleX(0);
    transform-origin: right;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0.has-active > a,
  .menu-style-5 .ox-megamenu-navigation > .level0.active > a {
    background-color: transparent;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0.has-active > a .a2-menu-stroke span:nth-child(1),
  .menu-style-5 .ox-megamenu-navigation > .level0.active > a .a2-menu-stroke span:nth-child(1) {
    animation: none !important;
    transform: translate(-6px, -0.5px) rotate(-39deg) scaleX(1);
  }
  .menu-style-5 .ox-megamenu-navigation > .level0.has-active > a .a2-menu-stroke span:nth-child(2),
  .menu-style-5 .ox-megamenu-navigation > .level0.active > a .a2-menu-stroke span:nth-child(2) {
    animation: none !important;
    transform: translate(3.9px, 17.3px) rotate(-25deg) scaleX(1);
  }
  .menu-style-5 .ox-megamenu-navigation > .level0.has-active > a .a2-menu-stroke span:nth-child(3),
  .menu-style-5 .ox-megamenu-navigation > .level0.active > a .a2-menu-stroke span:nth-child(3) {
    animation: none !important;
    transform: translate(21px, -11.4px) rotate(-44deg) scaleX(1);
  }
  @keyframes a2-ms-1 {
    from {
      transform: translate(-6px, -0.5px) rotate(-39deg) scaleX(0);
    }
    to {
      transform: translate(-6px, -0.5px) rotate(-39deg) scaleX(1);
    }
  }
  @keyframes a2-ms-2 {
    from {
      transform: translate(3.9px, 17.3px) rotate(-25deg) scaleX(0);
    }
    to {
      transform: translate(3.9px, 17.3px) rotate(-25deg) scaleX(1);
    }
  }
  @keyframes a2-ms-3 {
    from {
      transform: translate(21px, -11.4px) rotate(-44deg) scaleX(0);
    }
    to {
      transform: translate(21px, -11.4px) rotate(-44deg) scaleX(1);
    }
  }
  .menu-style-5 .ox-megamenu-navigation > .level0:hover > a .a2-menu-stroke,
  .menu-style-5 .ox-megamenu-navigation > .level0.active > a .a2-menu-stroke {
    margin-left: -25px;
    margin-top: -19px;
    left: 50%;
    top: 50%;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0:hover > a .a2-menu-stroke span:nth-child(1) {
    animation: a2-ms-1 0.1s forwards;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0:hover > a .a2-menu-stroke span:nth-child(2) {
    animation: a2-ms-2 0.12s forwards;
    animation-delay: 0.09s;
  }
  .menu-style-5 .ox-megamenu-navigation > .level0:hover > a .a2-menu-stroke span:nth-child(3) {
    animation: a2-ms-3 0.08s forwards;
    animation-delay: 0.2s;
  }
  .menu-style-5 .ox-megamenu-navigation > li > a .ox-megamenu-label,
  .menu-style-2 .ox-megamenu-navigation > li > a .ox-megamenu-label,
  .menu-style-4 .ox-megamenu-navigation > li > a .ox-megamenu-label {
    top: 0;
  }
  .menu-style-3 .ox-megamenu-navigation > li > a .ox-megamenu-label {
    right: -10px;
  }
  .ox-megamenu-navigation > .level0.has-active > .level-top,
  .ox-megamenu-navigation > .level0.active > .level-top {
    background-color: transparent !important;
  }
  .ox-dropdown--megamenu.big-padding > .ox-megamenu__dropdown {
    padding: 50px;
  }
  .ox-megamenu-navigation .level1-margin-bottom > .ox-megamenu__dropdown .ox-megamenu__categories .level1.category-item > a {
    margin-bottom: 20px;
  }
  .hide-category-name > a .name {
    display: none !important;
  }
  .hide-category-name > a .ox-menu-item__custom-element {
    margin: 0 !important;
  }
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    width: 8px;
    height: 8px;
    right: 0;
    top: 0;
  }
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow:after,
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow:before {
    content: '';
    position: absolute;
    background: currentColor;
    -webkit-transition: background  0.3s ease-in-out;
    -moz-transition: background  0.3s ease-in-out;
    -ms-transition: background  0.3s ease-in-out;
    transition: background  0.3s ease-in-out;
    right: 0px;
    top: 3px;
    width: 8px;
    height: 2px;
  }
  .ox-megamenu-navigation li.parent > a .ox-menu-arrow:after {
    transform: rotate(90deg);
  }
  .ox-megamenu-navigation li.parent.level0 > a .ox-menu-arrow {
    position: relative;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown li.parent > a {
    position: static;
  }
  .ox-megamenu-navigation .ox-megamenu__dropdown li.parent > a .ox-menu-arrow {
    top: 50%;
    margin-top: -4px;
    right: 3px;
  }
  .ox-megamenu-navigation > .level0 > a {
    transition: color 0.3s ease;
  }
  .ox-megamenu-navigation > .level0 > a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffe51e;
    display: block;
    z-index: -1;
    left: 0;
    top: 0;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: 100% 0;
  }
  .ox-megamenu-navigation > .level0 > a .ox-menu-arrow {
    position: relative;
  }
  .ox-megamenu-navigation > .level0 > a span {
    display: inline-table;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .ox-megamenu-navigation > .level0 > a span.ox-megamenu-label {
    display: inline-block;
  }
  .ox-megamenu-navigation > .level0.has-active > a,
  .ox-megamenu-navigation > .level0.active > a,
  .ox-megamenu-navigation > .level0:hover > a {
    transition: color 0.1s ease;
  }
  .ox-megamenu-navigation > .level0.has-active > a:before,
  .ox-megamenu-navigation > .level0.active > a:before,
  .ox-megamenu-navigation > .level0:hover > a:before {
    transform: scaleY(1);
    transition: transform 0.1s ease;
  }
  .ox-megamenu-navigation > li > a,
  .ox-megamenu-navigation .category-item > a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  /*Custom Menu items colors */
  .ox-megamenu-navigation > .level0.green > a {
    color: #adb903 !important;
  }
  .ox-megamenu-navigation > .level0.green > a:before {
    background-color: #adb903 !important;
  }
  .ox-megamenu-navigation > .level0.poison > a {
    color: #b8e536 !important;
  }
  .ox-megamenu-navigation > .level0.poison > a:before {
    background-color: #b8e536 !important;
  }
  .ox-megamenu-navigation > .level0.brazil > a {
    color: #c3e235 !important;
  }
  .ox-megamenu-navigation > .level0.brazil > a:before {
    background-color: #c3e235 !important;
  }
  .ox-megamenu-navigation > .level0.brazil:hover > a {
    color: #333333 !important;
  }
  .ox-megamenu-navigation > .level0.green-wh:not(:hover) > a {
    color: #aad304 !important;
  }
  .ox-megamenu-navigation > .level0.green-wbg > a {
    color: #aad304 !important;
  }
  .ox-megamenu-navigation > .level0.green-wbg:hover > a {
    color: #000 !important;
    background: #caef36 !important;
  }
  .ox-megamenu-navigation > .level0.green:hover > a,
  .ox-megamenu-navigation > .level0.poison:hover > a {
    color: #ffffff !important;
  }
  .amasty-catalog-topnav .filter-options {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
    display: inline-block;
    border-top: none;
    margin-right: 5px;
  }
  .amasty-catalog-topnav .filter-options .filter-options-content {
    width: auto;
  }
}
@media all and (min-width: 1026px), print {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
@media all and (min-width: 1160px), print {
  .responsive-padding-1 {
    padding: 55px;
  }
  .top-bar.topline-3col .flex-center,
  .top-bar.topline-3col .flex-left,
  .top-bar.topline-3col .flex-right {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .post-list.blog-style-modern.columns-3 article.post-style--overlay .post-content,
  .post-list.blog-style-modern.columns-3.blog-list--image-top article.post-style--overlay .post-content,
  .post-list.blog-style-modern.columns-3.blog-list--overlay article .post-content {
    padding: 60px;
  }
  .post-view.narrow-post .wide-content,
  .post-view.narrow-post.narrow-post--content .wide-content,
  .post-view.narrow-post.narrow-post--p .wide-content,
  .post-view.narrow-post .narrow-content .wide-content,
  .post-view.narrow-post .wide,
  .post-view.narrow-post.narrow-post--content .wide,
  .post-view.narrow-post.narrow-post--p .wide,
  .post-view.narrow-post .narrow-content .wide {
    margin-left: -200px;
    margin-right: -200px;
  }
  .page-layout-2columns-left .post-list.blog-style-modern article.post-style--above-image .post-content,
  .page-layout-2columns-right .post-list.blog-style-modern article.post-style--above-image .post-content,
  .page-layout-2columns-left .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
  .page-layout-2columns-right .post-list.blog-style-modern.blog-list--image-top article.post-style--above-image .post-content,
  .page-layout-2columns-left .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
  .page-layout-2columns-right .post-list.blog-style-modern.blog-list--first-above-image article:first-child .post-content,
  .page-layout-2columns-left .post-list.blog-style-modern.blog-list--above-image article .post-content,
  .page-layout-2columns-right .post-list.blog-style-modern.blog-list--above-image article .post-content {
    max-width: 70%;
  }
  .page-layout-2columns-left .post-list.blog-style-modern.blog-list--image-left article.post-style--above-image .post-content,
  .page-layout-2columns-right .post-list.blog-style-modern.blog-list--image-left article.post-style--above-image .post-content {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amconf-matrix-table-wrap .amconf-text {
    border-right: 1px solid #c4c4c4;
  }
  .amconf-matrix-table-wrap .amconf-cell:last-child .amconf-text {
    border: 0;
  }
  .amtabs-accordion-view .product.data.items > .item.title {
    float: none;
    width: 100%;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-measure {
    flex-basis: 52%;
    margin: 0 auto;
    max-width: 610px;
    min-height: 379px;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-sizes {
    flex-basis: 48%;
  }
  .amtab-grid-wrapper.-small .amtab-table-container {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-small .amtab-step {
    max-width: 190px;
  }
  .amtab-grid-wrapper.-small .amtab-img {
    position: absolute;
  }
  .amtab-grid-wrapper.-small .amtab-measure > .amtab-title {
    margin: 0 0 32px;
  }
  .amtab-grid-wrapper.-small .amtab-steps-container {
    height: 100%;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-img {
    left: 16%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) {
    left: 58%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    max-width: 51px;
    width: 5vw;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) {
    top: 16%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 100px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
    top: 19.3%;
    right: 20px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
    top: 47.5%;
    left: -10px;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
    right: 0;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-img {
    left: 18%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) {
    right: 24px;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) {
    top: 20%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) {
    right: -20px;
    bottom: 85px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) {
    top: 25.5%;
    right: 24px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) {
    top: 46.4%;
    left: 0;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
    width: 50px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-tabs-block.-block .amwishlist-list.-active {
    justify-content: flex-start;
  }
  .amwishlist-product-grid .amwishlist-inner {
    background: #f4f5fa;
    left: 0;
    opacity: 0;
    padding: 0 15px 15px;
    position: absolute;
    right: 0;
    visibility: hidden;
    z-index: -1;
  }
  .amwishlist-product-grid > .amwishlist-items {
    justify-content: flex-start;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item.-active {
    background: #ffffff;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(25% - 20px);
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover {
    background: #f4f5fa;
    position: relative;
    z-index: 3;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:focus-within {
    background: #f4f5fa;
    position: relative;
    z-index: 3;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover .amwishlist-inner {
    opacity: 1;
    visibility: visible;
    z-index: 4;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:focus-within .amwishlist-inner {
    opacity: 1;
    visibility: visible;
    z-index: 4;
  }
  .amwishlist-list-grid .amwishlist-list {
    justify-content: flex-start;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item {
    flex-basis: 228px;
    margin: 0 8px 32px;
    padding: 15px 17px;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item:hover {
    background: #f4f5fa;
  }
  .amwishlist-list-grid .amwishlist-select-block {
    bottom: auto;
    top: 0;
  }
  .amwishlist-list-grid .amwishlist-button.-add {
    width: 100px;
  }
  .amwishlist-list-grid .amwishlist-name {
    font-size: 14px;
  }
  .amwishlist-list-grid .amwishlist-preview-block {
    min-height: 200px;
  }
  .amwishlist-list-grid .amwishlist-preview-block .amwishlist-image {
    height: 84px;
    margin: 4px;
    width: calc(50% - 4px * 2);
  }
  .amwishlist-field-block.-editable:hover:not(.-active) {
    background: #f4f5f7;
  }
  .amwishlist-field-block.-editable:hover .amwishlist-button.-edit {
    display: flex;
    height: 34px;
    margin: 0 5px 0 0;
  }
  .amwishlist-field-block.-editable .amwishlist-button.-edit {
    display: none;
    justify-content: flex-end;
    padding: 0 10px;
    position: absolute;
    width: 100%;
  }
  .amwishlist-checkbox-block .amwishlist-input:hover + .amwishlist-checker {
    background: #3f6ad8;
    border-color: #3f6ad8;
  }
  .amwishlist-search-block {
    margin: 0 0 40px;
  }
  .amwishlist-search-block .amwishlist-qty-block {
    display: flex;
  }
  .amwishlist-search-block .amwishlist-field {
    margin: 20px 0 0 0;
    max-width: 270px;
  }
  .amwishlist-list-block.-recently-viewed {
    margin: 0;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item {
    max-width: 175px;
    padding: 15px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item:before {
    height: 150px;
    width: 150px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-list {
    flex-wrap: wrap;
  }
  .amwishlist-page-title {
    order: 1;
  }
  .amwishlist-page-title .amwishlist-field-block.-title {
    flex-basis: 55%;
  }
  .amwishlist-page-title .amwishlist-toolbar {
    flex-basis: 40%;
    order: 1;
  }
  .amwishlist-page-title .amwishlist-counter {
    order: 3;
    padding: 0;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    font-size: 90px;
    padding: 10px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .ox-brand-grid__container.columns-20 .ox-brand__item {
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }
  .ox-brand-grid__container.columns-19 .ox-brand__item {
    -ms-flex: 0 0 5.26315789%;
    flex: 0 0 5.26315789%;
    max-width: 5.26315789%;
  }
  .ox-brand-grid__container.columns-18 .ox-brand__item {
    -ms-flex: 0 0 5.55555556%;
    flex: 0 0 5.55555556%;
    max-width: 5.55555556%;
  }
  .ox-brand-grid__container.columns-17 .ox-brand__item {
    -ms-flex: 0 0 5.88235294%;
    flex: 0 0 5.88235294%;
    max-width: 5.88235294%;
  }
  .ox-brand-grid__container.columns-16 .ox-brand__item {
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .ox-brand-grid__container.columns-15 .ox-brand__item {
    -ms-flex: 0 0 6.66666667%;
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
  }
  .ox-brand-grid__container.columns-14 .ox-brand__item {
    -ms-flex: 0 0 7.14285714%;
    flex: 0 0 7.14285714%;
    max-width: 7.14285714%;
  }
  .ox-brand-grid__container.columns-13 .ox-brand__item {
    -ms-flex: 0 0 7.69230769%;
    flex: 0 0 7.69230769%;
    max-width: 7.69230769%;
  }
  .ox-brand-grid__container.columns-12 .ox-brand__item {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ox-brand-grid__container.columns-11 .ox-brand__item {
    -ms-flex: 0 0 9.09090909%;
    flex: 0 0 9.09090909%;
    max-width: 9.09090909%;
  }
  .ox-brand-grid__container.columns-10 .ox-brand__item {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .ox-brand-grid__container.columns-9 .ox-brand__item {
    -ms-flex: 0 0 11.11111111%;
    flex: 0 0 11.11111111%;
    max-width: 11.11111111%;
  }
  .ox-brand-grid__container.columns-8 .ox-brand__item {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ox-brand-grid__container.columns-7 .ox-brand__item {
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .ox-brand-grid__container.columns-6 .ox-brand__item {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ox-brand-grid__container.columns-5 .ox-brand__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ox-brand-grid__container.columns-4 .ox-brand__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ox-brand-grid__container.columns-3 .ox-brand__item {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ox-brand-grid__container.columns-2 .ox-brand__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ox-brand-grid__container.columns-1 .ox-brand__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-8 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-8 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-8 .products-grid .product-item,
  .block.widget.product-columns-8 .products-grid .product-item {
    max-width: 12.5%;
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-7 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-7 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-7 .products-grid .product-item,
  .block.widget.product-columns-7 .products-grid .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-6 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-6 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-6 .products-grid .product-item,
  .block.widget.product-columns-6 .products-grid .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-5 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-5 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-5 .products-grid .product-item,
  .block.widget.product-columns-5 .products-grid .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-4 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-4 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-4 .products-grid .product-item,
  .block.widget.product-columns-4 .products-grid .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-3 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-3 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-3 .products-grid .product-item,
  .block.widget.product-columns-3 .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-3columns .block.widget.product-columns-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .block.widget.product-columns-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .block.widget.product-columns-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .block.widget.product-columns-2 .products-grid .product-item,
  .page-layout-3columns .block.widget.product-columns-2 .products-grid .product-item,
  .page-layout-1column .block.widget.product-columns-2 .products-grid .product-item,
  .block.widget.product-columns-2 .products-grid .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-8 .product-item,
  .page-layout-3columns .block.widget.product-columns-8 .product-item,
  .page-layout-1column .block.widget.product-columns-8 .product-item,
  .block.widget.product-columns-8 .product-item {
    max-width: 12.5%;
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-7 .product-item,
  .page-layout-3columns .block.widget.product-columns-7 .product-item,
  .page-layout-1column .block.widget.product-columns-7 .product-item,
  .block.widget.product-columns-7 .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-6 .product-item,
  .page-layout-3columns .block.widget.product-columns-6 .product-item,
  .page-layout-1column .block.widget.product-columns-6 .product-item,
  .block.widget.product-columns-6 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-5 .product-item,
  .page-layout-3columns .block.widget.product-columns-5 .product-item,
  .page-layout-1column .block.widget.product-columns-5 .product-item,
  .block.widget.product-columns-5 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-4 .product-item,
  .page-layout-3columns .block.widget.product-columns-4 .product-item,
  .page-layout-1column .block.widget.product-columns-4 .product-item,
  .block.widget.product-columns-4 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-3 .product-item,
  .page-layout-3columns .block.widget.product-columns-3 .product-item,
  .page-layout-1column .block.widget.product-columns-3 .product-item,
  .block.widget.product-columns-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-layout-1column-fullwidth .block.widget.product-columns-2 .product-item,
  .page-layout-3columns .block.widget.product-columns-2 .product-item,
  .page-layout-1column .block.widget.product-columns-2 .product-item,
  .block.widget.product-columns-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .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;
  }
  .products-grid .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .products-grid.product-columns-8 .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .products-grid.product-columns-7 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .products-grid.product-columns-6 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .products-grid.product-columns-5 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .products-grid.product-columns-4 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .products-grid.product-columns-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .products-grid.product-columns-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-layout-1column-fullwidth .products-grid .product-item,
  .page-layout-1column .products-grid .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-8 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-8 .products-grid .product-item {
    max-width: 12.5%;
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-7 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-7 .products-grid .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-6 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-6 .products-grid .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-5 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-5 .products-grid .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-4 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-4 .products-grid .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-3 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-3 .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column .products-grid.product-columns-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-layout-1column-fullwidth .products-grid.product-columns-2 .products-grid .product-item,
  .page-layout-1column .products-grid.product-columns-2 .products-grid .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-8 .product-item,
  .page-layout-1column .products-grid.product-columns-8 .product-item {
    max-width: 12.5%;
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-7 .product-item,
  .page-layout-1column .products-grid.product-columns-7 .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-6 .product-item,
  .page-layout-1column .products-grid.product-columns-6 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-5 .product-item,
  .page-layout-1column .products-grid.product-columns-5 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-4 .product-item,
  .page-layout-1column .products-grid.product-columns-4 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-3 .product-item,
  .page-layout-1column .products-grid.product-columns-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-layout-1column-fullwidth .products-grid.product-columns-2 .product-item,
  .page-layout-1column .products-grid.product-columns-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-layout-3columns .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    padding: 0;
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products .products-grid.product-columns-8 .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .page-products .products-grid.product-columns-7 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-products .products-grid.product-columns-6 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-products .products-grid.product-columns-5 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products .products-grid.product-columns-4 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products .products-grid.product-columns-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products .products-grid.product-columns-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-8 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-8 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-8 .products-grid .product-item {
    max-width: 12.5%;
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-7 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-7 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-7 .products-grid .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-6 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-6 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-6 .products-grid .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-5 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-5 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-5 .products-grid .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-4 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-4 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-4 .products-grid .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-3 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-3 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-3 .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column .products-grid.product-columns-2 .owl-carousel:not(.owl-loaded) > .product-item-info,
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-2 .products-grid .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-2 .products-grid .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-8 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-8 .product-item {
    max-width: 12.5%;
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-7 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-7 .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-6 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-6 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-5 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-5 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-4 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-4 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-3 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-1column-fullwidth .products-grid.product-columns-2 .product-item,
  .page-products.page-layout-1column .products-grid.product-columns-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-8 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-7 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-6 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-5 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-4 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-layout-3columns .products-grid .owl-carousel .product-item,
  .page-layout-1column-fullwidth .products-grid .owl-carousel .product-item,
  .page-layout-1column .products-grid .owl-carousel .product-item {
    max-width: 100%;
  }
  .products-grid .owl-carousel .product-item {
    max-width: 100%;
  }
  .toolbar-amount {
    display: block;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    padding: 0;
    width: 25%;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: 33.33333333%;
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .ox-overlay.am-search-modal .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item,
  .ox-slideout.am-search-modal .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
    width: 25%;
    max-width: 25%;
  }
  .block.widget .products-grid .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .block.widget .products-grid .owl-carousel.product-grid .product-item {
    margin-left: 0;
  }
}
@media all and (min-width: 1300px), print {
  .checkout-index-index .page-main {
    padding: 70px 70px 40px 70px;
  }
  .opc-wrapper {
    padding-right: 80px;
  }
  .opc-wrapper .opc-wrapper-boxed {
    padding: 70px;
    padding-top: 50px;
  }
}
@media all and (min-width: 1440px), print {
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    max-width: 66%;
    position: relative;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-8 .product-item,
  .page-layout-3columns .products-grid.product-columns-8 .product-item {
    max-width: 14.28571429%;
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-7 .product-item,
  .page-layout-3columns .products-grid.product-columns-7 .product-item {
    max-width: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-6 .product-item,
  .page-layout-3columns .products-grid.product-columns-6 .product-item {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-5 .product-item,
  .page-layout-3columns .products-grid.product-columns-5 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-4 .product-item,
  .page-layout-3columns .products-grid.product-columns-4 .product-item {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-3 .product-item,
  .page-layout-3columns .products-grid.product-columns-3 .product-item {
    max-width: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid.product-columns-2 .product-item,
  .page-layout-3columns .products-grid.product-columns-2 .product-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-layout-3columns .products-grid .owl-carousel .product-item,
  .page-layout-1column-fullwidth .products-grid .owl-carousel .product-item,
  .page-layout-1column .products-grid .owl-carousel .product-item {
    max-width: 100%;
  }
  .products-grid .owl-carousel .product-item {
    max-width: 100%;
  }
  /*.sidebar {
        .product-items {
            .product-item-info {
                .product-item-photo {
                    float: none;
                    left: 0;
                    margin: 0;
                    position: absolute;
                    top: 0;
                }
            }

            .product-item-details {
                margin-left: 85px;
            }
        }
    }*/
}
/*@icon-settings:'\3d';
@icon-checkmark: '\2e';
@icon-search: '\61';
@icon-down: "\72";
@icon-up: "\72";
/*@icon-help
@icon-expand
@icon-pointer-right: "\72";
@icon-pointer-left: "\72";*/
/*
@button__span-padding: 0 12px;
@button__span-height: 30px;*/
/*
@breadcrumbs__container-margin: 0;
@breadcrumbs-icon__use: false;
@breadcrumbs__padding: 0;

@breadcrumbs-current__color: @text__color__muted;
@breadcrumbs-link__color: @text__color__muted;
@breadcrumbs-link__visited__color: @breadcrumbs-link__color;
@breadcrumbs-link__hover__color: #ffffff;
@breadcrumbs-link__active__color: @breadcrumbs-link__color;
*/
.mapboxgl-map {
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.mapboxgl-canary {
  background-color: salmon;
}
.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}
.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  /* workaround for a Safari bug https://github.com/mapbox/mapbox-gl-js/issues/8185 */
  transform: translate(0, 0);
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}
.mapboxgl-ctrl-group {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.mapboxgl-ctrl-group:not(:empty) {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.mapboxgl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}
.mapboxgl-ctrl-group > button + button {
  border-top: 1px solid #ddd;
}
/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
.mapboxgl-ctrl > button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mapboxgl-ctrl > button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mapboxgl-ctrl-icon {
  padding: 5px;
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-icon-disabled {
  opacity: 0.25;
  border-color: #373737;
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {
  -webkit-animation: mapboxgl-spin 2s infinite linear;
  -moz-animation: mapboxgl-spin 2s infinite linear;
  -o-animation: mapboxgl-spin 2s infinite linear;
  -ms-animation: mapboxgl-spin 2s infinite linear;
  animation: mapboxgl-spin 2s infinite linear;
}
@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes mapboxgl-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes mapboxgl-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes mapboxgl-spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E");
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
}
a.mapboxgl-ctrl-logo {
  width: 85px;
  height: 21px;
  margin: 0 0 -3px -3px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E");
}
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E");
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible;
    margin-top: 6px;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    content: '';
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    top: 0;
    left: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
    bottom: 0;
    left: 0;
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
/* stylelint-disable-next-line selector-class-pattern */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: bold;
  margin-left: 2px;
}
.mapboxgl-attrib-empty {
  display: none;
}
.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}
.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  will-change: transform;
  pointer-events: none;
}
.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.mapboxgl-popup-anchor-left {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.mapboxgl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}
.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}
.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}
.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.mapboxgl-user-location-dot {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.mapboxgl-user-location-dot::before {
  background-color: #1da1f2;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}
.mapboxgl-user-location-dot::after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: '';
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
}
@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -ms-transform: scale(1);
    opacity: 1;
  }
  70% {
    -ms-transform: scale(3);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}
.mapboxgl-user-location-dot-stale::after {
  display: none;
}
.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}
.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}
@media print {
  /* stylelint-disable-next-line selector-class-pattern */
  .mapbox-improve-map {
    display: none;
  }
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("..//Salecto_Shipping/images/layers.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("..//Salecto_Shipping/images/layers-2x.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url("..//Salecto_Shipping/images/marker-icon.png");
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
.category-description > [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.category-description > [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0 !important;
}
@media only screen and (max-device-width: 640px) {
  .pswp__item .video-wrapper iframe {
    left: 15px;
    width: calc(100% - 15px * 2);
  }
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
  border: 1px solid lightblue;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}
.amcard-field-block > .amcard-button {
  padding: 10px 26px;
  border: none;
  border-left: none;
  border-radius: 24px;
  background: #0d1b2a;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Nunito';
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-left: 10px;
}
.amcard-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 20px;
}
.amcard-title:before {
  font-family: "athlete2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2b";
  margin-right: 10px;
}
.amcard-field-block.-code {
  margin-top: 30px;
}
.amcard-codes-list .table .action,
.amcard-field-container .table .action,
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
  color: #f04d98;
}
button.amcard-check:after {
  background-color: transparent;
}
@media (min-width: 1025px), print {
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: column;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    text-align: center;
  }
  .amsl-social-wrapper {
    max-width: 920px;
    margin: auto;
  }
  .form.create.account .actions-toolbar > .primary {
    margin-top: 10px;
    width: 100%;
  }
  .form.create.account .actions-toolbar > .secondary {
    padding-right: 0;
  }
  .login-container {
    margin: 0 auto;
  }
  .customer-account-create .form.create.account .actions-toolbar > .primary {
    padding-left: 0;
  }
  .amsl-register-content .form.create.account.form-create-account > .fieldset.account {
    padding-left: 0;
  }
  .amsl-register-content .form-create-account > .actions-toolbar .primary button:hover {
    color: #1979c3;
    font-weight: 900;
  }
  .customer-account-create .column.main .form.create.account .actions-toolbar > .primary {
    width: 49%;
    margin-top: 0;
    margin-left: 5px;
  }
  .customer-account-create .column.main .form.create.account .actions-toolbar > .primary button {
    padding: 17.7px 27px;
  }
}
@media (max-width: 1024px), print {
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: column;
  }
  .amsl-social-wrapper {
    max-width: 500px;
    margin: auto;
  }
  .customer-account-login .amsl-social-wrapper {
    max-width: 460px;
    margin: auto;
  }
  .login-container {
    margin: 0 auto;
  }
}
