/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body:before {
  display: none;
  background: yellow;
  color: #000;
  height: 18px;
  line-height: 16px;
  padding: 0 4px;
  font-size: 12px;
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -9px;
  font-weight: 400;
  z-index: 9;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.bss-tab-hidden {
  display: none !important;
}
.bss-hidden {
  position: absolute;
  height: 0;
  overflow: hidden;
  left: -1000px;
}
.bss-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.action.view {
  cursor: pointer;
}
.action.add {
  cursor: pointer;
}
@font-face {
  font-family: "lg";
  src: url("../Netlogiq_Notorama/fonts/lg.ttf?22t19m") format("truetype"), url("../Netlogiq_Notorama/fonts/lg.woff?22t19m") format("woff"), url("../Netlogiq_Notorama/fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: #F4F4F4;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #000;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #F4F4F4;
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #000;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  border-top: 1px solid #F4F4F4;
  background-color: #FFF;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin: 0 auto -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #ff5501;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #F4F4F4;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #000;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../../../../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../../../../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../../../../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../../../../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../../../../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #ff5501;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
            opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07000000000000001);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../../../../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #FFF;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*# sourceMappingURL=lightgallery.css.map */
@media print {
  .print-index-index .left-col .back {
    display: none;
  }
  .print-index-index .right-col .action.print {
    display: none;
  }
  .print-index-index .col-sm-4 {
    max-width: 33%;
  }
  .print-index-index .col-sm-8 {
    max-width: 66%;
  }
  .print-index-index tr:nth-child(odd) {
    background-color: #f5f4f3 !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    color: #000;
  }
  .print-index-index li .icon:before {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  .amgdprcookie-bar-template,
  iframe {
    display: none !important;
  }
  * {
    overflow: visible !important;
    visibility: visible !important;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (min-width: 650px) {
  .pr-cookie-modal.modal-popup .modal-inner-wrap {
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    padding: 0 0 3rem;
  }
}
@media (max-width: 480px) {
  .pr-cookie-modal.modal-popup .pr-cookie-notice-actions .pr-cookie-notice-btn {
    margin-bottom: 15px;
  }
  .pr-cookie-modal.modal-popup .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
    margin-bottom: 0;
  }
}
/* END --- pr-cookie-modal-wall  pr-cookie-modal-popup --- */
@media (max-width: 375px) {
  .modal-slide.pr-cookie-left-bar {
    width: 100%;
  }
  .pr-cookie-left-bar .pr-actions-buttons .action {
    min-width: 130px;
  }
}
@media (min-width: 480px) {
  .pr-cookie-notice-actions {
    flex-direction: row;
    justify-content: center;
  }
  .pr-cookie-notice-actions .pr-cookie-notice-btn {
    margin-bottom: 0;
  }
  .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
    order: -1;
  }
  .pr-cookie-notice-actions .pr-cookie-notice-btn {
    margin: 0 7.5px;
  }
}
@keyframes slideup {
  from {
    opacity: 0;
    transform: translatey(100%);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
@keyframes slidedown {
  from {
    opacity: 0;
    transform: translatey(-30px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
body {
  color: black;
}
.tbi-logo {
  margin-left: 5px;
}
.fusion-pay-custom-message {
  line-height: 3;
  background: #dbffd9;
  margin: 20px 0;
  border: 1px solid green;
  border-radius: 5px;
  padding: 0 20px;
}
.fusion-pay-custom-message p {
  line-height: 1.5;
}
#repayment-plans-container {
  margin: 0 0 0 40px;
}
@media (min-width: 412px) {
  #payment-method-description {
    margin-left: 20px;
  }
}
label[for="fusionpay"] {
  display: inline-flex;
  align-items: center;
}
#tbi_button {
  cursor: pointer;
}
#tbi_button_container {
  display: inline-block;
}
#tbi_button_logo1 {
  max-height: 40px;
  width: auto;
}
.tbi_button_container1 {
  position: relative;
  display: inline-block;
}
#tbi_button1 {
  text-decoration: none !important;
  outline: 0 !important;
  display: inline-block;
  min-width: 280px;
  max-width: 100%;
}
#tbi_small_popup {
  max-width: 800px;
  background: #fff;
  padding: 6px 6px;
  border: 1px solid #f46424;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.3s ease-in;
  opacity: 0.8;
}
#tbi_small_popup:hover {
  opacity: 1;
}
#tbi_small_popup:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-out;
}
#tbi_big_popup {
  width: 90vw;
  height: 220px;
  max-width: 400px;
  max-height: 0;
  margin: 8px 0 0 0;
  border-radius: 8px;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  transition: 300ms ease-in-out;
}
.tbi_expand {
  opacity: 1 !important;
  max-height: 400px !important;
  max-width: 400px !important;
}
#tbi_popup_container {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
}
#iframe_container {
  width: 768px;
  height: 90vh;
  max-width: 100%;
  min-height: 400px;
  max-height: 720px;
  position: relative;
  background: #F4F4F4;
  border-radius: 24px;
}
#tbi_popup_iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
#tbi_loading {
  position: absolute;
  top: calc(0%);
  left: calc(0%);
  width: 130px;
  height: 130px;
  max-width: 50%;
}
#tbi_loading_text {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  width: 100%;
}
#close_iframe_container {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 38px;
  cursor: pointer;
}
@media only screen and (max-width: 752px) {
  #close_iframe_container {
    padding: 28px 38px;
  }
}
@media only screen and (max-width: 767px) {
  #tbi_button_container {
    min-width: 100%;
  }
  #tbicheckout_small_popup {
    padding: 5px;
    max-width: 70px;
  }
  #tbi_popup_iframe {
    width: 100%;
  }
  #iframe_container,
  #tbi_popup_iframe {
    border-radius: 0;
    max-height: 2000px;
  }
  #tbi_popup_container {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 769px) {
  #tbi_button_container {
    min-width: 70%;
  }
}
#locateNearBy {
  display: none;
}
.um-sl-product-page {
  clear: both;
  position: relative;
  display: block;
  padding: 15px 40px;
  border: 1px solid #dadada;
  width: 150px;
}
.um-sl-product-page a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.um-sl-product-page a:before {
  width: 22px;
  content: " ";
  background-image: url(../../../../../frontend/Netlogiq/triton/en_US/Ulmod_Storelocator/images/map-marker.png);
  position: absolute;
  left: 10px;
  height: 22px;
  top: 15px;
}
#umlocator_window_template {
  display: none;
}
#ulmod-slocator-map-block-canvas {
  width: 100%;
  height: 600px;
}
.ulmod-popup {
  width: 230px;
}
.ulmod-popup h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 20px;
}
.ulmod-popup .um-p-desc {
  width: 100%;
  padding: 10px 0px;
}
.ulmod-popup .um-p-add1 {
  width: 100%;
  padding-bottom: 5px;
}
.ulmod-popup .um-p-add2 {
  width: 100%;
  padding-bottom: 5px;
}
.ulmod-popup .um-p-add3 {
  width: 100%;
  padding-bottom: 5px;
}
.ulmod-popup .um-p-addr-label {
  font-weight: 600;
  padding-right: 5px;
}
.ulmod-popup .um-p-phone-label {
  font-weight: 600;
  padding-right: 5px;
}
.ulmod-popup .um-p-email-label {
  font-weight: 600;
  padding-right: 5px;
}
.ulmod-popup .um-p-website-label {
  font-weight: 600;
  padding-right: 5px;
}
.ulmod-popup .um-p-addr {
  width: 100%;
  padding-bottom: 5px;
}
.ulmod-popup .um-p-additional {
  width: 100%;
  padding-bottom: 5px;
}
.ulmod-popup img {
  margin-bottom: 10px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.ulmod-popup .header {
  background-color: blue;
}
.um-p-img {
  text-align: center;
  display: block;
}
.please-wait {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  width: 150px;
  height: 100px;
  background-color: white;
}
.ulmod-slocator-map-block {
  display: block;
}
.umlocator_group:after {
  content: "";
  display: table;
  clear: both;
}
.umlocator_default {
  background: url(../../../images/ulmod/umlocator/close.png) no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: 0 0px;
  cursor: pointer;
  position: relative;
  top: -10px;
}
.umlocator_default:hover {
  background: url(../../../images/ulmod/umlocator/close.png) no-repeat;
  background-position: 0 -14px;
  cursor: pointer;
}
.location-attribute {
  margin-right: 10px;
}
.umlocator-filters {
  width: 100%;
  order: 1;
}
.column_right {
  order: 2;
  padding-left: 35px;
  width: 48%;
}
.um-sl-current-box {
  width: 28%;
}
.um-sl-current-box label {
  display: none;
}
.um-sl-input {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.um-sl-action-box {
  padding-top: 5px;
}
#locateNearBy {
  margin-left: 25px;
}
.arrow_active {
  background-position-y: 0;
}
.location_header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}
.umlocator-index-index {
  overflow-x: hidden;
}
@media screen and (max-width: 1300px) {
  #umlocator_list {
    width: 100%;
    height: 600px;
  }
}
@media screen and (min-width: 600px) {
  .ulmod-slocator-map-block {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .um-sl-mapbox {
    float: none;
    width: auto;
  }
  .um-sl-storelist-box {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  #ulmod-slocator-filter {
    flex-direction: column;
  }
  .umlocator-filters {
    width: 100%;
    order: 1;
  }
  div#current-address.um-sl-current-box {
    width: 100%;
    padding-bottom: 10px;
  }
  .um-sl-input.um-sl-action-box {
    padding-top: 20px;
    float: left;
  }
  .column_right {
    order: 2;
    padding-left: 0px;
    padding-top: 10px;
    width: 100%;
  }
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
@media (min-width: 480px) {
  .pr-cookie-notice-actions .pr-cookie-notice-btn.action.setting-link {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .swissup-address-fields-container .fieldset {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  body.firecheckout.firecheckout-col1-set #checkout .opc-wrapper {
    padding-right: 20px;
  }
  body.firecheckout.firecheckout-col1-set #checkout .opc-sidebar {
    padding-left: 20px;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 9px 4.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 4.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,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .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),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .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),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .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 {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 50%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop,
  .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,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .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,
  .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,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .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,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop {
    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 17px;
  }
  .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,
  .opc-estimated-wrapper {
    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: 9px;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 22px;
  }
  .navigation,
  .breadcrumbs,
  .header.content,
  .page-wrapper > .widget,
  .page-bottom > .content,
  .block.category.event,
  .top-container,
  .page-main,
  .container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1757px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    padding-bottom: 100px;
  }
  .page-layout-2columns-left .columns,
  .page-layout-3columns .columns {
    flex-wrap: nowrap;
  }
  .page-layout-2columns-left .column.main,
  .page-layout-3columns .column.main {
    flex: 1;
  }
  .page-layout-2columns-left .sidebar-main,
  .page-layout-3columns .sidebar-main {
    width: 300px;
    padding-right: 65px;
    order: -1;
  }
  .page-layout-2columns-left .sidebar {
    width: 300px;
    padding-right: 65px;
    order: -1;
  }
  .page-layout-2columns-right .columns {
    flex-wrap: nowrap;
  }
  .page-layout-2columns-right .column.main {
    flex: 1;
  }
  .page-layout-2columns-right .sidebar,
  .page-layout-2columns-right .sidebar-main {
    width: 300px;
    padding-right: 0 !important;
    padding-left: 45px;
  }
  .page-layout-3columns .columns {
    flex-wrap: wrap;
  }
  .page-layout-3columns .column.main {
    width: 100%;
    flex: initial;
    order: -1;
    margin-bottom: 60px;
  }
  .page-layout-3columns .sidebar-main {
    width: 50%;
    order: 2;
    padding-left: 10px;
    padding-right: 0;
  }
  .page-layout-3columns .sidebar-additional {
    width: 50%;
    padding-right: 10px;
    order: 1;
  }
  .page-with-filter .sidebar-main {
    width: 245px;
    padding-right: 45px;
  }
  .messages .message > div {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1757px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .messages .message > div:before {
    left: 20px !important;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 22.5px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    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 9px 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: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #dfdfdf;
    color: #dfdfdf;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 18px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 17px;
  }
  .fieldset > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .fieldset > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .fieldset > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    display: none;
  }
  .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: 18px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 18px;
    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 4.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 18px;
    font-size: 1.3rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    height: 18px;
    padding: 4.5px 18px 4.5px 18px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #2b2a29;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #2b2a29;
    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: 5.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 28px;
    padding: 18px 18px 18px 18px;
    border: 0;
    border-top: 1px solid #dfdfdf;
  }
  .pages {
    margin-left: auto;
  }
  .pages .item.pages-item-previous {
    margin-right: 25px;
  }
  .pages .item.pages-item-next {
    margin-left: 25px;
  }
  .col-m {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-m-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-m-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-m-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-m-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-m-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-m-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-m-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-m-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-m-offset-0 {
    margin-left: 0;
  }
  .col-m-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-m-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-m-offset-3 {
    margin-left: 25%;
  }
  .col-m-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-m-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-m-offset-6 {
    margin-left: 50%;
  }
  .col-m-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-m-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-m-offset-9 {
    margin-left: 75%;
  }
  .col-m-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-m-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-m {
    justify-content: flex-start;
    text-align: start;
  }
  .center-m {
    justify-content: center;
    text-align: center;
  }
  .text-center-m {
    text-align: center;
  }
  .end-m {
    justify-content: flex-end;
    text-align: end;
  }
  .top-m {
    align-items: flex-start;
  }
  .middle-m {
    align-items: center;
  }
  .self-center-m {
    align-self: center;
  }
  .bottom-m {
    align-items: flex-end;
  }
  .around-m {
    justify-content: space-around;
  }
  .between-m {
    justify-content: space-between;
  }
  .first-m {
    order: -1;
  }
  .last-m {
    order: 1;
  }
  body:before {
    content: 'm';
  }
  .modal-slide .modal-header,
  .modal-slide .modal-footer {
    padding: 20px 20px;
  }
  .modal-slide .modal-content {
    padding: 20px 20px;
  }
  .modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #dfdfdf;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #dfdfdf;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 13.5px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 9px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .industry-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  .industry-item-image {
    width: 120px;
    height: 120px;
  }
  .industry-item-name {
    font-size: 18px;
  }
  .industrygallery-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .industry-items ~ .category-description {
    margin-top: 65px;
  }
  .products-reseald-item {
    flex-wrap: nowrap;
  }
  .products-reseald-item-description {
    margin-bottom: 0;
  }
  .products-reseald-item-price {
    text-align: right;
    margin: 0 20px;
  }
  .shipment-track-container {
    margin-bottom: 40px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 27px;
    padding: 9px 0 27px;
  }
  .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;
  }
  .checkout-cart-index .page-title-wrapper {
    margin: 40px 0 50px;
  }
  .cart-container .border-right {
    border-right: 1px solid #DFDFDF;
  }
  .cart-container .footer-payment {
    margin-top: 40px;
    text-align: center;
  }
  .cart-container .footer-payment p {
    display: block;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .minicart-wrapper .showcart .counter {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 27px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 9px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 18px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2rem;
    border-bottom: 0;
    margin-bottom: 22.5px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 9px 27px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 9px 0 0 36px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 18px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 18px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .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: 18px;
  }
  .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: 18px;
  }
  .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: 17px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 17px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    display: none;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 18px 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: 18px;
    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: 17px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 17px;
  }
  .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: 18px;
  }
  .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: 9px;
    padding: 4.5px 9px 9px;
    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: 9px;
    padding: 4.5px 9px 9px;
  }
  .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: 22.5px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #dfdfdf;
  }
  .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: 17px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 18px;
  }
  .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;
  }
  .grid .product-item {
    margin-bottom: 50px;
  }
  .product-item-top {
    font-size: 13px;
  }
  .product-item-stock .stock {
    padding: 5px 10px;
  }
  .product-item-name {
    font-size: 1.6rem;
  }
  .grid .product-item-name {
    margin-top: 15px;
  }
  .product-item-price .price-box {
    font-size: 20px;
  }
  .product-item-atc input {
    width: 60px;
  }
  .product-item-atc .action.tocart {
    font-size: 16px;
  }
  .category-view {
    margin-bottom: 60px;
  }
  .category-cms {
    margin-top: 78px;
  }
  .category-shop {
    padding: 65px 0;
    font-size: 34px;
  }
  .product-main {
    align-items: flex-start;
  }
  .product-right {
    padding-left: 20px;
    margin-top: 0;
    position: sticky;
    top: 110px;
  }
  .product-details-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 4px solid #ECECEC;
    margin-top: 50px;
    position: sticky;
    top: 89px;
    background: #FFF;
    z-index: 1;
  }
  .product-details-menu li {
    margin-bottom: 0;
    margin-right: 35px;
  }
  .product-details-menu li:last-of-type {
    margin-right: 0;
  }
  .product-details-menu a {
    display: block;
    position: relative;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2b2a29;
  }
  .product-details-menu a:hover {
    color: #e40e20;
    text-decoration: none;
  }
  .product-details-menu a.active:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #322A5F;
  }
  .product-details-menu span:before {
    content: '(';
  }
  .product-details-menu span:after {
    content: ')';
  }
  .product-details {
    margin-top: 0;
    border-top: none;
  }
  .product-details-item {
    padding-top: 55px;
    border-bottom: 0;
  }
  .product-details .title {
    margin-bottom: 40px;
    padding: 0 0 20px;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #E5E5E5;
  }
  .product-details .content {
    display: block !important;
  }
  .product-details .product-print {
    display: none;
  }
  .page-products .products.wrapper ~ .toolbar {
    justify-content: flex-start;
  }
  .products-list + .toolbar-products {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .toolbar-products {
    display: flex;
    align-items: center;
  }
  .toolbar-filter {
    display: none;
  }
  .toolbar-amount {
    display: block;
    margin: 0;
  }
  .sorter {
    flex: none;
    margin-left: auto;
    display: flex;
    align-items: center;
    position: static;
  }
  .sorter-label {
    margin: 0 20px 0 0;
  }
  .sorter-options {
    width: auto;
  }
  .modes {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
  }
  .modes-mode {
    display: block;
    margin-left: 20px;
  }
  .modes svg {
    display: block;
    fill: #303030;
  }
  .modes a svg {
    fill: #dfdfdf;
  }
  .modes a:hover svg {
    fill: #303030;
  }
  .limiter {
    display: inline-flex;
    align-items: center;
  }
  .limiter .label {
    margin-left: 20px;
    text-transform: uppercase;
  }
  .limiter select {
    width: 108px;
    height: 56px;
    text-align: center;
  }
  .block-viewed-products-grid {
    margin-top: 95px;
  }
  .block-viewed-products-grid .block-title {
    margin-bottom: 15px;
  }
  .header-search {
    max-width: 830px;
    margin: 0 auto;
  }
  .home-slideshow {
    margin-top: 20px;
  }
  .home-banners > a div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 340px;
    left: 20px;
  }
  .home-banners > a div h2 {
    font-size: 28px;
  }
  .home-banners > a div p {
    font-size: 16px;
  }
  .home-dual {
    margin-top: 55px;
  }
  .home-category .section-title {
    padding-bottom: 25px;
  }
  .section-title h2 {
    font-size: 20px;
  }
  .section-title a {
    padding: 10px 20px;
  }
  .home-brands {
    margin-top: 100px;
  }
  .cms-page-view .column.main .page-title-wrapper {
    margin-bottom: 40px;
  }
  .cms-page-view .column.main > h2 {
    margin-top: 60px;
  }
  .cms-page-view .column.main img {
    margin: 20px 0 40px;
  }
  .cms-links {
    padding: 45px 40px;
  }
  .cms-imgs {
    margin-top: 60px;
  }
  .contact-form-container {
    margin-bottom: 0;
  }
  .contact-form-container .row > div:first-of-type {
    margin-bottom: 40px;
  }
  .contact-form div[data-role="title"] {
    cursor: text;
  }
  .contact-form div[data-role="title"]:after {
    content: none;
  }
  .contact-form div[data-role="content"] {
    display: block !important;
  }
  .customer-account-login .page-main,
  .customer-account-create .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-confirmation .page-main,
  .customer-account-createpassword .page-main {
    width: 100%;
    padding: 65px 85px;
  }
  .customer-account-login .page-title-wrapper,
  .customer-account-create .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper,
  .customer-account-confirmation .page-title-wrapper,
  .customer-account-createpassword .page-title-wrapper {
    margin: 45px 0 30px;
  }
  .customer-account-login .fieldset,
  .customer-account-create .fieldset,
  .customer-account-forgotpassword .fieldset,
  .customer-account-confirmation .fieldset,
  .customer-account-createpassword .fieldset {
    margin: 0;
  }
  .customer-account-create .fieldset {
    display: flex;
    flex-wrap: wrap;
  }
  .customer-account-create .field {
    width: 100%;
  }
  .customer-account-create .field-name-firstname,
  .customer-account-create .field-name-lastname,
  .customer-account-create .field.password,
  .customer-account-create .field.confirmation {
    width: 50%;
  }
  .customer-account-create .field-name-firstname,
  .customer-account-create .field.password {
    padding-right: 20px;
  }
  .customer-account-create .field-name-lastname,
  .customer-account-create .field.confirmation {
    padding-left: 20px;
  }
  .block-collapsible-nav {
    height: 100%;
    padding: 30px 20px;
  }
  .block-collapsible-nav-title {
    margin-bottom: 20px;
  }
  #my-orders-table .col.shipping {
    width: 100%;
  }
  .account .page-title-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .account .page-title-wrapper .page-title {
    margin-right: 22.5px;
  }
  .account .page-title-wrapper .action {
    margin-left: auto;
    margin-top: 0;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 0;
  }
  .account .sidebar {
    padding-right: 15px;
    width: 200px;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 18px;
    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 9px 9px 0;
  }
  .filter-current {
    padding: 20px 15px;
    background: #F5F5F5;
    margin-bottom: 50px;
  }
  .filter-current-subtitle {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .filter-current-content {
    display: block !important;
  }
  .newsletter-popup-form {
    padding: 50px 65px;
  }
  .table-reviews .col.actions {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .order-links {
    display: flex;
  }
  .order-links .item {
    border-right: 1px solid #DFDFDF;
    border-bottom: 0;
  }
  .order-links a,
  .order-links strong {
    padding: 20px 25px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 18px;
  }
  .header.content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-menu {
    display: none;
  }
  .header-logo {
    order: 10;
    margin-right: 35px;
  }
  .header-search {
    order: 20;
  }
  .header-phone,
  .header-account,
  .header-wishlist,
  .header-minicart {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-phone {
    order: 30;
    margin-left: 20px;
  }
  .header-phone:hover {
    text-decoration: none;
  }
  .header-phone:hover span {
    color: #ED1B24;
  }
  .header-account {
    order: 40;
  }
  .header-wishlist {
    order: 50;
  }
  .header-minicart {
    order: 60;
  }
  .header-bubble {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .minicart-wrapper {
    order: 70;
  }
  .footer-top {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .footer-bottom {
    padding-top: 25px;
  }
  .footer-bottom .container {
    flex-wrap: nowrap;
  }
  .footer-links .title {
    margin-bottom: 20px;
    padding: 0;
  }
  .footer-links .content {
    display: block !important;
  }
  .footer-links.last {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer-social {
    text-align: right;
    padding-top: 0;
    border-top: 0;
  }
  .footer-social a {
    margin: 20px 0 0 20px;
  }
  .footer-newsletter {
    margin-top: auto;
    text-align: right;
    padding: 0;
    border-top: 0;
  }
  .footer-payments {
    margin: 0 0 0 auto;
    width: auto;
  }
  .footer-copy {
    margin-top: 20px;
  }
  .products-wishlist .product-item {
    margin-bottom: 40px;
  }
  .products-wishlist .product-item:hover {
    border-color: #DFDFDF;
  }
  .products-wishlist .product-item:hover .product-item-inner {
    display: block;
  }
  .products-wishlist .product-item-inner {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    z-index: 1;
    background: #FFF;
    border: 1px solid #DFDFDF;
    border-top: 0;
    padding: 0 15px 15px;
  }
  .pr-cookie-notice-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1757px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .pr-cookie-modal-bottom .modal-inner-wrap {
    padding-top: 15px;
  }
  .pr-cookie-notice-actions {
    flex-shrink: 0;
  }
  .pr-cookie-notice-text {
    margin-right: 25px;
  }
  .pr-cookie-notice-actions .pr-cookie-notice-btn {
    margin-right: 0;
  }
  .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
    margin-right: 0;
  }
  .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
    margin-right: 10px;
  }
  .pr-cookie-notice-actions {
    margin-top: 0;
  }
  button.pr-cookie-close-modal {
    top: 50%;
    transform: translateY(-50%);
  }
  .blog-item-name {
    font-size: 18px;
  }
  .mfblog-related-posts-block .blog-item-name {
    font-size: 15px;
  }
  .fieldset-bundle-options {
    margin-top: 40px;
  }
  #returns_form #returns_submit_block .action.primary {
    font-size: 1.4rem;
    padding: 12px 25px;
  }
  .navi {
    order: 11;
  }
  .navi__item {
    margin: 0;
  }
  .navi__item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2b2a29;
    padding: 0 10px;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1.1;
    height: 44px;
  }
  .navi__item > a:hover {
    text-decoration: none;
  }
  .navi__item:first-of-type > a {
    padding-left: 35px;
    font-weight: 700;
    position: relative;
  }
  .navi__item:first-of-type > a:before {
    content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE4IDE0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMyAtNSkiPjxwYXRoIGQ9Ik0yMSwxMXYySDNWMTFaIi8+PHBhdGggZD0iTTIxLDVWN0gzVjVaIi8+PHBhdGggZD0iTTIxLDE3djJIM1YxN1oiLz48L2c+PC9zdmc+');
    position: absolute;
    top: 13px;
    left: 0;
  }
  .navi__item:first-of-type > a:hover:before {
    content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE4IDE0IiBmaWxsPSIjRUQxQjI0Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMyAtNSkiPjxwYXRoIGQ9Ik0yMSwxMXYySDNWMTFaIi8+PHBhdGggZD0iTTIxLDVWN0gzVjVaIi8+PHBhdGggZD0iTTIxLDE3djJIM1YxN1oiLz48L2c+PC9zdmc+');
  }
  .navi__item:last-of-type {
    margin-left: auto;
  }
  .navi__inner-item--title > a {
    padding: 24px 0 24px 50px !important;
  }
  .navi__inner-item--title > svg {
    right: 25px;
  }
  .navi__inner-item--level1 > a {
    padding: 0 40px 0 50px;
  }
  .navi__inner-item--level1.navi__inner-item--parent > a:after {
    right: 44px;
  }
  .navi__list {
    display: flex;
    align-items: center;
    max-width: 1757px;
    margin: 0 auto;
  }
  .navi__inner-list--level1 {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    box-shadow: 5px 0px 30px #0000001A;
    width: 100%;
    height: 100%;
    z-index: 20;
    margin: 0;
    padding: 0;
    display: none;
    overflow-x: auto;
  }
  .navi__inner-list--level1.is-active {
    display: block;
  }
  .navi__inner-list--level1,
  .navi__inner-list--level2 {
    width: 415px;
  }
  .navi__inner-list--level2 {
    padding: 0 40px 50px 50px;
  }
  .navi__overlay {
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
  }
  .navi__overlay.is-active {
    display: block;
  }
  .navi__accent > a {
    position: absolute;
    padding-left: 10px !important;
    margin-right: 20px;
    background: #e40e20;
    color: #FFF;
  }
  .navi__accent > a:hover {
    background: #FF1200;
    color: #FFF;
  }
  .navi__accent > a:hover:before {
    border-color: transparent #FF1200 transparent transparent;
  }
  .navi__accent > a:hover:after {
    border-color: transparent transparent transparent #FF1200;
  }
  .navi__accent > a:before,
  .navi__accent > a:after {
    content: ' ' !important;
    position: absolute;
    top: 0 !important;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .navi__accent > a:before {
    right: 100%;
    left: auto !important;
    border-width: 22px 10px 22px 0;
    border-color: transparent #e40e20 transparent transparent;
  }
  .navi__accent > a:after {
    left: 100%;
    border-width: 22px 0 22px 10px;
    border-color: transparent transparent transparent #e40e20;
  }
  .navi-close {
    right: -15px;
  }
  .jobboard-index-index .product.data.items {
    display: flex;
    flex-wrap: wrap;
  }
  .jobboard-index-index .product.data.items > .item.title {
    order: 1;
  }
  .jobboard-index-index .product.data.items > .item.title > .switch {
    padding: 15px 20px;
  }
  .jobboard-index-index .product.data.items > .item.title.active > .switch {
    padding-bottom: 15px;
  }
  .jobboard-index-index .product.data.items > .item.title > .switch:active,
  .jobboard-index-index .product.data.items > .item.title > .switch:hover {
    padding-bottom: 15px;
  }
  .jobboard-index-index .product.data.items > .item.content {
    margin-top: 0;
    order: 2;
    float: none;
    margin-left: 0;
  }
  .jobboard-index-index .job-designation {
    font-size: 20px;
  }
  .products-widget {
    padding: 80px 0 58px;
  }
  .products-widget-title {
    font-size: 3.4rem;
  }
  .products-widget .product-item {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .products-widget .product-item:hover .product-item-actions {
    display: block;
  }
  .products-widget .product-item-actions {
    position: relative;
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    padding: 20px 10px 10px;
    border: 1px solid #DFDFDF;
    border-top: 0;
    background: #FFF;
  }
  .products-widget .product-item-addto {
    position: absolute;
    top: -21px;
    right: 10px;
  }
  .products-widget .product-item-addto .action.towishlist {
    margin-right: 25px;
  }
  .products-widget .product-item-addto a {
    color: #2b2a29;
  }
  .products-widget .product-item-addto a:hover {
    text-decoration: none;
    color: #e40e20;
  }
  .products-widget .product-item-view a {
    width: 100%;
    text-align: center;
  }
  .grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-inner:hover {
    border-bottom-color: transparent;
  }
  .product-item-inner:hover .product-item-bottom {
    display: block;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  }
  .product-item-name {
    font-size: 13px;
  }
  .product-item-price .price-box {
    font-size: 15px;
  }
  .product-item-atc input {
    height: 37px;
  }
  .product-item-atc .action.tocart {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 9px;
  }
  .toolbar-products {
    margin-bottom: 20px;
  }
  .toolbar-amount span {
    font-weight: 700;
  }
  .header-search {
    position: absolute;
    bottom: 0;
    left: 20px;
    max-width: calc(100% - 140px);
  }
  .cart-container .border-right {
    border-right: 0;
  }
  .checkout-cart-index .page-title-wrapper {
    margin: 50px 0 40px;
  }
  .info-popup #popup-plata {
    max-height: 270px;
  }
  .crosssell .product-item-inner {
    padding: 20px;
  }
  .section-blog {
    margin-top: 100px;
  }
  .cms-index-index .block-products-list {
    margin-top: 100px;
  }
  .cms-index-index .block-products-list .block-title h2 {
    font-size: 20px;
  }
  .cms-index-index .block-products-list .block-title a {
    padding: 10px 20px;
  }
  .home-warehouse {
    margin-top: 100px;
  }
  .home-warehouse-image {
    position: relative;
  }
  .home-warehouse-image img {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-warehouse-text {
    padding: 40px 50px;
  }
  .home-warehouse-text h3 {
    font-size: 24px;
    margin: 0 0 25px;
  }
  .home-warehouse-text p {
    font-size: 16px;
  }
  .home-about {
    margin-top: 100px;
  }
  .home-about .row div:first-of-type {
    border-right: 1px solid #E5E5E5;
    padding-right: 40px;
  }
  .home-about .row div:last-of-type {
    padding-left: 40px;
  }
  .home-about h3 {
    font-size: 24px;
    margin: 0 0 25px;
  }
  .home-about p {
    font-size: 16px;
  }
  .cms-page-view .column.main > h2 {
    margin-top: 40px;
  }
  .cms-imgs {
    margin-top: 40px;
  }
  .customer-account-login .page-main,
  .customer-account-create .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-confirmation .page-main,
  .customer-account-createpassword .page-main {
    padding: 50px 100px;
  }
  .customer-account-login .page-title-wrapper,
  .customer-account-create .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper,
  .customer-account-confirmation .page-title-wrapper,
  .customer-account-createpassword .page-title-wrapper {
    margin: 35px 0 30px;
  }
  .customer-account-login .fieldset,
  .customer-account-create .fieldset {
    display: flex;
    flex-wrap: wrap;
  }
  .customer-account-create .field-name-firstname,
  .customer-account-create .field.password {
    padding-right: 15px;
  }
  .customer-account-create .field-name-lastname,
  .customer-account-create .field.confirmation {
    padding-left: 15px;
  }
  .customer-account-login .field.email,
  .customer-account-login .field.password {
    width: 50%;
  }
  .customer-account-login .field.email {
    padding-right: 15px;
  }
  .customer-account-login .field.password {
    padding-left: 15px;
  }
  .account .page-title-wrapper {
    margin-bottom: 35px;
  }
  .account.sales-order-view .page-title-wrapper {
    margin-bottom: 25px;
  }
  .account .column.main .wishlist-top-toolbar .limiter-options {
    width: 108px;
    margin-right: 20px;
  }
  .account .column.main .wishlist-top-toolbar .limiter-text {
    font-size: 1.6rem;
  }
  .order-links .item {
    padding-left: 60px;
  }
  .products-wishlist .product-item-inner {
    width: calc(100% - 20px);
    top: calc(100% - 24px);
    left: 10px;
    height: auto;
  }
  .filter-current {
    background: #F8F8F8;
    margin-bottom: 30px;
  }
  .filter-current-subtitle {
    color: #BCBCBC;
  }
  .filter-attributes-title {
    color: #BCBCBC;
    margin-bottom: 0;
    line-height: 38px;
    padding-bottom: 20px;
  }
  .newsletter-popup-form {
    padding: 30px 65px 40px;
  }
  .review-item {
    display: flex;
    align-items: flex-start;
  }
  .review-header {
    display: block;
    margin-right: 35px;
  }
  .review-content {
    width: 100%;
  }
  .review-details {
    margin: 5px 0 0;
    display: block;
  }
  .review-details span + span {
    margin-top: 5px;
    margin-left: 0;
  }
  .header.content {
    padding-bottom: 70px;
  }
  .header-phone {
    margin-left: auto;
  }
  .header-bubble {
    right: -3px;
  }
  .footer-bottom {
    padding-top: 25px;
  }
  .footer-links {
    flex-basis: 20%;
    max-width: 20%;
  }
  .footer-links.last {
    margin-left: auto;
    margin-right: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .footer-social {
    margin-bottom: 20px;
  }
  .footer-social a {
    margin: 20px 0 0 10px;
  }
  .footer-copy {
    margin-top: 0;
  }
  .checkout-box {
    padding: 50px 20px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1024px), print {
  .page-layout-3columns .columns {
    flex-wrap: nowrap;
  }
  .page-layout-3columns .sidebar-main {
    order: 1;
    width: 300px;
    padding-right: 65px;
    padding-left: 0;
  }
  .page-layout-3columns .column.main {
    flex: 1;
    margin-bottom: 0;
    order: 2;
  }
  .page-layout-3columns .sidebar-additional {
    width: 300px;
    padding-left: 65px;
    order: 3;
  }
  body:not(.customer-account-login):not(.customer-account-forgotpassword):not(.customer-account-create):not(.cms-index-index) .messages .message {
    margin-top: -20px;
  }
  .col-l {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-l-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-l-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-l-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-l-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-l-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-l-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-l-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-l-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-l-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-l-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-l-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-l-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-l-offset-0 {
    margin-left: 0;
  }
  .col-l-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-l-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-l-offset-3 {
    margin-left: 25%;
  }
  .col-l-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-l-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-l-offset-6 {
    margin-left: 50%;
  }
  .col-l-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-l-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-l-offset-9 {
    margin-left: 75%;
  }
  .col-l-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-l-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-l {
    justify-content: flex-start;
    text-align: start;
  }
  .center-l {
    justify-content: center;
    text-align: center;
  }
  .text-center-l {
    text-align: center;
  }
  .end-l {
    justify-content: flex-end;
    text-align: end;
  }
  .top-l {
    align-items: flex-start;
  }
  .middle-l {
    align-items: center;
  }
  .bottom-l {
    align-items: flex-end;
  }
  .around-l {
    justify-content: space-around;
  }
  .between-l {
    justify-content: space-between;
  }
  .first-l {
    order: -1;
  }
  .last-l {
    order: 1;
  }
  .slick-arrow span {
    width: 64px;
    height: 56px;
  }
  .slick-arrow span:before {
    padding: 7px;
  }
  .slick-prev {
    right: auto;
    left: 40px;
  }
  .slick-next {
    left: 113px;
  }
  body:before {
    content: 'l';
  }
  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    padding: 27px !important;
  }
  .modal-slide .modal-header,
  .modal-slide .modal-footer {
    padding: 30px 40px;
  }
  .modal-slide .modal-content {
    padding: 30px 40px;
  }
  .block-minicart .fsm {
    margin: 0 50px 30px;
  }
  .industry-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
  .industrygallery-items {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .form-cart {
    padding-right: 20px;
  }
  .cart-summary {
    padding: 0 0 0 20px;
  }
  .cart-totals .grand.totals {
    font-size: 2rem;
  }
  .cart.table-wrapper th {
    padding: 0 10px 10px;
  }
  .cart.table-wrapper td {
    padding: 25px 10px;
  }
  .product-cart-photo {
    float: left;
  }
  .product-cart-details {
    padding-left: 110px;
    margin-top: 0;
  }
  .cart.main.actions {
    text-align: right;
  }
  .minicart-wrapper .minicart-title {
    padding: 20px 40px;
  }
  .minicart-wrapper .minicart-title .close {
    right: 40px;
  }
  .minicart-wrapper .minicart-title .close:before {
    right: 740px;
  }
  .minicart-wrapper .subtotal {
    margin: 0 40px 20px;
  }
  .minicart-wrapper .actions {
    margin: 0 40px 30px;
  }
  .minicart-wrapper .minicart-items-wrapper {
    margin: 0 40px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .list .product-item-info {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .list .product-item-photo {
    position: static;
    margin-right: 35px;
  }
  .list .product-item-price {
    margin-top: 0;
  }
  .list .product-item-price .price-box {
    text-align: right;
  }
  .product-right {
    padding-left: 40px;
  }
  .modes {
    margin-left: 20px;
  }
  .home-banners > a div {
    left: 50px;
    max-width: 440px;
  }
  .home-banners > a div h2 {
    font-size: 36px;
  }
  .home-banners > a div p {
    font-size: 18px;
    margin: 15px 0 30px;
  }
  .home-intro {
    padding: 100px 0;
  }
  .home-intro .col-l-6 {
    order: initial;
  }
  .home-intro ul strong {
    font-size: 20px;
    margin-top: 20px;
  }
  .home-intro ul span {
    font-size: 15px;
  }
  .home-intro li {
    margin-top: 0;
  }
  .home-category {
    padding: 75px 0;
  }
  .contact-form-container .row > div:first-of-type {
    padding-right: 65px;
    margin-bottom: 0;
  }
  .customer-account-login,
  .customer-account-create,
  .customer-account-forgotpassword,
  .customer-account-confirmation,
  .customer-account-createpassword {
    background: #F5F5F5;
  }
  .customer-account-login .page-main,
  .customer-account-create .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-confirmation .page-main,
  .customer-account-createpassword .page-main {
    background: #FFF;
    max-width: 864px;
    margin: 110px auto;
  }
  .block-collapsible-nav {
    padding: 40px;
  }
  body.account .column.main .block {
    padding: 25px 45px;
  }
  body.account .sidebar {
    padding-right: 35px;
    width: 300px;
  }
  .order-details-items {
    padding: 25px 45px;
  }
  .header-logo {
    margin-right: 60px;
  }
  .header-message {
    display: block;
    color: #302C44;
    order: 15;
    margin-right: 35px;
    white-space: nowrap;
  }
  .header-message strong,
  .header-message span {
    display: block;
    line-height: 1.2;
  }
  body {
    padding-top: 89px;
  }
  body.header-fixed .header-content-container {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header-content-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 9;
  }
  .catalog-category-view.header-fixed .header-content-container {
    box-shadow: none;
  }
  .catalog-category-view .breadcrumbs {
    position: sticky;
    top: 89px;
    z-index: 1;
  }
  .catalog-category-view .page-title-wrapper {
    position: sticky;
    top: 120px;
    background: #FFF;
    z-index: 1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .catalog-category-view .block.filter {
    position: sticky;
    top: 154px;
  }
  .title-fixed .page-title-wrapper {
    border-bottom: 2px solid #f4f4f4;
  }
  .apptrian-subcategories-category-wrapper {
    flex-basis: 14.285714286%;
    max-width: 14.285714286%;
  }
  .returns-history {
    padding: 40px 90px;
  }
  .navi {
    margin-right: 40px;
  }
  .ulmod-slocator-map-block {
    display: flex;
  }
  .um-sl-storelist-box {
    width: 30%;
    margin-bottom: 20px;
    order: -1;
  }
  .um-sl-mapbox {
    width: 70%;
  }
  .products-widget {
    padding: 125px 0 103px;
  }
  .related .product-items,
  .upsell .product-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .related .product-item,
  .upsell .product-item {
    padding: 0 15px;
  }
  .minicart-wrapper .minicart-title {
    padding: 27px 0px;
    margin: 0 50px 25px;
  }
  .minicart-wrapper .minicart-title .close:before {
    right: 646px;
  }
  .minicart-wrapper .subtotal {
    margin: 0 50px 0;
  }
  .minicart-wrapper .actions {
    margin: 0 50px 30px;
  }
  .minicart-wrapper .minicart-items-wrapper {
    margin: 0 50px;
  }
  .cart.table-wrapper td {
    padding: 20px 20px;
  }
  .cart.table-wrapper thead th {
    display: table-cell;
    padding: 0 20px 10px;
  }
  .cart.table-wrapper tbody tr {
    display: table-row;
  }
  .cart.table-wrapper tbody td,
  .cart.table-wrapper tbody td.col.item {
    display: table-cell;
    padding: 20px 20px 20px 0;
  }
  .cart.table-wrapper tbody td.col.qty {
    padding: 20px 0 20px 0;
  }
  .cart-totals .grand.totals {
    font-size: 1.5rem;
  }
  .info-popup .action-close {
    padding: 19px !important;
  }
  .checkout-methods-items .action.primary {
    font-size: 1.5rem;
  }
  .product-cart-details {
    padding-left: 95px;
    clear: none;
    float: none;
  }
  .cart-container .crosssell {
    padding-right: 20px;
  }
  .home-banners {
    margin-top: 0;
  }
  .home-banners .row {
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }
  .home-banners .col-l-6 {
    min-width: auto;
  }
  .home-warehouse-text {
    padding: 50px 70px;
  }
  .home-about .row div:first-of-type {
    border-right: 1px solid #E5E5E5;
    padding-right: 60px;
  }
  .home-about .row div:last-of-type {
    padding-left: 60px;
  }
  .customer-account-login .page-main,
  .customer-account-create .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-confirmation .page-main,
  .customer-account-createpassword .page-main {
    max-width: 730px;
    margin: 50px auto;
  }
  .products-wishlist .box-tocart .action.primary.tocart {
    margin-right: 25px;
  }
  body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field,
  body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field,
  body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field {
    width: 50%;
  }
  body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.city"],
  body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.city"],
  body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.city"],
  body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.city"],
  body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="billingAddressshared.city"],
  body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.city"],
  body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.custom_attributes.city_id"],
  body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.custom_attributes.city_id"],
  body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.custom_attributes.city_id"],
  body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.custom_attributes.city_id"],
  body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="billingAddressshared.custom_attributes.city_id"],
  body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.custom_attributes.city_id"] {
    width: 33.333333333%;
  }
  body.firecheckout .field.street {
    width: 66.6666%;
  }
  .checkout-item {
    display: flex;
    padding-left: 0;
  }
  .checkout-item-media {
    position: static;
    width: auto;
  }
  .checkout-item-qty {
    margin-top: 0;
  }
}
@media all and (min-width: 1440px), print {
  .page-layout-3columns .sidebar-additional {
    width: 450px;
    padding-left: 150px;
  }
  .page-layout-2columns-right .sidebar,
  .page-layout-2columns-right .sidebar-main {
    width: 390px;
    padding-left: 90px;
  }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xl {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    justify-content: center;
    text-align: center;
  }
  .text-center-xl {
    text-align: center;
  }
  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
  body:before {
    content: 'xl';
  }
  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    padding: 27px !important;
  }
  .modal-slide .modal-header,
  .modal-slide .modal-footer {
    padding: 30px 65px;
  }
  .modal-slide .modal-content {
    padding: 55px 65px;
  }
  .industry-item-image {
    width: 150px;
    height: 150px;
  }
  .industry-item-name {
    padding: 20px 40px;
    font-size: 20px;
  }
  .industrygallery-items {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .rent-sticker {
    top: 20px;
    right: 20px;
  }
  .grid .rent-badge {
    top: 20px;
    right: 20px;
  }
  .form-cart {
    padding-right: 45px;
  }
  .cart-summary {
    padding: 0 0 0 45px;
  }
  .cart.table-wrapper th {
    padding: 0 20px 10px;
  }
  .cart.table-wrapper td {
    padding: 35px 20px;
  }
  .product-cart-details {
    padding-left: 100px;
  }
  .products-grid .product-item.col-xl-5 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .product-item-actions {
    display: flex;
    align-items: center;
  }
  .product-item-atc {
    margin-top: 0;
    margin-left: 20px;
  }
  .product-item-atc input {
    height: 50px;
  }
  .product-item-atc .action.tocart {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .product-right {
    padding-left: 65px;
  }
  #product-comparison {
    table-layout: fixed;
  }
  .home-banners > a div {
    left: 190px;
    max-width: 510px;
  }
  .home-banners > a div h2 {
    font-size: 45px;
  }
  .home-banners > a div p {
    font-size: 20px;
    margin: 20px 0 40px;
  }
  .home-category-item {
    flex-basis: 14.285714286%;
    max-width: 14.285714286%;
  }
  .home-brands .col-xl-2 {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .contact-map {
    position: absolute;
    top: 10px;
    right: 0;
  }
  #my-orders-table .col:not(.name):not(.sku) {
    white-space: nowrap;
  }
  #my-orders-table > thead > tr > th,
  #my-orders-table > tbody > tr > th,
  #my-orders-table > tfoot > tr > th,
  #my-orders-table > thead > tr > td,
  #my-orders-table > tbody > tr > td,
  #my-orders-table > tfoot > tr > td {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.account .column.main .block {
    padding: 55px 85px;
  }
  body.account .sidebar {
    padding-right: 65px;
  }
  .order-details-items {
    padding: 55px 85px;
  }
  .block-order-details-view .block-content {
    display: flex;
  }
  .block-order-details-view .box {
    width: 25%;
    float: none;
  }
  .footer-links {
    margin-right: 100px;
  }
  .footer-links.col-xl-0 {
    flex-basis: auto;
    max-width: max-content;
  }
  .footer-links.mr-0 {
    margin-right: 0;
  }
  .footer-links.last {
    margin-left: auto;
  }
  .products-wishlist {
    margin: 0 -30px;
  }
  .products-wishlist .product-item {
    padding: 30px 30px 0 30px;
  }
  .products-wishlist .product-item-inner {
    padding: 0 30px 30px;
  }
  .prrma-returns-create #returns_items_block,
  .prrma-returns-create #returns_comments_block {
    padding: 20px 85px 0;
  }
  .similar-products-list .action.primary {
    padding: 13px 20px;
  }
  .navi {
    margin-right: 20px;
  }
  .navi__item > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navi__item:last-of-type > a {
    padding-right: 20px;
  }
  .navi__accent > a {
    padding-left: 60px !important;
  }
  .navi__accent > a span:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik00OTIgMjM2SDIwYy0xMS4wNDYgMC0yMCA4Ljk1NC0yMCAyMHM4Ljk1NCAyMCAyMCAyMGg0NzJjMTEuMDQ2IDAgMjAtOC45NTQgMjAtMjBzLTguOTU0LTIwLTIwLTIwek00OTIgNzZIMjBDOC45NTQgNzYgMCA4NC45NTQgMCA5NnM4Ljk1NCAyMCAyMCAyMGg0NzJjMTEuMDQ2IDAgMjAtOC45NTQgMjAtMjBzLTguOTU0LTIwLTIwLTIwek00OTIgMzk2SDIwYy0xMS4wNDYgMC0yMCA4Ljk1NC0yMCAyMHM4Ljk1NCAyMCAyMCAyMGg0NzJjMTEuMDQ2IDAgMjAtOC45NTQgMjAtMjBzLTguOTU0LTIwLTIwLTIweiIgLz48L3N2Zz4K);
    position: absolute;
    top: 9px;
    left: 21px;
  }
  .jobboard-index-index .product.data.items > .item.title > .switch {
    padding: 20px 35px;
  }
  .jobboard-index-index .product.data.items > .item.title.active > .switch {
    padding-bottom: 20px;
  }
  .jobboard-index-index .product.data.items > .item.title > .switch:active,
  .jobboard-index-index .product.data.items > .item.title > .switch:hover {
    padding-bottom: 20px;
  }
  .jobboard-index-index .product.data.items > .item.content {
    padding: 45px 70px;
  }
  .jobboard-index-index .job-profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jobboard-index-index .job-actions {
    margin-top: 0;
  }
  .jobboard-index-index .job-actions .job-view {
    order: -1;
  }
  .products-widget .product-item {
    padding: 40px 40px 0 40px;
  }
  .products-widget .product-item-actions {
    padding: 20px 40px 40px;
  }
  .products-widget .product-item-addto {
    right: 40px;
  }
  .product-item-inner {
    padding: 20px;
  }
  .product-item-bottom {
    padding: 0 20px 20px;
  }
  .product-item-primary {
    padding: 7px 15px;
  }
  .product-item-secondary a {
    margin-left: 20px;
  }
  .product-item-atc {
    margin-left: 25px;
  }
  .product-item-atc input {
    height: 37px;
  }
  .product-item-atc .action.tocart {
    padding-top: 8px;
    padding-bottom: 9px;
  }
  .notorama.full a:first-of-type:before {
    content: none !important;
  }
  .header-search {
    position: static;
    max-width: 440px;
    margin: 0 0 0 auto;
  }
  .minicart-wrapper .showcart {
    padding-right: 0;
  }
  .minicart-wrapper .showcart:hover {
    text-decoration: none;
  }
  .minicart-wrapper .showcart-text {
    display: block;
    margin-left: 30px;
    font-size: 13px;
    color: #2b2a29;
    text-transform: none;
    white-space: nowrap;
  }
  .minicart-wrapper .showcart-text span,
  .minicart-wrapper .showcart-text strong {
    display: block;
    line-height: 1.2;
  }
  .cart.table-wrapper td {
    padding: 20px 20px;
  }
  .info-popup .action-close {
    padding: 19px !important;
  }
  .product-cart-details {
    padding-left: 95px;
  }
  .cart-container .products-items {
    padding-right: 45px;
  }
  .cart-container .product-item-price span {
    font-size: 2rem;
  }
  body.account .column.main .block {
    padding: 60px 105px;
  }
  .order-details-items {
    padding: 35px 85px;
  }
  .products-wishlist {
    margin: -10px -20px 0;
  }
  .products-wishlist .product-item {
    padding: 20px 20px 0 20px;
  }
  .products-wishlist .product-item .box-tocart .input-text {
    width: 56px;
  }
  .products-wishlist .product-item-inner {
    padding: 0 25px 25px;
  }
  .products-wishlist .product-item-inner {
    width: calc(100% - 40px);
    top: calc(100% - 5px);
    left: 20px;
  }
  .products-wishlist .product-item-info {
    padding: 40px 25px 15px;
  }
  #my-orders-table .col.delivery {
    width: 100%;
  }
  .header.content {
    padding-bottom: 20px;
  }
  .header-logo {
    margin-right: 50px;
  }
  .header-phone {
    margin-left: 15px;
  }
  .header-ro {
    order: 21;
    position: static;
  }
  .header-phone {
    margin-left: 25px;
  }
  .header-ro {
    margin-left: 15px;
    order: 31;
  }
  .notorama {
    display: block;
    overflow: hidden;
  }
  .notorama a {
    margin-bottom: 10px;
    padding: 0;
    display: none;
  }
  .notorama a img {
    width: 100px;
  }
  .notorama a:first-of-type {
    margin-bottom: 0;
    width: calc(100% - 120px);
    float: right;
  }
  .notorama a:first-of-type img {
    width: 100%;
  }
  .notorama a:last-of-type {
    margin-bottom: 0;
  }
  .notorama a:nth-child(-n+5) {
    display: block;
  }
  .notorama.singular a:first-of-type {
    width: 100%;
    float: none;
  }
  .notorama .notorama-placeholder-img {
    width: calc(100% - 120px);
    margin-left: auto;
  }
  .notorama.full {
    position: relative;
    min-height: 580px;
  }
  .notorama.full a:first-of-type:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 480px;
    width: 100px;
    height: 88px;
    background-image: url('data:image/png+xml;base64, iVBORw0KGgoAAAANSUhEUgAAAGQAAABYCAYAAAADWlKCAAAABHNCSVQICAgIfAhkiAAACEVJREFUeF7tnU1IJEcUx2sMJiDJyUTwK8iCYHZZDx6ysngImJj1IBgVTA6agGgmB8E9SMxBE/QQgwcVD2sOakAhEUUiHswHQg4eskFcYtAIQg7rF7jxtFFIltW8104NNT3VXdXdVdNjd/fFwe6qev1+Xe/962N6YkTzcXR0dO/y8nJVczMZqT4Wi9UXFRX9oLOxmM7KAUQOAPkD2rips50M1r0DQG4DmAtdbWoFcnBwEAfjH+gy3o964SH7pKSkZFJX29qAQM94FYzfAcNf02W8T/U+gYfsJvSUv3W0rw0I9I5JMPxjHUb7XSc8aF9DL4nrsEMLEOgdb4DRmDte0GF0FtT5HB6229BL/lRtixYgh4eHqETeVW1sltX3Y3Fx8T3VNikHEiSZK3K2DhmsFEgAZa6IiXIZrBRIEGWuiIhqGawMSIBlroiJUhmsDEiQZa6IiEoZrARICGSuiIkyGawESEhkrgiKEhnsGUiYZK6IiAoZ7AlICGWuiIlnGewJSBhlroiIVxnsGkiIZa6IiScZ7BpImGWuiIgXGewKSCRzRUiIaxnsCkgkc4VA8AJXMtgxkEjmSsEwLnIjgx0BiWSuPIzElY5lsCMgkcx1DIQ4lcHSQCKZ6xxGooQjGSwNJJK5roFgL5HeFCEFJJK57mEkSkrLYCkgkcz1DERaBguBRDJXCQxpGWwLJJMyt729naytrZGZmRlSV1eX4oWRkREyNjZG+vv7STweJ7D9huslLI9HbW2tpRcnJiZIU1MTGRgYIFNTU6Sjo4MMDg6q87p9TUIZbAskkzJ3dnaW9PX1pTno/PyclJeXG7e5srJCqqqqkkDQ8WVlZUkXdHZ2krOzM1sg8/PzpKamxi8gQhlsCSTTMnd/f59UV1cbzt3b2yN5eXnG583NTdLQ0EAqKyvJ6urVtxpoD6FPu+jxpj2M7Q0+9RA01VYGWwLxQ+bSsEWfYrR+cnKSDA0NJcOVUyAs0Lm5OZKfn2/w8xGIrQzmAvFL5tKw1dPTQ3p7ew3H1dfXk62trWS4YoGYewaowZR/Ybhrbm42yptzk59AwEhLGcwF4pfMpWGLhqfd3V0jH7DhigViziHm5MwLVZSYz0DQDO5scBoQv2UuDVuYwLe3t41ET9UVdaZMDrEKVVkEhDsbnAIkkzLXKhHTsDU8PEw2NjbI4uJiSriSySF2oSqbgIAtaTI4BUgmZa4VEBq2UBHhOMEcrmSA2IWqLAOSJoOTQDItc+2kKg1beI05XNkldRwYYu9AmWx1+Dww5JmVIoOTQPyQuaKwhefpYJC91m6kvrOzQ7q7u68TkBQZbADxS+ba9ZKQnUvKYAOIXzI3ZE4X3a4hg2N+y1yRlWE6j5siYpA7focPlWG68Wy9Vxh2bCGQwH6fPFsdb2UXABnHkBXUNy5cNx5PcnNzbxhJPRsGhNfNe6rtpduFDCDZMGWi+gavWX3JKRR2pB6Y91pdMxgpk4wpc1k6xyN0uls0pYHnT09PycLCAlleXjbWMvDAuS1ca8flV97BTreYR/eybdvNAFRUVOjivAztNtLKU4DgiP3i4uIRyOCXVLcu6xScXOzq6kqCMNvBm9til3/xevM1sm1TILy1+tLSUtUuwVTxL/i6HNrd5wLBf0IvGYY/nypvnamQOoi3Jk7PoVNGR0eTS650KRerwUlE9omlU/ZYH85j8WaIafN2bcussyj2y1fQZh9bZ9oC1cnJycvPnj37Cy7S9uIxK6dgqEJn4sGbVKRhCddK2trakvdB/4/hbXp62tgyxCuPBbIIiCFzCwoK/rEFgid1y2Arp9AlW7SB3XlCDaa9hN09Qsu0tLSQ8fFxsr6+TlpbW7nT9rJAzL3AvFavopdY7YrnrqnrlsEyQHhOWFpaMkISC4RCopsY6D4uq7Al00NEa/VegYB/H0Koust7mablNiBwyNvQ8M9eG+eVlwEi20PorhReO7ywJQNEdr+XW9/k5OTcKSws/I1X3nbnIkD5Dgq1um3YqpyqHEI3Mli1w24nyqKkPg+9430rm0VASqF77amWwapUFg1X5iRvtQtSNofo6iE8mWsGI9z9rkMG2wERjUNY5/M20dEbpOfYXZCyQMxOMstsDxEjTeY6BqJDBtsBQQOtRuqNjY3GZms82HDFyzd054k5bMnkEE1AHoPMvWWWuY6BYAGQwR9B2Jrx8GRERQn5AHIH5mTbQxiyaGmA8itAuSOqMDqf7gGUufDi5aut/aqAHB8fvwnzXA9FFUbn0z1gJ3NdhSxaSJcMDjhEW5nrFYgWGRxgIE/h3m6xs7mie5XOIUwv+QI+fy6qODpvvOvkM3g/PM6eSx+OgUCCehHWTfaghdelWwnnhY8BRjlA+c/J7TsGgpVDLsGh/7dOGgrhtVIy11MOYQtHMtj6EXMic5UBiWSwJZDnIHPvWs3miiKFq5BFK4Vc8g08DR+KGgnTeScvmuH5xSsQ3PWIy72vhMnpNvf6FJL4DS+/T+UJCBoGvaQPoHwZAXEnc5XlEFpRJIOTLnUlc5UDiWTwlUshVL0Hoep7r5HCc8iiBsDY5Cf4/I5Xg65peVevhFWe1NkKQ/w9Rem3xck8bMp6CDYWxi//eJW5WnIIMy4Jmwz2LHO1AgmbDIZEfh8S+ZhMKJK9RmnIwkYTMvgRfAzKT3Zb+VL4uj5ZCOx1yoEkekngv/zj5r3uMoC0AEmMTYL8e7jKZK72HMIk+KD+YrRSmZsxIEGVwfhdctjS0yMTftxcoy1kJXJJ0L4Dz/2SjRvHW5XRCiTRS+KQAB+oNNqvupz+9IQbO7UDQaNgdfEtN8ZlWxlYBfxFt03/AxUAWyGi+GCnAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .catalog-product-view .prolabels-wrapper .top-left {
    left: 120px;
  }
}
