/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
._am-form-divider > .fieldset:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 20px;
  padding-top: 30px;
}
._am-price-container {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
/**
 * 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);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #616163;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 22px 22px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 6px;
  font-size: 1.1rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: transparent;
  border-color: #1979c2;
  border-radius: 6px;
  box-sizing: border-box;
  color: #1979c2;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 12px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #1979c2;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #1979c2;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
._am-hide {
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
._am-slide-top {
  opacity: 0;
  transform: translate(0, -100%);
  animation: slide-top 0.3s forwards;
}
@keyframes slide-top {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.aminst-button-arrow {
  background-color: transparent;
  box-shadow: none;
  border-radius: inherit;
  bottom: initial;
  background-size: contain;
  white-space: nowrap;
  position: absolute;
  right: 15px;
  font-size: 0;
  width: 30px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
}
@keyframes aminsta-load-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes aminsta-load-2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambanners.ambanner-7 .item.product.product-item .product-item-info {
  min-width: 105px;
}
.ambanners.ambanner-7 .item.product.product-item {
  min-width: 20%;
}
.ambanners.ambanner-7 .item.product.product-item {
  margin-left: 25px;
}
.ambanners.ambanner-7 .item.product.product-item .tocart {
  margin-top: 20px;
}
.ambanners.ambanner-7 .item.product.product-item .product-item-inner {
  padding-bottom: 0;
}
@media only screen and (min-width: 640px) {
  div.ambanners-injected-banner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media print {
  .nav-sections,
  .page-footer,
  .sidebar,
  .page-title-wrapper,
  .amrma-received-message,
  .amrma-cancel,
  .amrma-status,
  .amrma-status-container,
  .amrma-return-instructions,
  .amrma-tracking-information,
  .amrma-chat-title,
  .amrma-chat-container {
    display: none;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    padding-left: 0 !important;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: 0;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child .amrma-image {
    margin-right: 0;
    padding: 5px;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col .amrma-status {
    display: block;
  }
}
._strong {
  font-weight: 600;
}
._nomargin {
  margin: 0;
}
._hide {
  display: none;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/* phpcs:ignoreFile */
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#kowal_popup_content {
  background: #fff;
}
.outlet {
  border: 2px solid red;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option {
  position: relative;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option .outlet-label {
  background-color: red;
  color: white;
  font-size: 9px;
  line-height: 9px;
  padding: 2px 6px;
  position: absolute;
  top: -1px;
  right: 0px;
  border-radius: 0px;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.kowalprice-history-container.product-page {
  margin-top: -25px;
  font-size: 11px;
}
.faq-buttons {
  position: absolute;
  bottom: 390px !important;
  right: 500px !important;
  width: 380px;
  float: left;
  visibility: hidden;
  display: flex;
  z-index: 111111;
}
.faq-buttons a {
  color: #000;
  border: 1px solid #000;
}
.faq-buttons .faq {
  float: left;
  margin-right: 20px;
}
.faq-buttons .faq a {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.faq-buttons .examples a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-flex;
}
.xcreator-header {
  background: #191a1a;
  min-height: 64px;
  max-height: 64px;
  color: #ffffff;
}
.xcreator-header .xcreator-delivery {
  margin-right: 500px !important;
  float: right;
  margin-top: 14px;
  font-size: 24px !important;
  position: absolute;
  right: 110px;
  font-style: italic;
  text-transform: uppercase;
}
.xcreator-header .xcreator-delivery span {
  font-style: italic;
  font-size: 24px;
  color: #FEFFFF;
  font-weight: 700;
  text-transform: uppercase;
}
.xcreator-header .xcreator-delivery p {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 8px;
  font-style: italic;
  font-size: 12px;
  color: #FEFFFF;
  font-weight: 300;
  text-transform: uppercase;
}
.xcreator-header .xcreator-delivery .kb-locker-room-buttons-visit {
  font-size: 14px !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-header .xcreator-delivery a {
  float: left;
  color: #FEFFFF;
  font-size: 12px;
  margin-top: 5px;
  font-style: italic;
  font-weight: 300;
  margin-right: 25px;
  text-transform: uppercase;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-header .xcreator-delivery a:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQIAAACYCAIAAACAp3CWAAAJwHpUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjavZhrkuM4DoT/8xR7BL5BHocvROwN5vj7QbJ7XNVVM907jrGjLJVMQSASSCTszh//VfcfXin26nKRVnutnlfuucfBSfP3a1yfwefr837Fx1n4eN319rIgcUz3v63ex/C8/jT0OIbBWXkx1Nbji/nxi54f9tsnQ/E+JPPIzvfTo4ehFO8vwsPAuLfla2/yuoV57uPj/jsM/Dn7yO2j2z/9L0RvF56TYjwpJM9nTPl2INlfdGlw0q/PysKQMueZo33KwxgB+SpO/sUr9xMq/mtUev0alFTvFY4LH4NZfxy/vB7Kp+sPg+4K8cuT03qcxY/X+/bz83aef6q7OdVz727kSkjrY1PPLV5nLMRITtdtlbfwVziX6915N0f2LiDffvHEyXkPEVg05LDDCBrOdVxh4WKOJwrHGFdM17WWJPa4kncXTryDRgG9nRpgLuBNXI0/fAnXc/v1uBUaD96BlTFgLNzwx/e8vzWkaikfggWz3xDjV7SiwA1Dzj5ZBSBBn3lUrgA/359fhmsCwXKFubHB4edtYpbwyC3Lo3QBnVhYON61FmQ/DBAinl1wJiQQ8DWkEmrwEqOEQBwb+AwMNYomTiAIpcSNlzEnqkVii/Zs7pFwrY0l3pfhLIAoqSYBGsoLrDLERv5IbuTQKKnkUkotUlrpZdRUcy21VqlGfkOSZClSRaRJl9FSy6202qQ113obPfYEOZZeu/TWex+Dhw4sD+4eLBhjxplmnmXWKbPNPscifVZeZdUlq7nV19hxpw1P7Lplt933OOGQSiefcuqR004/Q0k1TZq1aFXRpl3HD9SCu2H96f3rqIUnavFCyhbKD9S4VeRpIhidFMMMxGIOIC6GAAkdDTPfQs7RGXSGme+RqigRL4uBs4MhBoL5hFg0/MDuT+Q+4OZy/ke4xSdyzqB7B3LOoPsGuZ9x+wK1bd1m+eQuhKwMLag+UX4a+ohtWBhLyMX60y8c3a8ufL8hGVkWNNOqJG3jnC4l7OwCiO4IOkeh2abDWwTY+KpK2q10Qd9m3PNssXU9ED8Jp661J8wKFLuK09YnFsbWlmttJ+0yds51RtmrhzAFdlayddd5INo8c4ur7prArrZeY6up+OFaG8Y5Q1PXdkraeE5fQetUDOwRcz9JqYEzjbH7ksNjfRX8sf1aIzdsHGrD3yD9s+O3hjRn4lnUb9JpFSVMomIcUBu90hyihZ1FwIvsuV1WGpcFN3HSwYMtrjKlztHq8G2HSqToXll9rTFNA4NKUvKZrM+B+M+wpysz5wn1htEKZUfLAmTKqldlSQ+EfqzcYesQbUVmxfCFcsVFnjiqNtK9Opk6tSfqgFjGIaf2MrfJx0quzPRYCws0lu4cS+hkQM7paG77NF9kzXQcDSywh4J+2oUviqYToRNWAuWm7ERXHVEDqnVMeCaw7ai28RCp5jbgp1PgbBqPsOt9pj+/V1+vR/eb5RHI9WTlQWqnMKEUIoOvQjsitU+thy/jE0ugRA+yfy/f3PfTbe7lvq6wD5AS7AawxbDzsGhVAMtUz42Y5BdgwwVsGctFwDJkMxDQJWChbfqOsMdjceW5fm+QUi34N+FACD527fij1CxukG/VhZcbznUD77wm1wN5o0vjJF/B9uyi5AfQrVJGJ49m6T0Zh9S83J0U5E954NcgEbKHJOg7cw/5uPpoZ6R4KOAYW8c8uk5hUykZxI+W5hgV2lViw8aF///o/m7BWKXBFZkMxDf6WKQNVY15QHbzoD7HYFLI7lCMye46x6qWNMmzkex7w3VbCUgaceWtiZZGRZNI3L/PEFrpoqcMmilvt8/iEK1dNfpyixHdS0eFxIpP5tZAocKI+DPzNlqcqW1oQEiIArwmCej9/EePHrRj67Jz9YpPp49T/UydVlZz0R59kzD7nmjafuDdvGVtPXFcxE7EnZUgUoycaqeJxNIU7MHx9EnrP2uMJGIIjTO5ZsxH3+x2pZWyD/mqI4g7R8icke2LMIzdCn19Tz2t6GQ9dyfqf55ZvzNiNtw7jJgN9w4jdt29w4jZcO8wYjbcO4yYDfcOI2bDfWNEaCyhqaWwqS4KZQuSE01GUpJrdPWwLG3jQaMhKFw9YexzqB66Yt/WZCjMkGswIiO1pxzIRLQ2Bo2dVkXMFZLdj3nVw6CuVi2OflzzEZgvoA+g0XB8f1UHf9H0095ICvZSincnevUHRRrhefWmRU0zwm6R5k1nTlCAFMrjXFRIO6RU2YF62BD27KNiQUGNPqD7yGWjx6CT9tmOoEk9qqFvG17ShlOTzNMgjk6X2PTFXmFfYbaVlIIrnJ7eeUJBaeSJ4NI0lhmYqXSeYC21VSgcTaVhokD8gJb0+oVC8R8SjtMtnhqr+Ytsgc96mHvaKHym9ezVdPu84HKfxPYJwMRxXYYgnMRTFEHn3azXJd+uIzbblT0I/Z3JlOZD3deV4K8jZCkYPziL20owAHGv6FBSK8eFamh7VXPaJtJIUC7DNqkUmhFUaS4fRnfIiRFf9NWfWd0nf+aqF+9rlb/17I7Thv4bfERfRflel2K4jo0sDI88wa0fTl0/ub24RaxfHLs8unyzQd8c++zWZ6dulx4OPdzBG3e7cznzyZXfiZCqe0+ENkLrLRG6PPo+QgVyqa3svBjJyQg/NnXPsE019dZobyQMzifmBkc6o8yRYfUSpVThHGOhlTsdbwkdDv5hHEGaR4QHM+PXfOB+hSiQMRBSQpGdgJgihaEHZtlpndmT5owJjpKlppHQOS1YQ6gxmxuKTPQ4VdoGrKXGMWg4RAZ+wROTnvyRJxy2McBO0ZmIJ4JLRKE8Zo2zu0eml45ChcFRFL15VlS1J0NMS6SjU9OQfVxmaJPuIWUJnqbP+M+EH0c17YJ3kCcPmEbInx/Q/nxAZvAzVwYCEXLQeEow6b57eWGkHJ+VXZ+VbQP/R23v3jQbf2PIQ2wSPcLYmoCXuQg8E+aYxu5G7lCeJeXcSF+k1xCXVPiPTkXjYS/MYgFKYi8tlnz9qJUxySAInTVLx5ILuUu7ITFkZQbZWbdE9+gYMxj2NquSMUw9ht5QgksxMQ4Q3MTkcAc32O06TWOS/oNmILSjnQb5hM9ovkGZi/F8NMV4iUKlWC8fD3rU+mNivmYw4ZvD8NHImLgrE6PzCzfKJlloiHoEXXs1bbLjt37XcG/ALBJOBr8UTbMeZtY9+qPsSRw6VNUuJE6q6GMtKGPGIULPQFLgAlIrCGGqkwEy0kVWMZnOtJTtB4tJ96wdER72Wm1tCIMxrcpGuZ/zF2OC8+8YRP5dQ6pKkXr3P+3rm9zCpnd3AAABhWlDQ1BJQ0MgcHJvZmlsZQAAeJx9kT1Iw0AcxV9TtSoVBzuIOGSogmBBVMRRqlgEC6Wt0KqDyaVf0KQhSXFxFFwLDn4sVh1cnHV1cBUEwQ8QRycnRRcp8X9JoUWMB8f9eHfvcfcOEOplppodE4CqWUYyFhUz2VUx8IoedCGIMYgSM/V4ajENz/F1Dx9f7yI8y/vcn6NPyZkM8InEc0w3LOIN4plNS+e8TxxiRUkhPiceN+iCxI9cl11+41xwWOCZISOdnCcOEYuFNpbbmBUNlXiaOKyoGuULGZcVzluc1XKVNe/JXxjMaSsprtMcRgxLiCMBETKqKKEMCxFaNVJMJGk/6uEfcvwJcsnkKoGRYwEVqJAcP/gf/O7WzE9NuknBKND5YtsfI0BgF2jUbPv72LYbJ4D/GbjSWv5KHZj9JL3W0sJHQP82cHHd0uQ94HIHGHzSJUNyJD9NIZ8H3s/om7LAwC3Qu+b21tzH6QOQpq6Wb4CDQ2C0QNnrHu/ubu/t3zPN/n4AiQBysCZbKuQAAA0YaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA0LjQuMC1FeGl2MiI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpHSU1QPSJodHRwOi8vd3d3LmdpbXAub3JnL3htcC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgeG1wTU06RG9jdW1lbnRJRD0iZ2ltcDpkb2NpZDpnaW1wOjI5NmQ0N2JlLTA1ZDYtNGU4MC1iNmM1LWNiZDAwZWM2MGJmNCIKICAgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5ODZmNmU3ZS0xMmViLTQxNTYtYWFkZC02ZDZmMDk0ZWRlYTQiCiAgIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxZWZkMGVlZC1hODVlLTQ5ZmQtOWNiNS04NjM1N2E0ZDBiNDUiCiAgIGRjOkZvcm1hdD0iaW1hZ2UvcG5nIgogICBHSU1QOkFQST0iMi4wIgogICBHSU1QOlBsYXRmb3JtPSJXaW5kb3dzIgogICBHSU1QOlRpbWVTdGFtcD0iMTY2MjQ2ODEwNzc0MTQxOCIKICAgR0lNUDpWZXJzaW9uPSIyLjEwLjI0IgogICB0aWZmOk9yaWVudGF0aW9uPSIxIgogICB4bXA6Q3JlYXRvclRvb2w9IkdJTVAgMi4xMCI+CiAgIDx4bXBNTTpIaXN0b3J5PgogICAgPHJkZjpTZXE+CiAgICAgPHJkZjpsaQogICAgICBzdEV2dDphY3Rpb249InNhdmVkIgogICAgICBzdEV2dDpjaGFuZ2VkPSIvIgogICAgICBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmJlNjRjODVlLWRjM2ItNDA4OC05OThmLTcwYzY1ZmE5ZjQzYSIKICAgICAgc3RFdnQ6c29mdHdhcmVBZ2VudD0iR2ltcCAyLjEwIChXaW5kb3dzKSIKICAgICAgc3RFdnQ6d2hlbj0iMjAyMi0wOS0wNlQxNDo0MTo0NyIvPgogICAgPC9yZGY6U2VxPgogICA8L3htcE1NOkhpc3Rvcnk+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz4bdcaZAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH5gkGDCkvwj80RAAABL5JREFUeNrt3b9PlHccwPGvpuEOCAHHupWfiYgaWTG1JjYpmMBoB+Poj7/ApP4FTnZRWa3nj9LliLVJTazAsbAQIk0oh9qJIwHiMcAdJ0MHEtJBG0Gld8/39d6UgeTzfF/5PHdcnjvw5eHDQYq7g0YgYSBhIGEgYSBhIGEgYSBhIGEgYSBhIGEgYSBhIGEgYSBhIGEgYSBh8On68eZNQ0hMBzyZYlf9/OhRT09Pc3Pz9j/X19fz+Xz/wIDJ2AaxNPb8eV9f346BEEJjY+OJEyfy8/Pfnz9vPrZB8stNTLS2tr7vp8Vi8Uh3tynZBvEaCCG0tLT89uSJQWEQr4HtOjs7zQqDqA2EENLptHFhELWBEEK5XDYxDKI2EEJYWVkxNAyiNhBCmJubM7cazRumn8bA0tLSyd5eo7MN4jWwtbV17do1o6vdvjCCjzRQqVQymczvT5+aHgaRGtjc3Lxx48btO3dMD4N4DVy6dMke8NogXgPlcpkB2yBqA6VSaWho6MXsrOlhEK+BtvZ2R8dNUbwG1tfXGcAgdgMdPkaKAQNODAYMCAMGhAEDwoABYcCAMGBAGDAgDBgQBgwIg1gMbGxsMIBB7AbaOzocCAwYEAYMCAMGhAEDwoABYcCAMGBAGDAgDBgQBgwIAwaEAQPSwcQbKJfLDCg5DPZmYHBw0GVWQhjs2YDnTishDBhQ7AwYUOwMGNA+VNXfizwxPt7W1rZrOblcsVh0aWuu5eXlH65fx+Bj94ASUKFQmJqaunL1KgZhfGys3ZfKRNzMzMx3/f1RvzbI3LvHQOQdP378p7t3o94Gf79+XVdX5yhE3ubm5lf7dVdcddvgl5ERBhRCSKVSD+7fj5QBA9opnU5HyqBcLrv82q5SqUTKYHV11eXXdtPT0/G+RP5zdvbQoUMOQeStrq72HDsW6TYIIeRyOYdAo6Oj+/a7qvTPZ388e9bV1eUoxHw7NHDu3L79uir9aN03Z868evXKaYiwQqEwMjKynwZCIj9aNzk5+ebNG+ep5vLRuve/TvBBa0V7U7RT36lTu707SqfT2Wy25+hRV1cJYUCCMCBBGJAgDEgQBiRon6r2N0zf2d7eRW3d/Z8gZBskbScs5POut5LDYG8SGhoaSFCiGJAgDEgQBiQIAxKEAQnCgARhQIIwIEEYkCAMPquE/Py8A4FB7BIaGxtJwIAEEjAggQQMSCABAxJIwIAEEjAggQQMSCABAxJIwIAEEjAIJHyghL/m5pwYDGKX0NTURAIGJISmpqaXCwvODQaxS6ivr3+5sOBpkBiQUJ/NZr89e9b0MIhaQjqdHh4eJgGD2CWkUqnh4eErly+bXq1Xk0+0/nzt4VnZlUolk8n8X1/hKNugKnZCXV3dhQsX7ATbwE4IxWLxSHe30dkGUe+ElpaWXx8/NjoMYpfQ2dlpbhjELiGVShkaBrFLePv2rYlhELuE5eVl48IgdglzPnxas3nD9EP773dRl5aWTvb2mpJtkPydkH/P435LpdLFixeNCIMo+vr06Vwut7a29u//XFxcbGtvfzE7az5uiqLr9q1b4+PjDx4+NAoMJDdFEgYSBhIGEgYSBhIGEgYSBhIGEgYSBhIGEgYSBhIGUhL7B9LU1l5d2UpdAAAAAElFTkSuQmCC) !important;
  content: "\00a0";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px !important;
  font-size: 18px !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-header .xcreator-delivery .kb-locker-room-buttons-visit {
  color: #222 !important;
  background: #EAE22B !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-header .xcreator-delivery .kb-locker-room-buttons-visit:before {
  content: "" !important;
  display: none !important;
}
.xcreator-header p {
  font-size: 18px;
  float: left;
}
.xcreator-header span {
  font-size: 25px;
  font-weight: bold;
  float: left;
}
.xcreator-logo {
  padding: 0px;
  width: 260px;
  float: left;
}
.xcreator-logo .logo {
  background: url("../images/logo.svg");
  margin: 0px !important;
  height: 64px;
  vertical-align: middle;
}
.xcreator-logo .logo img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 19px;
}
.xcreator-logo .logo-text {
  margin: 0px !important;
  height: 64px;
  vertical-align: middle;
}
.xcreator-logo .logo-text img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 19px;
}
.xcreator-price {
  float: left;
}
#kitBuilder .kb-breadcrumbs {
  display: none !important;
}
body #kitBuilder .kb-page-customize .kb-page-product .kb-partial-wrap {
  background: #f5f5f5;
}
body #kitBuilder .kb-page-customize .kb-page-product .kb-design-img {
  background: #fff;
}
body #kitBuilder .kb-page-customize .kb-breadcrumbs {
  display: none !important;
}
body #kitBuilder .kb-3d-wrapper {
  width: auto !important;
  height: 85vh !important;
}
body #kitBuilder .kb-3d-wrapper canvas {
  width: 100% !important;
}
body #kitBuilder .kb-page-customize .kb-3d-wrapper {
  width: auto !important;
  height: 85vh !important;
}
body #kitBuilder .kb-page-customize .kb-3d-wrapper canvas {
  width: 100% !important;
  max-height: 90vh !important;
}
body #kitBuilder .kb-page-customize .kb-preview-panel {
  float: left !important;
  width: calc(100% - 600px) !important;
  margin: 0px !important;
  padding: 0px !important;
  height: calc(100vh - 191px) !important;
}
body #kitBuilder .kb-page-customize .kb-preview-panel .kb-preview-panel-inner {
  background: #ddd;
  width: 100% !important;
  height: 100% !important;
}
body #kitBuilder .kb-page-customize .kb-preview-panel .kb-preview-panel-inner .kb-preview-image {
  height: 100% !important;
  width: 100% !important;
}
body #kitBuilder .kb-page-customize .kb-preview-panel .kb-preview-panel-inner .kb-preview-image .kb-vector-wrapper {
  width: 100% !important;
  height: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}
body #maincontent .theme.theme9 {
  background: #fff !important;
}
body .xcreator-wraper .select2-drop-active {
  border: 1px solid #6c6e6d !important;
}
body .xcreator-wraper .ui-select-choices {
  background: #292a2a !important;
  color: #fff !important;
}
body .xcreator-wraper .ui-select-choices .ui-select-choices-row:hover {
  background-color: #000 !important;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-label {
  width: 160px !important;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-field {
  width: 400px !important;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-field .noUi-background {
  background: none !important;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-field .noUi-target {
  border: none !important;
  box-shadow: none !important;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-field .noUi-target .noUi-base {
  height: 13px !important;
  background: #595c61 !important;
  border-radius: 8px;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-field .noUi-target .noUi-base .noUi-origin {
  height: 13px !important;
  background: #595c61 !important;
  border-radius: 8px;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-field .noUi-target .noUi-base .noUi-origin .noUi-handle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAEhUlEQVRYhc1ZTWwbRRR+s1v/NCFr1FALVK+FiODgbU5wcJwLKlKDL0gRVOFYYcnhUA4+uIdeuCAurkjEARFTV6rEgaqtuJEUiXKKYyTKadcHEKjKGg5xXHXH2LVj7OEwzux4dxNtYseb72DNvJnd/fa9N89v3wMAQAghhOiA/VLwSwwwCF7IbwbXsO/vzwkh7Kb8mE4RQlTIEJLE5IKkxAJyxDernA1JoiQJdEmvdLb1PbXc0srtYqmxre+55zfAiU0oA0bFzikkienUuUR8cn5u0uUzVK2Vv/2U8mOP4F/S8f0dLMLvYPtCkphOTS+npplWjoq795/lVqq88hxZsiWr1KS8P8hmwsMQ4pFb2bm5ususAQc4idWIbEwHkQu+O7fki7Hg8IQY9EpncemJXunAvh8PEEKIEGJVAP8SSx+Eft6YGS0nAJAjvp/WX3v38hSvM8vTRV7EGzubCX/26cuBwBHOuXsEA8LieyEA2Nxq2FcRQqKjNJsJZzPnT4IQD3qci6WmJSIO0GILyQUp9/krJ82JMdMrHa3cthgUWU6EfMH3aGNmJIfOJQzcfSf5l+UEmHqjosfFN+SIb2ycKFStdSn5J3CRTORVdz0TTi5MjZkTAITDZwDQ1i9NM4yztWjE/2vx9WHufu+BBgBX3leOca2Bu2/N/2EYXQBACJk+NIajdwhCkpj+6Bw7dgIdRSP+pSsvekgLANKpaWlKIIQQQgTq6QnXGcHJgWYDprYIIcupaffX33ugUTca+f5EfIIOBEJIVPYrsYD7x5wc5ucmacgUACAR996CDMnLU0BpjTxHGAZKLAjUt04VLTniQwgJhBBZHve/zSGYVc7208Dx/wkeAkkSBqL8KUFIEh2S5lMCAQAM3PWahhUCQgjjntc0TOiVTv8kquWW12RMbFf2+r6l6x2vyZjQtBZQ31LLz70mY0Itt4H61vrDutdkTGyWGkAzCAN3i1tNr/kAAKhaS9f3AOAMnW+WGom5CZcXHzVbd78/f7tGB/1wmi/UTkP0Kpb6RhNokmrg7jeFp55Sgu/uP2PVLwH26yRrXivs5koV9msO/RoEQqjV7gUDgvvqox1KLKzEwse7Nreys/Hjv+yr2lonerQ+c1EZd1aoVzpvJn7nJX0jMn5X0zoerykx7i0uPbEIRb5SCgAG7u5U/0suSGOjlb5WefxbE7hSYL80YukSqOUWABrGydwjt1q98+1ABKBqMrXFMyuWGmNgllvdyX1RtXCigwFt8SW5YqmhlduX3n4hEBh9BotxL3vjn7wtUlrbBQdV56Oy//u7r472G0TVWlfTOmtqOO4R7TGClxi4my/UEEIj+fLGuPflV7sff/I3rWOxZzn3ofi5pb/AluSIP5s5/+Fxi00Y99YKtbXCbr1OLC0SOwFwbK44gnKVI75EfGI59ZL7Ukqx1CyWGl/fqtXrPXsrydF5gPoWaz8BpzBLE8vS2YvK/kR8UokFZpWgHPEz58O4Z+CuWn6+rXe0cvuHh5gF54Pe306xby4+ytunh4OPgY5C/qS7v+3/9+YtAbDFYCoAAAAASUVORK5CYII=) !important;
  height: 26px !important;
  width: 26px !important;
  background-size: cover !important;
  background-position: center !important;
  border: none !important;
}
body #kitBuilder .kb-editor-font-panel div .noUi-background {
  background: none !important;
}
body #kitBuilder .kb-editor-font-panel div .noUi-target {
  border: none !important;
  box-shadow: none !important;
}
body #kitBuilder .kb-editor-font-panel div .noUi-target .noUi-base {
  height: 13px !important;
  background: #595c61 !important;
  border-radius: 8px;
}
body #kitBuilder .kb-editor-font-panel div .noUi-target .noUi-base .noUi-origin {
  height: 13px !important;
  background: #595c61 !important;
  border-radius: 8px;
}
body #kitBuilder .kb-editor-font-panel div .noUi-target .noUi-base .noUi-origin .noUi-handle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAEhUlEQVRYhc1ZTWwbRRR+s1v/NCFr1FALVK+FiODgbU5wcJwLKlKDL0gRVOFYYcnhUA4+uIdeuCAurkjEARFTV6rEgaqtuJEUiXKKYyTKadcHEKjKGg5xXHXH2LVj7OEwzux4dxNtYseb72DNvJnd/fa9N89v3wMAQAghhOiA/VLwSwwwCF7IbwbXsO/vzwkh7Kb8mE4RQlTIEJLE5IKkxAJyxDernA1JoiQJdEmvdLb1PbXc0srtYqmxre+55zfAiU0oA0bFzikkienUuUR8cn5u0uUzVK2Vv/2U8mOP4F/S8f0dLMLvYPtCkphOTS+npplWjoq795/lVqq88hxZsiWr1KS8P8hmwsMQ4pFb2bm5ususAQc4idWIbEwHkQu+O7fki7Hg8IQY9EpncemJXunAvh8PEEKIEGJVAP8SSx+Eft6YGS0nAJAjvp/WX3v38hSvM8vTRV7EGzubCX/26cuBwBHOuXsEA8LieyEA2Nxq2FcRQqKjNJsJZzPnT4IQD3qci6WmJSIO0GILyQUp9/krJ82JMdMrHa3cthgUWU6EfMH3aGNmJIfOJQzcfSf5l+UEmHqjosfFN+SIb2ycKFStdSn5J3CRTORVdz0TTi5MjZkTAITDZwDQ1i9NM4yztWjE/2vx9WHufu+BBgBX3leOca2Bu2/N/2EYXQBACJk+NIajdwhCkpj+6Bw7dgIdRSP+pSsvekgLANKpaWlKIIQQQgTq6QnXGcHJgWYDprYIIcupaffX33ugUTca+f5EfIIOBEJIVPYrsYD7x5wc5ucmacgUACAR996CDMnLU0BpjTxHGAZKLAjUt04VLTniQwgJhBBZHve/zSGYVc7208Dx/wkeAkkSBqL8KUFIEh2S5lMCAQAM3PWahhUCQgjjntc0TOiVTv8kquWW12RMbFf2+r6l6x2vyZjQtBZQ31LLz70mY0Itt4H61vrDutdkTGyWGkAzCAN3i1tNr/kAAKhaS9f3AOAMnW+WGom5CZcXHzVbd78/f7tGB/1wmi/UTkP0Kpb6RhNokmrg7jeFp55Sgu/uP2PVLwH26yRrXivs5koV9msO/RoEQqjV7gUDgvvqox1KLKzEwse7Nreys/Hjv+yr2lonerQ+c1EZd1aoVzpvJn7nJX0jMn5X0zoerykx7i0uPbEIRb5SCgAG7u5U/0suSGOjlb5WefxbE7hSYL80YukSqOUWABrGydwjt1q98+1ABKBqMrXFMyuWGmNgllvdyX1RtXCigwFt8SW5YqmhlduX3n4hEBh9BotxL3vjn7wtUlrbBQdV56Oy//u7r472G0TVWlfTOmtqOO4R7TGClxi4my/UEEIj+fLGuPflV7sff/I3rWOxZzn3ofi5pb/AluSIP5s5/+Fxi00Y99YKtbXCbr1OLC0SOwFwbK44gnKVI75EfGI59ZL7Ukqx1CyWGl/fqtXrPXsrydF5gPoWaz8BpzBLE8vS2YvK/kR8UokFZpWgHPEz58O4Z+CuWn6+rXe0cvuHh5gF54Pe306xby4+ytunh4OPgY5C/qS7v+3/9+YtAbDFYCoAAAAASUVORK5CYII=) !important;
  height: 26px !important;
  width: 26px !important;
  background-size: cover !important;
  background-position: center !important;
  border: none !important;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-field .noUi-background {
  background: none !important;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-field .noUi-target {
  border: none !important;
  box-shadow: none !important;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-field .noUi-target .noUi-base {
  height: 13px !important;
  background: #595c61 !important;
  border-radius: 8px;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-field .noUi-target .noUi-base .noUi-origin {
  height: 13px !important;
  background: #595c61 !important;
  border-radius: 8px;
}
body #kitBuilder .kb-editor-font-panel .kb-wizard-form-field .noUi-target .noUi-base .noUi-origin .noUi-handle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAEhUlEQVRYhc1ZTWwbRRR+s1v/NCFr1FALVK+FiODgbU5wcJwLKlKDL0gRVOFYYcnhUA4+uIdeuCAurkjEARFTV6rEgaqtuJEUiXKKYyTKadcHEKjKGg5xXHXH2LVj7OEwzux4dxNtYseb72DNvJnd/fa9N89v3wMAQAghhOiA/VLwSwwwCF7IbwbXsO/vzwkh7Kb8mE4RQlTIEJLE5IKkxAJyxDernA1JoiQJdEmvdLb1PbXc0srtYqmxre+55zfAiU0oA0bFzikkienUuUR8cn5u0uUzVK2Vv/2U8mOP4F/S8f0dLMLvYPtCkphOTS+npplWjoq795/lVqq88hxZsiWr1KS8P8hmwsMQ4pFb2bm5ususAQc4idWIbEwHkQu+O7fki7Hg8IQY9EpncemJXunAvh8PEEKIEGJVAP8SSx+Eft6YGS0nAJAjvp/WX3v38hSvM8vTRV7EGzubCX/26cuBwBHOuXsEA8LieyEA2Nxq2FcRQqKjNJsJZzPnT4IQD3qci6WmJSIO0GILyQUp9/krJ82JMdMrHa3cthgUWU6EfMH3aGNmJIfOJQzcfSf5l+UEmHqjosfFN+SIb2ycKFStdSn5J3CRTORVdz0TTi5MjZkTAITDZwDQ1i9NM4yztWjE/2vx9WHufu+BBgBX3leOca2Bu2/N/2EYXQBACJk+NIajdwhCkpj+6Bw7dgIdRSP+pSsvekgLANKpaWlKIIQQQgTq6QnXGcHJgWYDprYIIcupaffX33ugUTca+f5EfIIOBEJIVPYrsYD7x5wc5ucmacgUACAR996CDMnLU0BpjTxHGAZKLAjUt04VLTniQwgJhBBZHve/zSGYVc7208Dx/wkeAkkSBqL8KUFIEh2S5lMCAQAM3PWahhUCQgjjntc0TOiVTv8kquWW12RMbFf2+r6l6x2vyZjQtBZQ31LLz70mY0Itt4H61vrDutdkTGyWGkAzCAN3i1tNr/kAAKhaS9f3AOAMnW+WGom5CZcXHzVbd78/f7tGB/1wmi/UTkP0Kpb6RhNokmrg7jeFp55Sgu/uP2PVLwH26yRrXivs5koV9msO/RoEQqjV7gUDgvvqox1KLKzEwse7Nreys/Hjv+yr2lonerQ+c1EZd1aoVzpvJn7nJX0jMn5X0zoerykx7i0uPbEIRb5SCgAG7u5U/0suSGOjlb5WefxbE7hSYL80YukSqOUWABrGydwjt1q98+1ABKBqMrXFMyuWGmNgllvdyX1RtXCigwFt8SW5YqmhlduX3n4hEBh9BotxL3vjn7wtUlrbBQdV56Oy//u7r472G0TVWlfTOmtqOO4R7TGClxi4my/UEEIj+fLGuPflV7sff/I3rWOxZzn3ofi5pb/AluSIP5s5/+Fxi00Y99YKtbXCbr1OLC0SOwFwbK44gnKVI75EfGI59ZL7Ukqx1CyWGl/fqtXrPXsrydF5gPoWaz8BpzBLE8vS2YvK/kR8UokFZpWgHPEz58O4Z+CuWn6+rXe0cvuHh5gF54Pe306xby4+ytunh4OPgY5C/qS7v+3/9+YtAbDFYCoAAAAASUVORK5CYII=) !important;
  height: 26px !important;
  width: 26px !important;
  background-size: cover !important;
  background-position: center !important;
  border: none !important;
}
body #kitBuilder .kb-form-desc a {
  color: #EAE22B !important;
}
body #kitBuilder .kb-unit-preview {
  vertical-align: middle;
}
body #kitBuilder .kb-team-remove {
  vertical-align: middle;
}
body #kitBuilder .kb-form-desc p {
  margin-left: 20px !important;
  margin-right: 20px !important;
  color: #fff !important;
}
body #kitBuilder .kb-teams tr {
  border-bottom: 1px solid #181a1a !important;
}
body #kitBuilder .kb-table kb-table-cell {
  vertical-align: middle;
}
body #kitBuilder .kb-remove {
  color: #EAE22B !important;
}
body #kitBuilder .kb-wizard-breadcrumb-personalizacja span {
  padding-left: 5px !important;
  padding-right: 10px !important;
}
body #kitBuilder .faq-buttons {
  visibility: visible;
}
body #kitBuilder .kb-editor-image img {
  border: 1px solid #545554 !important;
  box-shadow: inset 0px 0px 0px 3px #292A2A !important;
  width: 83px !important;
  height: 83px !important;
  padding: 3px !important;
  border-radius: 0px !important;
}
body #kitBuilder .kb-remove-image-from-library {
  /*
      bottom: 30px !important;
      right: unset !important;
      left: 130px !important;

       */
  margin-top: 30px !important;
  margin-left: 20px !important;
  float: left;
  position: relative;
}
body #kitBuilder .kb-remove-image-from-library:after {
  content: "USUŃ" !important;
  position: relative;
  margin-left: 25px !important;
  margin-top: 5px !important;
  color: #EAE22B !important;
  font-style: italic;
  top: 3px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
}
body #kitBuilder .kb-remove-image-item {
  /*
      bottom: 30px !important;
      right: unset !important;
      left: 130px !important;

       */
  float: left;
  position: relative;
  margin-left: 20px !important;
  margin-top: 30px !important;
}
body #kitBuilder .kb-remove-image-item:after {
  content: "USUŃ" !important;
  margin-left: 25px !important;
  position: relative;
  top: 5px;
  color: #EAE22B !important;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  float: left;
}
body #kitBuilder .kb-editor-placed-image {
  margin: 0px !important;
}
body #kitBuilder .kb-editor-placed-image .kb-remove-image-item {
  margin-top: 15px !important;
}
body #kitBuilder .kb-editor-placed-image .kb-editor-placed-image-button .kb-editor-image-thumb {
  margin: 0px !important;
}
body #kitBuilder .kb-editor-image {
  width: 580px !important;
  height: 85px !important;
}
body #kitBuilder .kb-add-text-help {
  margin-right: 20px !important;
}
body #kitBuilder .kb-editor-placement-new-image-label {
  background: none;
  margin-top: 30px !important;
  margin-left: 20px !important;
  float: left;
  position: relative;
  width: 100% !important;
}
body #kitBuilder .kb-editor-placement-new-image-label input {
  display: none;
}
body #kitBuilder .kb-editor-placement-new-image-label:before {
  content: "\00a0" !important;
  height: 20px !important;
  width: 20px !important;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px !important;
  padding-top: 22px !important;
  position: relative;
  float: left;
  margin-left: 25px !important;
  margin-top: 5px !important;
  color: #EAE22B !important;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
}
body #kitBuilder .kb-editor-placement-new-image-label:after {
  color: #EAE22B !important;
  position: relative;
  margin-left: 10px !important;
  margin-top: 5px !important;
  font-style: italic;
  top: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
}
body #kitBuilder .kb-remove-text-item {
  color: #EAE22B !important;
}
body #kitBuilder .kb-editor-placement-new-text {
  background: none;
  width: auto !important;
}
body #kitBuilder .kb-editor-placement-new-text input {
  display: none;
}
body #kitBuilder .kb-editor-placement-new-text:before {
  content: "\00a0" !important;
  height: 20px !important;
  width: 20px !important;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px !important;
  padding-top: 22px !important;
  position: relative;
  float: left;
}
body #kitBuilder .kb-editor-placement-new-text:after {
  content: "DODAJ TEKST" !important;
  color: #EAE22B !important;
  position: relative;
  float: left;
  margin-top: 2px !important;
  margin-left: 25px;
  width: 100px;
}
body #kitBuilder .kb-change-view-buttons > a:nth-child(2) {
  content: "POKAŻ PRZÓD";
  visibility: visible;
  width: 100%;
  color: #000 !important;
}
body #kitBuilder > .kb-change-view-button:nth-child(2) {
  content: "POKAŻ TYŁ";
  visibility: visible;
  width: 100%;
  color: #000 !important;
}
body #kitBuilder .kb-overlay-button:not(:nth-child(3)):after {
  content: "POKAŻ TYŁ";
  visibility: visible;
  position: absolute;
  left: 0px !important;
  color: #000 !important;
  top: 6px;
  font-weight: 900;
  font-size: 14px !important;
  font-style: italic;
}
body #kitBuilder .kb-overlay-button:not(:nth-child(4)):after {
  content: "POKAŻ PRZÓD";
  visibility: visible;
  position: absolute;
  left: 0px !important;
  color: #000 !important;
  top: 6px;
  font-weight: 900;
  font-size: 14px !important;
  font-style: italic;
}
body #kitBuilder .kb-change-view-button {
  background: transparent !important;
  visibility: hidden;
  margin-top: 12px;
  padding-top: 5px;
  width: 100px !important;
}
body #kitBuilder .kb-change-view-button:before {
  content: "\00a0" !important;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  visibility: visible;
  position: absolute;
  right: 125px;
}
body #kitBuilder .kb-add-unit {
  margin-right: 20px !important;
}
body #kitBuilder .kb-add-team {
  margin-right: 20px !important;
}
body #kitBuilder .kb-validation {
  background-color: #292a2a !important;
  background-image: repeating-linear-gradient(to right, #eae22b 0%, #eae22b 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #eae22b 0%, #eae22b 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #eae22b 0%, #eae22b 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #eae22b 0%, #eae22b 50%, transparent 50%, transparent 100%) !important;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 30px 1px, 30px 1px, 1px 30px, 1px 30px;
  padding: 20px !important;
  margin: 20px !important;
  font-family: 'Roboto';
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  border: none !important;
  overflow: visible !important;
}
body #kitBuilder .kb-validation:before {
  background-repeat: no-repeat;
  background-color: #292a2a !important;
  width: 16px !important;
  height: 16px !important;
  content: "\00a0" !important;
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 15px !important;
  text-align: center !important;
  color: #FFFFFF !important;
  padding: 5px !important;
  display: block;
  margin-top: -35px;
  margin-left: 200px;
  margin-bottom: 10px;
}
body #kitBuilder .kb-partial-wrap {
  background: #ddd;
}
body #kitBuilder .kb-partial-wrap .kb-design-link {
  background: #fff;
}
body #kitBuilder .kb-custom-form-label-wrap label {
  color: #000 !important;
}
body #kitBuilder .kb-wizard-form-field-type-slider .noUi-background {
  background: none !important;
}
body #kitBuilder .kb-wizard-form-field-type-slider .noUi-target {
  border: none !important;
  box-shadow: none !important;
}
body #kitBuilder .kb-wizard-form-field-type-slider .noUi-target .noUi-base {
  height: 13px !important;
  background: #595c61 !important;
  border-radius: 8px;
}
body #kitBuilder .kb-wizard-form-field-type-slider .noUi-target .noUi-base .noUi-origin {
  height: 13px !important;
  background: #595c61 !important;
  border-radius: 8px;
}
body #kitBuilder .kb-wizard-form-field-type-slider .noUi-target .noUi-base .noUi-origin .noUi-handle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAEhUlEQVRYhc1ZTWwbRRR+s1v/NCFr1FALVK+FiODgbU5wcJwLKlKDL0gRVOFYYcnhUA4+uIdeuCAurkjEARFTV6rEgaqtuJEUiXKKYyTKadcHEKjKGg5xXHXH2LVj7OEwzux4dxNtYseb72DNvJnd/fa9N89v3wMAQAghhOiA/VLwSwwwCF7IbwbXsO/vzwkh7Kb8mE4RQlTIEJLE5IKkxAJyxDernA1JoiQJdEmvdLb1PbXc0srtYqmxre+55zfAiU0oA0bFzikkienUuUR8cn5u0uUzVK2Vv/2U8mOP4F/S8f0dLMLvYPtCkphOTS+npplWjoq795/lVqq88hxZsiWr1KS8P8hmwsMQ4pFb2bm5ususAQc4idWIbEwHkQu+O7fki7Hg8IQY9EpncemJXunAvh8PEEKIEGJVAP8SSx+Eft6YGS0nAJAjvp/WX3v38hSvM8vTRV7EGzubCX/26cuBwBHOuXsEA8LieyEA2Nxq2FcRQqKjNJsJZzPnT4IQD3qci6WmJSIO0GILyQUp9/krJ82JMdMrHa3cthgUWU6EfMH3aGNmJIfOJQzcfSf5l+UEmHqjosfFN+SIb2ycKFStdSn5J3CRTORVdz0TTi5MjZkTAITDZwDQ1i9NM4yztWjE/2vx9WHufu+BBgBX3leOca2Bu2/N/2EYXQBACJk+NIajdwhCkpj+6Bw7dgIdRSP+pSsvekgLANKpaWlKIIQQQgTq6QnXGcHJgWYDprYIIcupaffX33ugUTca+f5EfIIOBEJIVPYrsYD7x5wc5ucmacgUACAR996CDMnLU0BpjTxHGAZKLAjUt04VLTniQwgJhBBZHve/zSGYVc7208Dx/wkeAkkSBqL8KUFIEh2S5lMCAQAM3PWahhUCQgjjntc0TOiVTv8kquWW12RMbFf2+r6l6x2vyZjQtBZQ31LLz70mY0Itt4H61vrDutdkTGyWGkAzCAN3i1tNr/kAAKhaS9f3AOAMnW+WGom5CZcXHzVbd78/f7tGB/1wmi/UTkP0Kpb6RhNokmrg7jeFp55Sgu/uP2PVLwH26yRrXivs5koV9msO/RoEQqjV7gUDgvvqox1KLKzEwse7Nreys/Hjv+yr2lonerQ+c1EZd1aoVzpvJn7nJX0jMn5X0zoerykx7i0uPbEIRb5SCgAG7u5U/0suSGOjlb5WefxbE7hSYL80YukSqOUWABrGydwjt1q98+1ABKBqMrXFMyuWGmNgllvdyX1RtXCigwFt8SW5YqmhlduX3n4hEBh9BotxL3vjn7wtUlrbBQdV56Oy//u7r472G0TVWlfTOmtqOO4R7TGClxi4my/UEEIj+fLGuPflV7sff/I3rWOxZzn3ofi5pb/AluSIP5s5/+Fxi00Y99YKtbXCbr1OLC0SOwFwbK44gnKVI75EfGI59ZL7Ukqx1CyWGl/fqtXrPXsrydF5gPoWaz8BpzBLE8vS2YvK/kR8UokFZpWgHPEz58O4Z+CuWn6+rXe0cvuHh5gF54Pe306xby4+ytunh4OPgY5C/qS7v+3/9+YtAbDFYCoAAAAASUVORK5CYII=) !important;
  height: 26px !important;
  width: 26px !important;
  background-size: cover !important;
  background-position: center !important;
  border: none !important;
}
body #kitBuilder .kb-pattern-transform-slider-control .noUi-background {
  background: none !important;
}
body #kitBuilder .kb-pattern-transform-slider-control .noUi-target {
  border: none !important;
  box-shadow: none !important;
}
body #kitBuilder .kb-pattern-transform-slider-control .noUi-target .noUi-base {
  height: 13px !important;
  background: #595c61 !important;
  border-radius: 8px;
}
body #kitBuilder .kb-pattern-transform-slider-control .noUi-target .noUi-base .noUi-origin {
  height: 13px !important;
  background: #595c61 !important;
  border-radius: 8px;
}
body #kitBuilder .kb-pattern-transform-slider-control .noUi-target .noUi-base .noUi-origin .noUi-handle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAEhUlEQVRYhc1ZTWwbRRR+s1v/NCFr1FALVK+FiODgbU5wcJwLKlKDL0gRVOFYYcnhUA4+uIdeuCAurkjEARFTV6rEgaqtuJEUiXKKYyTKadcHEKjKGg5xXHXH2LVj7OEwzux4dxNtYseb72DNvJnd/fa9N89v3wMAQAghhOiA/VLwSwwwCF7IbwbXsO/vzwkh7Kb8mE4RQlTIEJLE5IKkxAJyxDernA1JoiQJdEmvdLb1PbXc0srtYqmxre+55zfAiU0oA0bFzikkienUuUR8cn5u0uUzVK2Vv/2U8mOP4F/S8f0dLMLvYPtCkphOTS+npplWjoq795/lVqq88hxZsiWr1KS8P8hmwsMQ4pFb2bm5ususAQc4idWIbEwHkQu+O7fki7Hg8IQY9EpncemJXunAvh8PEEKIEGJVAP8SSx+Eft6YGS0nAJAjvp/WX3v38hSvM8vTRV7EGzubCX/26cuBwBHOuXsEA8LieyEA2Nxq2FcRQqKjNJsJZzPnT4IQD3qci6WmJSIO0GILyQUp9/krJ82JMdMrHa3cthgUWU6EfMH3aGNmJIfOJQzcfSf5l+UEmHqjosfFN+SIb2ycKFStdSn5J3CRTORVdz0TTi5MjZkTAITDZwDQ1i9NM4yztWjE/2vx9WHufu+BBgBX3leOca2Bu2/N/2EYXQBACJk+NIajdwhCkpj+6Bw7dgIdRSP+pSsvekgLANKpaWlKIIQQQgTq6QnXGcHJgWYDprYIIcupaffX33ugUTca+f5EfIIOBEJIVPYrsYD7x5wc5ucmacgUACAR996CDMnLU0BpjTxHGAZKLAjUt04VLTniQwgJhBBZHve/zSGYVc7208Dx/wkeAkkSBqL8KUFIEh2S5lMCAQAM3PWahhUCQgjjntc0TOiVTv8kquWW12RMbFf2+r6l6x2vyZjQtBZQ31LLz70mY0Itt4H61vrDutdkTGyWGkAzCAN3i1tNr/kAAKhaS9f3AOAMnW+WGom5CZcXHzVbd78/f7tGB/1wmi/UTkP0Kpb6RhNokmrg7jeFp55Sgu/uP2PVLwH26yRrXivs5koV9msO/RoEQqjV7gUDgvvqox1KLKzEwse7Nreys/Hjv+yr2lonerQ+c1EZd1aoVzpvJn7nJX0jMn5X0zoerykx7i0uPbEIRb5SCgAG7u5U/0suSGOjlb5WefxbE7hSYL80YukSqOUWABrGydwjt1q98+1ABKBqMrXFMyuWGmNgllvdyX1RtXCigwFt8SW5YqmhlduX3n4hEBh9BotxL3vjn7wtUlrbBQdV56Oy//u7r472G0TVWlfTOmtqOO4R7TGClxi4my/UEEIj+fLGuPflV7sff/I3rWOxZzn3ofi5pb/AluSIP5s5/+Fxi00Y99YKtbXCbr1OLC0SOwFwbK44gnKVI75EfGI59ZL7Ukqx1CyWGl/fqtXrPXsrydF5gPoWaz8BpzBLE8vS2YvK/kR8UokFZpWgHPEz58O4Z+CuWn6+rXe0cvuHh5gF54Pe306xby4+ytunh4OPgY5C/qS7v+3/9+YtAbDFYCoAAAAASUVORK5CYII=) !important;
  height: 26px !important;
  width: 26px !important;
  background-size: cover !important;
  background-position: center !important;
  border: none !important;
}
body #kitBuilder .kb-page-customize {
  /*
      .kb-wizard-breadcrumb-active {
        a {
          span {
            &:before {
              background: #fff !important;
              color: #000;
            }
          }
        }
      }
      .kb-wizard-breadcrumb-logos{
        a {
          span {
            &:before {
              content: "2" !important;
              height: 32px;
              width: 32px;

              display: flex;
              justify-content: center;
              flex-direction: column;
              align-items: center;

              background: #292A2A;
              border-radius: 32px;
              margin-right: 5px;
            }
          }
        }
      }
      .kb-wizard-breadcrumb-name-number{
        a {
          span {
            &:before {
              content: "3" !important;
              height: 32px;
              width: 32px;

              display: flex;
              justify-content: center;
              flex-direction: column;
              align-items: center;

              background: #292A2A;
              border-radius: 32px;
              margin-right: 5px;
            }
          }
        }
      }
      .kb-wizard-breadcrumb-team-details{
        a {
          span {
            &:before {
              content: "4" !important;
              height: 32px;
              width: 32px;

              display: flex;
              justify-content: center;
              flex-direction: column;
              align-items: center;

              background: #292A2A;
              border-radius: 32px;
              margin-right: 5px;
            }
          }
        }
      }
      .kb-wizard-breadcrumb-colour {
        a {
          span {
            &:before {

              height: 32px;
              width: 32px;

              display: flex;
              justify-content: center;
              flex-direction: column;
              align-items: center;

              background: #292A2A;
              border-radius: 32px;
              margin-right: 5px;
            }
          }
        }
      }
            */
}
body #kitBuilder .kb-page-customize .kb-partial-wrap {
  background: #292a2a;
}
body #kitBuilder .kb-page-customize .kb-wizard-breadcrumbs {
  width: 600px;
  padding-top: 64px !important;
}
body #kitBuilder .kb-page-customize .kb-wizard-breadcrumbs li span {
  border-left: 1px solid #292A2A;
}
body #kitBuilder .kb-page-customize .kb-wizard-breadcrumbs li:first-child span {
  border: none;
}
body #kitBuilder .kb-page-customize .kb-tile-picker-selected {
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}
body #kitBuilder .kb-page-customize .kb-wizard-breadcrumb-active a span {
  background: #292a2a;
}
body #kitBuilder .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-locker-room-buttons-visit {
  display: none !important;
}
body #kitBuilder .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button.kb-locker-room-buttons-visit {
  width: 200px !important;
  margin-left: -330px !important;
}
body #kitBuilder .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button.kb-locker-room-buttons-visit:hover {
  margin-left: -330px !important;
  border-radius: unset !important;
  background: #eae22b !important;
  color: #222 !important;
  width: 200px !important;
}
body #kitBuilder .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button.kb-locker-room-buttons-visit:active {
  margin-left: -330px !important;
  border-radius: unset !important;
  background: #eae22b !important;
  color: #222 !important;
  width: 200px !important;
}
body #kitBuilder .kb-wrapper .kb-placement-logo-key .kb-editor-placed-image .kb-editor-placed-image-thumb {
  margin-left: 30px !important;
}
body #kitBuilder .kb-wrapper .kb-placement-logo-key .kb-editor-image-library .kb-editor-add-image {
  width: 580px !important;
}
body #kitBuilder .kb-wrapper .kb-placement-logo-key .kb-editor-image-library .kb-editor-add {
  padding: 0px !important;
  margin-left: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-placement-logo-key .kb-editor-image-library .kb-editor-add:before {
  margin-left: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-editor-placed-images-heading {
  padding: 0px !important;
  margin-left: 20px !important;
  margin-top: 20px !important;
  border: none !important;
}
body #kitBuilder .kb-wrapper .kb-editor-placement-svg .kb-editor-placed-images-heading {
  margin-top: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-editor-placement-svg .kb-editor-images {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-editor-placement-svg .kb-editor-images .kb-editor-add-image {
  width: auto !important;
  float: left;
  margin: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 5px !important;
}
body #kitBuilder .kb-wrapper .kb-editor-placement-svg .kb-editor-images .kb-editor-add-image .kb-editor-image-thumb {
  margin: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-tile-picker-color .kb-tile-picker-list-item {
  margin-right: 2px !important;
  margin-bottom: 2px !important;
}
body #kitBuilder .kb-wrapper .kb-editor-info .kb-button:active {
  top: 5px !important;
  margin-right: 5px !important;
}
body #kitBuilder .kb-wrapper .kb-editor-buttons {
  position: absolute !important;
  bottom: 0px !important;
  left: 70px !important;
}
body #kitBuilder .kb-wrapper .kb-tile-picker .kb-tile-picker-list-item {
  border: 1px solid #545554;
  padding: 3px !important;
  box-shadow: inset 0px 0px 0px 3px #292A2A;
}
body #kitBuilder .kb-wrapper .kb-tile-picker .kb-tile-picker-list-item .kb-tile-picker-tile {
  width: 65px !important;
  height: 65px !important;
}
body #kitBuilder .kb-wrapper .kb-tile-picker .kb-tile-picker-list-item .kb-tile-picker-tile img {
  width: 70px !important;
  height: 70px !important;
}
body #kitBuilder .kb-wrapper .kb-tile-picker .kb-selected {
  border: 4px solid #EAE22B !important;
  padding: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-tile-picker .kb-selected img {
  background: #706c15;
}
body #kitBuilder .kb-wrapper .kb-single-item-checkout {
  padding-bottom: 45px !important;
}
body #kitBuilder .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button {
  margin: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-table {
  margin-left: 20px !important;
  margin-right: 20px !important;
  width: 550px !important;
  margin-top: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-form-category-wrapper div {
  color: #000 !important;
}
body #kitBuilder .kb-wrapper .kb-qty-cell input {
  background: transparent !important;
  border: 1px solid #6c6e6d !important;
  text-transform: uppercase !important;
  font-family: 'Roboto';
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #FFFFFF !important;
  padding: 5px !important;
}
body #kitBuilder .kb-wrapper .kb-editor-image-thumb {
  margin-left: 20px !important;
  float: left;
}
body #kitBuilder .kb-wrapper .kb-editor-placement-new-text {
  margin-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-button {
  width: 111px !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  opacity: 1 !important;
}
body #kitBuilder .kb-wrapper .kb-button:hover {
  background: rgba(234, 226, 43, 0.3) !important;
  color: #FFFFFF !important;
  /*border: 4px solid #EAE22B !important;*/
}
body #kitBuilder .kb-wrapper .kb-button:active {
  top: auto !important;
  margin: 0px !important;
  width: 111px !important;
  background: transparent !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #EAE22B !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-background-remove {
  border: none !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-background-remove:hover {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-background-remove:active {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-reset {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-reset:hover {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-reset:active {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-undo {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-undo:hover {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-undo:active {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-redo {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-redo:hover {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-redo:active {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-text {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-text:hover {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-text:active {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-clone {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-clone:hover {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-editor-button-clone:active {
  border: none !important;
  background-color: transparent !important;
  color: #EAE22B !important;
}
body #kitBuilder .kb-wrapper .kb-button-next {
  margin-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-button-next:active {
  margin-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-editor-tab-selected {
  border-radius: 16px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
body #kitBuilder .kb-wrapper .kb-tab-stroke a {
  border-radius: 16px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
body #kitBuilder .kb-wrapper .kb-button-prev:active {
  border-radius: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-button-prev:hover {
  background: #EAE22B !important;
  color: #292a2a !important;
}
body #kitBuilder .kb-wrapper .kb-button-next:active {
  border-radius: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-button-next:hover {
  background: #EAE22B !important;
  color: #292a2a !important;
}
body #kitBuilder .kb-wrapper .kb-team-details .kb-team-details-tabs .kb-button.kb-team-details-tab-selected {
  background: #EAE22B !important;
  color: #222 !important;
  width: 111px !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  padding: 4px !important;
  border-radius: 8px !important;
}
body #kitBuilder .kb-wrapper .kb-team-details .kb-team-details-tabs .kb-button {
  width: 111px !important;
  opacity: 1 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  padding: 4px !important;
  background: #EAE22B !important;
  color: #222 !important;
  border-radius: 8px !important;
  font-style: italic !important;
  font-weight: 300 !important;
}
body #kitBuilder .kb-wrapper .kb-editor-message-upper {
  margin-left: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button-single-item-checkout-prev {
  margin-left: 20px !important;
  width: 111px !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
}
body #kitBuilder .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button-single-item-checkout-prev:hover {
  /*border: 4px solid #EAE22B !important;*/
  position: absolute !important;
  right: 460px !important;
}
body #kitBuilder .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button-single-item-checkout-prev:active {
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  position: absolute !important;
  right: 460px !important;
  margin: 0px !important;
  width: auto !important;
  font-style: italic !important;
  font-weight: 300 !important;
}
body #kitBuilder .kb-wrapper .kb-customise-wizard {
  height: calc(100vh - 127px) !important;
  overflow-y: scroll;
  overflow-x: hidden;
}
body #kitBuilder .kb-wrapper .kb-customise-wizard form {
  position: relative !important;
}
body #kitBuilder .kb-wrapper .kb-customise-wizard::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #595c61;
}
body #kitBuilder .kb-wrapper .kb-customise-wizard::-webkit-scrollbar {
  width: 12px;
  background-color: #595c61;
}
body #kitBuilder .kb-wrapper .kb-customise-wizard::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #EAE22B;
}
body #kitBuilder .kb-wrapper .kb-customise-wizard .kb-editor-text {
  margin-left: 20px !important;
  width: 472px !important;
}
body #kitBuilder .kb-wrapper .kb-tile-picker-color .kb-tile-picker-tile {
  border-radius: unset !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
}
body #kitBuilder .kb-wrapper .kb-tile-picker-color .kb-tile-picker-tile img {
  width: 40px !important;
  height: 40px !important;
}
body #kitBuilder .kb-wrapper div {
  color: #fff !important;
}
body #kitBuilder .kb-wrapper .kb-wizard-group-header.kb-wizard-group-header-selected {
  border: none !important;
}
body #kitBuilder .kb-wrapper .kb-wizard-group-header.kb-wizard-group-header-selected:after {
  transform: rotate(180deg) !important;
}
body #kitBuilder .kb-wrapper .kb-wizard-group-header {
  margin: 0px !important;
  border-bottom: 1px solid #000 !important;
}
body #kitBuilder .kb-wrapper .kb-wizard-group-header:after {
  content: "\00a0" !important;
  background-repeat: no-repeat;
  margin-top: 0px !important;
  top: 0px;
  background-position: left;
  width: 12px;
}
body #kitBuilder .kb-wrapper .kb-wizard-breadcrumb {
  opacity: 1 !important;
}
body #kitBuilder .kb-wrapper .kb-tile-picker-tile {
  border: none !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-button-single-item-checkout-request-quote {
  width: auto !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-transform-reset {
  position: relative !important;
  top: auto;
  right: 280px !important;
  z-index: 10000;
  width: 111px !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  text-align: center !important;
  font-weight: normal !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-transform-reset:active {
  border-radius: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-transform-reset:hover {
  background: #EAE22B !important;
  color: #292a2a !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-field-pat1:after {
  content: " ";
  border-top: 1px solid black;
  width: 100%;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form-field-type-colortilepicker .kb-wizard-form-field {
  width: 100% !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form-field .kb-unit-size select {
  height: 28px !important;
  color: #fff !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form-field .kb-editor-placed-images-headi {
  padding-left: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form-field .kb-pattern-transform-slider {
  height: 45px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form-field .kb-pattern-transform-slider .kb-pattern-transform-slider-control {
  width: 490px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form-field .kb-wizard-group-header {
  padding: 0px !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-pattern-transform-slider {
  width: 100% !important;
  margin-left: 10px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-pattern-transform-slider .kb-wizard-form-label {
  float: left !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-pattern-transform-slider .kb-pattern-transform-slider-control {
  width: 100% !important;
  padding-left: 85px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form-field-type-slider .kb-wizard-form-label {
  margin-right: 39px !important;
  display: block !important;
  float: left !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form-field-type-slider .ng-hide {
  display: none !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form-field-type-slider .kb-wizard-form-field {
  width: 490px !important;
  width: 567px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-preview-image {
  width: auto !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-customise-product-heading {
  padding: 0px 0px 0px 5px !important;
  margin-top: -45px !important;
  font-size: 35px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-customise-product-heading .kb-customise-product-name {
  position: absolute !important;
  width: auto !important;
  top: auto !important;
  bottom: 24px !important;
  left: 100px !important;
  right: auto !important;
  color: #292A2A !important;
  font-size: 14px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-customise-product-heading .kb-customise-product-unit-price {
  width: 100% !important;
  display: none !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-customise-product-heading .kb-customise-product-unit-price:before {
  content: "Koszt : " !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  margin-top: 8px !important;
  margin-right: 10px !important;
  text-transform: uppercase !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-customise-product-heading div {
  color: #FEFFFF !important;
  margin-top: 0px !important;
  font-style: italic !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  text-transform: uppercase !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-customise-wizard {
  background-color: #292A2A;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs {
  /*
          position: absolute;
          background: #000 !important;
          z-index: 10000;
          top: 124px;
          scrolling
           */
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li {
  background-color: #000 !important;
  font-family: 'Roboto';
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li span {
  font-family: 'Roboto';
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-navigation-buttons {
  /*
          margin-left:20px !important;
          margin-right:20px !important;
           */
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
  width: 600px !important;
  left: calc(100% - 600px) !important;
  background: #191a1a !important;
  padding: 0px !important;
  padding-top: 20px !important;
  height: 44px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-navigation-buttons .kb-button-prev {
  position: absolute !important;
  right: 448px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-units-table a {
  color: #EAE22B !important;
  /*
            width: 111px !important;
            border: 1px solid #EAE22B !important;
            background: transparent !important;
            font-size: 14px !important;
            line-height: 16px !important;
            text-transform: uppercase !important;
            color: #EAE22B !important;
            padding: 0px !important;
            padding-top: 4px !important;
            padding-bottom: 4px !important;
            padding-left: 4px !important;
            padding-right: 4px !important;
            //border-radius: 8px !important;
            opacity: 1 !important;
             */
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-button-single-item-checkout-request-quote {
  display: none;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons {
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
  width: 600px !important;
  left: calc(100% - 588px) !important;
  background: #191a1a !important;
  padding: 0px !important;
  padding-top: 20px !important;
  height: 44px !important;
  bottom: 0px;
  /*
          .kb-button-next {
            margin-right: 20px !important;
            margin-left:20px !important;
          }

           */
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button.kb-button-single-item-checkout-prev {
  width: 111px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button.kb-button-single-item-checkout-prev:active {
  width: 111px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button:active {
  margin: 0px !important;
  padding: 0px !important;
  width: auto !important;
  background: transparent !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #EAE22B !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-buy-now {
  width: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-buy-now:active {
  border-radius: 0px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-buy-now:hover {
  background: #EAE22B !important;
  color: #292a2a !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-request-quote:active {
  border-radius: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-request-quote:hover {
  background: #EAE22B !important;
  color: #292a2a !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-final-page:active {
  border-radius: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-final-page:hover {
  background: #EAE22B !important;
  color: #292a2a !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-prev:active {
  border-radius: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-prev:hover {
  background: #EAE22B !important;
  color: #292a2a !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-prev {
  position: absolute !important;
  right: 460px !important;
  width: auto !important;
  width: 111px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-request-quote {
  position: absolute !important;
  right: 20px !important;
  width: auto !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-final-page {
  position: absolute !important;
  right: 275px !important;
  width: auto !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons .kb-button-single-item-checkout-buy-now {
  position: absolute !important;
  right: 32px !important;
  width: auto !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-group-personalizacja:first-child {
  background-image: repeating-linear-gradient(to right, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%);
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 30px 1px, 30px 1px, 1px 30px, 1px 30px;
  padding: 20px !important;
  margin: 20px !important;
  font-family: 'Roboto';
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-group-personalizacja:first-child:before {
  content: "i" !important;
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 15px !important;
  text-align: center !important;
  width: 17px !important;
  height: 17px !important;
  color: #FFFFFF !important;
  padding: 5px !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  display: block;
  margin-top: -35px;
  margin-left: 230px;
  background: #292a2a !important;
  margin-bottom: 10px;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-group-wz-r:first-child {
  background-image: repeating-linear-gradient(to right, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%);
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 30px 1px, 30px 1px, 1px 30px, 1px 30px;
  padding: 20px !important;
  margin: 20px !important;
  font-family: 'Roboto';
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-group-wz-r:first-child:before {
  content: "i" !important;
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 15px !important;
  text-align: center !important;
  width: 17px !important;
  height: 17px !important;
  color: #FFFFFF !important;
  padding: 5px !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  display: block;
  margin-top: -35px;
  margin-left: 230px;
  background: #292a2a !important;
  margin-bottom: 10px;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-group-kolory p {
  background-image: repeating-linear-gradient(to right, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #6e6e6c 0%, #6e6e6c 50%, transparent 50%, transparent 100%);
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 30px 1px, 30px 1px, 1px 30px, 1px 30px;
  padding: 20px !important;
  font-family: 'Roboto';
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-group-kolory p:before {
  content: "i" !important;
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 15px !important;
  text-align: center !important;
  width: 17px !important;
  height: 17px !important;
  color: #FFFFFF !important;
  padding: 5px !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  display: block;
  margin-top: -35px;
  margin-left: 230px;
  background: #292a2a !important;
  margin-bottom: 10px;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard {
  padding-bottom: 45px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard input {
  background: transparent !important;
  border: 1px solid #6c6e6d !important;
  font-family: 'Roboto';
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #FFFFFF !important;
  padding: 5px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .select2-choice {
  background: transparent !important;
  border: 1px solid #6c6e6d !important;
  font-family: 'Roboto';
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #FFFFFF !important;
  padding: 5px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .select2-choice span {
  color: #FFFFFF !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-editor-tabs {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-editor-tabs li .kb-button {
  margin-right: 20px !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  border-radius: 15px !important;
  opacity: 1 !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-editor-tabs li .kb-button:hover {
  /*border: 4px solid #EAE22B !important;*/
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-editor-tabs li .kb-button:active {
  top: auto !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 111px !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  border-radius: 15px !important;
  opacity: 1 !important;
  margin-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-editor-info {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-team-details-tabs {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-team-details-tabs li a {
  margin-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step .ng-valid-required .kb-wizard-form-row-group-selected .kb-wizard-form-field-type-slider .kb-wizard-form-field .kb-slider .kb-slider-control .noUi-target {
  margin-left: 80px !important;
  margin-bottom: 30px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step div .kb-wizard-form-row-group-selected {
  border-bottom: 1px solid #000;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step .kb-wizard-form-key-editor {
  margin-top: 7px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step .kb-group-base-colour {
  margin-top: 7px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step .kb-editor .kb-editor-font-panel {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step .kb-editor .kb-editor-font-panel .kb-editor-bold {
  background: transparent !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #EAE22B !important;
  padding: 0px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  border-radius: 8px !important;
  height: auto !important;
  margin-left: 20px !important;
  margin-top: 6px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step .kb-editor .kb-editor-font-panel .kb-editor-italic {
  float: left !important;
  background: transparent !important;
  font-size: 14px !important;
  line-height: 17px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  color: #EAE22B !important;
  padding: 0px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  border-radius: 8px !important;
  height: auto !important;
  margin-top: 6px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step .kb-editor .kb-editor-font-family {
  margin-left: 20px !important;
  width: 392px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step div div .kb-wizard-group-header {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step div .kb-tile-picker {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step div .kb-tile-picker-list-item label {
  padding: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step div .kb-tile-picker-color {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step div .kb-tile-picker-color label {
  padding: 0px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-step div label {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard .kb-wizard-group-header {
  color: #fff !important;
  font-family: 'Roboto' !important;
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 21px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-form .kb-wizard label {
  color: #fff !important;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-3d-wrapper {
  width: auto !important;
  height: 85vh !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-3d-wrapper:after {
  content: "\00a0" !important;
  width: 42px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-3d-wrapper canvas {
  width: 100% !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
  width: 600px !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* przyciski do loker room */
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons {
  /*
          .kb-locker-room-buttons-save-new {
            //position: absolute;
            left: 195px !important;
            min-width: unset !important;



            &:hover {
              left: 189px !important;
              background: #EAE22B !important;
              color: #222 !important;
              position: absolute;
              padding:4px 0px 4px 0px !important;
            }

            &:focus {
              left: 189px !important;
              background: #EAE22B !important;
              color: #222 !important;
              position: absolute;
              padding:4px 0px 4px 0px !important;
            }
            &:active {
              left: 195px !important;
              color: #222 !important;
              position: absolute;
              width: 111px !important;
              background: #EAE22B !important;
              font-size: 14px !important;
              line-height: 17px !important;
              text-transform: uppercase !important;
              padding: 4px !important;
              font-style: italic !important;
              font-weight: 300 !important;
            }
          }
*/
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-buttons button.kb-button.kb-locker-room-buttons-login.ng-binding {
  position: absolute;
  left: 139px;
  min-width: 260px !important;
}
#kitBuilder .kb-wrapper .kb-partial-wrap .kb-customise-page .kb-customise-edit-panel {
  margin-top: -64px !important;
}
.xcreator-index-index .page-main {
  margin-bottom: 0px !important;
}
.xcreator-index-index .header.content {
  padding: 8px 0px 8px 0px !important;
}
.xcreator-index-index label > input[type='radio'] + span:first-of-type:before {
  display: none;
}
.xcreator-index-index .page-main {
  max-width: none;
  padding: 0px !important;
}
.xcreator-index-view .page-main {
  max-width: none;
  padding: 0px !important;
}
/* fix */
body #kitBuilder .kb-pattern-transform-scale .kb-wizard-form-label {
  height: 16px !important;
  width: 16px !important;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 30px !important;
  margin-top: 8px !important;
}
body #kitBuilder .kb-pattern-transform-scale .kb-wizard-form-label label {
  display: none !important;
}
body #kitBuilder .kb-pattern-transform-rotate .kb-wizard-form-label {
  height: 16px !important;
  width: 16px !important;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 30px !important;
  margin-top: 6px !important;
}
body #kitBuilder .kb-pattern-transform-rotate .kb-wizard-form-label label {
  display: none !important;
}
body #kitBuilder .kb-pattern-transform-tx .kb-wizard-form-label {
  height: 16px !important;
  width: 16px !important;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 8px !important;
  margin-left: 30px !important;
}
body #kitBuilder .kb-pattern-transform-tx .kb-wizard-form-label label {
  display: none !important;
}
body #kitBuilder .kb-pattern-transform-ty .kb-wizard-form-label {
  height: 16px !important;
  width: 16px !important;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 8px !important;
  margin-left: 30px !important;
}
body #kitBuilder .kb-pattern-transform-ty .kb-wizard-form-label label {
  display: none !important;
}
body #kitBuilder .kb-wizard-form-key-patfill_opacity .kb-wizard-form-label {
  height: 16px !important;
  width: 16px !important;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 8px !important;
  margin-left: 20px !important;
}
body #kitBuilder .kb-wizard-form-key-patfill_opacity .kb-wizard-form-label label {
  display: none !important;
}
.kb-wrapper .kb-validation.kb-warning {
  border: #222222 solid 1px!important;
  background-color: #222222 !important;
}
@media screen and (max-width: 600px) {
  #maincontent .xcreator-header .xcreator-delivery {
    text-align: center;
    margin: 0 auto;
    display: block;
    float: unset !important;
  }
  #maincontent .xcreator-header .xcreator-delivery span {
    font-size: 16px !important;
    margin-top: 8px !important;
  }
  #maincontent .xcreator-header {
    min-height: 112px !important;
    width: 100% !important;
  }
  #maincontent .xcreator-header .xcreator-logo {
    width: 100% !important;
  }
  #maincontent .xcreator-header .xcreator-delivery {
    right: unset !important;
    margin-right: 0px !important;
    width: 100% !important;
    position: relative !important;
    margin-top: 0px !important;
    display: block !important;
  }
  #maincontent .xcreator-header .xcreator-delivery a {
    float: unset !important;
    text-align: center !important;
  }
  #maincontent #kitBuilder .kb-customise-product-name {
    width: 50% !important;
  }
  #maincontent #kitBuilder .kb-customise-product-unit-price {
    font-size: 16px !important;
  }
  #maincontent #kitBuilder .kb-preview-panel-inner:after {
    content: "";
    display: block;
    height: 100% !important;
    width: 50px;
    position: absolute;
    float: right;
    z-index: 100000;
    top: 0px;
    right: 0px;
  }
  #maincontent #kitBuilder .kb-validation {
    background-color: #fafafa !important;
    color: #f20a0a !important;
    background-image: repeating-linear-gradient(to right, #f20a0a 0%, #f20a0a 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #f20a0a 0%, #f20a0a 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #f20a0a 0%, #f20a0a 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #f20a0a 0%, #f20a0a 50%, transparent 50%, transparent 100%) !important;
  }
  #maincontent #kitBuilder .kb-validation:before {
    margin-left: 47%;
  }
  #maincontent #kitBuilder .kb-slider-control .noUi-target .noUi-base:before {
    margin-left: -50px !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li span {
    font-size: 10px !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customize-mobile-nav {
    display: none !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-buttons {
    width: 96% !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    top: 0px !important;
    position: absolute !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-buttons .kb-button-single-item-checkout-buy-now {
    right: 3px !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-button-single-item-checkout-prev {
    left: 0px !important;
    right: auto !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-transform-reset {
    bottom: 9px !important;
    right: 38% !important;
    top: auto !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-navigation-buttons {
    display: block !important;
    width: 96% !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    top: 0px !important;
    position: absolute !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-navigation-buttons .kb-button-prev {
    right: auto !important;
    left: 20px !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-navigation-buttons .kb-button-next {
    margin-right: 3px !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-wizard-breadcrumbs {
    margin-bottom: 0px !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-table {
    width: 90% !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-customise-product-unit-price {
    position: absolute !important;
    top: -45px !important;
    right: 10px !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-customise-product-name {
    font-size: 18px !important;
    top: 13px !important;
    left: 20px !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-wizard-form-field .kb-pattern-transform-slider .kb-pattern-transform-slider-control {
    width: calc(100% - 46px) !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-pattern-transform-slider {
    width: calc(96% - 46px) !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-customise-edit-panel {
    width: 100% !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-wizard-form-field-type-slider .kb-wizard-form-field {
    width: 95% !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-wizard-form .kb-group-personalizacja:first-child:before {
    margin-left: 45%;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-wizard-form .kb-group-wz-r:before {
    margin-left: 45%;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-wizard-form .kb-group-kolory p:before {
    margin-left: 45%;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-wizard-breadcrumbs {
    width: 100% !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-customise-edit-panel {
    display: block !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-wizard-breadcrumbs {
    display: flex !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-general-mobile-styles .kb-customise-page .kb-wizard {
    max-height: 100vh !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-customise-wizard {
    min-height: 100vh !important;
  }
  #maincontent #kitBuilder .kb-wrapper .kb-page-customize .kb-preview-panel {
    width: 97% !important;
    height: 100% !important;
  }
  body #kitBuilder .kb-wrapper .kb-customise-page .kb-locker-room-buttons-save-new {
    margin-left: 143px !important;
    width: 87px !important;
  }
}
button.kb-button.kb-locker-room-buttons-login.ng-binding {
  display: none;
}
a.kb-new-design.ng-binding {
  display: none;
}
body #kitBuilder .kb-folder-path-item a {
  vertical-align: -webkit-baseline-middle;
}
body #kitBuilder .kb-folder-path-item:after {
  vertical-align: -webkit-baseline-middle;
}
body #kitBuilder .kb-waiting {
  font-weight: 900 !important;
  font-size: 30px !important;
  line-height: 5px !important;
}
body #kitBuilder .kb-control-label {
  color: #222 !important;
}
body #kitBuilder .kb-locker-room-buttons-visit {
  display: none !important;
}
body #kitBuilder .kb-folder-page {
  padding: 20px 3% 10px 3% !important;
}
body #kitBuilder .kb-folder-path {
  padding-left: 20px !important;
}
body #kitBuilder .kb-folder-name {
  padding-left: 20px !important;
}
body #kitBuilder .kb-dialog-button {
  line-height: 17px !important;
}
body #kitBuilder .kb-button {
  line-height: 17px !important;
}
body #kitBuilder .kb-wrapper .kb-new-design {
  top: 80px;
  position: absolute;
  right: 292px;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 1 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  min-width: 111px !important;
  text-indent: unset !important;
  height: 18px !important;
}
body #kitBuilder .kb-wrapper .kb-new-folder {
  top: 80px;
  position: absolute;
  right: 140px;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 1 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  min-width: 111px !important;
  text-indent: unset !important;
  height: 18px !important;
}
body #kitBuilder .kb-wrapper .kb-locker-room-page .kb-new-design {
  top: 80px;
  background: #EAE22B !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 1 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  position: absolute;
  right: 292px;
  line-height: 17px !important;
  min-width: 111px !important;
  text-indent: unset !important;
}
body #kitBuilder .kb-wrapper .kb-locker-room-page .kb-new-folder {
  top: 80px;
  position: absolute;
  right: 140px;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 1 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  min-width: 111px !important;
  text-indent: unset !important;
}
body #kitBuilder .kb-wrapper .kb-locker-room-folder-saved .kb-folder-view-icon .kb-folder-icon-name {
  top: 10px !important;
  text-align: center;
  font-style: italic !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  line-height: 17 !important;
  text-transform: uppercase !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-button {
  line-height: 17px !important;
}
body #kitBuilder .kb-wrapper .kb-window-titled {
  border: none !important;
}
body #kitBuilder .kb-wrapper .kb-view-info {
  display: none !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-locker-room-buttons-save-new {
  margin-left: 225px !important;
  min-width: unset !important;
  width: 111px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-locker-room-buttons-save-new:focus {
  outline: unset !important;
  top: auto !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  opacity: 1 !important;
  width: 111px !important;
  margin-left: 225px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-locker-room-buttons-save-new:hover {
  top: auto !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  opacity: 1 !important;
  min-width: unset !important;
  width: 111px !important;
  margin-left: 225px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-locker-room-buttons-save-new:active {
  top: auto !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  opacity: 1 !important;
  width: 111px !important;
  margin-left: 225px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-buttons .kb-locker-room-buttons-save-new {
  margin-left: 213px !important;
  min-width: unset !important;
  width: 111px !important;
  position: absolute !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-buttons .kb-locker-room-buttons-save-new:focus {
  width: 111px !important;
  outline: unset !important;
  top: auto !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-buttons .kb-locker-room-buttons-save-new:hover {
  width: 111px !important;
  top: auto !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  opacity: 1 !important;
  min-width: unset !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-buttons .kb-locker-room-buttons-save-new:active {
  top: auto !important;
  width: 111px !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-buttons .kb-locker-room-buttons-save-new:focus {
  outline: unset !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-buttons .kb-locker-room-buttons-save-new:active {
  border-radius: unset !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-buttons .kb-locker-room-buttons-save-update {
  line-height: 17px !important;
  position: absolute;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-buttons .kb-locker-room-buttons-save-update:active {
  border-radius: unset !important;
  line-height: 17px !important;
}
body #kitBuilder .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-buttons .kb-locker-room-buttons-save-update:hover {
  width: 111px !important;
  background: #EAE22B !important;
  color: #222 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  line-height: 17px !important;
}
#kitBuilder .kb-wrapper .kb-dialog textarea {
  min-height: 10px !important;
  border: 1px solid #CBCBCB !important;
  height: 32px !important;
  box-sizing: unset !important;
  margin-top: 10px !important;
  width: 100% !important;
  margin-bottom: 10px !important;
  padding: 6px !important;
  color: #222222 !important;
}
#kitBuilder .kb-wrapper .kb-dialog textarea:focus {
  box-shadow: unset !important;
}
#kitBuilder .kb-wrapper .kb-dialog .kb-dialog-button-cancel {
  border: 1px solid #eae22b !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  font-style: italic !important;
  opacity: 1 !important;
}
#kitBuilder .kb-wrapper .kb-dialog .kb-dialog-button-cancel:hover {
  background: #EAE22B !important;
  color: #222 !important;
}
#kitBuilder .kb-wrapper .kb-dialog .kb-dialog-button-cancel:active {
  margin: 5px !important;
}
#kitBuilder .kb-wrapper .kb-dialog .kb-dialog-button-cancel:focus {
  outline: unset !important;
}
#kitBuilder .kb-wrapper .kb-dialog .kb-share-basic-dialog .kb-dialog-button-ok {
  width: 200px !important;
}
#kitBuilder .kb-wrapper .kb-dialog .kb-share-basic-dialog .kb-dialog-button-ok:hover {
  width: 200px !important;
}
#kitBuilder .kb-wrapper .kb-dialog .kb-dialog-button-ok {
  border: 1px solid #eae22b !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 1 !important;
}
#kitBuilder .kb-wrapper .kb-dialog .kb-dialog-button-ok:active {
  margin: 5px !important;
}
#kitBuilder .kb-wrapper .kb-dialog .kb-dialog-button-ok:focus {
  outline: unset !important;
}
#kitBuilder .kb-wrapper .kb-dialog .kb-dialog-button-ok:hover {
  background: #EAE22B !important;
  color: #222 !important;
}
#kitBuilder .kb-wrapper .kb-dialog {
  padding: 25px !important;
}
#kitBuilder .kb-wrapper .kb-partial-wrap {
  background: #fff !important;
}
#kitBuilder .kb-wrapper .kb-button-panel {
  border: none !important;
}
#kitBuilder .kb-wrapper .kb-form-downloadpdf {
  background: #fff !important;
}
#kitBuilder .kb-wrapper .kb-form-downloadpdf .kb-custom-form-field-wrap input {
  border: 1px solid #CBCBCB !important;
  height: 32px !important;
  margin-top: 10px !important;
  width: 100% !important;
  padding: 6px !important;
  color: #222222 !important;
}
#kitBuilder .kb-wrapper .kb-form-downloadpdf .kb-button-popup-form-submit {
  border: 1px solid #eae22b !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 1 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  width: 200px !important;
  margin-bottom: 15px !important;
}
#kitBuilder .kb-wrapper .kb-form-downloadpdf .kb-button-popup-form-submit:active {
  margin: 5px !important;
  width: 200px !important;
}
#kitBuilder .kb-wrapper .kb-form-downloadpdf .kb-button-popup-form-submit:focus {
  outline: unset !important;
  width: 200px !important;
}
#kitBuilder .kb-wrapper .kb-form-downloadpdf .kb-button-popup-form-submit:hover {
  background: #EAE22B !important;
  color: #222 !important;
  width: 200px !important;
}
#kitBuilder .kb-wrapper .kb-confirm-dialog .kb-dialog-button-ok {
  border: 1px solid #eae22b !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 1 !important;
}
#kitBuilder .kb-wrapper .kb-confirm-dialog .kb-dialog-button-ok:active {
  margin: 5px !important;
}
#kitBuilder .kb-wrapper .kb-confirm-dialog .kb-dialog-button-ok:focus {
  outline: unset !important;
}
#kitBuilder .kb-wrapper .kb-confirm-dialog .kb-dialog-button-ok:hover {
  background: #EAE22B !important;
  color: #222 !important;
}
#kitBuilder .kb-wrapper .kb-confirm-dialog .kb-dialog-button-cancel {
  border: 1px solid #eae22b !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 1 !important;
}
#kitBuilder .kb-wrapper .kb-confirm-dialog .kb-dialog-button-cancel:hover {
  background: #EAE22B !important;
  color: #222 !important;
}
#kitBuilder .kb-wrapper .kb-confirm-dialog .kb-dialog-button-cancel:active {
  margin: 5px !important;
}
#kitBuilder .kb-wrapper .kb-confirm-dialog .kb-dialog-button-cancel:focus {
  outline: unset !important;
}
#kitBuilder .kb-wrapper .kb-share-basic-dialog .kb-dialog-button-ok {
  border: 1px solid #eae22b !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  width: 200px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 1 !important;
}
#kitBuilder .kb-wrapper .kb-share-basic-dialog .kb-dialog-button-ok:active {
  margin: 5px !important;
}
#kitBuilder .kb-wrapper .kb-share-basic-dialog .kb-dialog-button-ok:focus {
  outline: unset !important;
}
#kitBuilder .kb-wrapper .kb-share-basic-dialog .kb-dialog-button-ok:hover {
  background: #EAE22B !important;
  color: #222 !important;
  width: 200px !important;
}
#kitBuilder .kb-wrapper .kb-share-basic-dialog textarea {
  min-height: 10px !important;
  border: 1px solid #CBCBCB !important;
  height: 32px !important;
  box-sizing: unset !important;
  margin-top: 10px !important;
  width: 100% !important;
  margin-bottom: 10px !important;
  padding: 6px !important;
  color: #222222 !important;
}
#kitBuilder .kb-wrapper .kb-share-basic-dialog textarea:focus {
  box-shadow: unset !important;
}
#kitBuilder .kb-wrapper .kb-share-basic-dialog .kb-dialog-button-cancel {
  border: 1px solid #eae22b !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 1 !important;
}
#kitBuilder .kb-wrapper .kb-share-basic-dialog .kb-dialog-button-cancel:hover {
  background: #EAE22B !important;
  color: #222 !important;
}
#kitBuilder .kb-wrapper .kb-share-basic-dialog .kb-dialog-button-cancel:active {
  margin: 5px !important;
}
#kitBuilder .kb-wrapper .kb-share-basic-dialog .kb-dialog-button-cancel:focus {
  outline: unset !important;
}
#kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-control-label {
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  line-height: 23px !important;
  text-align: center !important;
  color: #222222 !important;
  text-transform: uppercase !important;
}
#kitBuilder .kb-wrapper .kb-create-custom-design-dialog textarea {
  min-height: 10px !important;
  border: 1px solid #CBCBCB !important;
  height: 32px !important;
  box-sizing: unset !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #222222 !important;
}
#kitBuilder .kb-wrapper .kb-create-custom-design-dialog textarea:focus {
  box-shadow: unset !important;
}
#kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-create-sub-folder-button {
  width: 140px !important;
  height: 22px !important;
  margin-top: -2px !important;
}
#kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-create-sub-folder-button:active {
  width: 140px !important;
}
#kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-create-subfolder-name {
  min-height: 10px !important;
  border: 1px solid #CBCBCB !important;
  height: 20px !important;
  box-sizing: unset !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
#kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-create-subfolder-name:focus {
  box-shadow: unset !important;
}
#kitBuilder .kb-wrapper .kb-create-custom-design-dialog #shareBasicDialogShareLink {
  width: 100% !important;
  height: 32px !important;
}
#kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-dialog-button:active {
  margin: 5px !important;
}
#kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-dialog-button:focus {
  outline: unset !important;
}
#kitBuilder .kb-wrapper .kb-customise-page .kb-locker-room-buttons .kb-locker-room-buttons-save-update {
  margin-left: 12px !important;
  position: absolute;
}
#kitBuilder .kb-wrapper .kb-customise-page .kb-locker-room-buttons .kb-locker-room-buttons-save-update:active {
  border-radius: unset !important;
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  opacity: 1 !important;
  margin-left: 12px !important;
  left: 200px !important;
  position: absolute !important;
}
#kitBuilder .kb-wrapper .kb-customise-page .kb-locker-room-buttons .kb-locker-room-buttons-save-update:hover {
  background: #EAE22B !important;
  font-size: 14px !important;
  line-height: 17px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  color: #222 !important;
  padding: 4px !important;
  opacity: 1 !important;
}
#kitBuilder .kb-wrapper .kb-customise-page .kb-locker-room-buttons .kb-buttons .kb-locker-room-buttons-save-update:active {
  border-radius: unset !important;
}
#kitBuilder .kb-wrapper .kb-customise-page .kb-locker-room-buttons .kb-step-last .kb-locker-room-buttons-save-update {
  margin: 0px !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-buttons-save-update {
  position: absolute;
  left: 200px;
  min-width: 150px !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-buttons-save-update:focus {
  outline: unset !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-custom-design-price {
  /*
          position: absolute !important;
          display: block;
          width: 198px;
          top: 230px !important;
          //left: 14% !important;
          text-align: center !important;
          font-style: italic !important;
          font-weight: 900 !important;
          font-size: 18px !important;
          line-height: 21px !important;
          text-transform: uppercase !important;

           */
  display: none;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-custom-design-quantity {
  /*
          position: absolute !important;
          top: 280px !important;
          right: 14% !important;
          font-style: italic !important;
          font-weight: 300 !important;
          font-size: 14px !important;
          line-height: 16px !important;
          text-transform: uppercase !important;

           */
  display: none;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-custom-design-icon div .kb-custom-design-icon-name {
  position: absolute !important;
  text-align: center !important;
  top: 170px !important;
  font-style: italic !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-folder-icon-open-menu {
  position: absolute !important;
  top: 40px !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-folder-view-icon {
  text-align: unset !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-folder-icon {
  background-color: #fff !important;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABkCAYAAABNcPQyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAABkaSURBVHhe7VxNj23XUb2333v+Shw7ESEgJGKQkJggLDFkgpjBADxlxhQGkcUPCBEDhvkNSIgBiN+QGRKjKB8ISKwE4xAcxwSSQEISfzS11q5Vd+26+9zb3XT6vUAvuU5VrVpVe99zzv14t7u9vwzsHO99Ybe7/Jvwfxv+rSAuwt5nabd7EIZ4z2x4b0eOOjivKcYsuF8M6qNhvx4jfyX8xwZ/j1vH4QJf/mdc1D/b7d79ayR5bd4Le4jAkBdtnxf5Mi84cpbiwNhvBBTi4opnb3C6tx68HOXfiqV+e+T3uDUcLvAPfy+efK9FoAuTF4H+3bBHmQM/CsOzGTluAHg90+XBKRcHLWZpNnj4zC/iQj/6k/A/F/k9bgPjAr/zp3He/zxSnGy4uBh7P/mAXYjiAvVMDX6Piw7kHAI1WOhwL/HZm3qAa+HC55z9h+Le+YO40L/P8j3+d9hfvvfG5e4H8V7IE46LipdlXQTALgaffboYuJjvpEcPegHplUOLGB5Qr2sWePRq2B9lco+bYn/5wz+83L37lxHmRbrERcOJz4uqZ+VlvrROz1JdoIj5TBanixk3wz7iS90wEfOVAVzGfIcIY6y+xEV8AHv6L8J/PIl7XBf7y+//2uXu/S9GiJOLk4+LhQsJDwUuTIIXAzXEIxwBEAlfgqsQyLj6dPFRt5rkgLcD+5d2l8/8VbTG+/M9ro39e9/dX+7jIuKt2H2HPosB0ikWvHdr3kpzDtQ9/and/qlPJnOPq2L/7nf4lDsLXAYJdUk8R+waoOeAeoFeO4eLp18dF3n/YjL3OIf9O9/evsAsqJpX69wTDnJKTYsYZG890gRWPa7bX7y0u/jAZ+jvcR77H3xrXOA6scPViSVwoiNWCkBfJx6FzEdjGGCx5gMqr3REajl/hAOZXMTFffDsp3cXT70yiHtsYv/9t0+/ROtC3gj9wjmixvJNZwcePtzvHj3CoPiUjZdtvXTz2Y04/k0NbNX/H7zU77/3zau9Bz+peBD/anvqqYvpFeLaOHmDgH9hXf8JuEH2//UWvsxCxP9Ovmqm7PCsaz0FCQ3V1/iTWsSReB9rIyzdRfzr69ln96FN0Z3ixA3wBNwg+++8eXgG+8nr6CcWcG3nzs0StjSC5lxl3sOHeDbvecEfz8W+CdoNUDcCbHGDeJ3+NPb/8fXDh6yjZ02LrwqdW/R5LGzNXPUBW719zmruihO0xlZdcN25eapdZ7ZrTuWr+cDFw5d3Dx69vHvmg5+MGK8OB+z//V/iAkcT+tSDIfWzBiAH10wEavDGFaK+lPQZCYX+ACZdeoYRa1/KGQBNT7SYveAC9fhck2Dq2rBay3zNE48QHALxBspSR1gfEXlp1LvSW+3pD766e+6FTycR1L+9kS/REgFq8mYgcqrBB7D5Ca7PGJsj1eIOPdCambm07PWazaA065MucLJPNfFW73McrGVcCMLncVRywtFaQOfggayTcj3QtP1xPHzq5d0LP/PZUfvm64f3YEG9PlOQWDVv7n2ruHMA+ZWgYdln3tFH+Ni+xGoeoNjrgHLhiPchDV2r+e4dOi/et9Xj3HPPv7r7wEc+vdu/9dVxgXkI8I6LROIjJMmFA0ca78+YcGHWAdHSY67apv7A1FOi9Ae3rLuU9UDFceiPhzVrUB3wfRYy8TnZSlj7BOkcNTcCX0c65tkILsPSEZG8+LHP7PZvfuX4GXyP/xt49kOf2O2//triJTquvt+xHafq53qfVNx030/y433w6KXd/mtfwo8LxyZrs+EFhLX/DCjxguLOdUTNT8h0clx/qq5c6H3I5bdgMyUnvK/Psh4icu4vQpaVuz68at53BOkQt/5zcIlGsz2T/T//QzyDfeCkGmFNUd6x6nes5p7SdnTdqrf3eV21U3MUdw7os/qcLagf2Orp667mO7elQw603v3rfz+/RE93YgAxIL7H57ClPTVDtZuuuQXMEK4ya7WPjq3adfbbtadmClfdDz9koU+cx1vQOtB1/VX6nyTcZL9XPUeP6zz42vvvfiOfwWJXOzOOktExIK04zQA8Bs5pBXCu9VpHn7XSdt57HKarZ8JK6/MUSyes9F3bNUCf1fu2+oVW23/3zfEMvglqzQhODfE9Cdqb72c1Qif5lK5rBGnP7Q+Qps9HDpxpn7C1ns/SOlv+HDgrDlvriL5YDfMmxMo9BhS+j9+CzVrXAEjFlU8jIqhYkC78+4gzZ9zANTMGtIa09du4yqG3Bs/hjvIRTvD+DpyPDs1UGzxy7LHzgnqEHit37wZcdMI9DHcjnyEJxaq7xnVeB1BTDHhNd6JzcMo5N2drjdKlZoXSwnCwGVv7ganuvKBY/V4DlHee82ymoHUA5xFrH+KlRQ7K9YLWkXb/7X+93W+ytLEtnKvfFbb2cVv7u+vHubUefx6sQhch70B9xQOrmrhe25rj/NY8oetUU+y9Xluhz+39Dq/1eAWf0zXn1gKuUgf6LMT1A3+gDzo3+B43x12dW15gLhQLTu/wBmwGtakMDsjeSiPX5v1BHHHhcWvxz5aAVtNi4LSGZgk+H1jlALheE7b4Dul8JqAcIGW8cu9xHqj+yDkzczj+BRF8agvgoWcx4vBHmpw1fqOjI4tLSK36VbURUxqxHuhRb8+vC/T7b6KsoJrW0T60trxDHEx/WiWIE9pvwviffJ2c7TXlMMB7FKvuNcH4/be+Ni7wGd0BIFRgZ8DjgNMrTHMj0N1HLvNVr8+dZgQ87zVgxQE+kwcJVQhs9QLcexSrvjEDKNp6xE1J+OITy1wEknRFRYJfuxoXeKqkB8D13OG1c/D5p2LNdD4wvQytdIBmAF3rXlhpEqIKXu8xkHn1Nb5yh2rCqqf3e09wRy/PbSZePE4DDTKhDwzj3bRlgG+wbxa584LluuthaiO8RzNMu5y54qahQblGsXpd2/vS1/qAzxLvNRkAXrniDtMfXVyrAeOX7kRo0QC1yfMuQbDIKwYqSN5yDIz/yPFmQFyHAIsjlNYx7QWx9Knt3NIDPU6QFh/YelwrTI815+vv2ft58MdOKbTQkA0oSN211k7UGsFfcDNaQMLw3oSYuTVSq+GqG5QXbRr4Vb2Q9bKkgfqq0rxmOXcK0+NN6y1T3ZHnAFCp1gcy5tejOj+Gejzw0sLLBM9tzY5pfurA8SvQiPkSrQXoYmNTUwA5elWr70/xIMDnofc5ekk9nCtLkXKA68Ay98cKvr5vTt0E1ewxIdZ3xZM++1fmIJcxe4YrTHnWjwBelhSgi0KzmvYvnpx5xdMwxGH7t18//DRpOnlhOvndO65SEzxHvELXA30ucJV+wedoD90DWzpBOmDFd241T1DufoXVnBU0+2ju9HvRqwmTGkTC88OEmfO+8EfvNVbHXYZ0whHRUMMSmidkf9GqiegeyJ5C1wnSC1sa5T5HWOWC84DXgFNzAkhB79/6p72+ECG24uugv/FjDuCznNtap88Rul66zTlhV5kvneuvM3ulOcWd6+3YmoXD6jwBfA+uDy4B151bkFiIsJgvyDz9CMoR8h1bm645QHjpXC4NvD8+B2rqBRTC10z5jEtvvOCxMNUjoWXez/vR7O6HmwCu+hbgz4MBeBeuYmlkBG+hAa/hzi/4HYY4w+IS6hVWdXocNDPXUa/3sGz7cI10qivf4gFwMHLyCcTKPRaU+34ErzFOX3lgywvI3YT9N/JPV64CNK42+CTiLvd622vd5jz+VqXfKVs4pVnVnLvK/BXQB5zqPaU5te5V97el2+oRf6oP6L3iBc1Q7HB+SwOgdvh38Bmc0qxqzl1lfgc2d9V9belO9XvNY50wYUu3NVv8qb5Vr3ive+y4igYAP34vGkE7oX5neCxMetQzJg8fxnoEFSfUKy0ONY9ikIGImXo90fMJaAJO1DXXsZxJ4QiBJ2EfqAOTxuqO6UOWA3k3x5RbTN71HieUO981wPQN1MaMJVA7U2d/nijBuZovvzqpgcexD3BHfao3HP00qZoTuls6XOPY4rdQX3eq78TafW/AiutY1cmt+pLTs6jmm7Y4w4rrWNXJrfqSW+2j5sgnijdMfz6qYdfFTftugrtc6xQe5z587XP7mJ7BN93wXT7Qx3VSOx7nPnztc/vYf+3L46vKApJowp0BTMPSp2R6CygEqR7Xdf1W3nm/Q+EuLAd6H72CRL/LpQUUS9O1K6D8OPdRfXGA35oJYJ8FFCGW9a/4XKu4SUigpjo8NKW3hqNeoJHcC/xIx4/Ukut7kFcAB+Of1liuPRER6PGC4/xROWgC6hH3OPeh9VDQNYJj6OLA+NOVTIjM0agN1INBAg5x8tTLWB3xskfxcIODV5wFcYDWAPjAIiaVvoQAOFnmtOlMzhSfZYgj4Qc+kIhJxn9p/CxI8vHvA1zNDvg5wsA690jf+NKZryqtkWDXCJfwetcqPzdDgM6xmrWC17ZixznePeDarV7Aa1ux4xzf68iBEz38lR1cbXnFxQM5oPKs1Z0GiEMYPLXRpx7VGOsAzkxcWYfV6Cx3g6scSE8qDuqrfjh5HcLo8FjAObJeGsvd4CoH0pOKw433kbxCz+GVYtb4f3RsARcW1fAMpcwLjtr0YUD6c2g6zsi4AltjigH1tzmlA5I/9WHlFJZ9mi9e68sL0gHJ3+o+AK2hWtuD+k5/Fy0+/KRBnNwRfxWkTv2cIRM8X9Xg8ApiqFcU0077W2Cr7nzF8K7P+M73AWgNIWNp9Htny38Hw3vsUK3X3Z8yaQTcaYDXXAs4J96980DXOLqury/4DNe4iZN3HugaR9ddZx+AZF0vSHv0f9l5EtAfzE1wGzNuA497H9Nf+MMAeeCqdcWC+G5C57oXXOeardx5oHNbtV53v7Je67nzQOe2ar3u3uuAc+J7vPxhg7xix1Z9i+9Y1b0X0B2/mrPVu3qWbGlXc4Fe39IBvab8LvaBfNXrnOLljwsRO99rAsJeE1eWOSBuC6rxGx/TrWJ4N32ocHQNuQU/WdaBdAXxQGnCu93JPtILpTMv23/178Z7MA5HNx8IFagaYKOJKWmanyhsPE7iLh/Xj2Ef9VUl+gGfgdoIBl95iBXDsVe1hPSiFVcuD16Jwed73aWlCU8zbgveQ1+HubfCCHoPYOFUpxm3Be+hr8PcW2EEE7/SGMDB9l/54vV+HnwVzbWBO6TN5OZGOOE6/JbWcRUN0HVPyj6Q4HqA07VxzfQ/QuOX1gmEMgExv8jOWFjlWsFr7hUTmTivDTqmngbovY5YM3xun+HrdJ1b123hrvZR9Qi0pp54rtm/9oXxDJYI2IoFvd+C113jz2zWgdQAva4Y6DkADmPEX2WOwL70SioPqGW5bpjXgVoP8Qgf6z4AUos+B/rqn0muU4zm3s+FjdcCvhA+SfKTcOaA6uqHhwHeC5APbvlqYUmfoxgScdCoBV4xMSUDehXjOmHTeumBx7kPgHTjOlA/+Ss7unMcGuzanntfn6kU3t8SHL3W13JIyz1kDigm30xA6By8nk30gy5Mva2I9C734bYF9n/580/eV5X3uD3Uh6x+lZF3A+SBLR7w2jlI6z2nelfaVQw4L6w0bsCK6+j1rRhwXlhp3IAtTnCuG7D/0ufyQ1a+rJ56yndMLyPX6LsKbnvmj2OPN8Fd76N+o4OWX7NpA/RWnxC5vpbz2qTNmHmacueIjMXXz1gzV837GCMUB7SaeH7oa1zB84xLC0Rca2Tcc6A4oNXE38o+EDofmGZajS/RuKvYDBcH5gF6xWGorQYXnzW2eBzofYC1DJ9i58mFIde+xPHZoBsBMUXHWl+7NOGP9gQuQ+CovpgNu/N9ANYHz2XAwdvc/T9+Nl6iUWVlOIqvA/XbHC0yzVLStedgWrVu4txc1TXEtRu9lK9qncuceuVA66u6w2dlkecvYvk+5whdEzmfwRjgINfMoRx9rHefMVB5JrjTmSMGhxiWuQybqxnpAT7g8EbNeQTKy5IDpvXz5ZK5OMVpAM9b1oCqJ1d8Pot1nlFXUSFMdT7GjPs+huDgfd+9D6CzWLXx7+AIuIAqC7AETSb02OkCE83GDOFVFDfc0Sxp6TOn5UkEUFIdCfORHZAExlfNRW3djmlmBN5aAJ8FOMbKURvhxJWv4gyfx4MegJ0Tws8RzGuB+mmSeArAyesud0MJJ7rxyvklhbiE4tIxsVze5tLDZU7rOczubpj6GSf6lxCKpVVBfbUPeISo50mWnuv62tLBw6zXbZDDmIo3o7OYPq1i7dHycMXD+Ckaxr0jlg/LdARh+sCQrnREeOWaVbo8wNc6mU88cnnwYZyRBb0PwclwcB6AHBzpSLReWUJ1cNSBzFyYZkOT9ZKwkLoEakqpDzCPQ+drUHo4rQGr2MDUOZsL1F7CX7AiA8JLQKc8uRosPoFYprz2pp703se5weuBsIY4NQwRh1UcQAxkOtYTCa84oP4SBxD6PHrrATCPZrlmZdvwqaMQGjhpA8zTA4iRkIMnkci+6k2vHqZsRDCFoy+85uGZPL0HLyFePqdpKMChaUDNEmli1FR29AeFUB5gPsLRjzk5S+aoPUSTPzatAXgscE3nkYfjDON9JjWqmQYgj/pIa+8rdBq95NAcQbqxR/CIw3geshne9zJeoh2ZuwhU5QkOtZhlcBQfPE0x0HPE6TjzhElHRH/tKUnfM6CeI12GqgOMo+A8+0zDlIKRoJ4hgZyakVJLub0XH4rplGcjZ4oLcHbyQLoBT9QHH05rXajRh6BYi6RQqJkIjC998KXJXs5tXhrGlaQPkI/XF9aSryWQR4JcLaRSQA4HFQETV4gZYbU+CpZ7DR5lNHJfZAego2WMWvUNR34UmBZWOv6/pqEXssg1kqeTRjPgg9Ms5HyJRgDTJqY86whpcRBfiHotEoa6ZgDK0Vaz+owA5OpjPUxes+D0jGA9nPTSqId2cAxq7mA4kJzgOeJwlTNJgwuPJbkuDHz2p6Q8NUhSgxwUkQG5MN+P72Wq55x0I0h4//SL74THPhAIj1wbAnC39eHsyRjgHTnCwcEwIzzTOGTKmJqcMT0og/j476A3jddrPSB5cPJTDU45NIdw8GHaI/Ja07zPRcie9ERqvVczpak9hEc4vcyDU10zAhVmHdp6BrsHOCiM3sA0DiXNOvM4cLDlsJohD5QoeyKnPHsAOPCsJUdkXOMiBwUNS3HQmtKQT2geatWDOEzridQc1+DA/qzJA+LhCz7DeumrMFD/hpVTLzTZC/iaCMHbmKqPfyYJiiHOuHwe5PuD0Hrk4cPgSyJBoPqSmzaL/qhXX8D1kPpM5eiTCaoBpClEMHRKkxq9QfrjEny++qSjzz7wFABMBg+KaRw4A1rV6zB4xCgxzLjWTx4H1TkTHMDi8Kgd/gA8wLsnG4gUa5FMmZCzXoD15DVXMRE1zaKYDeYDrMc+2IYDcuv3udBqNmLmDugyrAAaaPNtg2n2ql/8OMyoNTA7Z9JlLF97NqCV/WEqI3UtH1d4GIAS4ziIF1dtWascQRhm8VN0bTo9ci0EcAOwRNcTObB0XguwxzXSha91YMn3JdTHOWG1R3jVUVKDPPjUCwj1Uog+3lAZj2GHWH30YdRZztnhANTAM4cP09wyKgMRaLYG1BrhaNCgAGRjuqq5F7iHtItHT79UTZps2glZHhuVCNPTtGEOl0+u5HzXTz7I6jFe3Ap6QIL2gR6tAUwjolC6kY41TFS5cQJnRxPLOGAe4jSAfAA6riUfvGrqVQ+QkqEX0TUsGDLnnkLINBvguIfwTz/78u7igx/6HRZQ0UZYzUZtEqBD7oi82qzGRdI4Gy4OeLbQJ1868OgLA8BxP2G1L8B6vMYc/Ein/tKhDl718AL7GaQ2i8UnKo2gWix21N4sBjTzqIfC+A83u+kZh016rweYhkAa5M88+6u7i+dffGUwKIbVRqZpA9qYToCkhPVOOkM9MNV1UF+GWaZO5rq+fnkEoWUeB2+rGS1GT+0TvFwcxCc986pNRZuVYBq1/jioi3ySJ6e3D2iO5g83POrw0kSuOqif+tk/3l089/xv7D780U8cNi2FieUJJTGBc5EnhxxzZAA9tBQbso4awkkHTv3DEdYyvIIo+Hr9pNBBk15OOtUJFoYvPnUEeOTJcV1ZoNZOeA4tZSsNCuIjVl/1AMGJpw+rGmA9H/npT+zw9ov/WfTle+99e/fGa7+5+8H3Pjc6IMzBGKSTNvkhIbSor4bQew7i9A6rQV/gkBEKNWsxp9Zq0H413/ejUfTem/VDkdlR35LPHsV8TEzCDs6CoSltQHF5aMB3jwBxakE+89zLu1/45c+S50ebBw9eJPHhuOpoIqxR3jcgnYYSqKcXrw0QqAfHGdnDGJrUQU/z2IyA9/6MWY+4OOfD/Bs15nBZKz7APWYMeExIDJ9FOBjm1WMCIvY1SMch2wakCVCDAzg4+TCh1gjIExHjmfvzv/SZJILCMzhj4p0fvb57+81PxbP587sf/vfnyXERXyUX0EK9RkQOyqdP2hO9xTMp+UD2Ceo3ipw0WZ50NbuDxfTpVvMd0/wGPY7ai2vYdNAIlWdP10x6aCJ+9NTHd89/+Hd3z7/wyg5vuQfsdv8DoIr+mZIGB6wAAAAASUVORK5CYII=') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-folder-path {
  border: none !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-folder-view-icon {
  margin: 20px !important;
  border: 1px solid #cdcdcd;
  height: 240px !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-folder-page {
  background: unset !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-rename-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-rename-button:after {
  content: '' !important;
  padding: 0px !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-rename-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-rename-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-edit-custom-design-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-edit-custom-design-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-edit-custom-design-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-edit-custom-design-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-copy-custom-design-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-copy-custom-design-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-copy-custom-design-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-copy-custom-design-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-share-subfolder-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-share-subfolder-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-share-subfolder-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-share-subfolder-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-share-subfolder-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-share-custom-design-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-share-custom-design-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-share-custom-design-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-share-custom-design-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .delete-subfolder-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .delete-subfolder-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .delete-subfolder-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .delete-subfolder-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-delete-subfolder-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-delete-subfolder-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-delete-subfolder-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-delete-subfolder-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-delete-custom-design-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-delete-custom-design-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-delete-custom-design-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-delete-custom-design-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-form-button-code-downloadpdf {
  background: unset !important;
  display: none !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-form-button-code-downloadpdf:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-form-button-code-downloadpdf:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-buy-custom-design-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-buy-custom-design-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-buy-custom-design-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-buy-custom-design-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-folder-icon-buttons {
  background: #fff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-folder-icon-buttons .kb-icon-button {
  height: 18px !important;
  width: calc(100% - 30px) !important;
  font-size: 14px !important;
  font-style: italic;
  font-weight: 300;
  color: #222 !important;
  text-align: left !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-folder-icon-buttons .kb-icon-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-custom-design-image-wrapper .kb-folder-icon-buttons {
  background: #fff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-custom-design-image-wrapper .kb-folder-icon-buttons .kb-icon-button {
  height: 18px !important;
  width: calc(100% - 30px) !important;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  color: #222 !important;
  text-align: left !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-custom-design-image-wrapper .kb-folder-icon-buttons .kb-icon-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-custom-design-image-wrapper:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-page .kb-locker-room-folder .kb-custom-design-image-wrapper:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-dialog-content {
  color: #222 !important;
}
#kitBuilder .kb-wrapper .kb-custom-design-price {
  /*
      position: absolute !important;
      top: 200px !important;
      display: block;
      width: 198px;
      //left: 14% !important;
      font-style: italic !important;
      text-align: center !important;
      font-weight: 900 !important;
      font-size: 18px !important;
      line-height: 21px !important;
      text-transform: uppercase !important;

       */
  display: none;
}
#kitBuilder .kb-wrapper .kb-custom-design-quantity {
  /*
      position: absolute !important;
      top: 262px !important;
      right: 14% !important;

      font-style: italic !important;
      font-weight: 300 !important;
      font-size: 14px !important;
      line-height: 16px !important;
      text-transform: uppercase !important;

       */
  display: none;
}
#kitBuilder .kb-wrapper .kb-folder-page {
  background: unset !important;
  background: #fff !important;
}
#kitBuilder .kb-wrapper .kb-folder-icon-open-menu {
  position: absolute !important;
  top: 40px !important;
}
#kitBuilder .kb-wrapper .kb-folder-icon-name {
  top: 10px !important;
  text-align: center;
  font-style: italic !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
}
#kitBuilder .kb-wrapper .kb-custom-design-icon div .kb-custom-design-icon-name {
  position: absolute !important;
  text-align: center !important;
  top: 170px !important;
  font-style: italic !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
}
#kitBuilder .kb-wrapper .kb-folder-view-icon {
  text-align: unset !important;
}
#kitBuilder .kb-wrapper .kb-rename-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-rename-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-rename-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-rename-button:hover:after {
  color: #ffffff !important;
  background-color: #000000 !important;
}
#kitBuilder .kb-wrapper .kb-edit-custom-design-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-edit-custom-design-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-edit-custom-design-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-edit-custom-design-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-copy-custom-design-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-copy-custom-design-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-copy-custom-design-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-copy-custom-design-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-share-custom-design-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-share-custom-design-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-share-custom-design-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-share-custom-design-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-share-subfolder-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-share-subfolder-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-share-subfolder-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-share-subfolder-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .delete-subfolder-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .delete-subfolder-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .delete-subfolder-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .delete-subfolder-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-delete-subfolder-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-delete-subfolder-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-delete-subfolder-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-delete-subfolder-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-delete-custom-design-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-delete-custom-design-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-delete-custom-design-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-delete-custom-design-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-form-button-code-downloadpdf {
  background: unset !important;
  display: none !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-form-button-code-downloadpdf:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-form-button-code-downloadpdf:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-buy-custom-design-button {
  background: unset !important;
  width: calc(100% - 30px) !important;
  padding: 4px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 300;
}
#kitBuilder .kb-wrapper .kb-buy-custom-design-button:after {
  content: '' !important;
}
#kitBuilder .kb-wrapper .kb-buy-custom-design-button:hover {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-buy-custom-design-button:hover:after {
  color: #ffffff !important;
}
#kitBuilder .kb-wrapper .kb-custom-design-image-wrapper .kb-folder-icon-buttons {
  background: #fff !important;
}
#kitBuilder .kb-wrapper .kb-custom-design-image-wrapper .kb-folder-icon-buttons .kb-rename-button:after {
  display: none !important;
}
#kitBuilder .kb-wrapper .kb-custom-design-image-wrapper .kb-folder-icon-buttons .kb-icon-button {
  height: 18px !important;
  width: calc(100% - 30px) !important;
  font-size: 14px !important;
  font-style: italic;
  font-weight: 300;
  color: #222 !important;
  text-align: left !important;
}
#kitBuilder .kb-wrapper .kb-custom-design-image-wrapper .kb-folder-icon-buttons .kb-icon-button:hover {
  background-color: #000000 !important;
  color: #fff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-folder {
  background: #fff !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-folder .kb-custom-design-icon-name {
  padding-top: 10px;
}
#kitBuilder .kb-wrapper .kb-locker-room-folder .kb-folder-path {
  border: none !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-folder .kb-folder-icon-open-menu {
  right: 10px !important;
  left: unset !important;
  width: 20px !important;
  top: 40px !important;
  height: 20px !important;
  background-repeat: no-repeat;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABLSURBVHgB7ZHBCQAgDAOrTtAVuqi4mS7SFTqC+vEjWF9CwR6UBhLyCYAVkmYSUUbEOg9EpJ1y4VLSl2bmYzaCTtn+D/g6lvF1HjEA5jcf5I2P1akAAAAASUVORK5CYII=') !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-folder .kb-custom-design-icon-name {
  border: none !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-folder .kb-folder-icon {
  background-color: #fff !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABkCAYAAABNcPQyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAABkaSURBVHhe7VxNj23XUb2333v+Shw7ESEgJGKQkJggLDFkgpjBADxlxhQGkcUPCBEDhvkNSIgBiN+QGRKjKB8ISKwE4xAcxwSSQEISfzS11q5Vd+26+9zb3XT6vUAvuU5VrVpVe99zzv14t7u9vwzsHO99Ybe7/Jvwfxv+rSAuwt5nabd7EIZ4z2x4b0eOOjivKcYsuF8M6qNhvx4jfyX8xwZ/j1vH4QJf/mdc1D/b7d79ayR5bd4Le4jAkBdtnxf5Mi84cpbiwNhvBBTi4opnb3C6tx68HOXfiqV+e+T3uDUcLvAPfy+efK9FoAuTF4H+3bBHmQM/CsOzGTluAHg90+XBKRcHLWZpNnj4zC/iQj/6k/A/F/k9bgPjAr/zp3He/zxSnGy4uBh7P/mAXYjiAvVMDX6Piw7kHAI1WOhwL/HZm3qAa+HC55z9h+Le+YO40L/P8j3+d9hfvvfG5e4H8V7IE46LipdlXQTALgaffboYuJjvpEcPegHplUOLGB5Qr2sWePRq2B9lco+bYn/5wz+83L37lxHmRbrERcOJz4uqZ+VlvrROz1JdoIj5TBanixk3wz7iS90wEfOVAVzGfIcIY6y+xEV8AHv6L8J/PIl7XBf7y+//2uXu/S9GiJOLk4+LhQsJDwUuTIIXAzXEIxwBEAlfgqsQyLj6dPFRt5rkgLcD+5d2l8/8VbTG+/M9ro39e9/dX+7jIuKt2H2HPosB0ikWvHdr3kpzDtQ9/and/qlPJnOPq2L/7nf4lDsLXAYJdUk8R+waoOeAeoFeO4eLp18dF3n/YjL3OIf9O9/evsAsqJpX69wTDnJKTYsYZG890gRWPa7bX7y0u/jAZ+jvcR77H3xrXOA6scPViSVwoiNWCkBfJx6FzEdjGGCx5gMqr3REajl/hAOZXMTFffDsp3cXT70yiHtsYv/9t0+/ROtC3gj9wjmixvJNZwcePtzvHj3CoPiUjZdtvXTz2Y04/k0NbNX/H7zU77/3zau9Bz+peBD/anvqqYvpFeLaOHmDgH9hXf8JuEH2//UWvsxCxP9Ovmqm7PCsaz0FCQ3V1/iTWsSReB9rIyzdRfzr69ln96FN0Z3ixA3wBNwg+++8eXgG+8nr6CcWcG3nzs0StjSC5lxl3sOHeDbvecEfz8W+CdoNUDcCbHGDeJ3+NPb/8fXDh6yjZ02LrwqdW/R5LGzNXPUBW719zmruihO0xlZdcN25eapdZ7ZrTuWr+cDFw5d3Dx69vHvmg5+MGK8OB+z//V/iAkcT+tSDIfWzBiAH10wEavDGFaK+lPQZCYX+ACZdeoYRa1/KGQBNT7SYveAC9fhck2Dq2rBay3zNE48QHALxBspSR1gfEXlp1LvSW+3pD766e+6FTycR1L+9kS/REgFq8mYgcqrBB7D5Ca7PGJsj1eIOPdCambm07PWazaA065MucLJPNfFW73McrGVcCMLncVRywtFaQOfggayTcj3QtP1xPHzq5d0LP/PZUfvm64f3YEG9PlOQWDVv7n2ruHMA+ZWgYdln3tFH+Ni+xGoeoNjrgHLhiPchDV2r+e4dOi/et9Xj3HPPv7r7wEc+vdu/9dVxgXkI8I6LROIjJMmFA0ca78+YcGHWAdHSY67apv7A1FOi9Ae3rLuU9UDFceiPhzVrUB3wfRYy8TnZSlj7BOkcNTcCX0c65tkILsPSEZG8+LHP7PZvfuX4GXyP/xt49kOf2O2//triJTquvt+xHafq53qfVNx030/y433w6KXd/mtfwo8LxyZrs+EFhLX/DCjxguLOdUTNT8h0clx/qq5c6H3I5bdgMyUnvK/Psh4icu4vQpaVuz68at53BOkQt/5zcIlGsz2T/T//QzyDfeCkGmFNUd6x6nes5p7SdnTdqrf3eV21U3MUdw7os/qcLagf2Orp667mO7elQw603v3rfz+/RE93YgAxIL7H57ClPTVDtZuuuQXMEK4ya7WPjq3adfbbtadmClfdDz9koU+cx1vQOtB1/VX6nyTcZL9XPUeP6zz42vvvfiOfwWJXOzOOktExIK04zQA8Bs5pBXCu9VpHn7XSdt57HKarZ8JK6/MUSyes9F3bNUCf1fu2+oVW23/3zfEMvglqzQhODfE9Cdqb72c1Qif5lK5rBGnP7Q+Qps9HDpxpn7C1ns/SOlv+HDgrDlvriL5YDfMmxMo9BhS+j9+CzVrXAEjFlU8jIqhYkC78+4gzZ9zANTMGtIa09du4yqG3Bs/hjvIRTvD+DpyPDs1UGzxy7LHzgnqEHit37wZcdMI9DHcjnyEJxaq7xnVeB1BTDHhNd6JzcMo5N2drjdKlZoXSwnCwGVv7ganuvKBY/V4DlHee82ymoHUA5xFrH+KlRQ7K9YLWkXb/7X+93W+ytLEtnKvfFbb2cVv7u+vHubUefx6sQhch70B9xQOrmrhe25rj/NY8oetUU+y9Xluhz+39Dq/1eAWf0zXn1gKuUgf6LMT1A3+gDzo3+B43x12dW15gLhQLTu/wBmwGtakMDsjeSiPX5v1BHHHhcWvxz5aAVtNi4LSGZgk+H1jlALheE7b4Dul8JqAcIGW8cu9xHqj+yDkzczj+BRF8agvgoWcx4vBHmpw1fqOjI4tLSK36VbURUxqxHuhRb8+vC/T7b6KsoJrW0T60trxDHEx/WiWIE9pvwviffJ2c7TXlMMB7FKvuNcH4/be+Ni7wGd0BIFRgZ8DjgNMrTHMj0N1HLvNVr8+dZgQ87zVgxQE+kwcJVQhs9QLcexSrvjEDKNp6xE1J+OITy1wEknRFRYJfuxoXeKqkB8D13OG1c/D5p2LNdD4wvQytdIBmAF3rXlhpEqIKXu8xkHn1Nb5yh2rCqqf3e09wRy/PbSZePE4DDTKhDwzj3bRlgG+wbxa584LluuthaiO8RzNMu5y54qahQblGsXpd2/vS1/qAzxLvNRkAXrniDtMfXVyrAeOX7kRo0QC1yfMuQbDIKwYqSN5yDIz/yPFmQFyHAIsjlNYx7QWx9Knt3NIDPU6QFh/YelwrTI815+vv2ft58MdOKbTQkA0oSN211k7UGsFfcDNaQMLw3oSYuTVSq+GqG5QXbRr4Vb2Q9bKkgfqq0rxmOXcK0+NN6y1T3ZHnAFCp1gcy5tejOj+Gejzw0sLLBM9tzY5pfurA8SvQiPkSrQXoYmNTUwA5elWr70/xIMDnofc5ekk9nCtLkXKA68Ay98cKvr5vTt0E1ewxIdZ3xZM++1fmIJcxe4YrTHnWjwBelhSgi0KzmvYvnpx5xdMwxGH7t18//DRpOnlhOvndO65SEzxHvELXA30ucJV+wedoD90DWzpBOmDFd241T1DufoXVnBU0+2ju9HvRqwmTGkTC88OEmfO+8EfvNVbHXYZ0whHRUMMSmidkf9GqiegeyJ5C1wnSC1sa5T5HWOWC84DXgFNzAkhB79/6p72+ECG24uugv/FjDuCznNtap88Rul66zTlhV5kvneuvM3ulOcWd6+3YmoXD6jwBfA+uDy4B151bkFiIsJgvyDz9CMoR8h1bm645QHjpXC4NvD8+B2rqBRTC10z5jEtvvOCxMNUjoWXez/vR7O6HmwCu+hbgz4MBeBeuYmlkBG+hAa/hzi/4HYY4w+IS6hVWdXocNDPXUa/3sGz7cI10qivf4gFwMHLyCcTKPRaU+34ErzFOX3lgywvI3YT9N/JPV64CNK42+CTiLvd622vd5jz+VqXfKVs4pVnVnLvK/BXQB5zqPaU5te5V97el2+oRf6oP6L3iBc1Q7HB+SwOgdvh38Bmc0qxqzl1lfgc2d9V9belO9XvNY50wYUu3NVv8qb5Vr3ive+y4igYAP34vGkE7oX5neCxMetQzJg8fxnoEFSfUKy0ONY9ikIGImXo90fMJaAJO1DXXsZxJ4QiBJ2EfqAOTxuqO6UOWA3k3x5RbTN71HieUO981wPQN1MaMJVA7U2d/nijBuZovvzqpgcexD3BHfao3HP00qZoTuls6XOPY4rdQX3eq78TafW/AiutY1cmt+pLTs6jmm7Y4w4rrWNXJrfqSW+2j5sgnijdMfz6qYdfFTftugrtc6xQe5z587XP7mJ7BN93wXT7Qx3VSOx7nPnztc/vYf+3L46vKApJowp0BTMPSp2R6CygEqR7Xdf1W3nm/Q+EuLAd6H72CRL/LpQUUS9O1K6D8OPdRfXGA35oJYJ8FFCGW9a/4XKu4SUigpjo8NKW3hqNeoJHcC/xIx4/Ukut7kFcAB+Of1liuPRER6PGC4/xROWgC6hH3OPeh9VDQNYJj6OLA+NOVTIjM0agN1INBAg5x8tTLWB3xskfxcIODV5wFcYDWAPjAIiaVvoQAOFnmtOlMzhSfZYgj4Qc+kIhJxn9p/CxI8vHvA1zNDvg5wsA690jf+NKZryqtkWDXCJfwetcqPzdDgM6xmrWC17ZixznePeDarV7Aa1ux4xzf68iBEz38lR1cbXnFxQM5oPKs1Z0GiEMYPLXRpx7VGOsAzkxcWYfV6Cx3g6scSE8qDuqrfjh5HcLo8FjAObJeGsvd4CoH0pOKw433kbxCz+GVYtb4f3RsARcW1fAMpcwLjtr0YUD6c2g6zsi4AltjigH1tzmlA5I/9WHlFJZ9mi9e68sL0gHJ3+o+AK2hWtuD+k5/Fy0+/KRBnNwRfxWkTv2cIRM8X9Xg8ApiqFcU0077W2Cr7nzF8K7P+M73AWgNIWNp9Htny38Hw3vsUK3X3Z8yaQTcaYDXXAs4J96980DXOLqury/4DNe4iZN3HugaR9ddZx+AZF0vSHv0f9l5EtAfzE1wGzNuA497H9Nf+MMAeeCqdcWC+G5C57oXXOeardx5oHNbtV53v7Je67nzQOe2ar3u3uuAc+J7vPxhg7xix1Z9i+9Y1b0X0B2/mrPVu3qWbGlXc4Fe39IBvab8LvaBfNXrnOLljwsRO99rAsJeE1eWOSBuC6rxGx/TrWJ4N32ocHQNuQU/WdaBdAXxQGnCu93JPtILpTMv23/178Z7MA5HNx8IFagaYKOJKWmanyhsPE7iLh/Xj2Ef9VUl+gGfgdoIBl95iBXDsVe1hPSiFVcuD16Jwed73aWlCU8zbgveQ1+HubfCCHoPYOFUpxm3Be+hr8PcW2EEE7/SGMDB9l/54vV+HnwVzbWBO6TN5OZGOOE6/JbWcRUN0HVPyj6Q4HqA07VxzfQ/QuOX1gmEMgExv8jOWFjlWsFr7hUTmTivDTqmngbovY5YM3xun+HrdJ1b123hrvZR9Qi0pp54rtm/9oXxDJYI2IoFvd+C113jz2zWgdQAva4Y6DkADmPEX2WOwL70SioPqGW5bpjXgVoP8Qgf6z4AUos+B/rqn0muU4zm3s+FjdcCvhA+SfKTcOaA6uqHhwHeC5APbvlqYUmfoxgScdCoBV4xMSUDehXjOmHTeumBx7kPgHTjOlA/+Ss7unMcGuzanntfn6kU3t8SHL3W13JIyz1kDigm30xA6By8nk30gy5Mva2I9C734bYF9n/580/eV5X3uD3Uh6x+lZF3A+SBLR7w2jlI6z2nelfaVQw4L6w0bsCK6+j1rRhwXlhp3IAtTnCuG7D/0ufyQ1a+rJ56yndMLyPX6LsKbnvmj2OPN8Fd76N+o4OWX7NpA/RWnxC5vpbz2qTNmHmacueIjMXXz1gzV837GCMUB7SaeH7oa1zB84xLC0Rca2Tcc6A4oNXE38o+EDofmGZajS/RuKvYDBcH5gF6xWGorQYXnzW2eBzofYC1DJ9i58mFIde+xPHZoBsBMUXHWl+7NOGP9gQuQ+CovpgNu/N9ANYHz2XAwdvc/T9+Nl6iUWVlOIqvA/XbHC0yzVLStedgWrVu4txc1TXEtRu9lK9qncuceuVA66u6w2dlkecvYvk+5whdEzmfwRjgINfMoRx9rHefMVB5JrjTmSMGhxiWuQybqxnpAT7g8EbNeQTKy5IDpvXz5ZK5OMVpAM9b1oCqJ1d8Pot1nlFXUSFMdT7GjPs+huDgfd+9D6CzWLXx7+AIuIAqC7AETSb02OkCE83GDOFVFDfc0Sxp6TOn5UkEUFIdCfORHZAExlfNRW3djmlmBN5aAJ8FOMbKURvhxJWv4gyfx4MegJ0Tws8RzGuB+mmSeArAyesud0MJJ7rxyvklhbiE4tIxsVze5tLDZU7rOczubpj6GSf6lxCKpVVBfbUPeISo50mWnuv62tLBw6zXbZDDmIo3o7OYPq1i7dHycMXD+Ckaxr0jlg/LdARh+sCQrnREeOWaVbo8wNc6mU88cnnwYZyRBb0PwclwcB6AHBzpSLReWUJ1cNSBzFyYZkOT9ZKwkLoEakqpDzCPQ+drUHo4rQGr2MDUOZsL1F7CX7AiA8JLQKc8uRosPoFYprz2pp703se5weuBsIY4NQwRh1UcQAxkOtYTCa84oP4SBxD6PHrrATCPZrlmZdvwqaMQGjhpA8zTA4iRkIMnkci+6k2vHqZsRDCFoy+85uGZPL0HLyFePqdpKMChaUDNEmli1FR29AeFUB5gPsLRjzk5S+aoPUSTPzatAXgscE3nkYfjDON9JjWqmQYgj/pIa+8rdBq95NAcQbqxR/CIw3geshne9zJeoh2ZuwhU5QkOtZhlcBQfPE0x0HPE6TjzhElHRH/tKUnfM6CeI12GqgOMo+A8+0zDlIKRoJ4hgZyakVJLub0XH4rplGcjZ4oLcHbyQLoBT9QHH05rXajRh6BYi6RQqJkIjC998KXJXs5tXhrGlaQPkI/XF9aSryWQR4JcLaRSQA4HFQETV4gZYbU+CpZ7DR5lNHJfZAego2WMWvUNR34UmBZWOv6/pqEXssg1kqeTRjPgg9Ms5HyJRgDTJqY86whpcRBfiHotEoa6ZgDK0Vaz+owA5OpjPUxes+D0jGA9nPTSqId2cAxq7mA4kJzgOeJwlTNJgwuPJbkuDHz2p6Q8NUhSgxwUkQG5MN+P72Wq55x0I0h4//SL74THPhAIj1wbAnC39eHsyRjgHTnCwcEwIzzTOGTKmJqcMT0og/j476A3jddrPSB5cPJTDU45NIdw8GHaI/Ja07zPRcie9ERqvVczpak9hEc4vcyDU10zAhVmHdp6BrsHOCiM3sA0DiXNOvM4cLDlsJohD5QoeyKnPHsAOPCsJUdkXOMiBwUNS3HQmtKQT2geatWDOEzridQc1+DA/qzJA+LhCz7DeumrMFD/hpVTLzTZC/iaCMHbmKqPfyYJiiHOuHwe5PuD0Hrk4cPgSyJBoPqSmzaL/qhXX8D1kPpM5eiTCaoBpClEMHRKkxq9QfrjEny++qSjzz7wFABMBg+KaRw4A1rV6zB4xCgxzLjWTx4H1TkTHMDi8Kgd/gA8wLsnG4gUa5FMmZCzXoD15DVXMRE1zaKYDeYDrMc+2IYDcuv3udBqNmLmDugyrAAaaPNtg2n2ql/8OMyoNTA7Z9JlLF97NqCV/WEqI3UtH1d4GIAS4ziIF1dtWascQRhm8VN0bTo9ci0EcAOwRNcTObB0XguwxzXSha91YMn3JdTHOWG1R3jVUVKDPPjUCwj1Uog+3lAZj2GHWH30YdRZztnhANTAM4cP09wyKgMRaLYG1BrhaNCgAGRjuqq5F7iHtItHT79UTZps2glZHhuVCNPTtGEOl0+u5HzXTz7I6jFe3Ap6QIL2gR6tAUwjolC6kY41TFS5cQJnRxPLOGAe4jSAfAA6riUfvGrqVQ+QkqEX0TUsGDLnnkLINBvguIfwTz/78u7igx/6HRZQ0UZYzUZtEqBD7oi82qzGRdI4Gy4OeLbQJ1868OgLA8BxP2G1L8B6vMYc/Ein/tKhDl718AL7GaQ2i8UnKo2gWix21N4sBjTzqIfC+A83u+kZh016rweYhkAa5M88+6u7i+dffGUwKIbVRqZpA9qYToCkhPVOOkM9MNV1UF+GWaZO5rq+fnkEoWUeB2+rGS1GT+0TvFwcxCc986pNRZuVYBq1/jioi3ySJ6e3D2iO5g83POrw0kSuOqif+tk/3l089/xv7D780U8cNi2FieUJJTGBc5EnhxxzZAA9tBQbso4awkkHTv3DEdYyvIIo+Hr9pNBBk15OOtUJFoYvPnUEeOTJcV1ZoNZOeA4tZSsNCuIjVl/1AMGJpw+rGmA9H/npT+zw9ov/WfTle+99e/fGa7+5+8H3Pjc6IMzBGKSTNvkhIbSor4bQew7i9A6rQV/gkBEKNWsxp9Zq0H413/ejUfTem/VDkdlR35LPHsV8TEzCDs6CoSltQHF5aMB3jwBxakE+89zLu1/45c+S50ebBw9eJPHhuOpoIqxR3jcgnYYSqKcXrw0QqAfHGdnDGJrUQU/z2IyA9/6MWY+4OOfD/Bs15nBZKz7APWYMeExIDJ9FOBjm1WMCIvY1SMch2wakCVCDAzg4+TCh1gjIExHjmfvzv/SZJILCMzhj4p0fvb57+81PxbP587sf/vfnyXERXyUX0EK9RkQOyqdP2hO9xTMp+UD2Ceo3ipw0WZ50NbuDxfTpVvMd0/wGPY7ai2vYdNAIlWdP10x6aCJ+9NTHd89/+Hd3z7/wyg5vuQfsdv8DoIr+mZIGB6wAAAAASUVORK5CYII=') !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-folder .kb-custom-design-image-wrapper {
  background-color: #fff !important;
  text-align: center !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-folder .kb-folder-view-icon {
  margin: 20px !important;
  border: 1px solid #cdcdcd;
  height: 240px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABkCAYAAABNcPQyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAABkaSURBVHhe7VxNj23XUb2333v+Shw7ESEgJGKQkJggLDFkgpjBADxlxhQGkcUPCBEDhvkNSIgBiN+QGRKjKB8ISKwE4xAcxwSSQEISfzS11q5Vd+26+9zb3XT6vUAvuU5VrVpVe99zzv14t7u9vwzsHO99Ybe7/Jvwfxv+rSAuwt5nabd7EIZ4z2x4b0eOOjivKcYsuF8M6qNhvx4jfyX8xwZ/j1vH4QJf/mdc1D/b7d79ayR5bd4Le4jAkBdtnxf5Mi84cpbiwNhvBBTi4opnb3C6tx68HOXfiqV+e+T3uDUcLvAPfy+efK9FoAuTF4H+3bBHmQM/CsOzGTluAHg90+XBKRcHLWZpNnj4zC/iQj/6k/A/F/k9bgPjAr/zp3He/zxSnGy4uBh7P/mAXYjiAvVMDX6Piw7kHAI1WOhwL/HZm3qAa+HC55z9h+Le+YO40L/P8j3+d9hfvvfG5e4H8V7IE46LipdlXQTALgaffboYuJjvpEcPegHplUOLGB5Qr2sWePRq2B9lco+bYn/5wz+83L37lxHmRbrERcOJz4uqZ+VlvrROz1JdoIj5TBanixk3wz7iS90wEfOVAVzGfIcIY6y+xEV8AHv6L8J/PIl7XBf7y+//2uXu/S9GiJOLk4+LhQsJDwUuTIIXAzXEIxwBEAlfgqsQyLj6dPFRt5rkgLcD+5d2l8/8VbTG+/M9ro39e9/dX+7jIuKt2H2HPosB0ikWvHdr3kpzDtQ9/and/qlPJnOPq2L/7nf4lDsLXAYJdUk8R+waoOeAeoFeO4eLp18dF3n/YjL3OIf9O9/evsAsqJpX69wTDnJKTYsYZG890gRWPa7bX7y0u/jAZ+jvcR77H3xrXOA6scPViSVwoiNWCkBfJx6FzEdjGGCx5gMqr3REajl/hAOZXMTFffDsp3cXT70yiHtsYv/9t0+/ROtC3gj9wjmixvJNZwcePtzvHj3CoPiUjZdtvXTz2Y04/k0NbNX/H7zU77/3zau9Bz+peBD/anvqqYvpFeLaOHmDgH9hXf8JuEH2//UWvsxCxP9Ovmqm7PCsaz0FCQ3V1/iTWsSReB9rIyzdRfzr69ln96FN0Z3ixA3wBNwg+++8eXgG+8nr6CcWcG3nzs0StjSC5lxl3sOHeDbvecEfz8W+CdoNUDcCbHGDeJ3+NPb/8fXDh6yjZ02LrwqdW/R5LGzNXPUBW719zmruihO0xlZdcN25eapdZ7ZrTuWr+cDFw5d3Dx69vHvmg5+MGK8OB+z//V/iAkcT+tSDIfWzBiAH10wEavDGFaK+lPQZCYX+ACZdeoYRa1/KGQBNT7SYveAC9fhck2Dq2rBay3zNE48QHALxBspSR1gfEXlp1LvSW+3pD766e+6FTycR1L+9kS/REgFq8mYgcqrBB7D5Ca7PGJsj1eIOPdCambm07PWazaA065MucLJPNfFW73McrGVcCMLncVRywtFaQOfggayTcj3QtP1xPHzq5d0LP/PZUfvm64f3YEG9PlOQWDVv7n2ruHMA+ZWgYdln3tFH+Ni+xGoeoNjrgHLhiPchDV2r+e4dOi/et9Xj3HPPv7r7wEc+vdu/9dVxgXkI8I6LROIjJMmFA0ca78+YcGHWAdHSY67apv7A1FOi9Ae3rLuU9UDFceiPhzVrUB3wfRYy8TnZSlj7BOkcNTcCX0c65tkILsPSEZG8+LHP7PZvfuX4GXyP/xt49kOf2O2//triJTquvt+xHafq53qfVNx030/y433w6KXd/mtfwo8LxyZrs+EFhLX/DCjxguLOdUTNT8h0clx/qq5c6H3I5bdgMyUnvK/Psh4icu4vQpaVuz68at53BOkQt/5zcIlGsz2T/T//QzyDfeCkGmFNUd6x6nes5p7SdnTdqrf3eV21U3MUdw7os/qcLagf2Orp667mO7elQw603v3rfz+/RE93YgAxIL7H57ClPTVDtZuuuQXMEK4ya7WPjq3adfbbtadmClfdDz9koU+cx1vQOtB1/VX6nyTcZL9XPUeP6zz42vvvfiOfwWJXOzOOktExIK04zQA8Bs5pBXCu9VpHn7XSdt57HKarZ8JK6/MUSyes9F3bNUCf1fu2+oVW23/3zfEMvglqzQhODfE9Cdqb72c1Qif5lK5rBGnP7Q+Qps9HDpxpn7C1ns/SOlv+HDgrDlvriL5YDfMmxMo9BhS+j9+CzVrXAEjFlU8jIqhYkC78+4gzZ9zANTMGtIa09du4yqG3Bs/hjvIRTvD+DpyPDs1UGzxy7LHzgnqEHit37wZcdMI9DHcjnyEJxaq7xnVeB1BTDHhNd6JzcMo5N2drjdKlZoXSwnCwGVv7ganuvKBY/V4DlHee82ymoHUA5xFrH+KlRQ7K9YLWkXb/7X+93W+ytLEtnKvfFbb2cVv7u+vHubUefx6sQhch70B9xQOrmrhe25rj/NY8oetUU+y9Xluhz+39Dq/1eAWf0zXn1gKuUgf6LMT1A3+gDzo3+B43x12dW15gLhQLTu/wBmwGtakMDsjeSiPX5v1BHHHhcWvxz5aAVtNi4LSGZgk+H1jlALheE7b4Dul8JqAcIGW8cu9xHqj+yDkzczj+BRF8agvgoWcx4vBHmpw1fqOjI4tLSK36VbURUxqxHuhRb8+vC/T7b6KsoJrW0T60trxDHEx/WiWIE9pvwviffJ2c7TXlMMB7FKvuNcH4/be+Ni7wGd0BIFRgZ8DjgNMrTHMj0N1HLvNVr8+dZgQ87zVgxQE+kwcJVQhs9QLcexSrvjEDKNp6xE1J+OITy1wEknRFRYJfuxoXeKqkB8D13OG1c/D5p2LNdD4wvQytdIBmAF3rXlhpEqIKXu8xkHn1Nb5yh2rCqqf3e09wRy/PbSZePE4DDTKhDwzj3bRlgG+wbxa584LluuthaiO8RzNMu5y54qahQblGsXpd2/vS1/qAzxLvNRkAXrniDtMfXVyrAeOX7kRo0QC1yfMuQbDIKwYqSN5yDIz/yPFmQFyHAIsjlNYx7QWx9Knt3NIDPU6QFh/YelwrTI815+vv2ft58MdOKbTQkA0oSN211k7UGsFfcDNaQMLw3oSYuTVSq+GqG5QXbRr4Vb2Q9bKkgfqq0rxmOXcK0+NN6y1T3ZHnAFCp1gcy5tejOj+Gejzw0sLLBM9tzY5pfurA8SvQiPkSrQXoYmNTUwA5elWr70/xIMDnofc5ekk9nCtLkXKA68Ay98cKvr5vTt0E1ewxIdZ3xZM++1fmIJcxe4YrTHnWjwBelhSgi0KzmvYvnpx5xdMwxGH7t18//DRpOnlhOvndO65SEzxHvELXA30ucJV+wedoD90DWzpBOmDFd241T1DufoXVnBU0+2ju9HvRqwmTGkTC88OEmfO+8EfvNVbHXYZ0whHRUMMSmidkf9GqiegeyJ5C1wnSC1sa5T5HWOWC84DXgFNzAkhB79/6p72+ECG24uugv/FjDuCznNtap88Rul66zTlhV5kvneuvM3ulOcWd6+3YmoXD6jwBfA+uDy4B151bkFiIsJgvyDz9CMoR8h1bm645QHjpXC4NvD8+B2rqBRTC10z5jEtvvOCxMNUjoWXez/vR7O6HmwCu+hbgz4MBeBeuYmlkBG+hAa/hzi/4HYY4w+IS6hVWdXocNDPXUa/3sGz7cI10qivf4gFwMHLyCcTKPRaU+34ErzFOX3lgywvI3YT9N/JPV64CNK42+CTiLvd622vd5jz+VqXfKVs4pVnVnLvK/BXQB5zqPaU5te5V97el2+oRf6oP6L3iBc1Q7HB+SwOgdvh38Bmc0qxqzl1lfgc2d9V9belO9XvNY50wYUu3NVv8qb5Vr3ive+y4igYAP34vGkE7oX5neCxMetQzJg8fxnoEFSfUKy0ONY9ikIGImXo90fMJaAJO1DXXsZxJ4QiBJ2EfqAOTxuqO6UOWA3k3x5RbTN71HieUO981wPQN1MaMJVA7U2d/nijBuZovvzqpgcexD3BHfao3HP00qZoTuls6XOPY4rdQX3eq78TafW/AiutY1cmt+pLTs6jmm7Y4w4rrWNXJrfqSW+2j5sgnijdMfz6qYdfFTftugrtc6xQe5z587XP7mJ7BN93wXT7Qx3VSOx7nPnztc/vYf+3L46vKApJowp0BTMPSp2R6CygEqR7Xdf1W3nm/Q+EuLAd6H72CRL/LpQUUS9O1K6D8OPdRfXGA35oJYJ8FFCGW9a/4XKu4SUigpjo8NKW3hqNeoJHcC/xIx4/Ukut7kFcAB+Of1liuPRER6PGC4/xROWgC6hH3OPeh9VDQNYJj6OLA+NOVTIjM0agN1INBAg5x8tTLWB3xskfxcIODV5wFcYDWAPjAIiaVvoQAOFnmtOlMzhSfZYgj4Qc+kIhJxn9p/CxI8vHvA1zNDvg5wsA690jf+NKZryqtkWDXCJfwetcqPzdDgM6xmrWC17ZixznePeDarV7Aa1ux4xzf68iBEz38lR1cbXnFxQM5oPKs1Z0GiEMYPLXRpx7VGOsAzkxcWYfV6Cx3g6scSE8qDuqrfjh5HcLo8FjAObJeGsvd4CoH0pOKw433kbxCz+GVYtb4f3RsARcW1fAMpcwLjtr0YUD6c2g6zsi4AltjigH1tzmlA5I/9WHlFJZ9mi9e68sL0gHJ3+o+AK2hWtuD+k5/Fy0+/KRBnNwRfxWkTv2cIRM8X9Xg8ApiqFcU0077W2Cr7nzF8K7P+M73AWgNIWNp9Htny38Hw3vsUK3X3Z8yaQTcaYDXXAs4J96980DXOLqury/4DNe4iZN3HugaR9ddZx+AZF0vSHv0f9l5EtAfzE1wGzNuA497H9Nf+MMAeeCqdcWC+G5C57oXXOeardx5oHNbtV53v7Je67nzQOe2ar3u3uuAc+J7vPxhg7xix1Z9i+9Y1b0X0B2/mrPVu3qWbGlXc4Fe39IBvab8LvaBfNXrnOLljwsRO99rAsJeE1eWOSBuC6rxGx/TrWJ4N32ocHQNuQU/WdaBdAXxQGnCu93JPtILpTMv23/178Z7MA5HNx8IFagaYKOJKWmanyhsPE7iLh/Xj2Ef9VUl+gGfgdoIBl95iBXDsVe1hPSiFVcuD16Jwed73aWlCU8zbgveQ1+HubfCCHoPYOFUpxm3Be+hr8PcW2EEE7/SGMDB9l/54vV+HnwVzbWBO6TN5OZGOOE6/JbWcRUN0HVPyj6Q4HqA07VxzfQ/QuOX1gmEMgExv8jOWFjlWsFr7hUTmTivDTqmngbovY5YM3xun+HrdJ1b123hrvZR9Qi0pp54rtm/9oXxDJYI2IoFvd+C113jz2zWgdQAva4Y6DkADmPEX2WOwL70SioPqGW5bpjXgVoP8Qgf6z4AUos+B/rqn0muU4zm3s+FjdcCvhA+SfKTcOaA6uqHhwHeC5APbvlqYUmfoxgScdCoBV4xMSUDehXjOmHTeumBx7kPgHTjOlA/+Ss7unMcGuzanntfn6kU3t8SHL3W13JIyz1kDigm30xA6By8nk30gy5Mva2I9C734bYF9n/580/eV5X3uD3Uh6x+lZF3A+SBLR7w2jlI6z2nelfaVQw4L6w0bsCK6+j1rRhwXlhp3IAtTnCuG7D/0ufyQ1a+rJ56yndMLyPX6LsKbnvmj2OPN8Fd76N+o4OWX7NpA/RWnxC5vpbz2qTNmHmacueIjMXXz1gzV837GCMUB7SaeH7oa1zB84xLC0Rca2Tcc6A4oNXE38o+EDofmGZajS/RuKvYDBcH5gF6xWGorQYXnzW2eBzofYC1DJ9i58mFIde+xPHZoBsBMUXHWl+7NOGP9gQuQ+CovpgNu/N9ANYHz2XAwdvc/T9+Nl6iUWVlOIqvA/XbHC0yzVLStedgWrVu4txc1TXEtRu9lK9qncuceuVA66u6w2dlkecvYvk+5whdEzmfwRjgINfMoRx9rHefMVB5JrjTmSMGhxiWuQybqxnpAT7g8EbNeQTKy5IDpvXz5ZK5OMVpAM9b1oCqJ1d8Pot1nlFXUSFMdT7GjPs+huDgfd+9D6CzWLXx7+AIuIAqC7AETSb02OkCE83GDOFVFDfc0Sxp6TOn5UkEUFIdCfORHZAExlfNRW3djmlmBN5aAJ8FOMbKURvhxJWv4gyfx4MegJ0Tws8RzGuB+mmSeArAyesud0MJJ7rxyvklhbiE4tIxsVze5tLDZU7rOczubpj6GSf6lxCKpVVBfbUPeISo50mWnuv62tLBw6zXbZDDmIo3o7OYPq1i7dHycMXD+Ckaxr0jlg/LdARh+sCQrnREeOWaVbo8wNc6mU88cnnwYZyRBb0PwclwcB6AHBzpSLReWUJ1cNSBzFyYZkOT9ZKwkLoEakqpDzCPQ+drUHo4rQGr2MDUOZsL1F7CX7AiA8JLQKc8uRosPoFYprz2pp703se5weuBsIY4NQwRh1UcQAxkOtYTCa84oP4SBxD6PHrrATCPZrlmZdvwqaMQGjhpA8zTA4iRkIMnkci+6k2vHqZsRDCFoy+85uGZPL0HLyFePqdpKMChaUDNEmli1FR29AeFUB5gPsLRjzk5S+aoPUSTPzatAXgscE3nkYfjDON9JjWqmQYgj/pIa+8rdBq95NAcQbqxR/CIw3geshne9zJeoh2ZuwhU5QkOtZhlcBQfPE0x0HPE6TjzhElHRH/tKUnfM6CeI12GqgOMo+A8+0zDlIKRoJ4hgZyakVJLub0XH4rplGcjZ4oLcHbyQLoBT9QHH05rXajRh6BYi6RQqJkIjC998KXJXs5tXhrGlaQPkI/XF9aSryWQR4JcLaRSQA4HFQETV4gZYbU+CpZ7DR5lNHJfZAego2WMWvUNR34UmBZWOv6/pqEXssg1kqeTRjPgg9Ms5HyJRgDTJqY86whpcRBfiHotEoa6ZgDK0Vaz+owA5OpjPUxes+D0jGA9nPTSqId2cAxq7mA4kJzgOeJwlTNJgwuPJbkuDHz2p6Q8NUhSgxwUkQG5MN+P72Wq55x0I0h4//SL74THPhAIj1wbAnC39eHsyRjgHTnCwcEwIzzTOGTKmJqcMT0og/j476A3jddrPSB5cPJTDU45NIdw8GHaI/Ja07zPRcie9ERqvVczpak9hEc4vcyDU10zAhVmHdp6BrsHOCiM3sA0DiXNOvM4cLDlsJohD5QoeyKnPHsAOPCsJUdkXOMiBwUNS3HQmtKQT2geatWDOEzridQc1+DA/qzJA+LhCz7DeumrMFD/hpVTLzTZC/iaCMHbmKqPfyYJiiHOuHwe5PuD0Hrk4cPgSyJBoPqSmzaL/qhXX8D1kPpM5eiTCaoBpClEMHRKkxq9QfrjEny++qSjzz7wFABMBg+KaRw4A1rV6zB4xCgxzLjWTx4H1TkTHMDi8Kgd/gA8wLsnG4gUa5FMmZCzXoD15DVXMRE1zaKYDeYDrMc+2IYDcuv3udBqNmLmDugyrAAaaPNtg2n2ql/8OMyoNTA7Z9JlLF97NqCV/WEqI3UtH1d4GIAS4ziIF1dtWascQRhm8VN0bTo9ci0EcAOwRNcTObB0XguwxzXSha91YMn3JdTHOWG1R3jVUVKDPPjUCwj1Uog+3lAZj2GHWH30YdRZztnhANTAM4cP09wyKgMRaLYG1BrhaNCgAGRjuqq5F7iHtItHT79UTZps2glZHhuVCNPTtGEOl0+u5HzXTz7I6jFe3Ap6QIL2gR6tAUwjolC6kY41TFS5cQJnRxPLOGAe4jSAfAA6riUfvGrqVQ+QkqEX0TUsGDLnnkLINBvguIfwTz/78u7igx/6HRZQ0UZYzUZtEqBD7oi82qzGRdI4Gy4OeLbQJ1868OgLA8BxP2G1L8B6vMYc/Ein/tKhDl718AL7GaQ2i8UnKo2gWix21N4sBjTzqIfC+A83u+kZh016rweYhkAa5M88+6u7i+dffGUwKIbVRqZpA9qYToCkhPVOOkM9MNV1UF+GWaZO5rq+fnkEoWUeB2+rGS1GT+0TvFwcxCc986pNRZuVYBq1/jioi3ySJ6e3D2iO5g83POrw0kSuOqif+tk/3l089/xv7D780U8cNi2FieUJJTGBc5EnhxxzZAA9tBQbso4awkkHTv3DEdYyvIIo+Hr9pNBBk15OOtUJFoYvPnUEeOTJcV1ZoNZOeA4tZSsNCuIjVl/1AMGJpw+rGmA9H/npT+zw9ov/WfTle+99e/fGa7+5+8H3Pjc6IMzBGKSTNvkhIbSor4bQew7i9A6rQV/gkBEKNWsxp9Zq0H413/ejUfTem/VDkdlR35LPHsV8TEzCDs6CoSltQHF5aMB3jwBxakE+89zLu1/45c+S50ebBw9eJPHhuOpoIqxR3jcgnYYSqKcXrw0QqAfHGdnDGJrUQU/z2IyA9/6MWY+4OOfD/Bs15nBZKz7APWYMeExIDJ9FOBjm1WMCIvY1SMch2wakCVCDAzg4+TCh1gjIExHjmfvzv/SZJILCMzhj4p0fvb57+81PxbP587sf/vfnyXERXyUX0EK9RkQOyqdP2hO9xTMp+UD2Ceo3ipw0WZ50NbuDxfTpVvMd0/wGPY7ai2vYdNAIlWdP10x6aCJ+9NTHd89/+Hd3z7/wyg5vuQfsdv8DoIr+mZIGB6wAAAAASUVORK5CYII=) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-folder .kb-folder-view-icon .kb-folder-icon-name {
  top: 120px !important;
}
#kitBuilder .kb-wrapper .kb-locker-room-folder .kb-window-titled-title-bar {
  background: unset !important;
}
.kb-locker-room-page .kb-locker-room-intro {
  background: #292a2a !important;
}
.kb-locker-room-page .kb-folder-contents .kb-folder-view-icon {
  background: #fff !important;
}
.kb-locker-room-page .kb-folder-icon-open-menu {
  right: 10px !important;
  left: unset !important;
  height: 20px !important;
  width: 20px !important;
  top: 40px !important;
  background-repeat: no-repeat;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABLSURBVHgB7ZHBCQAgDAOrTtAVuqi4mS7SFTqC+vEjWF9CwR6UBhLyCYAVkmYSUUbEOg9EpJ1y4VLSl2bmYzaCTtn+D/g6lvF1HjEA5jcf5I2P1akAAAAASUVORK5CYII=') !important;
}
.kb-locker-room-page .kb-window-titled-title-bar {
  background: unset !important;
}
.kb-locker-room-page .kb-folder-contents li {
  background-color: #fff !important;
}
body #kitBuilder .kb-wrapper .kb-notifications {
  top: 30% !important;
  right: 35% !important;
  height: 200px !important;
  width: 400px !important;
  font-size: 3rem;
  text-align: center !important;
}
body #kitBuilder .kb-wrapper .kb-notifications div {
  color: #222 !important;
  background-color: #eae22b !important;
  font-style: italic !important;
  padding: 50px !important;
}
body #kitBuilder .kb-wrapper .kb-alert {
  color: #222 !important;
  background-color: #eae22b !important;
  font-style: italic !important;
}
body #kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-dialog-button {
  color: #222 !important;
  background-color: #eae22b !important;
  font-style: italic !important;
}
body #kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-control-group-custom-folder-name .kb-create-sub-folder-button {
  padding: 4px !important;
  height: 22px !important;
  color: #222 !important;
  background-color: #eae22b !important;
  font-style: italic !important;
  margin-top: -2px !important;
}
body #kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-create-subfolder-name {
  padding: 4px !important;
}
body #kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-validation {
  background: #fff !important;
}
body #kitBuilder .kb-wrapper .kb-create-custom-design-dialog .kb-control-group-custom-design-name textarea {
  min-height: 30px;
  box-sizing: border-box !important;
  padding: 6px !important;
}
.xcreator-index-index #kitBuilder .kb-wrapper .kb-locker-room-logout-button {
  position: absolute !important;
  top: 80px !important;
  right: 10px !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-index-index #kitBuilder .kb-wrapper .kb-locker-room-logout-button:active {
  position: absolute !important;
  top: 80px !important;
  right: 10px !important;
  background: #EAE22B !important;
  color: #222 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-index-index #kitBuilder .kb-wrapper .kb-locker-room-logout-button:hover {
  width: 111px !important;
  background: #EAE22B !important;
  color: #222 !important;
  position: absolute !important;
  top: 80px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  right: 10px !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-index-index #kitBuilder .kb-wrapper .kb-locker-room-login-button {
  padding-right: 15px !important;
  padding-left: 15px !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-index-index #kitBuilder .kb-wrapper .kb-locker-room-login-button:active {
  padding-right: 15px !important;
  padding-left: 15px !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-index-index #kitBuilder .kb-wrapper .kb-locker-room-login-button:hover {
  width: 111px !important;
  background: #EAE22B !important;
  color: #222 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-index-login .xcreator-header {
  width: 500px !important;
  margin: 0 auto !important;
}
.xcreator-index-login .xcreator-delivery {
  display: none !important;
}
.xcreator-index-login #kitBuilder .kb-wrapper .kb-locker-room-sign-in {
  width: 100% !important;
}
.xcreator-index-login #kitBuilder .kb-wrapper .kb-locker-room-sign-in .ng-hide {
  visibility: hidden !important;
}
.xcreator-index-login #kitBuilder .kb-wrapper .kb-locker-room-sign-in .kb-locker-room-login-button {
  float: unset !important;
  text-align: center !important;
  display: block !important;
  margin: 0 auto !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-index-login #kitBuilder .kb-wrapper .kb-locker-room-sign-in .kb-locker-room-login-button:active {
  float: unset !important;
  text-align: center !important;
  display: block !important;
  margin: 0 auto !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-index-login #kitBuilder .kb-wrapper .kb-locker-room-sign-in .kb-locker-room-login-button:hover {
  width: 111px !important;
  background: #EAE22B !important;
  color: #222 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  line-height: 17px !important;
  border: unset !important;
}
.xcreator-index-login #kitBuilder .kb-wrapper .kb-locker-room-sign-in .kb-locker-room-logout-button {
  float: unset !important;
  text-align: center !important;
  display: block !important;
  margin: 0 auto !important;
  border: unset !important;
  line-height: 17px !important;
}
.xcreator-index-login #kitBuilder .kb-wrapper .kb-locker-room-sign-in .kb-locker-room-logout-button:active {
  float: unset !important;
  text-align: center !important;
  display: block !important;
  margin: 0 auto !important;
  border: unset !important;
  line-height: 17px !important;
}
.xcreator-index-login #kitBuilder .kb-wrapper .kb-locker-room-sign-in .kb-locker-room-logout-button:hover {
  width: 111px !important;
  background: #EAE22B !important;
  color: #222 !important;
  font-style: italic !important;
  font-weight: 300 !important;
  border: unset !important;
  line-height: 17px !important;
}
.xcreator-index-login #kitBuilder .kb-wrapper .kb-locker-room-intro {
  width: 398px !important;
  margin: 0 auto !important;
  padding: 50px !important;
}
a.kb-button.kb-button-single-item-checkout-final-page.ng-binding {
  display: none;
}
.removeproduct {
  top: 18px;
  float: right;
  font-size: 20px;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  font-weight: bolder;
  padding: 0 30px 0 0;
  padding-right: 5%;
  position: relative;
  content: " ";
  display: inline-block;
  width: 16px !important;
  height: 16px;
  background: url(../svg/delete-filter.png) !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: contain !important;
  font-size: 0px;
  max-width: 16px;
}
ol.magegrid.swiper-wrapper {
  min-height: auto !important;
}
ol.magegrid li.product-item .product-image-wrapper {
  overflow: visible !important;
}
.shopbylook-products.wrapper {
  position: relative;
}
.shopbylook-products.wrapper .swiper-button-next {
  top: -40px;
  clip-path: polygon(100% 0, 100% 65%, 65% 100%, 0 100%, 0 35%, 35% 0);
  background: #797979 url(../svg/color_mode/dark/arrow-right-min.svg) center / 30px no-repeat !important;
  min-width: 60px;
  min-height: 60px;
}
.shopbylook-products.wrapper .swiper-button-next::after {
  content: "";
}
@media (max-width: 768px) {
  .shopbylook-products.wrapper .swiper-button-next {
    min-width: 50px;
    min-height: 50px;
    top: -35px;
  }
}
.shopbylook-products.wrapper .swiper-button-prev {
  left: auto;
  right: 90px;
  top: -10px;
  clip-path: polygon(65% 0, 100% 35%, 100% 100%, 35% 100%, 0 65%, 0 0);
  background: #797979 url(../svg/color_mode/dark/arrow-right-min.svg) center / 30px no-repeat !important;
  min-width: 60px;
  min-height: 60px;
  -webkit-transform: rotate(180deg) translate(0, 50%);
  -moz-transform: rotate(180deg) translate(0, 50%);
  -ms-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%);
}
.shopbylook-products.wrapper .swiper-button-prev::after {
  content: "";
}
@media (max-width: 768px) {
  .shopbylook-products.wrapper .swiper-button-prev {
    min-width: 50px;
    min-height: 50px;
  }
}
.shopbylook-products .products.grid > .product-items {
  flex-flow: nowrap !important;
}
.shopbylook-products .products-grid .product-item-info:hover:after,
.shopbylook-products .products-grid .product-item-info.-hover:after {
  border-color: transparent !important;
}
.shopbylook-shopbylook-index .products.wrapper.grid.products-grid {
  display: block;
  float: left;
  width: 100%;
}
.shopbylook-shopbylook-index ol.magegrid li.product-item .product-image-wrapper {
  display: block;
  height: auto;
  overflow: visible !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  position: static;
}
.shopbylook-shopbylook-index ol.magegrid li.product-item .product-image-wrapper img.image1 {
  min-height: 475px;
  width: 100%;
}
.shopbylook-shopbylook-index ol.products.list.items.product-items.magegrid img {
  height: auto !important;
}
.shopbylook-shopbylook-index column.main ol.magegrid li.product-item {
  display: flex !important;
  display: flex;
  float: none !important;
  float: none;
  width: 24% !important;
}
.shopbylook-shopbylook-index column.main .product-items {
  float: left;
  margin-left: 0;
  width: 100%;
}
.shopbylook-shopbylook-index .column.main .product-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -30px;
}
.products-grid .product-item .product-item-info {
  text-align: center;
  width: 100% !important;
}
.shopbylook-products .swiper-container {
  overflow: unset !important;
}
.view-right form {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 20px;
  width: 100%;
}
.view-right form .look-image {
  float: left;
  width: 20%;
}
.view-right form .info-wrapper {
  display: flex;
  width: 80%;
}
.look-list-wrap-hr {
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.info-wrapper .pr-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 50%;
}
.info-wrapper .pr-meta a.product-name {
  color: #212121;
}
.info-wrapper .qty-wrapper {
  float: right;
  width: 50%;
}
.info-wrapper .qty-wrapper .qty {
  margin-bottom: 10px;
}
.shopbylook-shopbylook-view .column.main {
  display: inline-block;
  width: 100%;
}
.shopbylook-shopbylook-view span.swatch-attribute-selected-option {
  padding-left: 10px;
}
.shopbylook-shopbylook-view button#look-addtocart-button {
  background: #222222;
  order-radius: 0px;
  clip-path: polygon(0 0, 95% 0, 100% 35%, 100% 100%, 5% 100%, 0 65%);
  color: #ffffff;
  font-style: italic;
}
.easypin-popover {
  border-radius: 0;
  padding: 10px;
  text-align: center;
}
.easypin-popover::after {
  border: 5px solid;
  border-color: transparent;
  content: '';
  position: absolute;
  width: 0;
  z-index: 20;
}
.easypin-popover::before {
  border: 6px solid;
  border-color: transparent;
  content: '';
  position: absolute;
  width: 0;
  z-index: 20;
}
.discount-container p {
  background: #ff0000 none repeat scroll 0 0;
  border: 1px solid #ff0000;
  color: #ffffff;
  float: right;
  font-weight: bold;
  padding: 5px 15px;
  text-align: right;
}
.prdct-description h2 span {
  border-bottom: 2px solid #000000;
  padding-bottom: 3px;
}
.qty-wrapper .input-text.qty {
  text-align: center;
  width: 40px;
}
.easypin-popover.popup_b::after {
  border-bottom-color: #ffffff;
  border-color: transparent;
  top: -10px;
}
.easypin-popover.popup_b::before {
  border-bottom-color: #000000;
  border-color: transparent;
  top: -12px;
}
.easypin-popover.popup_b.popup_l::after {
  right: 2px;
}
.easypin-popover.popup_b.popup_l::before {
  right: 1px;
}
.easypin-popover.popup_b.popup_r::after {
  left: 2px;
}
.easypin-popover.popup_b.popup_r::before {
  left: 1px;
}
.easypin-popover.popup_t::after {
  border-color: transparent;
  border-top-color: #ffffff;
  bottom: -10px;
}
.easypin-popover.popup_t::before {
  border-color: transparent;
  border-top-color: #000000;
  bottom: -12px;
}
.easypin-popover.popup_t.popup_l::after {
  right: 2px;
}
.easypin-popover.popup_t.popup_l::before {
  right: 1px;
}
.easypin-popover.popup_t.popup_r::after {
  left: 2px;
}
.easypin-popover.popup_t.popup_r::before {
  left: 1px;
}
.order-products-toolbar {
  float: left;
  position: relative;
  width: 100%;
}
.minicart-wrapper.active .block-content .minicart-items-wrapper ol.minicart-items {
  position: relative;
}
.cat-link {
  background: #ffffff;
  box-shadow: 0 3px 3px #dddddd;
  box-sizing: border-box;
  display: none;
  list-style: none;
  margin: 0;
  min-width: 160px;
  padding: 0;
  position: absolute;
  z-index: 100;
}
.cat-link li {
  margin-bottom: 0;
}
.cat-link a {
  color: #333333;
  display: block;
  padding: 8px;
  text-decoration: none;
}
.cat-link a:hover {
  background: #dddddd;
}
.shopbylook-products .wrapper .easypin-marker {
  height: 32px;
  width: 32px;
}
.shopbylook-products .wrapper .easypin-popover {
  background-color: #ffffff;
  color: #222222;
  font-size: 18px;
  opacity: 1;
  clip-path: polygon(80% 0, 100% 10%, 100% 100%, 20% 100%, 0 90%, 0 0);
}
.options-product-list {
  clear: both;
}
@media only screen and (min-width: 768px) {
  ol.magegrid li.product-item {
    display: flex;
    float: none;
    padding: 0px !important;
    width: 24% !important;
  }
  .shopbylook-shopbylook-view .base-image {
    float: left;
    max-width: 49.5%;
    width: auto;
  }
  .view-right {
    float: right;
    width: 49.5%;
  }
}
@media only screen and (max-width: 767px) {
  ol.magegrid li.product-item {
    width: 49% !important;
  }
  ol.magegrid li.product-item .product-image-wrapper {
    padding-bottom: 0 !important;
  }
  .discount-container {
    clear: both;
    display: inline-block;
  }
  .discount-container p {
    text-align: center !important;
  }
  .cat-link {
    position: unset !important;
    width: 100%;
  }
}
img.lookbook-iamge-design,
img.lookbook-image-product {
  cursor: pointer;
}
li.item.product.product-item.swiper-slide {
  background: #fff !important;
}
/* third price */
.third-price {
  margin-left: auto;
  color: #496fb6;
  font-size: 2.3rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
.third-price .tooltip {
  position: relative;
}
.third-price .tooltip a {
  color: #496fb6 !important;
  font-size: 2.3rem;
  font-weight: 100;
  font-style: normal;
}
.third-price .tooltip .tooltip-content {
  font-size: 1.6rem !important;
  max-width: 360px !important;
  min-width: 330px !important;
  background: #496fb6 !important;
  color: #fff !important;
  line-height: 1.2 !important;
  border: none !important;
  margin-right: -16px !important;
  top: 30px !important;
  padding: 20px 35px !important;
  clip-path: polygon(93% 0, 100% 33%, 100% 100%, 7% 100%, 0 67%, 0 0);
}
.third-price .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-right: 16px;
  right: 100%;
  top: 0;
}
.third-price .tooltip .tooltip-content:after,
.third-price .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.third-price .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.third-price .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.third-price .tooltip .tooltip-content:after,
.third-price .tooltip .tooltip-content:before {
  left: 100%;
}
.third-price .tooltip .tooltip-content:after {
  border-left-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.third-price .tooltip .tooltip-content:before {
  border-left-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.third-price .tooltip .tooltip-toggle {
  cursor: help;
}
.third-price .tooltip .tooltip-toggle:hover + .tooltip-content,
.third-price .tooltip .tooltip-toggle:focus + .tooltip-content,
.third-price .tooltip:hover .tooltip-content {
  display: block;
}
.catalog-category-view .third-price {
  margin-left: auto;
  color: #496fb6;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
.catalog-category-view .third-price .tooltip a {
  color: #496fb6 !important;
  font-size: 2.3rem;
  font-weight: 100;
  font-style: normal;
}
.amtheme-product-info .price-box {
  column-gap: 10px;
}
.amtheme-product-info .price-box .third-price {
  order: 3;
}
.amtheme-product-info .price-box .special-price {
  order: 2;
}
.amtheme-product-info .price-box .old-price {
  order: 1;
}
.amtheme-product-info .price-box .omnibus-price {
  order: 4;
}
.amtheme-product-wrap .amtheme-product-info .price-box {
  position: relative;
}
.cart.item .third-price {
  margin-left: 0;
}
.cart.item .third-price-discount .price {
  text-decoration: line-through;
}
.cart.item .third-price-lable {
  background: #e23137;
  padding: 2px 8px;
  color: #fff;
  font-size: 14px;
}
.third-price-nottice {
  background: #496fb6;
  padding: 10px 10px 2px 10px;
  color: #fff;
  line-height: 32px;
  clip-path: polygon(0 0, 99% 0, 100% 30%, 100% 100%, 1% 100%, 0 70%);
  margin-bottom: 20px;
  text-align: center;
}
.block-minicart .third-price {
  margin-left: 0;
}
.block-minicart .third-price-lable {
  background: #e23137;
  padding: 2px 8px;
  color: #fff;
  font-size: 14px;
}
.block-minicart .old-price .price {
  margin-top: 0 !important;
}
.checkout-index-index .third-price-nottice {
  margin-top: 10px;
  padding: 5px 10px 4px;
}
.checkout-index-index .product-item-inner .product-item-name-block {
  order: 0;
  width: 100%;
}
.checkout-index-index .product-item-inner .third-price {
  margin-left: 0;
  order: 1;
}
.checkout-index-index .product-item-inner .third-price-lable {
  order: 2;
  background: #e23137;
  padding: 2px 8px;
  color: #fff;
  font-size: 14px;
  margin-left: 15px;
}
.checkout-index-index .product-item-inner .subtotal {
  order: 3;
  width: 100% !important;
  align-items: flex-start !important;
}
.checkout-index-index .product-item-inner.discount-applied .subtotal .price {
  text-decoration: line-through;
}
.checkout-index-index .product-item-inner .original-price {
  order: 4;
  text-decoration: line-through;
  width: 100%;
}
.product-section .product-section--title {
  padding: 20px 0 20px 20px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 2.0rem;
  font-weight: 600;
}
.product-section .product-technology {
  padding: 0 0 40px 20px;
  background: #f6f6f6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.product-section .product-technology .product-technology-item {
  padding-top: 20px;
}
.product-section .product-technology .product-technology-item .product-technology-item--title {
  padding: 20px 20px 20px 0;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  color: #212529;
}
.product-section .product-technology .product-technology-item .product-technology-item--text {
  margin-right: 25px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 960px) {
  .product-section .product-technology {
    display: block;
  }
}
.product-description {
  padding-left: 20px;
  background: #f6f6f6;
}
.column.main .amtheme-product-wrap {
  margin-bottom: 0;
}
body.overlay-modal-carrier {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.modalMapInPost {
  max-width: 80% !important;
  max-height: 80% !important;
  background: #fff;
}
.inpost-carrier-wrapper {
  margin: 10px 0 0 0;
  font-size: 11px;
}
.inpost-carrier-wrapper .point-data {
  margin: 0 0 10px 0;
}
.inpost-carrier-wrapper .point-data p {
  margin: 0px;
}
.inpost-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.inpost-modal__container {
  position: relative;
  background: #fff;
  max-width: 90%;
  max-height: 85%;
  width: 100%;
  height: 100%;
  margin: 20px;
  padding: 70px 20px 20px;
  overflow: hidden;
}
.inpost-modal__container .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: #000 1px solid;
  cursor: pointer;
  z-index: 9999;
}
.inpost-modal__container .btn-close:hover {
  transition: .3s;
  background: #cecece;
}
.inpost-modal__container .btn-close::after,
.inpost-modal__container .btn-close::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  width: 15px;
  height: 1px;
}
.inpost-modal__container .btn-close::after {
  transform: rotate(45deg);
}
.inpost-modal__container .btn-close::before {
  transform: rotate(-45deg);
}
.recommended-method {
  font-weight: 600;
}
.product-section .product-section--title {
  padding: 20px 0 20px 20px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 2.0rem;
  font-weight: 600;
}
.product-section .product-reviews {
  padding: 20px 0 40px 20px;
  background: #f6f6f6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.product-section .product-reviews-summary {
  grid-column: 1 span 2;
  display: flex;
}
.product-reviews-total {
  text-align: center;
  background: #ffffff;
  padding-right: 20px;
  width: 380px;
  height: 200px;
  border-radius: 10px;
}
.product-reviews-score {
  padding-top: 25px;
  font-family: "Roboto";
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  color: #212529;
  margin: 0;
}
.product-reviews-counter {
  padding: 5px;
}
.review-customer-name {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0 5px 0;
}
.stars {
  display: inline-block;
  font-size: 20px;
}
.percentage-bar {
  display: inline-block;
  background-color: #ddd;
  height: 20px;
  margin-right: 5px;
}
.percentage-bar span {
  display: inline-block;
  background-color: #ebda28;
  height: 100%;
  width: 0;
}
.product-reviews-bars {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-left: 20px;
}
.review {
  border: 1px solid transparent;
  border-radius: 5px;
  color: #777;
  display: flex;
  font-size: 12px;
  align-items: center;
  padding: 10px;
  margin: 5px;
}
.progress {
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  margin: 0 10px;
  height: 10px;
  width: 200px;
}
.progress-done {
  background: linear-gradient(90deg, #ebda28 0%, #ebda28 100%);
  border-radius: 5px;
  height: 10px;
  width: 0;
  transition: width 1s ease 0.3s;
}
.percent {
  color: #333;
}
.review-block {
  display: contents;
  flex-wrap: wrap;
  max-height: 140px;
  overflow: hidden;
}
.review-column {
  display: flex;
  flex-direction: row;
}
.review-left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 50%;
}
.circle {
  width: 40px;
  height: 40px;
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 0 99%, 0% 80%, 0% 20%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  color: #212529;
}
.review-text {
  margin-right: 25px;
}
.review-right {
  margin-left: 20px;
}
.stars {
  color: #ebda28;
}
.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden;
}
.rating-box {
  cursor: pointer;
}
.rating-stars {
  display: inline-block;
  color: #ebda28;
}
.full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #ebda28;
}
.empty-stars:before,
.full-stars:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 14pt;
}
.full-product-name {
  margin-bottom: 5px;
}
@media only screen and (max-width: 960px) {
  .product-section .product-reviews {
    display: block;
  }
  .stars {
    font-size: 15px;
  }
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #FFF;
}
.ves-megamenu .dynamic-items > ul {
  display: block !important;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  transition: all 300ms ease-in-outs all ease-in;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  transition: all 450ms ease-in-outs all ease-in;
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-outs all ease-in;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333 !important;
  color: #FFF;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #FFF;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #FFF;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #FFF;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: "\e608";
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block !important;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: "\e617";
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
/** FIX BLOG **/
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 968px), print {
  .ves-megamenu.ves-daccordion .navigation,
  .ves-megamenu.ves-mdrilldown .navigation,
  .ves-megamenu.ves-ddrill .navigation {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@supports (-webkit-touch-callout: none) {
  .amtheme-ismobile .page-main .product.info.detailed #reviews {
    transition: none;
  }
}
@media print {
  .catalog-product_compare-index .column.main > .link.compare,
  .catalog-product_compare-index .page-footer,
  .catalog-product_compare-index .amtheme-comparison-headings,
  .catalog-product_compare-index .amtheme-compare-sticky,
  .catalog-product_compare-index .product-item .product-reviews-summary,
  .catalog-product_compare-index .amtheme-scroll-controller,
  .catalog-product_compare-index .action.map-show-info {
    display: none !important;
  }
  .catalog-product_compare-index .amtheme-comparsion-table {
    width: auto;
  }
  .catalog-product_compare-index .amtheme-compare-item .amtheme-wrapper {
    min-width: 195px;
  }
  .catalog-product_compare-index .old-price .price:before,
  .catalog-product_compare-index .old-price-wrap > .old-price:last-of-type:after,
  .catalog-product_compare-index .map-old-price .price-wrapper:before {
    border-top: 1px solid #3d3731;
  }
  .catalog-product_compare-index .amtheme-compare-header .page-title:after {
    font-size: 2.4rem;
    margin: 0;
    position: static;
  }
}
._block-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin: 0 auto 20px;
  max-width: 430px;
}
._block-subtitle {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 20px;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  .nav-sections,
  .top-toolbar,
  .amtheme-newsletter-block,
  .amtheme-backtotop-wrap,
  .amtheme-reviews-tab,
  .footer.content,
  .breadcrumbs,
  .form.contact,
  .block.related,
  .block.upsell,
  .block.crosssell,
  .actions-toolbar,
  .toolbar,
  .cart.main.actions .action,
  .cart-summary .checkout-methods-items,
  .cart-discount,
  .block.am-widget {
    display: none !important;
  }
  .products-grid .product-item {
    margin: 0 auto;
  }
  .products-grid .product-item .reviews-actions {
    margin: 0 auto;
    width: 100%;
  }
  .cart.item .item-info > .item > .amtheme-inner {
    display: block;
  }
}
@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: #070605 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #dfdedd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    table-layout: fixed;
    width: 100%;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #dfdedd;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
.am-opacity-clear {
  opacity: 0;
  z-index: 10;
}
.am-vertical-center {
  top: 50%;
  transform: translateY(-50%);
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  overflow: visible;
  position: static;
  width: auto;
}
.am-custom-scrollbar {
  overflow: auto;
  scrollbar-color: #dfdedd #ffffff;
  scrollbar-face-color: #dfdedd;
  scrollbar-highlight-color: #dfdedd;
  scrollbar-shadow-color: #dfdedd;
  scrollbar-track-color: #ffffff;
  scrollbar-width: thin;
}
.am-custom-scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.am-custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}
.am-custom-scrollbar::-webkit-scrollbar-thumb {
  background: #dfdedd;
  border-radius: 12px;
}
.am-custom-scrollbar > * {
  max-width: none;
}
.am-text-uppercase {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.am-float-clear {
  clear: both;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-overflow-fade {
  padding: 0;
  position: relative;
}
.am-overflow-fade:after {
  content: '';
  height: 100%;
  left: calc(100% - 22px);
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  width: 32px;
}
.no-display {
  display: none;
}
._am-message-icon-inner > *:first-child:before {
  text-align: right;
  width: 20px;
}
.am-product-options dt:after {
  content: ':';
  display: inline-block;
}
.am-product-options dt + dd {
  float: left;
}
.am-product-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .am-layout-negative-offset {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) and screen and (-ms-high-contrast: active), only screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .am-layout-negative-offset {
    margin-inline-end: -35px;
    margin-inline-start: -35px;
    padding-inline-end: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 35px;
  }
}
@media (max-width: 1024px + 1) {
  .amasty-mega-menu .header.content {
    padding: 20px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
tr.totals.charge {
  display: none;
}
.checkout-index-index .page-header:before {
  height: 0px;
}
.checkout-index-index .header.content {
  padding: 35px 50px 40px !important;
  background: #212121;
}
.checkout-index-index .am-checkout.-modern .checkout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-title {
  background: transparent;
  cursor: pointer;
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0;
  padding: 15px 15px 15px 0px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 3px;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  border: none;
  border-radius: 0px;
  background: #eee;
  cursor: pointer;
  clip-path: polygon(0 0, 98% 0, 100% 25%, 100% 100%, 2% 100%, 0 77%);
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  clip-path: polygon(0 0, 95% 0, 100% 15%, 100% 100%, 5% 100%, 0 87%);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #212121 !important;
  border: solid 2px !important;
  clip-path: none;
}
.checkout-index-index .field.choice {
  align-items: center;
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 0px !important;
}
.amasty-jet-theme .am-checkout.-modern .amcheckout-step-container input[type='checkbox'] + label:before {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0px;
  clip-path: polygon(0 0, 65% 0, 100% 35%, 100% 100%, 35% 100%, 0 65%);
  min-width: 24px;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #cbcbcb !important;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background-size: 60% !important;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
  border: none !important;
  background: #eeeeee;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
  background: #eeeeee;
}
.opc-block-summary.amcheckout-summary-container p.step-title.amcheckout-title {
  padding-left: 20px;
}
.opc-block-summary .product-item > .product {
  flex-wrap: nowrap !important;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 1px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
  background: transparent !important;
}
.amasty-jet-theme .amcheckout-main-container.-modern .opc-block-summary .amcheckout-qty {
  display: none;
}
.opc-block-summary .minicart-items-wrapper > .minicart-items .product-item {
  background: #fff !important;
  clip-path: polygon(0 0, 95% 0, 100% 20%, 100% 100%, 6% 100%, 0 80%);
  margin-bottom: 14px;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .items-in-cart .product .delete {
  bottom: 11px;
  z-index: 9999;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  right: 12px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 0 !important;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .product-item .product-image-container {
  margin: 7px 20px 0 0 !important;
}
.amasty-jet-theme.checkout-index-index .opc-block-summary .minicart-items-wrapper > .minicart-items {
  padding-top: 0px !important;
  margin-bottom: 15px;
}
.opc-block-summary .product.options > .toggle {
  display: none !important;
}
.opc-block-summary .product.options > .content {
  display: block !important;
}
.opc-block-summary .product.options > .content {
  display: block !important;
}
.opc-block-summary .product.options > .content .item-options {
  display: flex;
  color: #4a4948;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}
.opc-block-summary .product-item .product-item-name {
  padding-top: 5px;
}
.opc-block-summary .product-item .product-item-inner > .subtotal {
  font-style: italic;
}
.opc-block-summary .amtheme-estimated-total {
  display: none;
}
.opc-block-summary .table-totals .amount {
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 600;
}
.opc-block-summary .table-totals .mark > strong,
.opc-block-summary .table-totals .amount > strong {
  font-weight: 700;
  font-size: 2.2rem;
  font-style: italic;
}
.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title.field.choice {
  display: none;
}
.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content {
  display: block !important;
}
.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content form#discount-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content form#discount-form .payment-option-inner {
  margin: 0px !important;
}
.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content form#discount-form .payment-option-inner .field {
  margin-bottom: 0px !important;
}
.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content form#discount-form .payment-option-inner input#discount-code {
  min-height: 45px;
  height: 50px;
  border: solid 2px #212121;
  border-radius: 0px;
  min-width: 200px;
}
button.action.action-apply {
  background: #212121 !important;
  color: #fff !important;
  border-radius: 0px !important;
  padding: 0px 10px !important;
  height: 50px;
}
.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content form#discount-form .actions-toolbar {
  margin-bottom: 0px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  background: #212121;
  border-radius: 0px;
  text-transform: uppercase;
  font-style: italic;
  clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 5% 100%, 0 70%);
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #212121 !important;
  border-radius: 0px !important;
  clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
  font-style: italic;
}
.amasty-jet-theme .amcheckout-shipping-address .checkout-billing-address .actions-toolbar .action-update {
  background: #212121 !important;
  border-radius: 0px !important;
  clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
  font-style: italic;
}
tr.row.amcheckout-method td.col.col-price span.price {
  font-weight: 600;
  font-style: italic;
}
.amcheckout-step-container input[type='checkbox']:checked + label[for='billing-address-same-as-shipping-shared']:before {
  background: #cbcbcb !important;
}
.amcheckout-step-container input[type='checkbox'] + label[for='billing-address-same-as-shipping-shared']:before {
  background: #616163 url(../svg/color_mode/dark/complete.svg) !important;
  background-size: 16px 16px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
@media (max-width: 768px) {
  .checkout-index-index .page-header > .content {
    justify-content: center;
  }
  .fieldset.address div[name$=".firstname"],
  .fieldset.address div[name$=".lastname"],
  .fieldset.address div[name$=".country_id"],
  .fieldset.address div[name$=".region_id"] {
    width: 49%;
  }
  .fieldset.address div[name$=".postcode"],
  .fieldset.address div[name$=".vat_id"] {
    width: 39%;
  }
  .fieldset.address div[name$=".city"],
  .fieldset.address div[name$=".company"] {
    width: 59%;
  }
  ._amcheckout-selectable-container,
  .amcheckout-step-container .shipping-address-items,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
    flex-direction: column !important;
  }
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    max-width: 100% !important;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    width: 90%;
  }
  .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    color: #212121 !important;
  }
  .fieldset.address div[name$=".firstname"] {
    width: 49% !important;
  }
  .fieldset.address div[name$=".lastname"] {
    width: 49% !important;
  }
  .fieldset.address div[name$=".postcode"] {
    width: 39% !important;
  }
  .fieldset.address div[name$=".city"] {
    width: 59% !important;
  }
  .fieldset.address div[name$=".country_id"] {
    width: 49% !important;
  }
  .fieldset.address div[name$=".telephone"] {
    width: 49% !important;
  }
  .fieldset.address div[name$=".vat_id"] {
    width: 29% !important;
  }
  .fieldset.address div[name$=".company"] {
    width: 69% !important;
  }
}
/*
.amgdprcookie-bar-container .action-close {
  right: -5px !important;
  top: -5px !important;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 10px !important;
}
allow, .amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #212121 !important;
  clip-path: polygon(95% 0, 100% 35%, 100% 100%, 5% 100%, 0 70%, 0 0);
  border-radius: 0px !important;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  color: #212121 !important;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow, .amgdprcookie-buttons-block .amgdprcookie-button.-save {
  color: #ffffff !important;
  flex-basis: unset !important;
}
.modal-popup:not(.confirm) {
  top: 0px !important;
  transform: unset !important;
}
*/
.amgdprjs-bar-template.-popup {
  position: relative;
  left: 0;
  max-width: unset;
  top: 0;
  transform: unset;
  z-index: 150;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000a8;
  top: unset;
  transform: unset;
  padding: 0;
  margin: 0;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container .action-close {
  display: none;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container .amgdprcookie-bar-block {
  max-width: 740px;
  background-color: #212121;
  position: absolute;
  padding: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  text-align: center;
  width: 90%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container .amgdprcookie-button {
  clip-path: polygon(93% 0, 100% 33%, 100% 100%, 7% 100%, 0 67%, 0 0);
  border: none;
  border-radius: 0;
  padding: 16px 80px;
  margin: 10px 20px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container .amgdprcookie-policy {
  max-width: unset;
}
.amgdprcookie-groups-modal {
  z-index: 150;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  clip-path: polygon(93% 0, 100% 33%, 100% 100%, 7% 100%, 0 67%, 0 0);
  border: none;
  border-radius: 0;
  padding: 16px 80px;
  width: 270px;
  align-self: flex-end;
  background-color: #EBE22B;
  color: #000;
}
.amasty-jet-theme .amcard-field-block .amcard-field {
  border: 2px solid #212121;
  border-radius: 0px;
  min-height: 40px;
}
.amasty-jet-theme .amcard-field-block .amcard-button {
  min-height: 40px;
  border: solid 2px #212121;
  background: #212121;
  color: #ffffff;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 10px;
  min-height: 40px;
  background: #212121;
  border-radius: 0px;
  padding: 0px 20px;
  color: #ffffff;
  clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 5% 100%, 0 65%);
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container) {
  background: #212121;
}
#checkout .amcard-codes-list,
#checkout .amcard-field-container {
  padding-left: 0px;
}
.aminst-feed-slider-container.aminst-feed-wrapper {
  position: relative;
}
.aminst-feed-slider-container.aminst-feed-wrapper .swiper-button-next {
  top: -60px;
  clip-path: polygon(100% 0, 100% 65%, 65% 100%, 0 100%, 0 35%, 35% 0);
  background: #ffffff url(../svg/color_mode/dark/arrow-right-min.svg) center / 30px no-repeat !important;
  min-width: 60px;
  min-height: 60px;
}
.aminst-feed-slider-container.aminst-feed-wrapper .swiper-button-next::after {
  content: "";
}
@media (max-width: 768px) {
  .aminst-feed-slider-container.aminst-feed-wrapper .swiper-button-next {
    min-width: 50px;
    min-height: 50px;
    top: -55px;
  }
}
.aminst-feed-slider-container.aminst-feed-wrapper .swiper-button-prev {
  left: auto;
  right: 90px;
  top: -30px;
  clip-path: polygon(65% 0, 100% 35%, 100% 100%, 35% 100%, 0 65%, 0 0);
  background: #ffffff url(../svg/color_mode/dark/arrow-right-min.svg) center / 30px no-repeat !important;
  min-width: 60px;
  min-height: 60px;
  -webkit-transform: rotate(180deg) translate(0, 50%);
  -moz-transform: rotate(180deg) translate(0, 50%);
  -ms-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%);
}
.aminst-feed-slider-container.aminst-feed-wrapper .swiper-button-prev::after {
  content: "";
}
@media (max-width: 768px) {
  .aminst-feed-slider-container.aminst-feed-wrapper .swiper-button-prev {
    min-width: 50px;
    min-height: 50px;
  }
}
.ammenu-nav-sections.-topmenu .ammenu-items {
  position: initial !important;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  border-radius: 0 !important;
}
.ammenu-submenu-wrapper {
  padding: 0px !important;
}
.pagebuilder-column.kategorie,
.pagebuilder-column.wybrane-kategorie {
  padding: 40px;
}
.pagebuilder-column.wybrane-kategorie {
  background: #eee;
  clip-path: polygon(0 0, 69% 0, 100% 31%, 100% 100%, 0 100%);
}
.pagebuilder-column.kolumna-grafika {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 100%, 0 69%);
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  font-size: 1.8rem !important;
  padding: 14.5px 30px !important;
  font-style: italic;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.ammenu-category-tree .ammenu-title.-parent {
  text-transform: uppercase;
  font-style: italic;
  color: #212121 !important;
}
.ammenu-menu-wrapper .ammenu-link.-simple {
  color: #212121 !important;
}
.left-categories .pagebuilder-button-link {
  color: #212121 !important;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.15 !important;
  margin: 0 10px 10px 0 !important;
  padding: 10px 35px !important;
}
.left-categories a.pagebuilder-button-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #212121;
  margin-right: 10px;
  clip-path: polygon(0 0, 65% 0, 100% 35%, 100% 100%, 35% 100%, 0 65%);
}
.dla-klubow {
  padding-top: 20px;
}
.dla-klubow a.pagebuilder-button-link {
  padding: 0px 20px;
  color: #212121;
  font-weight: 400;
}
.amasty-mega-menu .ammenu-menu-greetings {
  display: none;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  color: #212121 !important;
}
span.omnibus-price {
  font-size: 1.4rem;
  font-weight: 300;
  width: 100%;
  display: block;
}
span.omnibus-price span.price {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
  line-height: 1.6rem !important;
}
.price-box.-am-no-price-label .price-label {
  display: block !important;
}
.products-grid span.omnibus-price {
  display: none;
}
section.amsearch-description.product.details.product-item-details span.omnibus-price {
  display: none;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #212121;
}
.page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  max-width: calc(25% - 10px);
}
.amsearch-products-section .amsearch-product-list {
  gap: 10px;
}
.amsearch-products-section .amsearch-item {
  padding: 0px !important;
}
.page-header .amsearch-input-wrapper input.amsearch-input {
  color: #fff;
  padding-left: 43px;
}
.amsearch-products-section:not(:first-child) {
  padding-left: 40px;
}
.amsearch-products-section.-grid .product-item [data-role='priceBox'] span {
  font-size: 1.8rem;
  font-style: italic;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: content !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: center;
}
.amsearch-products-section .product-item [data-role='priceBox'] .normal-price .price-label {
  display: none;
}
@media (max-width: 768px) {
  .page-header.amsearch-full-width .amsearch-full_width-title {
    color: #fff !important;
  }
}
.breadcrumbs .item:not(:last-child):after {
  background-image: url(../svg/strzalka_prawo_pomaranczowa.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.breadcrumbs {
  margin: 10px 0px !important;
}
.page-product-bundle .product-info-main > .product-add-form {
  display: block !important;
}
.page-product-bundle .product-info-main .product-info-price {
  display: none !important;
}
.page-product-bundle .product-info-main .amtheme-actions-wrap {
  display: none !important;
}
.page-product-bundle .product-info-main button.button-as-link.action.-back.customization {
  display: none !important;
}
.category-view .page-main {
  padding: 0px;
  padding-inline-end: 0px;
  padding-inline-start: 0px;
  margin: 0px;
  max-width: 100%;
}
.category-view .page-main .category-image {
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.hover-images-slider .hover-image {
  background: transparent;
  height: 350px;
}
.hover-images-slider .hover-image.-selected,
.hover-images-slider .hover-image:hover {
  background: transparent;
}
a.product.photo.product-item-photo {
  background: #fff;
  border: solid 1px #eee;
  border-bottom: none;
}
.product-item .product-image-photo,
.catalog-category-view .product-item .product-image-wrapper > img,
.catalogsearch-result-index .product-item .product-image-wrapper > img {
  max-width: 80%;
}
.category-view {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #222;
  margin-bottom: 0px !important;
}
.category-view .page-title-wrapper {
  vertical-align: middle;
  position: absolute;
}
.category-view .page-title-wrapper .page-title {
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
}
.product-item > .product-item-info {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none;
  transition: none;
  padding: 0px !important;
}
.products.grid .-amtheme-swatches-always:not(.-amtheme-buttons-hover) .product-item-info:hover,
.products.grid .-amtheme-swatches-hover.-amtheme-buttons-always .product-item-info:hover,
.form-wishlist-items .products-grid .-amtheme-swatches-always:not(.-amtheme-buttons-hover) .product-item-info:hover,
.form-wishlist-items .products-grid .-amtheme-swatches-hover.-amtheme-buttons-always .product-item-info:hover {
  border-color: transparent;
  box-shadow: none;
}
.products.grid .price-box {
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  gap: 10px;
}
.products.grid .price-box span.old-price .price {
  font-weight: 300;
  font-size: 1.4rem;
}
.products.grid .price-box .price {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .01em;
  font-style: italic;
}
.product-items.widget-product-carousel .product-item-details,
.products-grid .product-item-details {
  margin-top: 0;
}
.product-items.widget-product-carousel .product-item-details .product-item-name a.product-item-link,
.products-grid .product-item-details .product-item-name a.product-item-link {
  font-style: italic;
  font-weight: 600;
}
.product-items.widget-product-carousel .product-item-details .product-item-name a.product-item-link span.seo-name,
.products-grid .product-item-details .product-item-name a.product-item-link span.seo-name {
  font-style: initial;
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
}
.product-items.widget-product-carousel .normal-price .price,
.products-grid .normal-price .price {
  color: #070605 !important;
}
.products-grid .product-item .product-item-info {
  text-align: left !important;
}
.amtheme-product-wrap .fotorama__thumb-border,
.fotorama__fullscreen .fotorama__thumb-border {
  background-image: none;
  border-color: #4a4948;
  border-width: 0px !important;
}
.product-item > .product-item-info .price-label {
  display: none;
}
.product-photo-wrapper.-with-hover-images {
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .product-items {
    justify-content: space-evenly;
  }
  .category-view .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .category-view {
    height: 56px;
  }
  .products.product-items {
    margin: 0px !important;
  }
}
div[class*='amlabel-position-bottom-center'].amlabel-position-wrapper,
div[class^='amlabel-position-bottom-center'].amlabel-position-wrapper {
  margin: 0px !important;
  width: 100% !important;
  padding-top: 8px;
  text-align: center;
}
div[class*='amlabel-position-bottom-center'].amlabel-position-wrapper .amasty-label-container,
div[class^='amlabel-position-bottom-center'].amlabel-position-wrapper .amasty-label-container {
  width: 100% !important;
  min-width: 100% !important;
  height: 30px !important;
}
div[class*='amlabel-position-bottom-center'].amlabel-position-wrapper .amasty-label-container .amlabel-text.-am-centered,
div[class^='amlabel-position-bottom-center'].amlabel-position-wrapper .amasty-label-container .amlabel-text.-am-centered {
  padding: 7px 3px !important;
}
.fotorama--fullscreen [class*="amlabel-position-top-right"].amlabel-position-wrapper {
  top: 90px !important;
}
.category-description-toggle {
  display: block;
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.category-description-toggle:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
.category-description-toggle.clicked:after {
  height: 0px;
  background-image: none;
}
button.button-category-description-toggle {
  background: none;
  color: #333;
  font-style: italic;
  text-align: center;
  padding: 0px;
  margin: 0px auto;
  display: block;
  font-weight: 500;
}
button.button-category-description-toggle::after {
  background-image: url(../svg/strzalka_dol_pomaranczowa.svg) !important;
  width: 16px;
  height: 16px;
  content: " ";
  margin-left: 20px;
  display: inline-block;
}
button.button-category-description-toggle.-clicked::after {
  -webkit-transform: rotate(180deg) translate(0, 50%);
  -moz-transform: rotate(180deg) translate(0, 50%);
  -ms-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%);
  margin-bottom: -12px;
}
.newsletter-row {
  position: relative;
}
.newsletter-row::before,
.newsletter-row::after {
  background-color: #ebe22b;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: calc((100vw - 100% )/ 2);
}
.newsletter-row::before {
  right: 100%;
}
.newsletter-row::after {
  left: 100%;
}
.block.filter .filter-options-title {
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
}
.am-shopby-form .swatch-option {
  margin-bottom: 8px;
  margin-inline-end: 0px;
  margin-inline-start: 0;
  border: none;
  border-radius: 0px;
  min-height: 32px !important;
  min-width: 36px !important;
  clip-path: polygon(65% 0, 100% 35%, 100% 100%, 35% 100%, 0 65%, 0 0);
  background: #fff;
}
.am-shopby-form .swatch-option.selected {
  background: #616163;
  color: #fff;
}
.amshopby-filter-current .amshopby-item.item {
  clip-path: polygon(0 0, 92% 0, 100% 40%, 100% 100%, 8% 100%, 0 66%);
  background: #eee;
  min-height: 45px;
}
.page-layout-2columns-left.-filter-active .sidebar-main > .block.filter {
  min-height: 100vh;
}
.amshopby-filter-current .amshopby-remove {
  left: 12px !important;
}
.amshopby-filter-current .amshopby-remove:before {
  background-image: url(../svg/delete-filter.png) !important;
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  transform: rotate(0deg);
  background: transparent;
}
.amshopby-filter-current .amshopby-item.item {
  padding: 0px 13px 0 32px !important;
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: transparent !important;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 0px !important;
}
.block.filter .filter-options-content {
  background: #eee;
}
.block.filter .filter-options-title:after {
  background: url(../svg/strzalka_dol_czarna.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0px !important;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0px !important;
}
@media (min-width: 768px) {
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #ffffff;
    background: #ffffff;
    clip-path: polygon(0 0, 66% 1%, 100% 32%, 100% 100%, 33% 100%, 0 70%);
    width: 25px !important;
    height: 25px !important;
    border-radius: 0px !important;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 30px !important;
  }
  .filter-options .item {
    padding: 7px 0 0 0 !important;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background-repeat: no-repeat;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    clip-path: polygon(0 0, 66% 1%, 100% 32%, 100% 100%, 33% 100%, 0 70%);
    width: 25px !important;
    height: 25px !important;
    border-radius: 0px !important;
  }
  a.action.clear.filter-clear {
    clip-path: polygon(0 0, 92% 0, 100% 40%, 100% 100%, 8% 100%, 0 66%);
    background: #000;
    min-height: 43px;
    color: #fff !important;
    display: flex;
    vertical-align: middle;
    gap: 32px;
    line-height: 40px;
    padding-left: 35px;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }
  a.action.clear.filter-clear::before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    background-image: url(../svg/delete-filter.png) !important;
    background-size: contain;
    min-width: 16px;
    min-height: 16px;
  }
}
.message.success {
  border-radius: 0px !important;
  clip-path: polygon(0 0, 99% 0, 100% 26%, 100% 100%, 1% 100%, 0 73%);
}
.block.block-minicart.-sticky-minicart .minicart-items {
  padding-inline-end: 0px !important;
}
.block.block-minicart .product-item {
  background: #eee !important;
  clip-path: polygon(0 0, 93% 0, 100% 16%, 100% 100%, 6% 100%, 0 87%);
  margin-bottom: 20px;
  border: none;
}
.block.block-minicart .product-item > .product {
  border-bottom: none !important;
  padding: 1px 0 10px !important;
}
.block.block-minicart .product-item-details > .product-item-pricing {
  margin-bottom: 0px !important;
}
.block.block-minicart .product-item-details .action.delete .amtheme-icon,
.block.block-minicart .product-item-details .action.edit .amtheme-icon,
.block.block-minicart .product-item-pricing .update-cart-item .amtheme-icon,
.amtheme-qty-box > .amtheme-minus .amtheme-icon,
.amtheme-qty-box > .amtheme-plus .amtheme-icon {
  fill: #F44336 !important;
}
.block.block-minicart .action.close {
  background-image: none;
  background: #373737 !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 0px;
  top: 0px;
  clip-path: polygon(100% 0, 100% 100%, 35% 100%, 0 65%, 0 0);
  border-radius: 0;
  width: 60px;
  height: 60px;
}
.block.block-minicart .action.close:hover {
  background: #000 !important;
}
.block.block-minicart .action.close .amtheme-icon {
  height: 20px !important;
  width: 20px !important;
}
.block.block-minicart .action.checkout {
  clip-path: polygon(0 0, 95% 0, 100% 25%, 100% 100%, 5% 100%, 0 73%);
  border-radius: 0;
  background: #373737 !important;
  text-transform: uppercase;
  font-style: italic;
}
.block.block-minicart .action.viewcart {
  color: #070605 !important;
}
.block.block-minicart .product-item .product-item-name a {
  color: #070605;
  font-style: italic;
}
.block.block-minicart .product-info-price .price-excluding-tax .price {
  font-style: italic;
}
.block.block-minicart .product-item .product-item-name {
  margin: 5px 0 0px !important;
}
.product-item .product-item-details > *:not(:last-child) {
  margin-bottom: 3px;
}
.block.block-minicart .product-info-price {
  margin-top: -4px !important;
}
.block.block-minicart .product-item-details .product.options .toggle {
  display: none !important;
}
.block.block-minicart .product-item-details .product.options .content {
  display: block !important;
}
.block.block-minicart .product-item-details .amtheme-qty-box > .amtheme-qty {
  border: none !important;
  background: transparent;
}
.block.block-minicart .product-item-details .details-qty.qty {
  margin-top: -12px;
}
.block.block-minicart .product-item-details .action.edit .amtheme-icon {
  display: none;
}
.block.block-minicart .subtotal {
  font-size: 2.2rem !important;
  font-style: italic;
  flex-wrap: wrap !important;
}
.block.block-minicart .subtotal .label {
  min-width: 50%;
}
.block.block-minicart .subtotal .label > span {
  font-size: 1.8rem !important;
}
.amtheme-product-info .swatch-attribute {
  margin: 0 0 20px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
}
.amtheme-add-form-bottom.-on-line .box-tocart.qty {
  flex: 0 0 0 !important;
  padding: 0px !important;
}
.amtheme-add-form-bottom.-on-line .qty .amtheme-label {
  display: none;
}
.amtheme-product-info .page-title {
  font-size: 3.6rem;
  font-weight: 600;
  font-style: italic;
  line-height: 3.6rem;
}
h2.full-product-name {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 5px;
}
.swatch-wrapper.-square .swatch-option,
.swatch-opt.-square .swatch-option,
[class*="look-option-wrapper-"] .swatch-option {
  border-radius: 0px !important;
  padding: 12px;
  border: 1px solid #454545;
  min-height: 46px;
  min-width: 46px;
  font-weight: 500;
  font-style: italic;
}
.qty-square .amtheme-qty,
.qty.-square .amtheme-qty {
  border-radius: 0px !important;
}
.amtheme-qty-box > .amtheme-qty {
  border: 2px solid #222222 !important;
}
.amtheme-product-info .amtheme-qty-box > .amtheme-qty,
.amtheme-product-info .amtheme-qty-box > .amtheme-plus,
.amtheme-product-info .amtheme-qty-box > .amtheme-minus {
  height: 46px !important;
}
.amtheme-product-info .box-tocart .action.tocart {
  padding: 6px !important;
  min-height: 46px;
  background: #222222;
  clip-path: polygon(90% 0, 100% 28%, 100% 100%, 0 100%, 0 0);
}
.amtheme-product-info .box-tocart .action.tocart .amtheme-title {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  font-size: 1.6rem;
}
.swatch-option.selected {
  background: #222222 !important;
  border-color: #222222 !important;
  color: #fff;
}
.product-options-bottom {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
button.action.personalize {
  padding: 6px 20px;
  min-height: 46px;
  font-size: 1.6rem;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 500;
  background: #ebe22b;
  color: #222;
  border-radius: 0px;
  clip-path: polygon(0 0, 87% 0, 100% 35%, 100% 100%, 12% 100%, 0 65%);
}
.product-add-form .amtheme-add-form-bottom.-on-line .product-info-price {
  margin-top: 0px !important;
}
.special-price .price,
.price-box.-am-special-price .normal-price .price-label + .price-wrapper > .price {
  color: #ebe22b !important;
}
.normal-price .price {
  color: #ebe22b;
}
.catalog-product-view .amtheme-product-info .normal-price .price-wrapper:not(.price-excluding-tax) .price,
.catalog-product-view .amtheme-productcaret-block .normal-price .price-wrapper:not(.price-excluding-tax) .price {
  font-style: italic;
}
.amtheme-product-info .swatch-attribute-options {
  width: 100% !important;
}
@media (max-width: 768px) {
  .amtheme-product-info .page-title {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
.products.grid .product-item,
.form-wishlist-items .products-grid .product-item {
  max-width: calc(100% - 20px) !important;
  width: 100%;
}
.product-item .product-item-name {
  min-height: 21px;
  text-align: left;
  margin-top: 15px;
}
.products-grid .product-item-info:hover:after,
.products-grid .product-item-info.-hover:after {
  border-color: transparent !important;
  height: initial !important;
  left: 0px !important;
  top: 0px !important;
  width: initial !important;
}
.amtheme-productaside-wrap .ambanners {
  margin: 80px 0px;
}
.product-series {
  position: relative;
}
.product-series .swiper-button-next {
  top: 0px;
  clip-path: polygon(100% 0, 100% 65%, 65% 100%, 0 100%, 0 35%, 35% 0);
  background: #363636 url(../svg/color_mode/dark/arrow-right-min.svg) center / 30px no-repeat !important;
  min-width: 60px;
  min-height: 60px;
}
.product-series .swiper-button-next::after {
  content: "";
}
.product-series .swiper-button-prev {
  left: auto;
  right: 90px;
  top: 30px;
  clip-path: polygon(65% 0, 100% 35%, 100% 100%, 35% 100%, 0 65%, 0 0);
  background: #363636 url(../svg/color_mode/dark/arrow-right-min.svg) center / 30px no-repeat !important;
  min-width: 60px;
  min-height: 60px;
  -webkit-transform: rotate(180deg) translate(0, 50%);
  -moz-transform: rotate(180deg) translate(0, 50%);
  -ms-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%);
}
.product-series .swiper-button-prev::after {
  content: "";
}
h3.description-header {
  border-bottom: solid 3px #eee;
  padding: 20px 0px;
  position: relative;
}
h3.description-header::after {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../svg/strzalka_dol_czarna.svg) !important;
  content: " ";
  top: 23px;
}
.block.upsell .block-title.title,
.product-series h2,
h3.description-header {
  text-transform: uppercase;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 600;
}
.amtheme-productaside-wrap .slick-slider .slick-arrow.slick-next {
  top: -40px;
}
.amtheme-productaside-wrap .slick-slider button.slick-arrow {
  clip-path: polygon(100% 0, 100% 65%, 65% 100%, 0 100%, 0 35%, 35% 0);
  background: #363636 url(../svg/color_mode/dark/arrow-right-min.svg) center / 30px no-repeat !important;
  border-radius: 0px !important;
  height: 60px;
  opacity: 1 !important;
  visibility: inherit !important;
  width: 60px;
  z-index: 2;
}
.amtheme-productaside-wrap .slick-slider .slick-arrow.slick-prev {
  right: 80px;
  left: auto;
  top: -40px;
  clip-path: polygon(65% 0, 100% 35%, 100% 100%, 35% 100%, 0 65%, 0 0);
  background: #363636 url(../svg/color_mode/dark/arrow-right-min.svg) center / 30px no-repeat !important;
  border-radius: 0px !important;
  height: 60px;
  opacity: 1 !important;
  visibility: inherit !important;
  width: 60px;
  z-index: 2;
}
@media (max-width: 768px) {
  .product-series .swiper-button-prev {
    right: 54px !important;
  }
  .product-series .swiper-button-next,
  .product-series .swiper-container-rtl .swiper-button-prev {
    right: -15px !important;
  }
  .block.upsell .block-title.title,
  .product-series h2,
  h3.description-header {
    font-size: 2.2rem;
    padding-right: 100px;
  }
  .products.grid .product-item,
  .form-wishlist-items .products-grid .product-item,
  .form-wishlist-items .products-grid .product-item {
    max-width: 100% !important;
  }
}
a#tabela-rozmiarow-button {
  font-size: 1.4rem;
  color: #070605;
  font-weight: normal;
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
a#tabela-rozmiarow-button::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../svg/tabela_rozmiarow.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
aside.modal-popup.tabela-rozmiarow-modal.modal-slide._inner-scroll._show .modal-inner-wrap {
  width: 70%;
  border-radius: 0px;
}
aside.modal-popup.tabela-rozmiarow-modal.modal-slide._inner-scroll._show button.action-close {
  background: #212121;
  clip-path: polygon(100% 0, 100% 100%, 35% 100%, 0 65%, 0 0);
  border-radius: 0px;
}
aside.modal-popup.tabela-rozmiarow-modal.modal-slide._inner-scroll._show button.action-close:before {
  border-color: #ffffff !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}
.tabela-informacyjna {
  background: #eee;
  padding: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 29px;
}
.tabela-informacyjna p::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tabela-informacyjna p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 15px;
}
.tabela-informacyjna .returns::before {
  background-image: url(../svg/zwrot.svg) !important;
}
.tabela-informacyjna .time::before {
  background-image: url(../svg/realizacja_zamowienia.svg) !important;
}
.tabela-informacyjna .global::before {
  background-image: url(../svg/europejski_produkt.svg) !important;
}
.tabela-informacyjna .freedelivery::before {
  background-image: url(../svg/darmowa_dostawa.svg) !important;
}
.fotorama__stage__frame .fotorama__img {
  max-height: 85%;
  max-width: 85%;
}
.product.attribute.sku .type {
  display: none;
}
.sidebar.sidebar-additional li.item.product.product-item {
  width: 100%;
  min-width: 230px;
}
.page-layout-2columns-right:not(.page-with-filter) .sidebar.sidebar-additional .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
.page-layout-2columns-right.page-with-filter.-filter-inactive .sidebar.sidebar-additional .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0px;
  margin-top: 0px;
}
.block.upsell li.item.product.product-item {
  min-width: 220px;
}
.catalog-category-view main#maincontent,
.catalog-category-view .breadcrumbs {
  max-width: 100%;
}
.third-price {
  margin-left: auto;
  color: #496fb6;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .01em;
  font-style: italic;
}
.third-price .tooltip {
  position: relative;
}
.third-price .tooltip a {
  color: #496fb6 !important;
  font-size: 2.3rem;
  font-weight: 100;
  font-style: normal;
}
.third-price .tooltip .tooltip-content {
  font-size: 1.6rem !important;
  max-width: 400px !important;
  min-width: 330px !important;
  background: #496fb6 !important;
  color: #fff !important;
  line-height: 1.2 !important;
  border: none !important;
  margin-right: -16px !important;
  top: 30px !important;
  padding: 20px 35px !important;
  clip-path: polygon(93% 0, 100% 33%, 100% 100%, 7% 100%, 0 67%, 0 0);
}
.third-price .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-right: 16px;
  right: 100%;
  top: 0;
}
.third-price .tooltip .tooltip-content:after,
.third-price .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.third-price .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.third-price .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.third-price .tooltip .tooltip-content:after,
.third-price .tooltip .tooltip-content:before {
  left: 100%;
}
.third-price .tooltip .tooltip-content:after {
  border-left-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.third-price .tooltip .tooltip-content:before {
  border-left-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.third-price .tooltip .tooltip-toggle {
  cursor: help;
}
.third-price .tooltip .tooltip-toggle:hover + .tooltip-content,
.third-price .tooltip .tooltip-toggle:focus + .tooltip-content,
.third-price .tooltip:hover .tooltip-content {
  display: block;
}
.amtheme-product-info .price-box {
  column-gap: 10px;
}
.amtheme-product-info .price-box .third-price {
  order: 3;
}
.amtheme-product-info .price-box .special-price {
  order: 2;
}
.amtheme-product-info .price-box .old-price {
  order: 1;
}
.amtheme-product-info .price-box .omnibus-price {
  order: 4;
}
.checkout-cart-index h1.page-title,
.cart-summary > .title,
.cart-summary > .checkout.methods .action.checkout {
  text-transform: uppercase;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 600;
}
.abs-sidebar-totals .mark strong,
.cart-summary > .cart-totals .mark strong,
.cart-summary > .cart-totals .table.totals tr.grand.totals > th,
.cart-summary > .cart-totals .table.totals tr.grand.totals > td {
  font-style: italic;
  font-size: 2.0rem;
  font-weight: 600;
}
.cart.main.actions {
  background: #d9d9d9 !important;
  clip-path: polygon(0 0, 99% 0, 100% 30%, 100% 100%, 1% 100%, 0 70%);
}
tbody.cart.item.product-item tr.item-info {
  background: #eeeeee !important;
  clip-path: polygon(0 0, 97% 0, 100% 20%, 100% 100%, 3% 100%, 0 82%);
}
.cart.item .item-info .product-item-name > a,
.cart.item .item-info .amtheme-cell > .subtotal,
.cart.item .item-info .price .cart-price {
  font-style: italic;
}
.cart.item {
  border-bottom: 20px solid transparent;
}
.cart.item span.product-image-container {
  padding: 0px 0px 0px 30px;
}
.cart.item .item-info .col.item {
  padding-left: 41px;
  padding-bottom: 20px;
}
.cart.item .item-info > .col {
  vertical-align: middle;
}
.amtheme-column-toolbar .amtheme-cell {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 23px;
}
.cart.table-wrapper .actions-toolbar a.action.action-edit {
  display: none;
}
.cart.table-wrapper .actions-toolbar a.action.action-delete {
  font-size: 0px;
}
.cart.table-wrapper .actions-toolbar a.action.action-delete::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../svg/delete-filter.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
.cart.table-wrapper td.col.item-actions {
  padding-right: 30px !important;
}
.checkout-cart-index .block.discount > .title,
.checkout-cart-index .block.discount > .content label.label {
  display: none !important;
}
.checkout-cart-index .block.discount > .content {
  display: inline-block !important;
}
.checkout-cart-index .block.discount > .content form#discount-coupon-form .fieldset.coupon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.cart-summary {
  border: none !important;
  border-radius: 0px !important;
  padding: 30px !important;
  background: #eeeeee !important;
}
.cart-summary > .block.shipping {
  display: none !important;
}
div#block-discount {
  margin: 20px 0px;
}
form#discount-coupon-form input#coupon_code {
  border: solid 2px #070605;
  border-radius: 0;
  min-width: 190px;
  height: 40px;
}
form#discount-coupon-form .field {
  margin-bottom: 0px !important;
}
form#discount-coupon-form button.action.apply.button-as-link {
  height: 40px;
  min-height: 40px;
  margin: 0px;
  background: #070605;
  border: 2px solid #070605;
  border-radius: 0;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  padding: 0px 10px;
}
.cart-summary > .checkout.methods .action.checkout {
  background: #070605;
  border-radius: 0;
  clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 5% 100%, 0 65%);
}
.checkout-payment-method .payment-option-content > form {
  max-width: 100%;
}
.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content form#discount-form .payment-option-inner {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .block.block-minicart .subtotal {
    font-size: 1.6rem !important;
  }
  .page-layout-checkout main#maincontent {
    padding-inline-end: 10px !important;
    padding-inline-start: 10px !important;
  }
}
.button-as-link,
.button-as-link.action,
a.action.multicheckout {
  color: #212121;
}
.cms-zwroty-i-wymainy .naglowek h2 {
  background: #222;
  color: #fff;
}
.cms-page-view .page-title-wrapper {
  background: #212121;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 80px;
}
.cms-page-view .page-title-wrapper h1.page-title {
  margin: 0px 0px !important;
  vertical-align: middle;
  text-transform: uppercase;
}
.cms-personalizacja .page-title-wrapper,
.cms-teambekleidung .page-title-wrapper {
  display: none;
}
.cms-personalizacja .breadcrumbs,
.cms-teambekleidung .breadcrumbs {
  display: none;
}
.cms-personalizacja .column.main [data-content-type='row'].-no-margin,
.cms-teambekleidung .column.main [data-content-type='row'].-no-margin {
  margin-left: -60px;
  margin-right: -60px;
}
.cms-personalizacja .column.main .slick-slide,
.cms-teambekleidung .column.main .slick-slide {
  padding: 0px !important;
}
.cms-personalizacja .column.main .slick-slide .pagebuilder-overlay.pagebuilder-poster-overlay,
.cms-teambekleidung .column.main .slick-slide .pagebuilder-overlay.pagebuilder-poster-overlay {
  background-image: linear-gradient(to bottom, rgba(34, 34, 34, 0), #222222);
  background-color: transparent !important;
}
.cms-personalizacja .column.main .slick-slide button.pagebuilder-slide-button.pagebuilder-button-primary,
.cms-teambekleidung .column.main .slick-slide button.pagebuilder-slide-button.pagebuilder-button-primary {
  border-radius: 0px;
  clip-path: polygon(0 0, 95% 0, 100% 35%, 100% 100%, 5% 100%, 0 65%);
  color: #222222;
  font-style: italic;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .slick-slide button.pagebuilder-slide-button.pagebuilder-button-primary,
  .cms-teambekleidung .column.main .slick-slide button.pagebuilder-slide-button.pagebuilder-button-primary {
    margin: 20px 40px;
    font-size: 1.4rem;
  }
}
.cms-personalizacja .column.main .personalizacja-smmash,
.cms-teambekleidung .column.main .personalizacja-smmash {
  text-align: center;
}
.cms-personalizacja .column.main .personalizacja-smmash:before,
.cms-teambekleidung .column.main .personalizacja-smmash:before {
  content: "";
  display: block;
  background-image: url(../svg/sygnet.svg) !important;
  background-size: cover;
  width: 95px;
  height: 97px;
  margin: 46px auto;
}
.cms-personalizacja .column.main .personalizacja-smmash h1,
.cms-teambekleidung .column.main .personalizacja-smmash h1 {
  color: #fff;
  font-size: 5.0rem;
  font-weight: 600;
  margin: 0px 20%;
  line-height: 5.5rem;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .personalizacja-smmash h1,
  .cms-teambekleidung .column.main .personalizacja-smmash h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 2px;
    margin: 0px 40px;
  }
}
.cms-personalizacja .column.main .personalizacja-smmash h2,
.cms-teambekleidung .column.main .personalizacja-smmash h2 {
  font-size: 2.0rem;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  font-weight: 600;
  padding: 75px 0px;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .personalizacja-smmash h2,
  .cms-teambekleidung .column.main .personalizacja-smmash h2 {
    padding: 45px 0px;
    margin: 20px 40px;
  }
}
.cms-personalizacja .column.main .personalizacja-smmash h2 strong,
.cms-teambekleidung .column.main .personalizacja-smmash h2 strong {
  font-size: 2.0rem;
  color: #ebe22b;
  font-weight: 600;
}
.cms-personalizacja .column.main .pagebuilder-column.-border-left,
.cms-teambekleidung .column.main .pagebuilder-column.-border-left {
  border-left: solid 2px #414141;
}
.cms-personalizacja .column.main .pagebuilder-column.-border-right,
.cms-teambekleidung .column.main .pagebuilder-column.-border-right {
  border-right: solid 2px #414141;
}
.cms-personalizacja .column.main .informacje-kolumny h3,
.cms-teambekleidung .column.main .informacje-kolumny h3 {
  color: #fff;
  font-weight: 300;
}
.cms-personalizacja .column.main .liczby-kolumny h5,
.cms-teambekleidung .column.main .liczby-kolumny h5 {
  font-size: 6rem;
  padding: 0px;
  margin: 0px;
  line-height: 6rem;
  text-transform: uppercase;
}
.cms-personalizacja .column.main .liczby-kolumny h4,
.cms-teambekleidung .column.main .liczby-kolumny h4 {
  font-size: 1.6rem;
  line-height: 0rem;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cms-personalizacja .column.main .cechy-produktu,
.cms-teambekleidung .column.main .cechy-produktu {
  background-size: 650px 638px !important;
  max-width: 1300px;
  margin: 0px auto !important;
}
@media (max-width: 678px) {
  .cms-personalizacja .column.main .cechy-produktu,
  .cms-teambekleidung .column.main .cechy-produktu {
    background-image: none;
  }
}
.cms-personalizacja .column.main .cechy-produktu .-hexagon.-shadow,
.cms-teambekleidung .column.main .cechy-produktu .-hexagon.-shadow {
  display: block !important;
  background: unset !important;
}
.cms-personalizacja .column.main .cechy-produktu .-hexagon.-shadow .cechy,
.cms-teambekleidung .column.main .cechy-produktu .-hexagon.-shadow .cechy {
  clip-path: polygon(93% 0, 100% 14%, 100% 100%, 7% 100%, 0 87%, 0 0);
  background: #f7f7f7;
  min-height: 150px;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 1.4rem;
}
.cms-personalizacja .column.main .cechy-produktu h5[data-content-type='heading'],
.cms-teambekleidung .column.main .cechy-produktu h5[data-content-type='heading'] {
  font-size: 1.8rem;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cms-personalizacja .column.main h2.cechy-produktu-title,
.cms-teambekleidung .column.main h2.cechy-produktu-title {
  font-size: 3.4rem;
  letter-spacing: 4px;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main h2.cechy-produktu-title,
  .cms-teambekleidung .column.main h2.cechy-produktu-title {
    font-size: 2.4rem;
    line-height: 2.5rem;
    letter-spacing: 2px;
  }
}
.cms-personalizacja .column.main .cechy-produktu-button a.pagebuilder-button-primary,
.cms-teambekleidung .column.main .cechy-produktu-button a.pagebuilder-button-primary {
  border-radius: 0px;
  clip-path: polygon(0 0, 95% 0, 100% 35%, 100% 100%, 5% 100%, 0 65%);
  color: #222222;
  font-style: italic;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .cechy-produktu-button a.pagebuilder-button-primary,
  .cms-teambekleidung .column.main .cechy-produktu-button a.pagebuilder-button-primary {
    margin: 10px;
  }
}
.cms-personalizacja .column.main .-dla-kogo > h2[data-content-type='heading'],
.cms-teambekleidung .column.main .-dla-kogo > h2[data-content-type='heading'] {
  color: #fff;
  font-size: 3.4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-dla-kogo > h2[data-content-type='heading'],
  .cms-teambekleidung .column.main .-dla-kogo > h2[data-content-type='heading'] {
    font-size: 3.0rem;
    letter-spacing: 2px;
  }
}
.cms-personalizacja .column.main .-dla-kogo > h3[data-content-type='heading'],
.cms-teambekleidung .column.main .-dla-kogo > h3[data-content-type='heading'] {
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
}
.cms-personalizacja .column.main .-dla-kogo > h3[data-content-type='heading'] strong,
.cms-teambekleidung .column.main .-dla-kogo > h3[data-content-type='heading'] strong {
  color: #ebe22b;
}
.cms-personalizacja .column.main .-dla-kogo .-gallery h2[data-content-type='heading'],
.cms-teambekleidung .column.main .-dla-kogo .-gallery h2[data-content-type='heading'] {
  color: #fff;
  font-size: 3.4rem;
  line-height: 3.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cms-personalizacja .column.main .-dla-kogo .-gallery h3[data-content-type='heading'],
.cms-teambekleidung .column.main .-dla-kogo .-gallery h3[data-content-type='heading'] {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: italic;
}
.cms-personalizacja .column.main .-dla-kogo .-gallery h4[data-content-type='heading'],
.cms-teambekleidung .column.main .-dla-kogo .-gallery h4[data-content-type='heading'] {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: normal;
  font-weight: 500;
}
.cms-personalizacja .column.main .-realizacje h2[data-content-type='heading'],
.cms-teambekleidung .column.main .-realizacje h2[data-content-type='heading'] {
  word-wrap: break-word;
  font-size: 3.4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-realizacje h2[data-content-type='heading'],
  .cms-teambekleidung .column.main .-realizacje h2[data-content-type='heading'] {
    font-size: 3.0rem;
    letter-spacing: 2px;
  }
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-dlaczego,
  .cms-teambekleidung .column.main .-dlaczego {
    padding: 20px !important;
  }
}
.cms-personalizacja .column.main .-dlaczego h2[data-content-type='heading'],
.cms-teambekleidung .column.main .-dlaczego h2[data-content-type='heading'] {
  word-wrap: break-word;
  font-size: 3.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 60px auto;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-dlaczego h2[data-content-type='heading'],
  .cms-teambekleidung .column.main .-dlaczego h2[data-content-type='heading'] {
    font-size: 3.0rem;
    line-height: 3.0rem;
    letter-spacing: 2px;
  }
}
.cms-personalizacja .column.main .-dlaczego h3[data-content-type='heading'],
.cms-teambekleidung .column.main .-dlaczego h3[data-content-type='heading'] {
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: italic;
  margin: 20px 40px;
}
.cms-personalizacja .column.main .-dlaczego div[data-content-type='text'],
.cms-teambekleidung .column.main .-dlaczego div[data-content-type='text'] {
  padding: 40px;
  background-color: #f7f7f7;
}
.cms-personalizacja .column.main .-dlaczego a.pagebuilder-button-primary,
.cms-teambekleidung .column.main .-dlaczego a.pagebuilder-button-primary {
  border-radius: 0px;
  clip-path: polygon(0 0, 95% 0, 100% 35%, 100% 100%, 5% 100%, 0 65%);
  color: #222222;
  font-style: italic;
}
.cms-personalizacja .column.main .-mapa h2[data-content-type='heading'],
.cms-teambekleidung .column.main .-mapa h2[data-content-type='heading'] {
  font-size: 3.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 60px auto;
  max-width: 60%;
  line-height: 3.5rem;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-mapa h2[data-content-type='heading'],
  .cms-teambekleidung .column.main .-mapa h2[data-content-type='heading'] {
    max-width: 90%;
    font-size: 3.0rem;
    line-height: 3.0rem;
  }
}
.cms-personalizacja .column.main .-mapa div[data-content-type='text'],
.cms-teambekleidung .column.main .-mapa div[data-content-type='text'] {
  max-width: 50%;
  margin: 10px auto;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-mapa div[data-content-type='text'],
  .cms-teambekleidung .column.main .-mapa div[data-content-type='text'] {
    max-width: 90%;
  }
}
.cms-personalizacja .column.main .-mapa .-mapa-legenda,
.cms-teambekleidung .column.main .-mapa .-mapa-legenda {
  display: flex;
  justify-content: center;
  width: 450px;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 20px auto;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-mapa .-mapa-legenda,
  .cms-teambekleidung .column.main .-mapa .-mapa-legenda {
    width: 200px;
    gap: 10px;
  }
}
.cms-personalizacja .column.main .-mapa .-mapa-legenda span.skala,
.cms-teambekleidung .column.main .-mapa .-mapa-legenda span.skala {
  min-width: 300px;
  height: 30px;
  display: inline-block;
  background-image: linear-gradient(to right, rgba(235, 226, 45, 0), #ebe22d);
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-mapa .-mapa-legenda span.skala,
  .cms-teambekleidung .column.main .-mapa .-mapa-legenda span.skala {
    min-width: 150px;
  }
}
.cms-personalizacja .column.main .-mapa .-mapa-legenda span.from,
.cms-teambekleidung .column.main .-mapa .-mapa-legenda span.from,
.cms-personalizacja .column.main .-mapa .-mapa-legenda span.to,
.cms-teambekleidung .column.main .-mapa .-mapa-legenda span.to {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  font-style: italic;
  font-weight: 600;
}
.cms-personalizacja .column.main .-jak-to-dziala h2[data-content-type='heading'],
.cms-teambekleidung .column.main .-jak-to-dziala h2[data-content-type='heading'] {
  word-wrap: break-word;
  font-size: 3.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 20px auto;
  max-width: 60%;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-jak-to-dziala h2[data-content-type='heading'],
  .cms-teambekleidung .column.main .-jak-to-dziala h2[data-content-type='heading'] {
    max-width: 90%;
    font-size: 3.0rem;
    line-height: 3.0rem;
    letter-spacing: 2px;
  }
}
.cms-personalizacja .column.main .-jak-to-dziala-kolumny,
.cms-teambekleidung .column.main .-jak-to-dziala-kolumny {
  max-width: 90%;
  margin: 10px auto;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-jak-to-dziala-kolumny,
  .cms-teambekleidung .column.main .-jak-to-dziala-kolumny {
    max-width: 100%;
  }
}
.cms-personalizacja .column.main .-jak-to-dziala-kolumny .pagebuilder-column,
.cms-teambekleidung .column.main .-jak-to-dziala-kolumny .pagebuilder-column {
  display: block !important;
  background: unset !important;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-jak-to-dziala-kolumny .pagebuilder-column,
  .cms-teambekleidung .column.main .-jak-to-dziala-kolumny .pagebuilder-column {
    margin-bottom: 30px;
    padding: 0px !important;
  }
}
.cms-personalizacja .column.main .-jak-to-dziala-kolumny .pagebuilder-column div[data-content-type='text'],
.cms-teambekleidung .column.main .-jak-to-dziala-kolumny .pagebuilder-column div[data-content-type='text'] {
  clip-path: polygon(95% 0, 100% 4%, 100% 100%, 6% 100%, 0 96%, 0 0);
  background: #f7f7f7;
  min-height: 410px;
  display: flex;
  align-items: flex-start;
  padding: 50px;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-jak-to-dziala-kolumny .pagebuilder-column div[data-content-type='text'],
  .cms-teambekleidung .column.main .-jak-to-dziala-kolumny .pagebuilder-column div[data-content-type='text'] {
    padding: 20px;
  }
}
.cms-personalizacja .column.main .-jak-to-dziala-kolumny .pagebuilder-column div[data-content-type='text'] h3,
.cms-teambekleidung .column.main .-jak-to-dziala-kolumny .pagebuilder-column div[data-content-type='text'] h3 {
  font-size: 6.8rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 6.0rem;
  margin-bottom: 50px;
}
.cms-personalizacja .column.main .-jak-to-dziala-kolumny .pagebuilder-column div[data-content-type='text'] h4,
.cms-teambekleidung .column.main .-jak-to-dziala-kolumny .pagebuilder-column div[data-content-type='text'] h4 {
  font-size: 2.0rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 2.0rem;
  font-style: italic;
}
.cms-personalizacja .column.main .-salesmanago-form h2[data-content-type='heading'],
.cms-teambekleidung .column.main .-salesmanago-form h2[data-content-type='heading'] {
  font-size: 3.4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 60px auto;
  max-width: 60%;
  line-height: 3.5rem;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-salesmanago-form h2[data-content-type='heading'],
  .cms-teambekleidung .column.main .-salesmanago-form h2[data-content-type='heading'] {
    max-width: 90%;
    font-size: 3.0rem;
    line-height: 3.0rem;
    letter-spacing: 2px;
  }
}
.cms-personalizacja .column.main .-salesmanago-form div[data-content-type='text'],
.cms-teambekleidung .column.main .-salesmanago-form div[data-content-type='text'] {
  word-wrap: break-word;
  max-width: 50%;
  margin: 20px auto;
  display: block;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main .-salesmanago-form div[data-content-type='text'],
  .cms-teambekleidung .column.main .-salesmanago-form div[data-content-type='text'] {
    max-width: 90%;
  }
}
.cms-personalizacja .column.main .-salesmanago-form h3[data-content-type='heading'],
.cms-teambekleidung .column.main .-salesmanago-form h3[data-content-type='heading'] {
  word-wrap: break-word;
  font-size: 2.4rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .cms-personalizacja .column.main iframe#salesmanagoIframe,
  .cms-teambekleidung .column.main iframe#salesmanagoIframe {
    width: 92% !important;
    height: 700px !important;
    margin: 20px auto !important;
  }
}
.cms-personalizacja .amcform-toolbar,
.cms-teambekleidung .amcform-toolbar {
  margin: 0px auto;
}
.cms-personalizacja .amcform-toolbar button.amcform-submit.action.submit.primary,
.cms-teambekleidung .amcform-toolbar button.amcform-submit.action.submit.primary {
  border-radius: 0px;
  clip-path: polygon(0 0, 95% 0, 100% 35%, 100% 100%, 5% 100%, 0 65%);
  color: #222222;
  font-style: italic;
  background-color: #f1ea68;
  min-width: 350px;
  min-height: 56px;
  margin: 20px auto;
}
.cms-personalizacja .pagebuilder-column-group.logotypy,
.cms-teambekleidung .pagebuilder-column-group.logotypy {
  max-width: 52%;
  margin: 0px auto;
}
.cms-personalizacja .xcreator h2[data-content-type='heading'],
.cms-teambekleidung .xcreator h2[data-content-type='heading'] {
  word-wrap: break-word;
  color: #fff;
  font-size: 3.4rem;
  line-height: 3.4rem;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .cms-personalizacja .xcreator h2[data-content-type='heading'],
  .cms-teambekleidung .xcreator h2[data-content-type='heading'] {
    font-size: 3.0rem;
    line-height: 3.0rem;
  }
}
.kontakt-info [data-content-type='heading'] {
  font-style: italic;
}
.kontakt-info a {
  color: #fb6d07;
}
.kontakt-form .field.note.no-label {
  display: none;
}
.kontakt-form button.action.submit.primary {
  clip-path: polygon(93% 0, 100% 33%, 100% 100%, 7% 100%, 0 67%, 0 0);
  background: #000000;
  border-radius: 0px;
}
.account main#maincontent {
  margin: 0px !important;
}
.account.page-layout-2columns-left .columns > .column.main,
.account.page-layout-2columns-right .columns > .column.main,
.account.page-layout-3columns .columns > .column.main {
  padding: 40px;
  background: #eee;
}
.account.page-layout-2columns-left .columns > .sidebar-main,
.account.page-layout-2columns-right .columns > .sidebar-main,
.account.page-layout-3columns .columns > .sidebar-main {
  grid-area: sidebar-main;
  min-width: 330px;
  padding-top: 50px;
  padding-right: 30px;
}
.account .page-title-wrapper h1.page-title {
  text-transform: uppercase;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 600;
}
.account-nav-content .nav.item > a,
.account-nav-content .nav.item.current {
  color: #4a4948;
  font-weight: 400;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
}
.account-nav-content .nav.item > a::after,
.account-nav-content .nav.item.current::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../svg/strzalka_prawo_czarna.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
.account-nav-content .nav.item.current > strong {
  color: #d66324 !important;
  font-weight: 400;
  font-size: 1.4rem;
}
.amtheme-sidebar-block.amtheme-sidebar-wishlist {
  display: none;
}
.amtheme-account-actions > .actions-toolbar .primary > .action,
.form-address-edit .actions-toolbar .primary .action,
form#form-validate button.action.save.primary {
  background: #212121;
  border-radius: 0px;
  clip-path: polygon(0 0, 87% 0, 100% 35%, 100% 100%, 12% 100%, 0 65%);
}
.customer-account-create main#maincontent {
  margin-top: 40px;
}
.form.subscribe input#newsletter {
  background: #ffffff;
  border: none;
  border-radius: 0px;
  color: #070605;
  height: 6rem;
  padding: 10px;
}
.form.subscribe input#newsletter::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #070605;
  text-transform: capitalize;
  font-style: italic;
}
.form.subscribe input#newsletter::-moz-placeholder {
  /* Firefox 19+ */
  color: #070605;
  text-transform: capitalize;
  font-style: italic;
}
.form.subscribe input#newsletter:-ms-input-placeholder {
  /* IE 10+ */
  color: #070605;
  text-transform: capitalize;
  font-style: italic;
}
.form.subscribe input#newsletter:-moz-placeholder {
  /* Firefox 18- */
  color: #070605;
  text-transform: capitalize;
  font-style: italic;
}
.form.subscribe .action.subscribe.primary {
  clip-path: polygon(93% 0, 100% 33%, 100% 100%, 7% 100%, 0 67%, 0 0);
  color: #070605;
  background: #ffffff;
  border: none;
  border-radius: 0px;
  padding: 16px 80px;
  text-transform: capitalize;
  font-style: italic;
}
.form.subscribe label.label.amgdpr-label span.amgdpr-text > a {
  color: #212121 !important;
}
.amtheme-icons-container .amtheme-icon {
  fill: #fff !important;
  padding: 6px 5px 2px 5px !important;
}
@media (min-width: 768px) {
  .page-header {
    background: #212121 !important;
  }
  .page-header .panel.wrapper {
    display: none !important;
  }
  .page-header > .content {
    background: #212121 !important;
    padding: 10px 35px 10px 35px;
    border-bottom: solid 1px #aaaaaa50;
    max-width: 100% !important;
  }
  .page-header > .content .logo-image {
    max-height: 40px;
  }
  .page-header .amtheme-icons-container .account-icon {
    display: block !important;
  }
  .page-header .amsearch-input-wrapper {
    margin-right: 20px;
  }
  .page-header .amsearch-input-wrapper input.amsearch-input {
    background: #ffffff33 !important;
    border: none !important;
  }
  .page-header > .content:before,
  .page-header > .content:after {
    background: #212121;
    border-bottom: solid 1px #aaaaaa50;
  }
  .cms-index-index .page-title-wrapper {
    display: none !important;
  }
  .nav-sections {
    background: #212121;
  }
}
@media (max-width: 768px) {
  .header.content {
    padding-inline-end: 15px !important;
    padding-inline-start: 15px !important;
  }
  .pagebuilder-slider-informacje {
    max-height: 30px;
  }
  .pagebuilder-slider-informacje .pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding: 0px 0px 0px 0px !important;
  }
  .pagebuilder-slider-informacje .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-poster-content [data-element='content'] {
    font-size: 1.3rem;
    min-height: 20px;
    max-height: 20px;
  }
  .pagebuilder-slider-informacje .pagebuilder-slide-wrapper [data-element='content'] {
    min-height: 30px;
  }
  .amasty-mega-menu .minisearch .control,
  .amasty-mega-menu .ammenu-header-container .header.content {
    background: #212121;
  }
  .amasty-jet-theme .switcher {
    margin-inline-end: 0px !important;
    margin-inline-start: 8px !important;
  }
  .amtheme-icon.-hover-bg:hover,
  .amtheme-icon.-hover-bg.-selected {
    fill: #ffffff !important;
  }
  .block.block-minicart .action.close .amtheme-icon,
  .block.block-minicart .action.close .amtheme-icon:hover {
    fill: #ffffff !important;
  }
  .page-header .amsearch-button.-loupe-trigger {
    margin: 0px !important;
  }
}
.amsearch-button.-loupe {
  background-image: url(../svg/color_mode/dark/szukaj.svg) !important;
  height: 26px !important;
  width: 26px !important;
}
.amsearch-button.-icon {
  background-size: 26px !important;
}
.amsearch-button.-disabled {
  opacity: 1 !important;
}
body > .widget.block.block-static-block {
  margin-bottom: 0px !important;
}
.pagebuilder-slider.pagebuilder-slider-informacje.slick-initialized.slick-slider {
  padding: 0px !important;
}
.amasty-jet-theme .switcher strong {
  font-weight: 600;
  color: #fff;
}
.amasty-jet-theme .switcher strong::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../svg/strzalka_dol_pomaranczowa.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
footer.page-footer {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 30px;
  font-weight: 400;
  background-image: url(../images/footer_bg.jpg) !important;
  background-size: cover;
  background-position: right;
}
footer.page-footer a {
  font-weight: 400;
}
footer.page-footer li.icon-telefon,
footer.page-footer li.icon-email,
footer.page-footer li.icon-address,
footer.page-footer li.icon-open {
  display: flex;
  gap: 8px;
}
footer.page-footer li.icon-telefon::before,
footer.page-footer li.icon-email::before,
footer.page-footer li.icon-address::before,
footer.page-footer li.icon-open::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
footer.page-footer li.icon-telefon::before {
  background-image: url(../svg/telefon.svg) !important;
}
footer.page-footer li.icon-email::before {
  background-image: url(../svg/email.svg) !important;
}
footer.page-footer li.icon-address::before {
  background-image: url(../svg/teczka.svg) !important;
}
footer.page-footer li.icon-open::before {
  background-image: url(../svg/zegar.svg) !important;
}
.page-footer .amtheme-footer-section .footer.links,
.page-footer .amtheme-footer-section .footer-cms-links {
  max-width: 100% !important;
  min-width: 100% !important;
}
.page-footer {
  background: #222429;
  border-top: solid 5px #ebe22b;
  color: #ffffff;
  font-weight: 300;
}
.page-footer a {
  color: #ffffff;
  font-weight: 300;
}
.page-footer .logo-image {
  max-width: 180px !important;
}
.page-footer .content {
  width: 100%;
  padding-bottom: 0px !important;
  padding-top: 10px !important;
}
.page-footer .content h3 {
  font-size: 2.5rem;
  font-style: italic;
  padding-bottom: 15px;
}
.page-footer .content ul {
  padding-inline-start: 0px !important;
  list-style: none !important;
}
.amtheme-minifooter-block {
  background-color: #222429;
}
.amscroll-backtotop-block {
  right: 14px !important;
  bottom: 90px !important;
}
.cms-index-index h2.instagram-h2-header {
  color: #fff;
  vertical-align: middle;
}
.cms-index-index h2.instagram-h2-header::before {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url(../svg/instagram.svg) !important;
  display: inline-block;
  padding-right: 10px;
  background-repeat: no-repeat;
}
.pagebuilder-column-group.lifestyle .pagebuilder-column {
  clip-path: polygon(90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%, 0 0);
  box-shadow: inset 0 0 0 2000px rgba(50, 50, 50, 0.7);
}
.pagebuilder-column-group.lifestyle .pagebuilder-column:hover {
  box-shadow: inset 0 0 0 2000px rgba(255, 205, 31, 0.8);
}
.pagebuilder-column-group.lifestyle .pagebuilder-column h3 {
  color: #fff;
  font-style: italic;
}
.pagebuilder-column-group.informacje .pagebuilder-column {
  clip-path: polygon(90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%, 0 0);
}
.pagebuilder-column-group.informacje .pagebuilder-column:hover {
  box-shadow: inset 0 0 0 2000px #ebe22b;
}
.pagebuilder-column-group.informacje .pagebuilder-column h3 {
  color: #000;
  font-style: italic;
}
.categories .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: flex-end !important;
}
.categories .pagebuilder-column-group h2 {
  color: #fff;
  font-style: italic;
}
figure[data-content-type='image'] > [data-element='link'] {
  width: 100%;
  display: block;
  height: 100%;
}
@media (min-width: 768px) {
  .cms-index-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1440px !important;
  }
  .cms-index-index .swiper-container .aminst-feed-posts.swiper-wrapper {
    max-height: 400px !important;
  }
}
@media (max-width: 768px) {
  .cms-index-index .page-title-wrapper {
    display: none !important;
  }
  .slider-homepage .slick-slider {
    padding: 0px !important;
  }
}
@media (min-width: 768px) {
  .cms-index-index .slider-homepage button.pagebuilder-slide-button.pagebuilder-button-primary {
    clip-path: polygon(90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%, 0 0);
    border-radius: 0px;
    min-width: 200px;
    text-align: center;
    background: #ffffff30;
    color: #ffcd1f;
  }
  .cms-index-index .slider-homepage .slick-slider {
    padding: 0px !important;
  }
  .cms-index-index .slider-homepage .slick-slider button.slick-arrow {
    border-radius: 0px !important;
    background: #797979 url(../svg/color_mode/dark/arrow-right-min.svg) center / 30px no-repeat !important;
  }
  .cms-index-index .slider-homepage .slick-slider .slick-arrow.slick-next {
    right: 15px;
    clip-path: polygon(100% 0, 100% 65%, 65% 100%, 0 100%, 0 35%, 35% 0);
  }
  .cms-index-index .slider-homepage .slick-slider .slick-arrow.slick-prev {
    left: 15px;
    clip-path: polygon(65% 0, 100% 35%, 100% 100%, 35% 100%, 0 65%, 0 0);
  }
  .cms-index-index .slider-homepage .slick-slider .slick-dots {
    right: 140px;
    bottom: 80px;
    left: auto;
  }
  .cms-index-index .slider-homepage .slick-slider .slick-dots li {
    width: 25px !important;
    height: 2px !important;
  }
  .cms-index-index .slider-homepage .slick-slider .slick-dots li button {
    width: 25px !important;
    height: 2px !important;
  }
  .cms-index-index .slider-homepage .slick-slider .slick-dots li button:before {
    border-radius: 0px;
    width: 25px !important;
    height: 2px !important;
  }
  .cms-index-index .slider-homepage .slick-slider .slick-dots li.slick-active button:before {
    background-color: #ffcd1f !important;
  }
  .cms-index-index .slider-homepage .slick-slider .pagebuilder-poster-content {
    max-width: 70%;
    color: #fff;
    line-height: 50px;
  }
  .cms-index-index .slider-homepage .slick-slider:hover .slick-arrow:not(.slick-disabled) {
    opacity: .3 !important;
  }
}
@media (min-width: 768px) {
  .pagebuilder-slider-informacje .pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding: 0px !important;
  }
  .pagebuilder-slider-informacje .pagebuilder-slide-wrapper [data-element='content'] {
    min-height: 30px !important;
  }
  .pagebuilder-slider-informacje .pagebuilder-slide-wrapper [data-element='content'] p {
    margin-bottom: 0px !important;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .navigation > ul {
    border-bottom: none !important;
    justify-content: center;
  }
  .navigation .category-item > a,
  .navigation .level-top > a {
    color: #ffffff !important;
  }
  .ammenu-nav-sections.-topmenu .ammenu-items {
    justify-content: center !important;
  }
  .amasty-mega-menu .ammenu-nav-sections.-topmenu {
    margin-bottom: 0px !important;
  }
}
.amgdpr-modal-container .modal-header .modal-title {
  color: #212121 !important;
}
.amgdpr-modal-container .action-close {
  top: 0px !important;
  right: 0px !important;
  line-height: 14px;
  background: #212121;
  clip-path: polygon(100% 0, 100% 100%, 35% 100%, 0 65%, 0 0);
  border-radius: 0px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  border-color: #ffffff !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: #212121 !important;
}
.modal-popup .modal-footer .action:not(.primary):not(.secondary) {
  background: #212121 !important;
  clip-path: polygon(95% 0, 100% 35%, 100% 100%, 5% 100%, 0 70%, 0 0);
  border-radius: 0px !important;
  border: solid 1px #212121 !important;
  color: #ffffff !important;
}
.modal-popup.tabela-rozmiarow-modal .modal-inner-wrap .modal-body {
  text-align: center;
}
.modal-popup.tabela-rozmiarow-modal .modal-inner-wrap .modal-body img {
  height: 66vh;
}
@media (max-width: 1200px) {
  .modal-popup.tabela-rozmiarow-modal .modal-inner-wrap {
    width: 90% !important;
  }
  .modal-popup.tabela-rozmiarow-modal .modal-inner-wrap .modal-body {
    text-align: center;
  }
  .modal-popup.tabela-rozmiarow-modal .modal-inner-wrap .modal-body img {
    height: 42vh;
  }
}
@media (max-width: 768px) {
  .modal-popup.tabela-rozmiarow-modal .modal-inner-wrap {
    width: 100% !important;
  }
  .modal-popup.tabela-rozmiarow-modal .modal-inner-wrap .modal-body {
    text-align: center;
  }
  .modal-popup.tabela-rozmiarow-modal .modal-inner-wrap .modal-body img {
    height: auto;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    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) {
    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) {
    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 {
    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 {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .reset,
  .block.filter .filter-subtitle,
  .am-no-display-desktop {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .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,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .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: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1,
  .amtheme-tabs-widget .amtheme-heading {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 4.3rem;
  }
  .page-layout-3columns .main {
    width: calc(100% - 317px - 2%);
    clear: right;
    float: right;
  }
  .page-layout-3columns .sidebar-main,
  .page-layout-3columns .sidebar-additional {
    clear: left;
    float: left;
  }
  .page-layout-3columns .sidebar-main {
    width: 317px;
    margin-inline-end: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 317px;
  }
  @supports (display: grid) {
    .page-layout-2columns-left .page-main > .columns,
    .page-layout-2columns-right .page-main > .columns,
    .page-layout-3columns .page-main > .columns {
      -webkit-display: grid;
      -moz-display: grid;
      -ms-display: grid;
      display: grid;
      align-items: start;
      grid-template-rows: auto 1fr;
    }
    .page-layout-2columns-left .columns > .column.main,
    .page-layout-2columns-right .columns > .column.main,
    .page-layout-3columns .columns > .column.main,
    .page-layout-2columns-left .columns > .sidebar-main,
    .page-layout-2columns-right .columns > .sidebar-main,
    .page-layout-3columns .columns > .sidebar-main,
    .page-layout-2columns-left .columns > .sidebar-additional,
    .page-layout-2columns-right .columns > .sidebar-additional,
    .page-layout-3columns .columns > .sidebar-additional {
      float: none;
    }
    .page-layout-2columns-left .columns > .column.main,
    .page-layout-2columns-right .columns > .column.main,
    .page-layout-3columns .columns > .column.main {
      grid-area: main;
      width: 100%;
    }
    .page-layout-2columns-left .columns > .sidebar-main,
    .page-layout-2columns-right .columns > .sidebar-main,
    .page-layout-3columns .columns > .sidebar-main {
      grid-area: sidebar-main;
    }
    .page-layout-2columns-left .columns > .sidebar-additional,
    .page-layout-2columns-right .columns > .sidebar-additional,
    .page-layout-3columns .columns > .sidebar-additional {
      grid-area: sidebar-additional;
    }
    .page-layout-2columns-left .page-main > .columns {
      grid-template-areas: 'sidebar-main main' 'sidebar-additional main';
      grid-template-columns: auto calc(100% - 317px - 2%);
    }
    .page-layout-2columns-right .page-main > .columns {
      grid-template-areas: 'main sidebar-main' 'main sidebar-additional';
      grid-template-columns: calc(100% - 317px - 2%) auto;
      justify-items: end;
    }
    .page-layout-2columns-left.-filter-inactive .page-main > .columns {
      grid-template-columns: auto 100%;
    }
    .page-layout-2columns-right.-filter-inactive .page-main > .columns {
      grid-template-columns: 100% auto;
    }
    .page-layout-3columns .page-main > .columns {
      grid-template-areas: 'sidebar-main main sidebar-additional';
      grid-template-columns: auto calc(100% - 317px - 317px) auto;
      justify-content: start;
    }
    .page-layout-3columns .page-main > .columns .column.main {
      justify-self: center;
      width: calc(100% - 25px * 2);
    }
    .page-layout-3columns.-filter-inactive .page-main > .columns {
      grid-template-columns: auto calc(calc(100% - 317px - 317px) + 317px * 2) auto;
    }
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content {
    margin-inline-end: auto;
    margin-inline-start: auto;
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    box-sizing: border-box;
    max-width: 1920px;
    width: auto;
  }
  .top-container,
  .page-wrapper > .widget,
  .footer-widget-content {
    margin: 15px auto;
    width: 100%;
  }
  .columns {
    display: block;
  }
  .columns:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 317px - 2%);
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: calc(100% - 317px - 2%);
    float: left;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 317px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 317px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    clear: right;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 317px;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 317px;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
  }
  .page-main,
  .breadcrumbs {
    width: 100%;
  }
  .panel.header {
    padding: 15px 20px;
  }
  .page-main {
    margin-bottom: 60px;
  }
  .nav-sections {
    margin: 0 auto 40px;
    background: #ffffff;
  }
  .navigation > ul {
    padding: 0;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-color: #dfdedd;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .navigation li.level0 {
    padding-bottom: 0;
    padding-inline-end: 40px;
    padding-inline-start: 0;
    padding-top: 0;
    cursor: pointer;
    margin: 0;
  }
  .navigation li.level0.active > a,
  .navigation li.level0.has-active > a {
    font-weight: 700;
  }
  .navigation li.level0 > a {
    word-break: break-word;
    word-wrap: break-word;
    padding: 20px 0;
    display: inline-block;
    position: relative;
  }
  .ie11 .navigation li.level0 > a {
    word-break: break-all;
  }
  .ie11 .navigation li.level0 > a {
    word-break: break-all;
  }
  .ie11 .navigation li.level0 > a {
    word-break: break-all;
  }
  .ie11 .navigation li.level0 > a {
    word-break: break-all;
  }
  .ie11 .navigation li.level0 > a {
    word-break: break-all;
  }
  .ie11 .navigation li.level0 > a {
    word-break: break-all;
  }
  .navigation li.level0 > a:after {
    bottom: -2px;
    height: 2px;
    transition: width 0.2s linear;
    background: #616163;
    content: '';
    display: block;
    position: absolute;
    width: 0;
  }
  .navigation li.level0.amtheme-active-item > a:after,
  .navigation li.level0:hover > a:after {
    width: 100%;
  }
  .navigation .category-item > a,
  .navigation .level-top > a,
  .navigation li.level0 > a,
  .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-word;
    word-wrap: break-word;
    color: #4a4948;
    font-weight: 400;
    font-size: 1.6rem;
    transition: color all 0.2s ease-in-out;
  }
  .ie11 .navigation .category-item > a,
  .ie11 .navigation .level-top > a,
  .ie11 .navigation li.level0 > a,
  .ie11 .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-all;
  }
  .ie11 .navigation .category-item > a,
  .ie11 .navigation .level-top > a,
  .ie11 .navigation li.level0 > a,
  .ie11 .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-all;
  }
  .ie11 .navigation .category-item > a,
  .ie11 .navigation .level-top > a,
  .ie11 .navigation li.level0 > a,
  .ie11 .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-all;
  }
  .ie11 .navigation .category-item > a,
  .ie11 .navigation .level-top > a,
  .ie11 .navigation li.level0 > a,
  .ie11 .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-all;
  }
  .ie11 .navigation .category-item > a,
  .ie11 .navigation .level-top > a,
  .ie11 .navigation li.level0 > a,
  .ie11 .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-all;
  }
  .ie11 .navigation .category-item > a,
  .ie11 .navigation .level-top > a,
  .ie11 .navigation li.level0 > a,
  .ie11 .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-all;
  }
  .navigation .category-item:not(.level0) > a,
  .navigation .level-top:not(.level0) > a {
    display: block;
  }
  .navigation .category-item.parent.level1 > a,
  .navigation .level-top.parent.level1 > a {
    font-weight: 700;
  }
  .navigation .category-item.active > a,
  .navigation .level-top.active > a,
  .navigation .category-item.has-active > a,
  .navigation .level-top.has-active > a,
  .navigation .category-item > a:hover,
  .navigation .level-top > a:hover,
  .navigation .category-item.level0:hover > a,
  .navigation .level-top.level0:hover > a,
  .navigation li.level0 > a:hover,
  .amasty-jet-theme .navigation .ambrands-link:hover {
    color: #616163;
  }
  .navigation .submenu {
    display: none;
  }
  .navigation li.level0 > .submenu {
    padding: 37px 20px 25px;
    border-radius: 4px;
    background: transparent;
    cursor: default;
    position: absolute !important;
    top: auto !important;
    z-index: 10;
  }
  .navigation li.level0 > .submenu:before {
    top: 12px;
    border-radius: 4px;
    background: #f7f7f7;
    content: '';
    display: block;
    height: calc(100% - 12px);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .navigation li.level0 > .submenu.amtheme-menu-flex {
    display: flex;
  }
  .navigation li.level0 > .submenu.amtheme-menu-flex > li:not(:last-child) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 0;
    border-inline-end: 1px solid #dfdedd;
  }
  .navigation li.level0 > .submenu.amtheme-menu-flex:not([style*='display: none']) {
    display: flex !important;
  }
  .navigation li.level0 > .submenu > li {
    padding-bottom: 0;
    padding-inline-end: 30px;
    padding-inline-start: 0;
    padding-top: 0;
    min-width: 115px;
    max-width: 300px;
    margin: 0;
  }
  .navigation li.level0 > .submenu > li.last {
    padding: 0;
  }
  .navigation li.level0 > .submenu .submenu {
    display: block !important;
    left: 0 !important;
    padding: 0;
    top: 0 !important;
  }
  .navigation li.level0 > .submenu .submenu:not(.level1) {
    padding-inline-start: 10px;
  }
  .navigation li.level0 > .submenu:not(.amtheme-menu-flex) > li:not(:first-child),
  .navigation li.level0 > .submenu .submenu > li {
    margin: 20px 0 0;
  }
  .navigation li.level0 > .submenu .submenu.level2 .category-item {
    margin: 10px 0 0;
  }
  .navigation li.level0.parent {
    padding-inline-end: 65px;
  }
  .navigation li.level0.parent > a:before {
    right: -20px;
    width: 10px;
    height: 6px;
    background: url("../svg/color_mode/dark/arrow-bottom-xs.svg") no-repeat center / cover;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .navigation:empty {
    display: none;
  }
  .ie11 .navigation li.level0 > a:after {
    transition: none;
  }
  .nav-toggle,
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > *,
  .nav-sections-item-content .header.links {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  form .fields.-am-block,
  .form.form-newsletter-manage .field.choice {
    align-items: flex-start;
    border-radius: 4px;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 20px;
  }
  form .fields.-am-block .message,
  form .fields.-am-block .field:nth-of-type(n),
  .form.form-newsletter-manage .field.choice .message,
  .form.form-newsletter-manage .field.choice .field:nth-of-type(n) {
    margin: 0;
    width: auto;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 30px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 20px;
    font-size: 1.6rem;
    color: #4a4948;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: none;
    height: 20px;
    padding: 10px 0 20px 0;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #4a4948;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4a4948;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #070605;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: transparent;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: transparent;
    color: #070605;
    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: 21px;
  }
  .product.data.items > .item.content {
    background: #fcfcfc;
    margin-top: 51px;
    padding: 25px 0 25px 0;
    border: none;
  }
  .product.data.items .amtheme-caret {
    background: #070605;
    height: 1px;
    left: 0;
    margin-top: 1px;
    pointer-events: none;
    position: absolute;
    top: 50px;
    transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
    user-select: none;
    width: 0;
  }
  .product.data.items > .item.title > .switch {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
  }
  .product.data.items > .item.title .amtheme-icon {
    display: none;
  }
  .product.data.items > .item.title.active > .switch {
    border-bottom: 1px solid #070605;
    padding-bottom: 21px;
  }
  .product.data.items > .item.title.active > .switch:hover,
  .product.data.items > .item.title.active > .switch:focus {
    padding-bottom: 21px;
  }
  .product.data.items > .item.title.amtheme-item-title > .switch {
    border-color: transparent;
    box-sizing: border-box;
    height: 50px;
  }
  .product.data.items > .item.content {
    border-top: 1px solid #dfdedd;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    float: none;
  }
  .actions-toolbar.-reverse {
    flex-direction: row-reverse;
  }
  .actions-toolbar.-reverse .primary .action {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 5px;
    margin-top: 0;
  }
  .actions-toolbar.-reverse > .secondary {
    margin-inline-end: 25px;
    margin-inline-start: 0;
  }
  .amtheme-products-secondary .price {
    font-size: 2.6rem;
  }
  .amtheme-products-secondary .price-to .price {
    font-size: 16px;
  }
  .amtheme-products-secondary .normal-price .price {
    font-size: 16px;
  }
  .modal-popup.modal-slide .modal-footer {
    text-align: right;
  }
  .modal-popup .modal-header {
    padding-top: 35px;
  }
  .modal-popup.agreements-modal.modal-slide {
    left: 50%;
    max-width: 950px;
    transform: translateX(-50%);
  }
  .modal-popup._inner-scroll,
  .modal-popup.shipping-address-modal,
  .modal-popup.billing-address-modal {
    top: 0;
    transform: translateY(0);
  }
  .modal-popup.confirm .modal-inner-wrap {
    width: 430px;
  }
  .modal-popup .modal-footer {
    flex-direction: row;
    justify-content: flex-end;
  }
  .modal-popup .modal-footer button {
    order: 0;
  }
  .modal-popup .modal-footer .action-primary,
  .modal-popup .modal-footer .action.primary {
    order: 2;
  }
  .modal-popup .modal-footer .action:not(.primary):not(.secondary) {
    margin-bottom: 0;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
    order: 1;
  }
  .modal-popup .modal-footer .action-secondary,
  .modal-popup .modal-footer .action.secondary {
    margin-bottom: 0;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
    padding: 15px 0;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    min-width: 30%;
    max-width: initial;
  }
  .amcform-title-wrap .amcform-title {
    max-width: 174px;
  }
  .amcform-title-wrap:nth-child(3n + 1):before {
    content: none;
  }
  .amcform-title-wrap:nth-child(3n + 1):last-child:before {
    width: 50%;
    background: linear-gradient(270deg, #e3e3e3 4.63%, rgba(227, 227, 227, 0) 83.33%);
    content: '';
  }
  .amcform-title-wrap:nth-child(3n + 1).ui-state-active:last-child:before {
    background: linear-gradient(270deg, #92b0ff 4.63%, rgba(227, 227, 227, 0) 83.33%);
  }
  .amcform-popup-block .amcform-header {
    font-size: 22px;
  }
  .amcform-popup-block .amcform-toolbar {
    flex-direction: row;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button {
    width: auto;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
    margin-top: 0;
  }
  .product.data.items {
    z-index: unset;
  }
  .circle-theme .amcform-title-wrap {
    min-width: 24%;
  }
  .amelsearch-further-section {
    display: block;
  }
  .amgdpr-modal-container .modal-header {
    padding: 40px 50px 20px;
  }
  .amgdpr-modal-container .modal-header .modal-title {
    font-size: 30px;
  }
  .amgdpr-modal-container .modal-content {
    padding: 0 30px 0 50px;
  }
  .amgdpr-modal-container .modal-footer {
    padding: 30px 50px 50px;
  }
  .amgdpr-modal-container .action.action-primary {
    width: auto;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    font-size: 20px;
    padding: 17px 46px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    background: inherit;
    display: inline-block;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #ffffff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 16px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 22px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .amcard-codes-list .table .actions {
    width: 20px;
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar {
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar .primary {
    float: none;
  }
  .amcard-field-container.-code .actions-toolbar .primary .action {
    margin: 0;
  }
  .amcard-field-container.-code .actions-toolbar .secondary .action {
    margin: 0 0 0 7px;
  }
  #checkout .amcard-codes-list,
  #checkout .amcard-field-container {
    padding-left: 22px;
  }
  .aminst-feed-title {
    font-size: 20px;
    margin: 20px 0 25px 0;
  }
  .aminst-feed-comment-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2;
    -o-transition: 0.2;
    transition: 0.2;
    align-content: center;
    border: 1px solid #93d6ff;
    bottom: 0;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 16px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .aminst-feed-review {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }
  .aminst-feed-btn {
    margin: 20px 0;
    max-width: 150px;
    padding: 11px 26px;
  }
  .aminst-feed-likes,
  .aminst-feed-comments {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 17px;
  }
  .aminst-feed-likes:before,
  .aminst-feed-comments:before {
    height: 16px;
    margin: 0 4px 0 0;
    width: 16px;
  }
  .aminst-feed-likes:before {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMi41NEM5LjAxNC4zOTUgNS4yMi40OTEgMi44NTIgMi44MjZhNi4xODYgNi4xODYgMCAwIDAgMCA4LjgyOWw4LjMzOSA4LjIxOWEuNDQuNDQgMCAwIDAgLjYxOCAwbDguMzM5LTguMjJhNi4xODcgNi4xODcgMCAwIDAgMC04LjgyOEMxNy43OC40OTIgMTMuOTg2LjM5NiAxMS41IDIuNTR6bTguMDI5IDguNTA1TDExLjUgMTguOTU5bC04LjAyOS03LjkxNGE1LjMzMiA1LjMzMiAwIDAgMSAwLTcuNjEgNS40ODMgNS40ODMgMCAwIDEgMy44Ni0xLjU3M2MxLjM5OCAwIDIuNzk1LjUyNSAzLjg2IDEuNTc0LjE3LjE2OC40NDcuMTY4LjYxOCAwIDIuMTMtMi4wOTkgNS41OTItMi4wOTggNy43MiAwYTUuMzMyIDUuMzMyIDAgMCAxIDAgNy42MDl6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiLz48L3N2Zz4=);
    content: '';
  }
  .aminst-feed-comments:before {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjQ5OCAyMmMtLjI4NSAwLS41Ny0uMDExLS44NTYtLjAzNC01LjIzLS40MTgtOS4zNy00LjY4OC05LjYzLTkuOTMzYTEwLjUzNSAxMC41MzUgMCAwIDEgMy4wNjMtNy45NTggMTAuNTMgMTAuNTMgMCAwIDEgNy45NTgtMy4wNjJjNS4yNzUuMjYxIDkuNTQ3IDQuNDI3IDkuOTM3IDkuNjlhMTAuNDc0IDEwLjQ3NCAwIDAgMS0xLjMwMyA1LjkxNmwxLjI1MSA0LjU0MmEuNjIuNjIgMCAwIDEtLjc1MS43NjNsLTQuNjM3LTEuMjA4QTEwLjQ1OCAxMC40NTggMCAwIDEgMTEuNDk3IDIyem0uMDE2LTIwLjA0NUE5LjU3OCA5LjU3OCAwIDAgMCA0Ljc1IDQuNzVhOS41OCA5LjU4IDAgMCAwLTIuNzg0IDcuMjM2Yy4yMzYgNC43NjcgMy45OTkgOC42NDkgOC43NTIgOS4wMjhhOS41MjQgOS41MjQgMCAwIDAgNS41MS0xLjIyM2wuMTY4LS4wOTYgNC40NDcgMS4xNTgtMS4yMDMtNC4zNjYuMTAyLS4xNzNhOS41MjIgOS41MjIgMCAwIDAgMS4yNzctNS41NGMtLjM1NS00Ljc4NC00LjIzOS04LjU3LTkuMDMzLTguODA3YTkuNDI3IDkuNDI3IDAgMCAwLS40NzItLjAxMnoiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIvPjwvc3ZnPg==);
    content: '';
  }
  .aminst-feed-caption {
    flex-basis: 100%;
    line-height: 21px;
    margin: 0;
    max-height: 60%;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: pre;
  }
  .aminst-relation-link {
    left: 0;
    pointer-events: none;
    user-select: none;
    width: auto;
  }
  .aminst-relation-link:hover {
    color: #ffffff;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-relation-link {
    background: #008eff;
    min-height: 25px;
    padding: 0 15px;
    pointer-events: initial;
    user-select: initial;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-relation-link:hover {
    background: #33a4ff;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-relation-link .aminst-title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(14px * 1);
    -webkit-line-clamp: 1;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-relation-link:hover .aminst-button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzMSA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMC4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDI3LjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjMtLjE5NTMuNTExODQ1IDAgLjcwNzExMkwyOS4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgzMHYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
    right: 10px;
    width: 35px;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-relation-link .aminst-button {
    background-color: transparent;
    box-shadow: none;
    border-radius: inherit;
    bottom: initial;
    background-size: contain;
    white-space: nowrap;
    position: absolute;
    right: 15px;
    font-size: 0;
    width: 30px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link,
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link {
    background: #33a4ff;
    min-height: 45px;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link .aminst-title,
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link .aminst-title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(14px * 2);
    -webkit-line-clamp: 2;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link .aminst-button,
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link .aminst-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 2px;
    font-size: inherit;
    min-height: 25px;
    padding: 0 10px;
    position: static;
    transition: color, background-color 0.2s ease-in;
    width: auto;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link .aminst-button:hover,
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link .aminst-button:hover {
    background: #ffffff;
    color: #33a4ff;
  }
  .aminst-feed-post.-thumbnail .aminst-feed-link:hover + .aminst-relation-link,
  .aminst-feed-post.-thumbnail .aminst-feed-link.-hovered + .aminst-relation-link {
    background-color: #008eff;
    border-top: 1px solid #ffffff;
    pointer-events: inherit;
    transition: background-color 0.2s ease-in;
    user-select: inherit;
  }
  .aminst-feed-post.-thumbnail .aminst-feed-link:hover + .aminst-relation-link .aminst-title,
  .aminst-feed-post.-thumbnail .aminst-feed-link.-hovered + .aminst-relation-link .aminst-title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(14px * 2);
    -webkit-line-clamp: 2;
  }
  .aminst-feed-link:hover .aminst-feed-comment-cont,
  .aminst-feed-link.-hovered .aminst-feed-comment-cont {
    background: rgba(0, 142, 255, 0.7);
    opacity: 1;
  }
  .aminst-feed-link:hover.-en-desc .aminst-feed-img,
  .aminst-feed-link.-hovered.-en-desc .aminst-feed-img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .aminst-feed-link:hover.-dis-desc .aminst-feed-img,
  .aminst-feed-link.-hovered.-dis-desc .aminst-feed-img {
    transform: scale(1.1);
  }
  .aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post {
    padding: 50px 60px;
  }
  .amtheme-tabs-buttons {
    justify-content: center;
  }
  .amtheme-tabs-widget .amtheme-heading {
    margin-bottom: 5px;
    text-align: center;
  }
  .amtheme-tabs-widget .item.product .product-item-info:hover {
    animation: overflowControl 0s .1s forwards;
  }
  .amtheme-tabs-widget .slick-list {
    overflow: visible;
    -ms-overflow-style: none;
    overflow-x: clip;
    scrollbar-width: none;
    z-index: 1;
  }
  .amtheme-tabs-widget .slick-list::-webkit-scrollbar {
    display: none;
  }
  .amtheme-tabs-widget .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
  .amtheme-tabs-widget .products.slick-slider.slick-dotted {
    margin-bottom: calc(40px * 2);
  }
  .amtheme-tabs-widget .products > .amtheme-products-secondary > .slick-list {
    margin: 0 auto;
  }
  .amtheme-tabs-widget .slick-active:not(.slick-current) .items.dropdown {
    left: auto;
    right: 0;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    position: unset;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    background: #ffffff;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    padding: 10px 5px;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    padding: 10px;
    min-width: 120px;
    width: 14%;
    text-align: center;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 0;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    right: unset;
    padding: 5px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 95px;
    border: 3px dashed #e9f6ff;
    border-bottom: none;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 100%;
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    opacity: 1;
    transition: all .3s ease;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    right: 0;
    left: unset;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    width: 100%;
    opacity: 1;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .amqorder-search-block {
    padding: 30px 15px 35px;
  }
  .amqorder-search-block .amqorder-qty-block {
    display: flex;
  }
  .amqorder-popup-block .amqorder-labels-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0 0 10px;
    color: #777;
    list-style: none;
    text-align: left;
    font-size: 14px;
  }
  .amqorder-popup-block .amqorder-header {
    font-weight: 600;
  }
  .amqorder-popup-block .amqorder-item {
    margin: 0;
  }
  .amqorder-popup-block .amqorder-item.-index {
    flex-basis: 15%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-item.-sku {
    flex-basis: 55%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-item.-reason {
    flex-basis: 30%;
  }
  .amqorder-popup-block .amqorder-errors-list {
    max-height: 360px;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-item {
    flex-wrap: nowrap;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-index,
  .amqorder-popup-block .amqorder-errors-list .amqorder-sku,
  .amqorder-popup-block .amqorder-errors-list .amqorder-reason {
    display: inline-block;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-index:before,
  .amqorder-popup-block .amqorder-errors-list .amqorder-sku:before,
  .amqorder-popup-block .amqorder-errors-list .amqorder-reason:before {
    content: none;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-index {
    flex-basis: 15%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-sku {
    flex-basis: 55%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-reason {
    flex-basis: 30%;
  }
  .amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col.amrma-details {
    position: static;
  }
  .amrma-status-container {
    margin: 0 35px 50px;
  }
  .amrma-status-container .amrma-percent {
    width: 68%;
  }
  .amrma-status-container .amrma-percent.-status-1 {
    width: 34%;
  }
  .amrma-status-container .amrma-percent.-status-2 {
    width: 68%;
  }
  .amrma-status-container .amrma-step.-complete:before {
    top: -1px;
    width: 20px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMxRTc5QzIiLz48cGF0aCBkPSJNNiAxMGwzLjUgM0wxNCA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
  }
  .amrma-status-container .amrma-step.-checked .amrma-name {
    display: none;
  }
  .amrma-status-container .amrma-steps .amrma-step.-checked {
    margin: 0;
  }
  .amrma-status-container .amrma-step.-pending.-checked {
    text-align: center;
  }
  .amrma-status-container .amrma-step.-pending.-checked:before {
    padding: 0;
    border-radius: 50%;
  }
  .amrma-status-container .amrma-step.-checked {
    flex-basis: auto;
    text-align: center;
  }
  .amrma-status-container .amrma-step.-checked:before {
    top: -1px;
    content: attr(data-number);
    background: #1e79c2;
    line-height: 30px;
    color: #fff;
  }
  .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked {
    justify-content: inherit;
    text-align: center;
  }
  .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked:before {
    right: auto;
    padding: 0;
    border-radius: 50%;
  }
  .amrma-status-container .amrma-steps > .amrma-step.-checked:after,
  .amrma-status-container .amrma-steps > .amrma-step:after {
    position: absolute;
    left: -38px;
    top: 30px;
    min-width: 100px;
    content: attr(data-label);
    text-align: center;
  }
  .amasty-rma-pager .limiter {
    float: right;
  }
  .amrma-return-select .amrma-select {
    font-size: 14px;
  }
  .amreturns-order-select {
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
  }
  .amreturns-order-select .amreturn-select {
    font-size: 14px;
  }
  .amreturns-orders-container {
    flex: 1 1 73%;
    margin: 0;
  }
  .amreturns-orders-container .amreturn-btn {
    margin: 0 20px 0 10px;
  }
  .amreturns-title-container {
    flex: 0 0 20%;
    margin: 0 15px 0 20px;
  }
  .amrma-customer-information {
    flex-direction: row;
  }
  .amrma-customer-information .amrma-customer-name {
    margin: 0;
  }
  .amrma-chat-send .amrma-textarea,
  .amrma-comment-block .amrma-comment,
  .amrma-input-block .amrma-field,
  .amrma-return-qty .amrma-select {
    font-size: 14px;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #616163 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #616163;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #616163;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    background: #ffffff;
    color: #1979c3;
    margin-left: auto;
    margin-top: 10px;
    width: 100%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    background: #1979c3;
    color: #ffffff;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    right: 0 !important;
    top: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    margin-bottom: 10px;
    width: 50%;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-review-popup .field.review-field-ratings .control {
    width: inherit;
  }
  .ampickup-store-container.-checkout .ampickup-field {
    box-sizing: border-box;
  }
  .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-left: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-right: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: row;
  }
  .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7;
  }
  .ampickup-map-popup .ampickup-content {
    width: 80vw;
  }
  .checkout-index-index .ampickup-conditions-container.block > .title,
  .paypal-review .ampickup-conditions-container.block > .title {
    display: none;
  }
  .checkout-index-index .ampickup-conditions-container.block > .content,
  .paypal-review .ampickup-conditions-container.block > .content {
    padding-top: 0;
  }
  .ampickup-map-popup .ampickup-content {
    display: flex;
    flex-direction: column;
    width: 80vw;
  }
  .ampickup-map-popup .amlocator-main-container .amlocator-map-container {
    min-height: 600px;
  }
  .ampickup-map-popup .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 100%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field {
    width: 33%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: column;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-separator {
    align-self: stretch;
    margin: 15px 0;
    width: inherit;
    border-top: 1px solid #c7c7c7;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-left: 5%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-right: 5%;
  }
  .paypal-review .ampickup-conditions-container.block {
    float: none;
    width: 100%;
  }
  .paypal-review .ampickup-options-container {
    padding-right: calc((100% - 33% * 2) + 10px);
    width: 100%;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .warianty-list .warianty-list-link {
    max-width: 120px;
    min-width: 50px;
  }
  .ves-megamenu .navigation .level0 .submenu a.ves-hover {
    padding: 0;
  }
  .scroll-to-fixed-fixed .level0 > a .cat-label {
    display: none;
  }
  .scroll-to-fixed-fixed.nav-sections-items {
    background: #f0f0f0;
  }
  .nav-sections-item-content .ves-megamenu {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .ves-megamenu .block-search {
    padding-left: 0;
  }
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 20px;
    border: 0;
  }
  .ves-megamenu.has-title > .navigation {
    border-top: none;
  }
  .ves-megamenu.ves-horizontal > .navigation {
    border: 0;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 36px;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu .navigation {
    background: transparent;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation > ul {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px 0 0;
    position: relative;
  }
  .ves-megamenu .navigation .level0 > a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    font-weight: 600;
  }
  .ves-megamenu .navigation .level0 > a .cat-label {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
  }
  .ves-megamenu .navigation .level0 > a > span {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 > a > span.drill-opener,
  .ves-megamenu .navigation .level0 > a > span.opener {
    display: none;
  }
  .ves-megamenu .navigation .level0.current > a {
    background-color: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu {
    font-size: inherit;
  }
  .ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 3px solid transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items a:hover {
    background: none;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .nav-item a {
    line-height: 45px;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a {
    border-bottom-color: #ddd;
    border-right-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a > .ves-caret {
    visibility: hidden;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a {
    background: #5bd2ec;
    border: 1px solid #DDD;
    color: #FFF;
    border-color: #5bd2ec;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a > .ves-caret,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a > .ves-caret {
    visibility: visible;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items {
    float: right;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a {
    border-left: 1px solid #DDD;
    border-right-color: #DDD;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a > .ves-caret {
    float: left;
    margin-right: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li.dynamic-active > a {
    border-right-color: #DDD;
    border-left-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:after,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:before {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .content-wrapper {
    float: left;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header a:hover {
    background: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header .links li,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer .links li {
    padding: 0 5px;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .feature-box-v3 a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget {
    position: relative;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav {
    top: -60px;
    right: 0;
    position: absolute;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a {
    background: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title strong {
    font-weight: 500;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a {
    padding: 0;
    border: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a:hover {
    background: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a.action {
    color: #999;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-image img {
    width: auto;
    float: none;
    display: inline-block;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-actions {
    margin-top: 0;
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item img.owl-lazy {
    transition: all 300ms ease-in-outs all ease-in;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details .price-box {
    color: #1979c3;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-photo {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .icon {
    position: absolute;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item {
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info {
    border: 1px solid transparent;
    padding: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-color: #bbbbbb;
  }
  .ves-megamenu .navigation .level0 .submenu .nav-item.current > a {
    border-color: #ff5501;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items ul > .nav-item.current > a {
    border-color: transparent;
    border-bottom-color: #ddd;
  }
  .ves-megamenu .navigation .level0.submenu-left,
  .ves-megamenu .navigation .level0.submenu-right {
    position: static;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col > .nav-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column2 > .item-content1 > .mega-col {
    width: 50%;
  }
  .ves-megamenu .navigation .level0 .ves-column3 > .item-content1 > .mega-col {
    width: 33.3333%;
  }
  .ves-megamenu .navigation .level0 .ves-column4 > .item-content1 > .mega-col {
    width: 25%;
  }
  .ves-megamenu .navigation .level0 .ves-column5 > .item-content1 > .mega-col {
    width: 20%;
  }
  .ves-megamenu .navigation .level0 .ves-column6 > .item-content1 > .mega-col {
    width: 16.6666%;
  }
  .ves-megamenu .navigation .level0 .ves-column7 > .item-content1 > .mega-col {
    width: 14.2857%;
  }
  .ves-megamenu .navigation .level0 .ves-column8 > .item-content1 > .mega-col {
    width: 12.5%;
  }
  .ves-megamenu .navigation .level0 .ves-column9 > .item-content1 > .mega-col {
    width: 11.1111%;
  }
  .ves-megamenu .navigation .level0 .ves-column10 > .item-content1 > .mega-col {
    width: 10%;
  }
  .ves-megamenu .navigation .level0 .ves-column11 > .item-content1 > .mega-col {
    width: 9.0909%;
  }
  .ves-megamenu .navigation .level0 .ves-column12 > .item-content1 > .mega-col {
    width: 8.3333%;
  }
  .ves-megamenu .navigation .nav-item {
    transition: all 300ms ease-in-outs all ease-in;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1 {
    background-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1:before {
    border-top-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2 {
    background-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2:before {
    border-top-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3 {
    background-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3:before {
    border-top-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > .submenu {
    display: block;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar {
    float: left;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content p > a,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar p > a {
    padding: 0;
  }
  .ves-megamenu .navigation .nav-item.subgroup > .submenu {
    display: block;
    position: static;
    margin-bottom: 10px !important;
    border: 0;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu {
    border: 0;
    z-index: 99;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 23px;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > .submenu {
    right: 0 !important;
    left: auto !important;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li:first-child > a {
    border-top: 1px solid #ddd;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-indent: 10px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 45px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a .ves-caret {
    margin: 0;
    margin-right: 15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content {
    width: 80%;
    padding-right: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item {
    display: none;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item.dynamic-active {
    display: block;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li {
    width: auto;
    margin-right: 10px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li > a {
    border: 1px solid #DDD;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-content {
    width: 100%;
    float: left;
  }
  .ves-megamenu .navigation .level1 > a {
    font-size: 15px;
  }
  .ves-megamenu .navigation .level1 .cat-label:before {
    display: none;
  }
  .ves-megamenu .navigation .level1 .submenu {
    z-index: 99;
  }
  .ves-megamenu .navigation .level1 .ves-caret {
    float: right;
  }
  .ves-megamenu .navigation .level1 .submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .level1 .submenu-right > .submenu {
    right: 100% !important;
  }
  .ves-megamenu a {
    color: #333;
    text-decoration: none;
    transition: 300ms ease-in-outs all ease-in;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .ves-megamenu a:hover {
    text-decoration: none;
  }
  .ves-megamenu img:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    transition: all 0.5s ease 0ss all ease-in;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .ves-megamenu.ves-vertical li.level0 {
    width: 100%;
    margin: 0;
    float: none !important;
    position: static !important;
  }
  .ves-megamenu.ves-vertical .navigation .nav-item > a {
    position: relative;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a {
    padding-left: 25px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a > .ves-caret {
    position: absolute;
    left: 10px;
    right: auto;
    line-height: 50px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0.submenu-left.subhover > .submenu {
    right: 100%;
    left: auto !important;
    top: 0;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > .submenu {
    top: 0;
    left: auto !important;
    right: 100%;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-left > a > .ves-caret {
    left: 10px;
    right: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right > a > .ves-caret {
    right: 10px;
    left: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right.subhover > .submenu {
    left: -100% !important;
    right: 100% !important;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0 > a > .ves-caret {
    float: right;
    line-height: inherit;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0.subhover > .submenu {
    right: 0;
    left: 100% !important;
    top: 0;
  }
  .ves-megamenu.ves-daccordion .navigation {
    overflow: hidden;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item {
    float: left;
    width: 100%;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.current > .submenu {
    display: none;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item a {
    position: relative;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu {
    width: 100% !important;
    position: static;
    overflow: hidden !important;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.subhover > .submenu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 {
    width: 100%;
    margin: 0;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-ddrill {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-ddrill .navigation {
    background-color: #FFF;
  }
  .ves-ddrill .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-ddrill .navigation .subhover > .submenu {
    display: none;
  }
  .ves-ddrill .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-ddrill .navigation .ves-caret {
    display: none;
  }
  .ves-ddrill .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-ddrill .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-ddrill .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-ddrill .navigation .mega-col {
    padding: 0;
  }
  .ves-ddrill .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-ddrill .navigation .opener {
    display: none;
  }
  .ves-ddrill .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-ddrill .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-ddrill .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block !important;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-ddrill .drill-opener {
    display: block;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-ddrill .navigation .drilldown-back {
    display: block;
  }
  .ves-ddrill .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .ves-daccordion .navigation .ves-caret {
    display: block;
    line-height: inherit;
    width: 50px;
  }
  .ves-daccordion .navigation .level0 .submenu {
    overflow: hidden;
  }
  .ves-megamenu .navigation .level0.vertical-item .level1 > .item-content1 > .mega-col > .nav-item {
    position: static !important;
  }
  .ves-megamenu .navigation .level0.vertical-item {
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu {
    padding: 0;
    -webkit-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu .navigation .level0.vertical-item > a {
    padding: 0 22px;
    margin: 0;
    background: #ff5501;
  }
  .ves-megamenu .navigation .level0.vertical-item > a:before {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "\f0c9";
    margin-right: 8%;
    font-size: 16px;
  }
  .ves-megamenu .navigation .level0.vertical-item > a > .ves-caret {
    right: 10px;
    position: absolute;
    line-height: 50px;
  }
  .ves-megamenu.alway-show .navigation .level0.vertical-item > .submenu {
    display: block !important;
  }
  .ves-megamenu .header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    z-index: 30;
    display: none;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 22px;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu.megamenu-ultimo .navigation > ul {
    border-bottom: 5px solid #333333;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .nav-item.current > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a:hover {
    background: none;
    color: #5bd2ec;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header .links > li {
    padding: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a:hover,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #de2666;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .ves-caret {
    opacity: 0.3;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level1 .nav-item {
    padding-bottom: 5px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 8px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item .level1 .mega-col > .nav-item > a {
    padding: 3px 5px;
  }
  .ves-megamenu.food-menu .navigation {
    text-align: center;
  }
  .ves-megamenu.food-menu .navigation .level0 {
    float: none;
  }
  .ves-megamenu.food-menu .navigation .level0:hover > a {
    background: #FFF;
    color: #5bd2ec;
  }
  .ves-megamenu.food-menu .navigation .level0 > a {
    text-align: center;
    float: left;
    padding: 0;
  }
  .ves-megamenu.food-menu .navigation .level0 > a > span {
    float: left;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 {
    text-align: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .icon-left {
    margin-right: 10px;
    float: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a {
    float: left;
    padding: 0 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a > span {
    float: left;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 30px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 30px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 30px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .product-item > .product-item-info {
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    transition: min-height 0.4s ease-in-out;
  }
  .product-item > .product-item-info,
  .product-item > .product-item-info a:not(.more),
  .product-item > .product-item-info .price-label {
    color: #070605;
  }
  .products-grid .product-photo-wrapper,
  .products-list .product-photo-wrapper {
    position: relative;
  }
  .products-grid .amtheme-action-links,
  .products-list .amtheme-action-links {
    bottom: 0;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10;
  }
  .products-grid .action.towishlist,
  .products-list .action.towishlist {
    display: inline-flex;
  }
  .products-grid .amtheme-quick-view,
  .products-list .amtheme-quick-view {
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .products-grid .product-item-info:hover .amtheme-quick-view,
  .products-list .product-item-info:hover .amtheme-quick-view,
  .products-grid .product-item-info.-hover .amtheme-quick-view,
  .products-list .product-item-info.-hover .amtheme-quick-view,
  .products-grid .product-item-info:hover .action.tocompare,
  .products-list .product-item-info:hover .action.tocompare,
  .products-grid .product-item-info.-hover .action.tocompare,
  .products-list .product-item-info.-hover .action.tocompare {
    opacity: 1;
  }
  .products-grid .product-item-info {
    padding: 20px 15px;
  }
  .products-grid .product-item-info:after {
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: border-color 0.4s ease-in-out;
    width: 100%;
    z-index: -1;
  }
  .products-grid .product-item-inner {
    padding: 0 15px;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: calc(100% - 11px);
    width: 100%;
    z-index: 9;
  }
  .products-grid .product-item-details {
    margin-top: 10px;
  }
  .products-grid .product-item-details > *:not(:last-child) {
    margin-bottom: 10px;
  }
  .products-grid .product-items:not(.amtheme-products-secondary, .widget-product-grid) .product-item-info:hover {
    border-color: transparent;
    box-shadow: none;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.-hover {
    transition: border-color 0.4s ease-in-out;
  }
  .products-grid .product-item-info:hover:after,
  .products-grid .product-item-info.-hover:after {
    border-color: #dfdedd;
    height: calc(100% + 20px);
    left: -10px;
    opacity: 1;
    top: -10px;
    width: calc(100% + 20px);
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.-hover .product-item-inner {
    padding: 0 25px 30px;
    border-color: #dfdedd;
    box-shadow: 0 -3px 0 -2px #ffffff, 0 4px 8px rgba(57, 56, 56, 0.1);
    left: -10px;
    max-height: 100%;
    opacity: 1;
    width: calc(100% + 20px);
  }
  .products-grid .product-item-info:hover .swatch-wrapper + .price-box,
  .products-grid .product-item-info.-hover .swatch-wrapper + .price-box {
    margin-top: 0;
  }
  .block .block-title {
    font-size: 3.2rem;
    letter-spacing: 0.035em;
    margin-bottom: 25px;
  }
  .block:not(.am-widget) .amtheme-products-secondary .product-item {
    max-width: 210px;
    width: 210px;
  }
  .block:not(.am-widget) .amtheme-products-secondary .product-item,
  .block:not(.am-widget) .amtheme-products-secondary .product-item:nth-child(n) {
    margin: 0 calc(25px / 2) 25px;
  }
  .-amcaret-enabled .amtheme-productinfo-wrap .products-grid.products > .amtheme-products-secondary:not(.-full-width),
  .-amcaret-enabled .amtheme-productinfo-wrap .amtheme-products-secondary.-in-widget:not(.-full-width),
  .-amcaret-enabled .amtheme-productinfo-wrap .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items:not(.-full-width),
  .-amcaret-enabled .amtheme-productinfo-wrap .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items:not(.-full-width),
  .-amcaret-enabled .amtheme-productinfo-wrap .block.widget.amrelated-grid-wrapper.grid .widget-product-grid:not(.-full-width),
  .-amcaret-enabled .amtheme-productinfo-wrap .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items:not(.-full-width) {
    max-width: calc(210px * 3 + 20px * 3);
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info,
  .amtheme-products-secondary.-in-widget .product-item-info,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info {
    overflow: hidden;
    padding: 15px 12px;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info:after,
  .amtheme-products-secondary.-in-widget .product-item-info:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info:after {
    display: none;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info:hover,
  .products-grid.products > .amtheme-products-secondary .product-item-info.-hover,
  .amtheme-products-secondary.-in-widget .product-item-info:hover,
  .amtheme-products-secondary.-in-widget .product-item-info.-hover,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info:hover,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info.-hover,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info:hover,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info.-hover,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info:hover,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info.-hover,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info:hover,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info.-hover {
    border-color: transparent;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info:hover .product-item-photo:after,
  .products-grid.products > .amtheme-products-secondary .product-item-info.-hover .product-item-photo:after,
  .amtheme-products-secondary.-in-widget .product-item-info:hover .product-item-photo:after,
  .amtheme-products-secondary.-in-widget .product-item-info.-hover .product-item-photo:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info:hover .product-item-photo:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info.-hover .product-item-photo:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info:hover .product-item-photo:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info.-hover .product-item-photo:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info:hover .product-item-photo:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info.-hover .product-item-photo:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info:hover .product-item-photo:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info.-hover .product-item-photo:after {
    opacity: 1;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info:hover .product-item-details,
  .products-grid.products > .amtheme-products-secondary .product-item-info.-hover .product-item-details,
  .amtheme-products-secondary.-in-widget .product-item-info:hover .product-item-details,
  .amtheme-products-secondary.-in-widget .product-item-info.-hover .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info:hover .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info.-hover .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info:hover .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info.-hover .product-item-details,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info:hover .product-item-details,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info.-hover .product-item-details,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info:hover .product-item-details,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info.-hover .product-item-details {
    transform: translateY(0);
  }
  .products-grid.products > .amtheme-products-secondary .product-item-photo,
  .amtheme-products-secondary.-in-widget .product-item-photo,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-photo {
    margin-bottom: -70px;
    position: relative;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-photo:after,
  .amtheme-products-secondary.-in-widget .product-item-photo:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-photo:after {
    background: linear-gradient(360deg, #ffffff 7.57%, rgba(255, 255, 255, 0.6) 91.89%);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.1s ease-in-out;
    z-index: 1;
  }
  .products-grid.products > .amtheme-products-secondary .product-image-container,
  .amtheme-products-secondary.-in-widget .product-image-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-image-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-image-container,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-image-container,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-image-container {
    margin: 0 auto;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details,
  .amtheme-products-secondary.-in-widget .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details {
    transform: translateY(70px);
    transition: transform 0.1s ease-in-out;
    z-index: 2;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details > .price-box,
  .amtheme-products-secondary.-in-widget .product-item-details > .price-box,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details > .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details > .price-box,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details > .price-box,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details > .price-box {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details > .price-box:after,
  .amtheme-products-secondary.-in-widget .product-item-details > .price-box:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details > .price-box:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details > .price-box:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details > .price-box:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details > .price-box:after {
    content: '';
    height: 100%;
    left: calc(100% - 22px);
    pointer-events: none;
    position: absolute;
    top: 0;
    user-select: none;
    width: 32px;
  }
  .products-grid.products > .amtheme-products-secondary .details.product-item-details > .price-box:after,
  .amtheme-products-secondary.-in-widget .details.product-item-details > .price-box:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .details.product-item-details > .price-box:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .details.product-item-details > .price-box:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .details.product-item-details > .price-box:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .details.product-item-details > .price-box:after {
    left: inherit;
    right: 0;
    width: 20px;
  }
  .products-grid.products > .amtheme-products-secondary .price-box,
  .amtheme-products-secondary.-in-widget .price-box,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box {
    white-space: nowrap;
  }
  .products-grid.products > .amtheme-products-secondary .price-including-tax,
  .amtheme-products-secondary.-in-widget .price-including-tax,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-including-tax,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-including-tax,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-including-tax,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-including-tax {
    margin-right: 10px;
  }
  .products-grid.products > .amtheme-products-secondary .price-box .price,
  .amtheme-products-secondary.-in-widget .price-box .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box .price,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box .price,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box .price {
    font-size: 16px;
  }
  .products-grid.products > .amtheme-products-secondary .price-box .price-container,
  .amtheme-products-secondary.-in-widget .price-box .price-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box .price-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box .price-container,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box .price-container,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box .price-container {
    margin: 0;
  }
  .products-grid.products > .amtheme-products-secondary .price-box .price-from > .price-container,
  .amtheme-products-secondary.-in-widget .price-box .price-from > .price-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box .price-from > .price-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box .price-from > .price-container,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box .price-from > .price-container,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box .price-from > .price-container {
    padding-right: 2px;
  }
  .products-grid.products > .amtheme-products-secondary .price-container .price-excluding-tax:before,
  .amtheme-products-secondary.-in-widget .price-container .price-excluding-tax:before,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-container .price-excluding-tax:before,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-container .price-excluding-tax:before,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-container .price-excluding-tax:before,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-container .price-excluding-tax:before {
    margin-inline-start: 0;
  }
  .products-grid.products > .amtheme-products-secondary .price-box .price-label,
  .amtheme-products-secondary.-in-widget .price-box .price-label,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box .price-label,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box .price-label,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box .price-label,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box .price-label {
    line-height: 25px;
  }
  .products-grid.products > .amtheme-products-secondary .price-box,
  .amtheme-products-secondary.-in-widget .price-box,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box {
    min-height: 35px;
    padding: 0;
  }
  .products-grid.products > .amtheme-products-secondary .price-box.price-final_price > .price-box,
  .amtheme-products-secondary.-in-widget .price-box.price-final_price > .price-box,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box.price-final_price > .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box.price-final_price > .price-box,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box.price-final_price > .price-box,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box.price-final_price > .price-box {
    padding: 0;
  }
  .products-grid.products > .amtheme-products-secondary .minimal-price-link,
  .amtheme-products-secondary.-in-widget .minimal-price-link,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .minimal-price-link,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .minimal-price-link,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .minimal-price-link,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .minimal-price-link {
    font-size: 1.4rem;
    margin: 0 5px;
  }
  .products-grid.products > .amtheme-products-secondary .minimal-price-link > .price-container,
  .amtheme-products-secondary.-in-widget .minimal-price-link > .price-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .minimal-price-link > .price-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .minimal-price-link > .price-container,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .minimal-price-link > .price-container,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .minimal-price-link > .price-container {
    align-items: center;
  }
  .amtheme-products-secondary.-in-widget,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items {
    max-width: 100%;
  }
  .amtheme-products-secondary.-in-widget .product-item,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item {
    max-width: calc(@{widget - list-item__desktop__width} - 10px);
    width: calc(@{widget - list-item__desktop__width} - 10px);
  }
  .amtheme-products-secondary.-in-widget .product-item,
  .amtheme-products-secondary.-in-widget .product-item:nth-child(n),
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item:nth-child(n),
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item:nth-child(n),
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item:nth-child(n),
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item:nth-child(n) {
    margin: 0 calc(@{widget - list-item__gap__l} / 2) 25px;
  }
  .amtheme-products-secondary.-in-widget .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details {
    transform: translateY(60px);
  }
  .amtheme-products-secondary.-in-widget .stock.unavailable,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .stock.unavailable,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .stock.unavailable,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .stock.unavailable,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .stock.unavailable {
    align-items: flex-end;
    display: flex;
    min-height: 44px;
  }
  .catalogsearch-result-index .products.wrapper ~ .toolbar .limiter,
  .catalogsearch-advanced-result .products.wrapper ~ .toolbar .limiter,
  .catalog-category-view .products.wrapper ~ .toolbar .limiter,
  .ambrand-index-index .products.wrapper ~ .toolbar .limiter,
  .amshopby-index-index .products.wrapper ~ .toolbar .limiter {
    margin-inline-end: auto;
    display: flex;
  }
  .catalogsearch-result-index .top-toolbar > .toolbar,
  .catalogsearch-advanced-result .top-toolbar > .toolbar,
  .catalog-category-view .top-toolbar > .toolbar {
    align-items: center;
    flex-direction: row;
  }
  .catalogsearch-result-index .top-toolbar > .toolbar.toolbar-products,
  .catalogsearch-advanced-result .top-toolbar > .toolbar.toolbar-products,
  .catalog-category-view .top-toolbar > .toolbar.toolbar-products,
  .catalogsearch-result-index .top-toolbar > .toolbar.toolbar-products .pager,
  .catalogsearch-advanced-result .top-toolbar > .toolbar.toolbar-products .pager,
  .catalog-category-view .top-toolbar > .toolbar.toolbar-products .pager {
    margin-top: 0;
  }
  .amtheme-sidebar-wishlist .product-item:nth-child(n),
  .sidebar .block.widget .product-item:nth-child(n) {
    width: auto;
  }
  .sidebar .block.widget .product-item {
    display: block;
    margin: 0 10px 10px 0 !important;
    max-width: 100%;
    width: auto !important;
  }
  .sidebar .product-item .price-box {
    position: relative;
    padding: 0;
  }
  .sidebar .product-item .price-box:after {
    content: '';
    height: 100%;
    left: calc(100% - 22px);
    pointer-events: none;
    position: absolute;
    top: 0;
    user-select: none;
    width: 32px;
  }
  .sidebar .product-item .price-box,
  .sidebar .product-item .price-box * {
    flex-wrap: wrap;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .sidebar .product-item .price-box .price-container .weee:before {
    margin-inline-start: 0;
    white-space: nowrap;
  }
  .sidebar .product-item .price-box .price-label {
    line-height: 1;
  }
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .sidebar-additional,
  .page-layout-1column.catalog-category-view .sidebar-additional,
  .page-layout-empty.catalog-category-view .sidebar-additional {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
    width: 100%;
  }
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .amtheme-sidebar-block,
  .page-layout-1column.catalog-category-view .amtheme-sidebar-block,
  .page-layout-empty.catalog-category-view .amtheme-sidebar-block,
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .sidebar > .admin__data-grid-outer-wrap,
  .page-layout-1column.catalog-category-view .sidebar > .admin__data-grid-outer-wrap,
  .page-layout-empty.catalog-category-view .sidebar > .admin__data-grid-outer-wrap {
    margin-bottom: 30px;
    margin-inline-end: 6vw;
    margin-inline-start: 0;
    margin-top: 0;
    max-width: calc(100% / 3 - 6vw);
  }
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .sidebar .block.widget,
  .page-layout-1column.catalog-category-view .sidebar .block.widget,
  .page-layout-empty.catalog-category-view .sidebar .block.widget {
    margin: 0;
  }
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .amtheme-sidebar-wishlist .amtheme-items,
  .page-layout-1column.catalog-category-view .amtheme-sidebar-wishlist .amtheme-items,
  .page-layout-empty.catalog-category-view .amtheme-sidebar-wishlist .amtheme-items {
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar .block-new-products-list .pager,
  .sidebar .block-new-products-names .pager,
  .sidebar .block-new-products-images .pager {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .sidebar .block-new-products-list .pager .pages .items.pages-items .item,
  .sidebar .block-new-products-names .pager .pages .items.pages-items .item,
  .sidebar .block-new-products-images .pager .pages .items.pages-items .item {
    display: block;
    height: auto;
  }
  .sidebar .block-new-products-list .items.pages-items .page,
  .sidebar .block-new-products-names .items.pages-items .page,
  .sidebar .block-new-products-images .items.pages-items .page,
  .sidebar .block-new-products-list .items.pages-items .label,
  .sidebar .block-new-products-names .items.pages-items .label,
  .sidebar .block-new-products-images .items.pages-items .label {
    font-size: 1.2rem;
  }
  .sidebar .block-new-products-list .toolbar-amount,
  .sidebar .block-new-products-names .toolbar-amount,
  .sidebar .block-new-products-images .toolbar-amount {
    margin: 0;
  }
  .page-layout-2columns-left.catalog-product-view .sidebar,
  .page-layout-2columns-right.catalog-product-view .sidebar,
  .page-layout-3columns.catalog-product-view .sidebar {
    margin-top: 10px;
  }
  .page-layout-2columns-left.catalog-product-view .sidebar + .sidebar,
  .page-layout-2columns-right.catalog-product-view .sidebar + .sidebar {
    margin-top: 0;
  }
  .amasty-jet-theme .amtheme-product-popup .column.main {
    display: flex;
    float: none;
    width: 100%;
  }
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-wrap {
    margin: 0;
    display: flex;
  }
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 67%;
  }
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-wrap > .amtheme-product-info {
    width: 33%;
  }
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-info .messages-list + .product-info-price {
    margin-top: 10px;
  }
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-info .swatch-attribute-options {
    width: 80%;
  }
  .amtheme-popup-block.amtheme-product-popup .popup-inner {
    max-width: 810px;
  }
  .amtheme-popup-block.amtheme-product-popup .amtheme-product-info > .product-name {
    font-size: 3.2rem;
    line-height: 4.3rem;
    margin-bottom: 0;
  }
  .amtheme-product-popup .amtheme-add-form-bottom.-on-line .actions .action.tocart {
    min-width: unset;
  }
  .amtheme-product-popup .amtheme-add-form-bottom.-on-line .product-info-price {
    margin-top: 20px;
  }
  @supports (display: grid) {
    /* stylelint-disable-line */
    .amasty-jet-theme .amtheme-product-popup .column.amtheme-product-wrap {
      -webkit-display: grid;
      -moz-display: grid;
      -ms-display: grid;
      display: grid;
      grid-column-gap: 15px;
      grid-template-columns: calc(67% - 15px) 33%;
    }
    .amasty-jet-theme .amtheme-product-popup .column.amtheme-product-wrap > .product.media,
    .amasty-jet-theme .amtheme-product-popup .column.amtheme-product-wrap > .amtheme-product-info {
      margin: 0;
      width: 100%;
    }
  }
  .catalog-category-view .page-title {
    margin-bottom: 5px;
  }
  .catalog-category-view .category-view {
    margin-bottom: 40px;
  }
  .catalog-category-view .wrapper-description {
    margin-top: 0;
    width: 100%;
  }
  .products.grid > .product-items,
  .form-wishlist-items .products-grid > .product-items {
    justify-content: flex-start;
  }
  .products.grid .product-item,
  .form-wishlist-items .products-grid .product-item {
    display: inline-block;
    position: relative;
  }
  .products.grid .-amtheme-buttons-always .product-item-actions .tocart,
  .products.grid .-amtheme-buttons-hover .product-item-actions .tocart,
  .form-wishlist-items .products-grid .-amtheme-buttons-always .product-item-actions .tocart,
  .form-wishlist-items .products-grid .-amtheme-buttons-hover .product-item-actions .tocart {
    font-size: 1.6rem;
  }
  .products.grid .-amtheme-buttons-always .product-item-info:hover:after,
  .products.grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-info:hover:after,
  .products.grid .-amtheme-buttons-always .product-item-info.-hover:after,
  .products.grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-info.-hover:after,
  .form-wishlist-items .products-grid .-amtheme-buttons-always .product-item-info:hover:after,
  .form-wishlist-items .products-grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-info:hover:after,
  .form-wishlist-items .products-grid .-amtheme-buttons-always .product-item-info.-hover:after,
  .form-wishlist-items .products-grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-info.-hover:after {
    display: none;
  }
  .products.grid .-amtheme-buttons-always .product-item-actions .tocart,
  .products.grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-actions .tocart,
  .form-wishlist-items .products-grid .-amtheme-buttons-always .product-item-actions .tocart,
  .form-wishlist-items .products-grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-actions .tocart {
    margin-top: 10px;
  }
  .products.grid .-amtheme-swatches-always:not(.-amtheme-buttons-hover) .product-item-info:hover,
  .products.grid .-amtheme-swatches-hover.-amtheme-buttons-always .product-item-info:hover,
  .form-wishlist-items .products-grid .-amtheme-swatches-always:not(.-amtheme-buttons-hover) .product-item-info:hover,
  .form-wishlist-items .products-grid .-amtheme-swatches-hover.-amtheme-buttons-always .product-item-info:hover {
    border-color: #dfdedd;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  }
  .products-list > .product-items {
    flex-flow: row wrap;
  }
  .products-list .product-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .products-list .product-item-info {
    flex-flow: row wrap;
  }
  .products .product-item-description {
    margin-top: 10px;
  }
  .page-layout-empty.catalog-category-view .wrapper-description,
  .page-layout-1column.catalog-category-view .wrapper-description {
    margin-bottom: 0;
  }
  .page-layout-empty.catalog-category-view .toolbar-products,
  .page-layout-1column.catalog-category-view .toolbar-products {
    box-sizing: border-box;
    margin-bottom: 0;
    transition: padding 0.4s ease-in-out;
  }
  .page-layout-empty.catalog-category-view .products.wrapper,
  .page-layout-1column.catalog-category-view .products.wrapper {
    transition: padding 0.4s ease-in-out;
  }
  .page-layout-empty.catalog-category-view .products-grid .items:not(.dropdown),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.dropdown) {
    margin-top: 30px;
  }
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item,
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item {
    width: calc(50% - 15px);
  }
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item {
    width: calc(50% - 15px);
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item .product-image-photo,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item .product-image-photo,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item .product-image-photo,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item .product-image-photo,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item .product-image-photo,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item .product-image-photo {
    width: 100%;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(-n + 2),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(-n + 2),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(-n + 2),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 30px;
  }
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(-n + 2),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item {
    width: calc(50% - 15px);
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 30px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 30px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n + 1) {
    margin-inline-start: 0;
  }
  .products-list .product-item-info {
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-end;
    min-height: 260px;
    padding: 20px 20px 20px 240px;
    position: relative;
  }
  .products-list .product-photo-wrapper {
    left: 20px;
    max-width: 220px;
    position: absolute;
    width: 100%;
  }
  .products-list .action.tocompare {
    left: -10px;
    top: -10px;
  }
  .products-list .action.towishlist {
    bottom: -10px;
  }
  .products-list .product-item-details {
    margin-bottom: 0;
    margin-inline-end: auto;
    margin-inline-start: 20px;
    margin-top: 0;
    flex: 1 0 0;
    min-width: 30%;
  }
  .products-list .product-item-inner {
    margin-inline-start: 20px;
    display: inline-block;
    margin-top: 15px;
    width: calc(100% - 20px);
  }
  .products-list .product-item-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .products-list .special-price .price-container .price-including-tax ~ .weee {
    margin: 5px 0 0;
  }
  .products-list .special-price .price-container .weee {
    margin: 2px 5px 0 0;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-item-info {
    display: flex;
    padding: 20px;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-photo-wrapper {
    left: 0;
    position: relative;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-item-inner {
    margin: 0;
    width: auto;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .price-box {
    justify-content: flex-end;
  }
  .product-item-info:hover .amtheme-icons-position div[class$='-hover'] {
    opacity: 1;
  }
  .product-item-info:hover .amtheme-icons-position.-center:before {
    opacity: .3;
  }
  .amtheme-productinfo-wrap {
    padding: 30px 0;
    align-items: flex-start;
    clear: both;
    display: flex;
    position: relative;
  }
  .catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap {
    background-color: #fcfcfc;
    position: relative;
  }
  .catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:before,
  .catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:after {
    background-color: #fcfcfc;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: calc((100vw - 100%) / 2);
  }
  .catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:before {
    right: 100%;
  }
  .catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:after {
    left: 100%;
  }
  .page-layout-1column .amtheme-product-info .amsticky-cart-block.-amsticky-cart-active {
    margin: 0;
  }
  .amsticky-cart-block.-amsticky-cart-active .amtheme-actions-wrap > .product-social-links {
    display: none;
  }
  @supports (display: grid) {
    .column .amtheme-product-wrap {
      -webkit-display: grid;
      -moz-display: grid;
      -ms-display: grid;
      display: grid;
      grid-column-gap: 15px;
      grid-template-columns: calc(67% - 15px) 33%;
    }
    .column .amtheme-product-wrap > .product.media,
    .column .amtheme-product-wrap > .amtheme-product-info {
      width: 100%;
    }
  }
  .page-layout-1column .amtheme-product-wrap {
    display: flex;
    margin: 10px 0 50px;
  }
  .page-layout-1column .amtheme-product-wrap .amtheme-product-info {
    width: 33%;
  }
  .page-layout-1column .amtheme-product-wrap .product.media {
    margin-bottom: 0;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 67%;
  }
  .page-layout-1column .amtheme-product-wrap > .product.media .towishlist {
    height: 50px;
    width: 50px;
  }
  .page-layout-1column .amtheme-product-wrap > .product.media .towishlist .amtheme-icon {
    height: 30px;
    width: 30px;
  }
  .page-layout-1column .amtheme-short-info {
    margin-bottom: 25px;
  }
  .page-layout-1column .amtheme-short-info .reviews-actions {
    margin-inline-start: 5px;
  }
  .page-layout-1column .amtheme-product-info .product-add-form {
    margin-top: 25px;
  }
  .page-layout-1column .amtheme-product-info .swatch-attribute-label,
  .page-layout-1column .amtheme-product-info .swatch-attribute-options {
    flex-grow: 1;
  }
  .page-layout-1column .amtheme-product-info .swatch-attribute-options {
    width: 100%;
  }
  .page-layout-1column .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-1column .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-bottom: 15px;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-1column .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-bottom: 15px;
    margin-inline-end: 16px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-1column .amtheme-product-info .product-info-price {
    margin: 55px 0 25px;
  }
  .page-layout-1column .amtheme-product-info .box-tocart .action.tocart {
    min-width: 200px;
  }
  .page-layout-1column .amtheme-product-info .product-social-links {
    display: block;
  }
  .page-layout-1column .amtheme-product-info .qty.-without-options {
    margin-top: 25px;
  }
  .page-layout-1column .action.mailto.friend:before {
    content: none;
  }
  .page-layout-1column .amtheme-actions-wrap > .product-social-links {
    display: flex;
    margin-bottom: 15px;
    width: auto;
  }
  .page-layout-1column .amtheme-actions-wrap .action.primary {
    margin-bottom: 15px;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-empty .amtheme-product-info > .amtheme-short-info {
    margin-bottom: 25px;
  }
  .page-layout-empty .column.main .amtheme-product-wrap,
  .page-layout-empty .amtheme-actions-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .page-layout-empty .amtheme-actions-wrap .action.primary {
    margin-bottom: 15px;
  }
  .page-layout-empty .amtheme-product-wrap > .product.media {
    max-height: unset;
  }
  .page-layout-2columns-left .amtheme-actions-wrap .action.primary,
  .page-layout-2columns-right .amtheme-actions-wrap .action.primary,
  .page-layout-3columns .amtheme-actions-wrap .action.primary {
    margin-bottom: 15px;
  }
  .amtheme-reviews-tab {
    display: none;
  }
  .amtheme-reviews-aside {
    padding: 10px 0;
    border: 0;
  }
  .amtheme-reviews-aside .amtheme-heading {
    display: none;
  }
  .amtheme-reviews-aside .amtheme-content {
    margin: 0;
  }
  .amtheme-reviews-aside .amtheme-description {
    display: block;
  }
  .amtheme-reviews-aside .amtheme-rating-number {
    display: block;
  }
  .amtheme-reviews-aside .amtheme-actions {
    align-items: center;
    flex-direction: row;
  }
  .amtheme-reviews-aside .rating-result > span:before {
    background: url("../svg/icons/color_mode/dark/star-black.svg") 0% / 20px;
  }
  .product.info.detailed .review-toolbar .limiter {
    height: 45px;
  }
  .amtheme-compare-actions .action.print {
    display: inline-block;
  }
  .amtheme-comparsion-table .cell .attribute.label,
  .amtheme-comparison-headings .cell .attribute.label {
    width: 165px;
  }
  .amtheme-scroll-controller {
    display: none;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 85px;
    z-index: 9;
  }
  .amtheme-scroll-controller.-transparent {
    background: none;
  }
  .amtheme-scroll-controller.-back {
    background: linear-gradient(90deg, #ffffff 10.17%, rgba(255, 255, 255, 0.6) 55.55%, rgba(255, 255, 255, 0) 100%);
    left: 0;
  }
  .amtheme-scroll-controller.-back > .amtheme-controller {
    margin-inline-start: 15px;
  }
  .amtheme-scroll-controller.-back > .amtheme-controller > .amtheme-icon {
    margin-inline-start: -1px;
  }
  .amtheme-scroll-controller.-forward {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10.17%, rgba(255, 255, 255, 0.6) 55.55%, #ffffff 100%);
    right: 0;
  }
  .amtheme-scroll-controller.-forward > .amtheme-controller {
    margin-inline-start: 40px;
  }
  .amtheme-scroll-controller.-forward > .amtheme-controller > .amtheme-icon {
    margin-inline-start: 2px;
  }
  .amtheme-scroll-controller > .amtheme-controller {
    align-items: center;
    background: #4a4948;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-top: 70px;
    pointer-events: auto;
    transition: all 0.4s ease-in-out;
    width: 30px;
  }
  .amtheme-scroll-controller > .amtheme-controller:hover {
    background: #070605;
  }
  .amtheme-scroll-controller > .amtheme-controller.-sticky {
    position: fixed;
    top: 0;
  }
  .amtheme-scroll-controller .amtheme-icon {
    fill: #ffffff;
    height: 20px;
    width: 20px;
  }
  .block-search .block-content {
    height: 40px;
  }
  .block-search .input-text {
    border-radius: 40px;
  }
  .block-search .actions {
    top: 0;
  }
  .block-search .amtheme-icon {
    height: 20px;
    width: 20px;
  }
  .search-autocomplete {
    background: #f7f7f7;
    border-radius: 0 0 20px 20px;
    padding: 40px 0 20px;
    position: absolute;
    top: 20px;
  }
  .search-autocomplete li {
    padding: 7px 20px;
  }
  .search.results .page-title-wrapper {
    margin-top: 10px;
  }
  .search.results .amtheme-search-terms {
    margin-bottom: 35px;
  }
  .search.results .amtheme-search-message {
    padding: 10px 0;
  }
  .search.summary {
    padding: 15px 20px 0;
  }
  .search.summary .item {
    margin-bottom: 15px;
  }
  .page-layout-2columns-left.catalogsearch-advanced-result:not(.page-with-filter) .columns,
  .page-layout-2columns-right.catalogsearch-advanced-result:not(.page-with-filter) .columns,
  .page-layout-3columns.catalogsearch-advanced-result:not(.page-with-filter) .columns {
    padding-top: 45px;
  }
  .page-layout-2columns-left.catalogsearch-advanced-result .search.results > .top-toolbar,
  .page-layout-2columns-right.catalogsearch-advanced-result .search.results > .top-toolbar,
  .page-layout-3columns.catalogsearch-advanced-result .search.results > .top-toolbar {
    margin-top: -10px;
  }
  .checkout-cart-index .cart-container > * {
    order: 3;
    width: 100%;
  }
  .checkout-cart-index .cart-container > .amtheme-form-wrapper,
  .checkout-cart-index .cart-container .crosssell,
  .amasty-jet-theme .amrelated-cart-bundle,
  .amasty-jet-theme .cart-container .amrelated-grid-wrapper {
    width: calc(100% - 35% - 15px);
  }
  .checkout-cart-index .cart-container > .cart-summary {
    margin-inline-start: 15px;
    box-sizing: border-box;
    width: 35%;
  }
  .checkout-cart-index .cart-container > .cart-summary {
    order: 1;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .checkout-cart-index .block.crosssell,
  .checkout-cart-index .block.upsell {
    padding: 50px 0;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .amtheme-checkout-contact {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .amtheme-checkout-contact > .step-title {
    margin: 0;
  }
  .amtheme-checkout-contact > .step-title,
  .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-word;
    word-wrap: break-word;
    max-width: 50%;
  }
  .ie11 .amtheme-checkout-contact > .step-title,
  .ie11 .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-all;
  }
  .ie11 .amtheme-checkout-contact > .step-title,
  .ie11 .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-all;
  }
  .ie11 .amtheme-checkout-contact > .step-title,
  .ie11 .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-all;
  }
  .ie11 .amtheme-checkout-contact > .step-title,
  .ie11 .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-all;
  }
  .ie11 .amtheme-checkout-contact > .step-title,
  .ie11 .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-all;
  }
  .ie11 .amtheme-checkout-contact > .step-title,
  .ie11 .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-all;
  }
  .checkout-shipping-address .form-login {
    margin-bottom: 35px;
  }
  .shipping-address-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shipping-address-items .shipping-address-item {
    width: 43%;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .authentication-dropdown.modal-popup .actions-toolbar .secondary .action,
  .popup-authentication.modal-popup .actions-toolbar .secondary .action {
    margin: 6px 0 0;
    color: #ebe22b;
    font-weight: 700;
  }
  .checkout-index-index .authentication-dropdown.modal-popup {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .checkout-index-index .authentication-dropdown.modal-popup .modal-inner-wrap {
    margin: 0;
    left: auto;
    position: relative;
    top: auto;
    transform: none;
    width: 400px;
  }
  .checkout-index-index .authentication-dropdown.modal-popup .modal-content {
    padding: 0 30px 40px;
  }
  .modals-wrapper .popup-authentication.modal-popup .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 0;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .checkout-container > .opc-wrapper {
    flex-grow: 1;
    float: none;
    margin: auto;
    max-width: 600px;
    padding: 0;
  }
  .cart .col.subtotal {
    text-align: right;
  }
  .cart .col:first-of-type {
    padding-inline-start: 0;
  }
  .cart .col:last-of-type {
    padding-inline-end: 0;
  }
  .cart .col.subtotal .cart-tax-info,
  .cart .col.subtotal .cart-tax-info .weee[data-label] {
    justify-content: flex-end;
    margin-top: 0;
  }
  .cart .col.subtotal .price-excluding-tax {
    flex-wrap: wrap;
  }
  .cart.items > thead > tr > th {
    color: #a8a69f;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: inherit;
  }
  .cart.item .item-actions > .col {
    padding-bottom: 20px;
    padding-top: 15px;
  }
  .cart.item .item-info > .col {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .cart.item .item-info .col.qty {
    min-width: 105px;
  }
  .cart.item .item-info .col.item {
    min-width: 360px;
  }
  .cart.item .item-info .product-item-details {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 0;
    max-width: 55%;
  }
  .amtheme-column-toolbar {
    height: 1px;
  }
  .amtheme-column-toolbar .amtheme-cell {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .cart-summary {
    border: 1px solid #dfdedd;
    border-radius: 6px;
    padding: 20px;
    position: relative;
    width: 100%;
  }
  .amtheme-form-address > .step-title {
    margin-bottom: 35px;
  }
  .amtheme-form-address > .fieldset.address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amtheme-form-address .field[name$='prefix'],
  .amtheme-form-address .field[name$='firstname'],
  .amtheme-form-address .field[name$='middlename'],
  .amtheme-form-address .field[name$='lastname'],
  .amtheme-form-address .field[name$='suffix'],
  .amtheme-form-address .field[name$='region_id'],
  .amtheme-form-address .field[name$='region'],
  .amtheme-form-address .field[name$='postcode'],
  .amtheme-form-address .field[name$='country_id'],
  .amtheme-form-address .field[name$='telephone'],
  .amtheme-form-address .field[name$='fax'] {
    display: inline-block;
    max-width: 290px;
    width: 48%;
  }
  .amtheme-form-address .field[name$='company'],
  .amtheme-form-address .field[name$='city'],
  .amtheme-form-address .field.street {
    width: 100%;
  }
  .amtheme-shipping-method {
    margin-top: 35px;
  }
  .methods-shipping .actions-toolbar {
    justify-content: flex-end;
  }
  .methods-shipping .actions-toolbar .button.action {
    margin-right: 0;
  }
  .checkout-onepage-success .page-title {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .checkout-onepage-success .checkout-success + .print,
  .checkout-onepage-success .action.print {
    float: none;
    font-size: 1.2rem;
    margin-top: 45px;
    text-align: center;
    text-transform: uppercase;
  }
  .checkout-success {
    max-width: 530px;
  }
  .checkout-success > .amtheme-order {
    font-size: 3.2rem;
    font-weight: 400;
  }
  .checkout-success .order-number {
    font-weight: 400;
  }
  .checkout-success > .actions-toolbar {
    justify-content: center;
  }
  .amtheme-success-registration {
    margin-top: 60px;
  }
  .checkout-payment-method .payment-methods .step-title {
    margin-bottom: 13px;
  }
  .checkout-payment-method .payment-method .payment-method-content {
    padding: 0 0 30px;
  }
  .checkout-payment-method .payment-option-content .secondary {
    margin-inline-start: 0;
  }
  .checkout-payment-method .payment-option-content > form {
    max-width: 220px;
  }
  .payment-method-content > .actions-toolbar {
    justify-content: flex-end;
  }
  .payment-method-content > .actions-toolbar#paypal-express-in-context-button,
  .payment-method-content > .actions-toolbar.-paypal,
  .payment-method-content > .actions-toolbar.-paypal-express {
    justify-content: flex-start;
  }
  .checkout-payment-method .checkout-billing-address {
    background: #fcfcfc;
    border-radius: 4px;
    padding: 15px;
  }
  .checkout-payment-method .checkout-billing-address > .field.choice {
    margin: 0 0 10px;
  }
  .checkout-payment-method .checkout-billing-address .billing-address-details > .item.name {
    margin: 0;
  }
  .checkout-payment-method .checkout-billing-address .new-billing-address-button {
    padding: 0 0 0 23px;
  }
  .order-attributes .control._with-tooltip {
    max-width: 250px;
    position: relative;
  }
  .order-attributes .control._with-tooltip .field-tooltip {
    left: calc(100% + 20px);
    position: absolute;
  }
  .order-attributes .control._with-tooltip .field-tooltip .field-tooltip-content {
    left: 0;
    top: 2.2em;
  }
  .amtheme-summary-content .order-attributes .control._with-tooltip {
    max-width: calc(100% - 20px - 25px);
  }
  .amtheme-summary-content .order-attributes .field-tooltip._active .field-tooltip-content {
    left: auto;
    right: -20px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    margin: 50px auto;
    float: none;
    max-width: 500px;
    width: auto;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search,
  .block.block-customer-login,
  .block.block-new-customer {
    max-width: 440px;
  }
  .amtheme-card-block,
  .amtheme-addresses-block.-dashboard-addresses {
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 20px;
  }
  .account .toolbar,
  .account .toolbar .pager {
    flex-direction: row;
  }
  .account .toolbar .pager + .pages {
    width: 100%;
  }
  .account .toolbar .pager .toolbar-amount {
    margin-bottom: 0;
  }
  .account-nav-title {
    display: none;
  }
  .account-nav {
    margin-bottom: 55px;
  }
  ._block-title,
  .customer-account-create .page-title,
  .customer-account-confirmation .page-title,
  .customer-account-forgotpassword .page-title,
  .customer-account-createpassword .page-title,
  .multishipping-checkout-register .page-title,
  .block.block-customer-login .block-title,
  .block.block-new-customer .block-title {
    margin: 0 0 30px;
    max-width: 100%;
    text-align: center;
  }
  ._block-subtitle,
  .form.password.forget .field.note,
  .form.send.confirmation .field.note {
    margin: 0 0 30px;
    text-align: center;
  }
  .customer-account-forgotpassword .page-title,
  .customer-account-confirmation .page-title {
    margin: 40px auto 10px;
  }
  .customer-account-createpassword .page-title {
    margin: 40px auto 30px;
  }
  [class*='sales-guest-']:not(.sales-guest-form) .page-title-wrapper > .page-title,
  .account[class*='sales-'] .page-title-wrapper > .page-title {
    flex-basis: 70%;
  }
  [class*='sales-guest-']:not(.sales-guest-form) .page-title-wrapper > .actions,
  .account[class*='sales-'] .page-title-wrapper > .actions {
    flex-basis: 30%;
  }
  [class*='sales-guest-']:not(.sales-guest-form) .page-title-wrapper > .amtheme-info > *,
  .account[class*='sales-'] .page-title-wrapper > .amtheme-info > * {
    margin-inline-end: 50px;
  }
  [class*='sales-guest-']:not(.sales-guest-form) .page-title-wrapper > .actions .print,
  .account[class*='sales-'] .page-title-wrapper > .actions .print {
    display: inline-block;
  }
  .form.form-newsletter-manage {
    max-width: 600px;
  }
  .form.form-edit-account {
    max-width: 600px;
  }
  .amtheme-addresses-block {
    margin-bottom: 30px;
  }
  .amtheme-addresses-block > .amtheme-content,
  .amtheme-addresses-block.-addresses-grid {
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .amtheme-addresses-block.-addresses-grid {
    display: block;
  }
  .amtheme-addresses-block.-addresses-grid .additional-addresses {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
    width: calc(100% + 15px);
  }
  .amtheme-address-card {
    padding: 20px;
    width: calc(50% - 20px / 2);
  }
  .amtheme-address-card .amtheme-actions {
    margin-top: 30px;
  }
  .amtheme-addresses-block.-addresses-grid .amtheme-card-wrap {
    margin: 15px 7.5px 10px;
    width: calc(100% / 2 - 15px);
  }
  .amtheme-addresses-default .amtheme-address-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .form-address-edit {
    max-width: 600px;
  }
  .form-address-edit .actions-toolbar {
    flex-direction: row-reverse;
  }
  .form-address-edit .actions-toolbar .primary .action {
    margin: 0 0 0 5px;
  }
  .form-address-edit .fields.-am-block > .message {
    width: 38%;
  }
  .amtheme-addresses-block.-dashboard-addresses > .amtheme-content {
    border-radius: 0;
    padding: 0;
  }
  .amtheme-dashboard-info > .amtheme-content {
    display: flex;
  }
  .amtheme-dashboard-info .amtheme-card-block,
  .amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses {
    flex-basis: 40%;
    overflow: hidden;
  }
  .amtheme-dashboard-info .amtheme-card-block > .amtheme-title,
  .amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses > .amtheme-title {
    margin-bottom: 25px;
  }
  .amtheme-dashboard-info .amtheme-information {
    margin-inline-end: 25px;
    flex-grow: 1;
  }
  .amtheme-card-block.amtheme-reviews-dashboard .amtheme-items,
  .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-items {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .amtheme-card-block.amtheme-reviews-dashboard .amtheme-items > .amtheme-item,
  .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-items > .amtheme-item {
    margin: 0 10px 20px;
    max-width: calc(100% / 2 - 20px);
  }
  .ie11 .amtheme-card-block.amtheme-reviews-dashboard .amtheme-items > .amtheme-item,
  .ie11 .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-items > .amtheme-item {
    max-width: calc(100% / 2 - 20px - 1px);
  }
  .page-product-downloadable .amtheme-product-info .samples .samples-item {
    margin: 0 10px 15px 0;
  }
  .page-product-downloadable .amtheme-product-info .downloads .field.choice > .label {
    margin: 0 10px 15px 0;
  }
  .amtheme-product-info .table-wrapper.grouped {
    margin-bottom: 55px;
  }
  .toolbar-sorter .amtheme-filter-wrap {
    display: none;
    min-height: 45px;
  }
  @supports (display: grid) {
    .page-layout-3columns.-filter-inactive .page-main .column.main {
      width: 100%;
    }
    .page-layout-3columns.-filter-inactive .page-main > .columns {
      grid-template-areas: 'sidebar-main main' 'sidebar-additional sidebar-additional';
    }
    .page-layout-2columns-left.-filter-inactive .page-main > .columns {
      grid-template-areas: 'sidebar-main main' 'sidebar-additional sidebar-additional';
    }
    .page-layout-2columns-right.-filter-inactive .page-main > .columns {
      grid-template-areas: 'main sidebar-main' 'sidebar-additional sidebar-additional';
    }
  }
  .amtheme-filter-action {
    height: 1px;
    max-width: 317px;
    min-height: 45px;
    width: 100%;
    z-index: 8;
  }
  .amtheme-filter-action .amtheme-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4a4948;
    font-size: 16px;
    line-height: 25px;
  }
  .amtheme-filter-action .amtheme-icon {
    flex-shrink: 0;
    height: 25px;
    margin-right: 10px;
    width: 25px;
  }
  ._keyfocus .amtheme-filter-action:focus,
  .ie11 ._keyfocus .amtheme-filter-action:focus {
    box-shadow: none;
  }
  ._keyfocus .amtheme-filter-action:focus .amtheme-title {
    border-radius: 2px;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
  }
  .ie11 ._keyfocus .amtheme-filter-action:focus .amtheme-title {
    box-shadow: 0 0 0 1px #070605;
  }
  .page-layout-2columns-left.page-with-filter .sidebar-main,
  .page-layout-3columns.page-with-filter .sidebar-main,
  .page-layout-2columns-left.page-with-filter .sidebar-main > .block.filter,
  .page-layout-3columns.page-with-filter .sidebar-main > .block.filter {
    transition: margin-left 0.4s ease-in-out, opacity 0.4s;
  }
  .page-layout-2columns-right.page-with-filter .sidebar-main,
  .page-layout-2columns-right.page-with-filter .sidebar-main > .block.filter {
    transition: margin-right 0.4s ease-in-out, opacity 0.4s;
  }
  .page-layout-2columns-right.page-with-filter .sidebar-additional {
    clear: right;
  }
  .page-layout-2columns-left.page-with-filter .page-wrapper,
  .page-layout-2columns-right.page-with-filter .page-wrapper,
  .page-layout-3columns.page-with-filter .page-wrapper {
    overflow: hidden;
  }
  .page-layout-2columns-left.page-with-filter .columns,
  .page-layout-2columns-right.page-with-filter .columns,
  .page-layout-3columns.page-with-filter .columns {
    padding-top: 85px;
  }
  .page-layout-2columns-left.page-with-filter.catalogsearch-result-index .columns,
  .page-layout-2columns-right.page-with-filter.catalogsearch-result-index .columns,
  .page-layout-3columns.page-with-filter.catalogsearch-result-index .columns {
    margin-top: 35px;
  }
  .page-layout-2columns-left.page-with-filter.-no-layer-block .columns,
  .page-layout-2columns-right.page-with-filter.-no-layer-block .columns,
  .page-layout-3columns.page-with-filter.-no-layer-block .columns {
    padding-top: 0;
  }
  .page-layout-2columns-left.page-with-filter .column.main,
  .page-layout-2columns-right.page-with-filter .column.main,
  .page-layout-3columns.page-with-filter .column.main {
    transition: width 0.4s ease-in-out;
  }
  .page-layout-2columns-left.page-with-filter .amtheme-filter-action,
  .page-layout-2columns-right.page-with-filter .amtheme-filter-action,
  .page-layout-3columns.page-with-filter .amtheme-filter-action {
    display: inline-flex;
    left: 0;
    position: absolute;
    top: 0;
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products,
  .page-layout-3columns.page-with-filter .toolbar-products {
    margin-bottom: 0;
    max-width: calc(100% - 317px - 2%);
    position: absolute;
    right: 0;
    top: 0;
    transition: max-width 0.4s ease-in-out;
  }
  .page-layout-2columns-left.page-with-filter .products.wrapper ~ .toolbar-products,
  .page-layout-2columns-right.page-with-filter .products.wrapper ~ .toolbar-products,
  .page-layout-3columns.page-with-filter .products.wrapper ~ .toolbar-products {
    max-width: none;
    padding: 0;
    position: static;
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    max-width: calc(100% - 317px - 2%);
    right: 0;
  }
  .page-layout-2columns-left.page-with-filter .sidebar-main .block.filter,
  .page-layout-2columns-right.page-with-filter .sidebar-main .block.filter {
    margin-bottom: 55px;
  }
  .page-layout-3columns.page-with-filter .toolbar-products {
    max-width: calc(100% - 317px - 2%);
    right: 0;
  }
  .page-layout-2columns-left.-filter-active .sidebar-main {
    margin-inline-start: 0;
  }
  .page-layout-2columns-left.-filter-active .sidebar-main > .block.filter {
    opacity: 1;
  }
  .page-layout-2columns-right.-filter-active .sidebar-main {
    margin-right: 0;
  }
  .page-layout-2columns-right.-filter-active .sidebar-main > .block.filter {
    opacity: 1;
  }
  .page-layout-2columns-left.-filter-inactive .column.main,
  .page-layout-2columns-right.-filter-inactive .column.main,
  .page-layout-3columns.-filter-inactive .column.main {
    width: 100%;
  }
  .page-layout-2columns-left.-filter-inactive .sidebar-main,
  .page-layout-2columns-right.-filter-inactive .sidebar-main,
  .page-layout-3columns.-filter-inactive .sidebar-main {
    margin-inline-start: -342px;
  }
  .page-layout-2columns-left.-filter-inactive .sidebar-main > *:not(.amtheme-filter-action),
  .page-layout-2columns-right.-filter-inactive .sidebar-main > *:not(.amtheme-filter-action),
  .page-layout-3columns.-filter-inactive .sidebar-main > *:not(.amtheme-filter-action) {
    opacity: 0;
    pointer-events: none;
  }
  .page-layout-2columns-left.-filter-inactive .products.wrapper ~ .toolbar-products,
  .page-layout-2columns-right.-filter-inactive .products.wrapper ~ .toolbar-products,
  .page-layout-3columns.-filter-inactive .products.wrapper ~ .toolbar-products {
    justify-content: center;
    max-width: none;
  }
  .page-layout-2columns-right.page-with-filter .amtheme-filter-action {
    left: auto;
    right: 0;
  }
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    left: 0;
  }
  .page-layout-2columns-right.page-with-filter.-filter-inactive .sidebar-main {
    margin-right: -342px;
  }
  .page-layout-2columns-right.page-with-filter.-filter-inactive .sidebar-main > *:not(.amtheme-filter-action) {
    opacity: 0;
    pointer-events: none;
  }
  .block.filter .filter-options-content {
    padding: 5px 10px 15px;
  }
  .page-layout-1column.page-with-filter .block.filter {
    margin-bottom: 20px;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-content *,
  .page-layout-1column.page-with-filter .block.filter .filter-content *:after,
  .page-layout-1column.page-with-filter .block.filter .filter-content *:before {
    box-sizing: border-box;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options {
    background: #f7f7f7;
    padding: 8px 30px;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-item {
    margin-inline-end: 30px;
    display: inline-block;
    padding: 5px 0;
    position: relative;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options .item {
    margin-bottom: 15px;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options .item:last-child {
    margin-bottom: 0;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options .item a {
    align-items: flex-end;
    display: flex;
    width: 100%;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-content {
    background: #f7f7f7;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    box-sizing: border-box;
    left: 0;
    margin-top: 5px;
    padding: 15px;
    position: absolute;
    visibility: hidden;
    width: 210px;
    z-index: 9;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-item.-active .filter-options-title:after {
    transform: translateY(-50%) rotateZ(180deg);
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-item .swatch-attribute:first-child {
    margin-top: 0;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-item.-active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-title {
    padding: 0 30px 0 0;
  }
  .multishipping-checkout_address-selectbilling .page-header .logo,
  .multishipping-checkout_address-newshipping .page-header .logo,
  .multishipping-checkout_address-newbilling .page-header .logo,
  .multishipping-checkout_address-editshipping .page-header .logo,
  .multishipping-checkout_address-editaddress .page-header .logo {
    margin: 0 auto;
  }
  .multishipping-checkout_address-selectbilling .page-title-wrapper,
  .multishipping-checkout_address-newshipping .page-title-wrapper,
  .multishipping-checkout_address-newbilling .page-title-wrapper,
  .multishipping-checkout_address-editshipping .page-title-wrapper,
  .multishipping-checkout_address-editaddress .page-title-wrapper {
    text-align: center;
  }
  .multishipping-checkout_address-selectbilling .form-address-edit,
  .multishipping-checkout_address-newshipping .form-address-edit,
  .multishipping-checkout_address-newbilling .form-address-edit,
  .multishipping-checkout_address-editshipping .form-address-edit,
  .multishipping-checkout_address-editaddress .form-address-edit {
    margin-inline-end: auto;
    margin-inline-start: auto;
  }
  .multishipping-checkout-addresses .field.address,
  .multishipping-checkout-addresses .action.delete {
    display: inline-block;
  }
  .multicheckout.address.form .actions-toolbar {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .multicheckout.address.form .actions-toolbar .action.back {
    margin-bottom: 35px;
  }
  .multicheckout.address.form .actions-toolbar .action.back,
  .multicheckout.address.form .actions-toolbar .action.update {
    box-sizing: border-box;
    flex-basis: 50%;
  }
  .multicheckout.address.form .actions-toolbar .action.continue {
    margin-inline-start: 20px;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box,
  .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box {
    margin-bottom: 50px;
    width: 50%;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type,
  .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box:first-of-type {
    padding-inline-end: 20px;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type,
  .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box:last-of-type {
    margin-bottom: 0;
    width: 100%;
  }
  .multicheckout.shipping .block-other > .amtheme-card-block,
  .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses {
    align-items: flex-start;
    display: flex;
  }
  .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text,
  .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-text {
    padding-inline-end: 40px;
    margin-bottom: 10px;
  }
  .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-cart-items,
  .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-cart-items {
    flex-grow: 1;
  }
  .amtheme-address-method {
    flex-direction: row;
    padding: 30px 20px 20px;
  }
  .amtheme-address-method .address {
    margin: 0 60px 0 0;
    width: 25%;
  }
  .amtheme-address-method .method {
    width: 35%;
  }
  .multicheckout.billing.form .actions-toolbar > .secondary {
    margin: 0 40px 0 0;
  }
  .multishipping-checkout-overview .block-billing {
    margin-bottom: 50px;
  }
  .multishipping-checkout-overview .box-items {
    margin-top: 35px;
  }
  .multishipping-checkout-overview .actions-toolbar > .secondary {
    margin: 0 40px 0 0;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-horizontal-view {
    align-items: center;
    justify-content: space-between;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-horizontal-view.-center {
    justify-content: center;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-horizontal-view .-left {
    order: 0;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-horizontal-view .-right {
    order: 2;
  }
  .amtheme-newsletter-block.amtheme-newsletter {
    height: 100%;
    max-height: 252px;
    min-height: 252px;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-container {
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 50px;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content .amtheme-form {
    max-width: 42%;
  }
  .amtheme-newsletter-block.amtheme-subscribe {
    border-top: 1px solid #dfdedd;
    margin-top: 30px;
  }
  .amtheme-newsletter-block.amtheme-subscribe .amtheme-container {
    justify-content: flex-end;
  }
  .amtheme-newsletter-block.amtheme-subscribe .amtheme-content {
    flex-basis: 50%;
  }
  .amtheme-newsletter-block .amtheme-image.-left {
    left: 0;
  }
  .amtheme-newsletter-block .amtheme-image.-right {
    right: 0;
  }
  .amtheme-newsletter-block .amtheme-image.-center {
    left: 50%;
    transform: translateX(-50%);
  }
  .amtheme-newsletter-block .amtheme-image.-stretch {
    left: 0;
    right: 0;
  }
  .amtheme-newsletter-block {
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
  }
  .amtheme-newsletter-block .amtheme-image {
    display: block;
    pointer-events: none;
    position: absolute;
    user-select: none;
  }
  .amtheme-newsletter-block .amtheme-image > img {
    width: 100%;
  }
  .amtheme-newsletter-block .amtheme-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .amtheme-newsletter-block .amtheme-description {
    word-break: break-word;
    word-wrap: break-word;
    margin: 20px 0 0;
    position: relative;
  }
  .ie11 .amtheme-newsletter-block .amtheme-description {
    word-break: break-all;
  }
  .ie11 .amtheme-newsletter-block .amtheme-description {
    word-break: break-all;
  }
  .ie11 .amtheme-newsletter-block .amtheme-description {
    word-break: break-all;
  }
  .ie11 .amtheme-newsletter-block .amtheme-description {
    word-break: break-all;
  }
  .ie11 .amtheme-newsletter-block .amtheme-description {
    word-break: break-all;
  }
  .ie11 .amtheme-newsletter-block .amtheme-description {
    word-break: break-all;
  }
  .amtheme-newsletter-block .amtheme-description,
  .amtheme-newsletter-block .amtheme-text,
  .amtheme-newsletter-block .amtheme-title {
    margin: 0;
  }
  .amtheme-newsletter-block .amtheme-title {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.035em;
  }
  .amtheme-newsletter-block .amtheme-text,
  .amtheme-newsletter-block .amtheme-title {
    position: relative;
  }
  .amtheme-newsletter-block .mage-error[generated] {
    left: 0;
    position: absolute;
    top: 100%;
  }
  .paypal-review > .block.block-order-details-view {
    margin-top: 30px;
  }
  .paypal-review-items {
    margin-inline-end: 70px;
  }
  .table-paypal-review-items .price-excluding-tax {
    flex-wrap: wrap;
  }
  .amtheme-reviews-list .amtheme-item {
    align-items: flex-start;
    flex-direction: row;
  }
  .amtheme-reviews-list .amtheme-content {
    flex-direction: row;
    margin: 0 20px 0 0;
  }
  .amtheme-reviews-list .amtheme-wrapper {
    margin: 0 15px 0 0;
  }
  .amtheme-reviews-list .amtheme-description {
    max-width: 75%;
  }
  .amtheme-customer-review.view,
  .customer-review.view {
    align-items: flex-start;
    flex-direction: row;
    margin-top: 30px;
  }
  .amtheme-customer-review.view .review-details,
  .customer-review.view .review-details {
    margin-top: 60px;
  }
  .amtheme-customer-review.view .product-media,
  .customer-review.view .product-media {
    margin-bottom: 0;
    margin-inline-end: 20px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .sendfriend-product-send .page-title {
    text-align: center;
  }
  .form.send.friend {
    margin: auto;
  }
  .form.send.friend .fieldset.sender .field.sender,
  .form.send.friend .fieldset.sender .field.email {
    display: inline-block;
    width: calc(50% - 20px / 2);
  }
  .form.send.friend .fieldset.sender .field.sender {
    margin-inline-end: 20px;
    float: left;
  }
  .form.send.friend .fieldset.recipients .field.name,
  .form.send.friend .fieldset.recipients .field.email {
    display: inline-block;
    width: calc(50% - 20px / 2);
  }
  .form.send.friend .fieldset.recipients .field.name {
    margin-inline-end: 20px;
    float: left;
  }
  .page-layout-empty .block.am-widget .grid .product.item,
  .page-layout-checkout .block.am-widget .grid .product.item,
  .page-layout-1column .block.am-widget .grid .product.item,
  .page-layout-empty .block.am-widget .products-grid .product.item,
  .page-layout-checkout .block.am-widget .products-grid .product.item,
  .page-layout-1column .block.am-widget .products-grid .product.item,
  .page-layout-empty .block.widget .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .block.widget .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(25% - 18.75px);
  }
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-empty .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-empty .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4),
  .page-layout-1column .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-empty .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-empty .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-1column .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 25px;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item,
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(33.33% - 16.67px);
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(-n + 3),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(-n + 3),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(-n + 3),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(-n + 3),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item,
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(50% - 12.5px);
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(-n + 2),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(-n + 2),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-header > .content {
    padding: 40px 35px 40px;
    position: relative;
  }
  .page-header > .content:before,
  .page-header > .content:after {
    background: #ffffff;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1000%;
  }
  .page-header > .content:before {
    right: 100%;
  }
  .page-header > .content:after {
    left: 100%;
  }
  .page-header .logo {
    margin-inline-end: auto;
  }
  .page-header .amtheme-icons-container {
    order: 1;
  }
  .page-header .block-search {
    margin-inline-end: 30px;
    max-width: 320px;
    transition: all 0.4s ease-in-out;
  }
  .page-header .amtheme-navigation-icon {
    cursor: pointer;
    display: none;
  }
  .page-header .amtheme-icons-container .account-icon .amtheme-icon {
    height: 30px;
    width: 30px;
  }
  .page-header .amtheme-icons-container .account-icon {
    margin-inline-end: 10px;
    display: none;
  }
  .page-header.-desktop-navigation-toggle .sections.nav-sections {
    display: none;
  }
  .page-header.-desktop-navigation-toggle .amtheme-navigation-icon {
    display: block;
  }
  .nav-before-open.nav-open .page-header.-desktop-navigation-toggle .sections.nav-sections {
    display: block;
  }
  .page-header.-sticky-header .nav-sections-item-content > .navigation {
    padding: 10px 30px 0;
  }
  .page-header.-sticky-header .navigation li.level0 > a {
    padding: 10px 0;
  }
  .page-header.-sticky-header .amtheme-navigation-icon {
    margin-inline-end: 40px;
  }
  .page-header.-sticky-header .logo {
    max-width: 60px;
  }
  .page-header.-sticky-header .amtheme-header-icon:not(:last-child) {
    margin-inline-end: 10px;
  }
  .page-header.-sticky-header .amtheme-icons-container .account-icon {
    display: block;
  }
  .amtheme-header-icon .amtheme-link {
    display: inline-block;
  }
  .amtheme-header-icon:not(:last-child) {
    margin-inline-end: 20px;
  }
  .panel {
    display: block;
  }
  .panel a:hover {
    color: #ebe22b;
  }
  .panel.wrapper {
    background: #616163;
    color: #ffffff;
  }
  .panel.header {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
  }
  .panel a {
    color: #ffffff;
  }
  .panel.header {
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .panel.header .greet.welcome {
    margin-bottom: 20px;
    width: 100%;
  }
  .page-footer .logo {
    align-items: center;
    display: flex;
    flex: 1 0 8%;
  }
  .page-footer .logo-image {
    max-width: 90px;
  }
  .page-footer .content {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 45px;
    padding-top: 50px;
  }
  .page-footer .content > .links:not(.footer),
  .page-footer .content .amtheme-newsletter-block {
    flex-basis: 100%;
  }
  .page-footer .amtheme-socials-list {
    align-items: center;
  }
  .page-footer .amtheme-footer-section {
    flex: 1 0 80%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-footer .amtheme-footer-section .footer.links,
  .page-footer .amtheme-footer-section .footer-cms-links {
    max-width: 67%;
  }
  .page-footer .amtheme-footer-section .footer-cms-links {
    margin-top: 15px;
  }
  .footer.links {
    column-count: 2;
    column-gap: 15px;
  }
  .footer.links .item {
    margin: 0 0 15px;
  }
  .amtheme-socials-list {
    flex: 1 0 30%;
    justify-content: flex-end;
  }
  .product-info-main .amtheme-payment-methods {
    max-width: 80%;
  }
  .footer .amtheme-payment-methods {
    margin-top: 30px;
    width: 100%;
  }
  .copyright {
    padding: 15px 0;
  }
  @keyframes overflowHover {
    from {
      overflow: hidden;
    }
    to {
      overflow: auto;
    }
  }
  .form-wishlist-items .product-item {
    width: calc(50% - 15px);
    padding: 0;
  }
  .form-wishlist-items .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .form-wishlist-items .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .form-wishlist-items .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .form-wishlist-items .product-item .product-item-name,
  .form-wishlist-items .product-item .price-box,
  .form-wishlist-items .product-item .amtheme-stock-visible {
    z-index: 1;
  }
  .form-wishlist-items .product-item .product-item-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .form-wishlist-items .product-item .actions-primary > .action.tocart {
    margin-left: 20px;
  }
  .form-wishlist-items .product-item .amtheme-more-button {
    display: none;
  }
  .form-wishlist-items .product-item .product-item-actions.-edit {
    justify-content: flex-start;
  }
  .form-wishlist-items .product-item .product-item-actions > .delete {
    line-height: 45px;
  }
  .form-wishlist-items .product-item .action.edit > .text {
    display: none;
  }
  .form-wishlist-items .product-item .action.edit > .amtheme-icon {
    display: block;
    height: 23px;
    width: 23px;
  }
  .form-wishlist-items .product-item .product-details {
    margin: 0 0 15px;
    z-index: 1;
  }
  .form-wishlist-items .product-item-info:hover {
    padding-bottom: 0;
  }
  .form-wishlist-items .product-item-info:hover .product-details,
  .form-wishlist-items .product-item-info:hover .amtheme-stock-visible {
    display: block;
  }
  .form-wishlist-items .product-item-info:hover .product-item-inner {
    animation: .4s linear .5s forwards overflowHover;
    top: 100%;
  }
  .shared.wishlist .col.comment {
    padding-inline-end: 25px;
    max-width: 420px;
  }
  .shared.wishlist .col.actions {
    justify-content: flex-end;
    text-align: right;
  }
  .shared.wishlist .amtheme-split ~ .tocart {
    margin-inline-start: 20px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .content-heading .title {
    line-height: 1;
  }
  [class*='widget'] .block-title,
  [class*='widget'] .block-title > strong {
    font-weight: 400;
  }
  .block.am-widget {
    margin: 40px auto;
  }
  .block.am-widget h3.amtheme-title {
    font-weight: 500;
    margin-bottom: 40px;
  }
  .block.am-widget:not(.list) .action.tocart,
  .block.am-widget:not(.list) .stock {
    display: block;
    font-size: 1.6rem;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .block.am-widget.list .item.product.product-item {
    width: 100%;
  }
  .am-widget.block-viewed-products-grid.list .product-details-action > .price-box,
  .am-widget.block-compared-products-grid.list .product-details-action > .price-box {
    justify-content: flex-start;
    width: 100%;
  }
  .page-layout-3columns .block-new-products.list .product-item-info {
    align-items: flex-start;
  }
  .page-layout-3columns .block-new-products.list .product-item-info .price-including-tax {
    margin-right: 0;
  }
  .page-layout-3columns .block-new-products.list .product-item-info .price-excluding-tax {
    margin-left: 10px;
  }
  .page-layout-3columns.-filter-inactive .block-new-products.list .product-item-actions,
  .page-layout-3columns.-filter-inactive .block-new-products.list .normal-price .price-container {
    flex-direction: column;
    justify-content: flex-end;
  }
  .page-layout-3columns:not(.-filter-inactive) .block-new-products.list .product-item-info {
    flex-direction: column;
    padding-left: 34%;
  }
  .page-layout-3columns:not(.-filter-inactive) .block-new-products.list .product-photo-wrapper {
    width: 32%;
  }
  .amtheme-backtotop-wrap {
    padding: 8px;
    background: rgba(255, 255, 255, 0.86);
    border: 2px solid #ebe22b;
    border-radius: 4px;
    bottom: 100px;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 30px;
    z-index: 11;
  }
  .amtheme-backtotop-wrap:hover,
  .amtheme-backtotop-wrap:focus {
    border-color: #616163;
  }
  .amtheme-backtotop-wrap:hover .amtheme-icon,
  .amtheme-backtotop-wrap:focus .amtheme-icon {
    fill: #616163;
  }
  .amtheme-backtotop-wrap.-fix {
    bottom: inherit;
    position: absolute;
  }
  .amtheme-backtotop-wrap.-animate {
    transition: opacity 0.4s, border-color 0.4s, fill 0.4s ease-in-out;
  }
  .amtheme-backtotop-wrap.-show {
    opacity: 1;
  }
  .amtheme-backtotop-wrap > .amtheme-label {
    display: none;
  }
  .amtheme-backtotop-wrap > .amtheme-icon {
    display: block;
    fill: #ebe22b;
    transform: rotate(90deg);
  }
  .amtheme-popup-block .popup-inner {
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    height: auto;
    margin: 0 15px;
    max-height: 90vh;
    max-width: 520px;
    padding: 70px 40px 50px;
  }
  .amtheme-popup-block .popup-inner .amtheme-button-close {
    margin: 10px;
    padding: 10px;
  }
  .amtheme-popup-block .popup-inner .action:not(.amtheme-circle-icon) {
    width: auto;
  }
  .toolbar,
  .toolbar .pager {
    height: 45px;
    justify-content: space-between;
    width: 100%;
  }
  .toolbar .toolbar-amount,
  .toolbar .pager .toolbar-amount {
    padding-inline-start: 25px;
    margin: 0;
  }
  .toolbar-sorter .sorter-action:focus {
    border-radius: 50%;
  }
  .toolbar-sorter .sorter-options {
    color: #4a4948;
  }
  .toolbar-sorter .sorter-label {
    color: #4a4948;
  }
  .toolbar-sorter .sorter-label:after {
    margin-inline-end: 5px;
    content: ':';
  }
  .toolbar-sorter .amtheme-placeholder.-selected,
  .limiter .amtheme-placeholder.-selected {
    font-weight: 700;
  }
  .amtheme-collapsible-block,
  .multicheckout .amtheme-collapsible-block {
    margin-bottom: 30px;
  }
  .amtheme-collapsible-block._am-mobile > .block-title,
  .multicheckout .amtheme-collapsible-block._am-mobile > .block-title {
    cursor: default;
  }
  .amtheme-collapsible-block._am-mobile > .block-title > .amtheme-icon,
  .multicheckout .amtheme-collapsible-block._am-mobile > .block-title > .amtheme-icon {
    display: none;
  }
  .amasty-jet-theme.checkout-index-index .opc-wrapper .shipping-address-items .shipping-address-item {
    box-sizing: border-box;
    width: calc(50% - 5px);
  }
  .checkout-index-index .amtheme-form-address .field[name$='prefix'],
  .checkout-index-index .amtheme-form-address .field[name$='firstname'],
  .checkout-index-index .amtheme-form-address .field[name$='middlename'],
  .checkout-index-index .amtheme-form-address .field[name$='lastname'],
  .checkout-index-index .amtheme-form-address .field[name$='suffix'],
  .checkout-index-index .amtheme-form-address .field[name$='region_id'],
  .checkout-index-index .amtheme-form-address .field[name$='region'],
  .checkout-index-index .amtheme-form-address .field[name$='postcode'],
  .checkout-index-index .amtheme-form-address .field[name$='country_id'],
  .checkout-index-index .amtheme-form-address .field[name$='telephone'],
  .checkout-index-index .amtheme-form-address .field[name$='fax'] {
    max-width: 100%;
  }
  .amasty-jet-theme .checkout-onepage-success .columns .print {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .amasty-jet-theme .checkout-payment-method .checkout-billing-address {
    background: transparent;
  }
  .modal-popup.amgdpr-modal-container {
    top: 0;
    transform: translateY(0);
  }
  .modal-popup.amgdpr-modal-container .modal-inner-wrap {
    width: 700px;
  }
  .amasty-mega-menu .header.content {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1360px;
  }
  .page-layout-empty .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-empty .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n + 1),
  .page-layout-1column .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    width: calc(33.33% - 16.67px);
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid {
    margin: 0 -10px 30px;
  }
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid.slick-slider .product-item {
    max-width: unset;
  }
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details {
    transform: translateY(65px);
  }
  .amasty-jet-theme .cart-container .amrelated-grid-wrapper {
    margin-bottom: -70px;
  }
  .amrelated-popup-container .amrelated-image-container .product-image-container {
    border: none;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item .price-box {
    justify-content: center;
  }
  .products-grid.amscroll-page ~ .page-title-wrapper.amtheme-title-search {
    margin-top: 25px;
  }
  .products.products-grid.amscroll-page:not(:first-of-type),
  .products.products-grid.amscroll-pages:not(:first-of-type) {
    margin-bottom: 10px;
  }
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items {
    margin: 0 -10px;
  }
  .amasty-jet-theme .amasty-catalog-topnav .filter-options-title {
    display: flex;
  }
  .amasty-jet-theme .amasty-catalog-topnav .filter-options-title:after {
    margin: 0 0 0 5px;
    position: static;
    transform: none;
  }
  .amasty-jet-theme .amasty-catalog-topnav .filter-options-item.-active .filter-options-title:after {
    transform: rotateZ(180deg);
  }
  .amasty-jet-theme.ambrand-index-index .top-toolbar > .toolbar.toolbar-products,
  .amasty-jet-theme.amshopby-index-index .top-toolbar > .toolbar.toolbar-products {
    align-items: center;
    flex-direction: row;
    margin-top: 0;
  }
  .ambrand-index-index .top-toolbar > .toolbar,
  .amshopby-index-index .top-toolbar > .toolbar,
  .catalog-category-view .top-toolbar > .toolbar {
    margin-top: 50px;
  }
  .swatch-layered[class*='am-filter-items-attr'] .swatch-option-link-layered {
    margin: 0 5px 10px 0 !important;
  }
  .am-shopby-form .swatch-attribute .swatch-option:not(.text):before {
    transform: scale(1.24);
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 25px;
    min-height: 15px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #616163 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 15px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #616163;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #616163;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    top: 4px;
  }
  .am-collapse-icon:after {
    width: 20px;
  }
  .catalog-topnav .filter-options .filter-options-content {
    padding-top: 15px;
  }
  .amasty-jet-theme .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    z-index: 231;
  }
  .filter-options-item .filter-options-content .amshopby-slider-wrapper {
    margin: 0;
  }
  .am-category-wrapper .am-multiselect-crumb {
    padding-bottom: .5rem;
    padding-top: .5rem;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    border: none;
    margin: -15px -10px;
  }
  .amshopby-filter-current .amshopby-filter-value,
  .amshopby-filter-current .amshopby-filter-value .am-shopby-swatch-label {
    color: #a8a69f;
  }
  .page-layout-2columns-left.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky,
  .page-layout-3columns.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky {
    position: unset;
  }
  .page-layout-2columns-left.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action,
  .page-layout-3columns.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action {
    top: 0;
  }
  .page-layout-2columns-left.page-with-filter .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action,
  .page-layout-2columns-right.page-with-filter .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action,
  .page-layout-3columns.page-with-filter .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action {
    top: -85px;
  }
  .page-layout-2columns-left.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-wrapper,
  .page-layout-2columns-right.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-wrapper,
  .page-layout-3columns.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-wrapper {
    overflow: unset;
  }
  .page-layout-2columns-left.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-header,
  .page-layout-2columns-right.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-header,
  .page-layout-3columns.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-header {
    overflow: hidden;
  }
  .page-header .amsearch-wrapper-block {
    order: initial;
  }
  .amtheme-icons-container {
    padding: 0 0 0 10px;
  }
  .amsearch-search-page.page-products .toolbar-products {
    min-width: 100%;
    position: static;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .amtheme-custom-footer.-two-columns .footer-column {
    flex-basis: 50%;
    max-width: 50%;
  }
  .amtheme-custom-footer.-three-columns .footer-column {
    flex-basis: 33%;
    max-width: 33%;
  }
  .amtheme-custom-footer .footer-column {
    display: flex;
    flex-direction: column;
  }
  .amtheme-custom-footer .footer-column:last-child {
    align-items: flex-end;
  }
  .amtheme-custom-footer.-three-columns .footer.links {
    column-count: 2;
  }
  .amtheme-custom-footer .footer-column {
    padding: 20px;
  }
  .amtheme-custom-footer .footer-column > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .amtheme-custom-footer .footer-column .logo {
    display: inline-flex;
    flex: initial;
  }
  .amtheme-custom-footer .amtheme-socials-list {
    flex: initial;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
  .amtheme-custom-footer .amtheme-newsletter-block.amtheme-subscribe {
    flex-basis: auto;
    margin-top: 0;
  }
  .amtheme-custom-footer .amtheme-newsletter-block.amtheme-subscribe .amtheme-container {
    justify-content: flex-start;
  }
  .amtheme-custom-footer .amtheme-newsletter-block.amtheme-subscribe .amtheme-content {
    flex-basis: 100%;
  }
  .amtheme-custom-footer .amtheme-newsletter-block.amtheme-subscribe .mage-error[generated] {
    position: static;
  }
  .amtheme-custom-footer .amtheme-payment-methods.custom-footer-payments {
    width: auto;
  }
  .amtheme-custom-footer .amtheme-payment-methods {
    margin-top: 0;
  }
  .amtheme-custom-footer.-three-columns .newsletter {
    flex-direction: column;
  }
  .amtheme-custom-footer.-three-columns .newsletter > .amtheme-label {
    margin-bottom: 15px;
  }
  .amtheme-custom-footer.-three-columns .newsletter > .action.subscribe {
    margin: 0;
    width: 100%;
  }
  .customer-account-create .block.block-amazon-login,
  .login-container > .block.block-amazon-login {
    text-align: center;
  }
  .customer-account-create .block.block-amazon-login > .block-content .actions-toolbar,
  .login-container > .block.block-amazon-login > .block-content .actions-toolbar {
    justify-content: center;
  }
  .customer-account-create .block.block-amazon-login {
    margin: 0 auto 50px;
  }
  .amtheme-amazon-product > .amazon-checkout-now {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .amtheme-gift-options {
    display: flex;
    flex-wrap: wrap;
  }
  .amtheme-gift-options .amtheme-gift-wrapping,
  .amtheme-gift-options .amtheme-gift-message {
    flex: 1 0 45%;
  }
  .amtheme-gift-options .amtheme-gift-wrapping + .amtheme-gift-message {
    margin-inline-start: 15px;
    padding-inline-start: 15px;
    border-inline-start: 1px solid #dfdedd;
  }
  body[class*='amblog-'] .page-title-wrapper {
    background-position-y: -243px;
  }
  body[class*='amblog-index-'] .amblog-grid-list {
    justify-content: flex-start;
    gap: 5%;
    row-gap: 22px;
  }
  body[class*='amblog-index-'] .amblog-grid-list .new-post.amblog-item {
    width: 100%;
  }
  body[class*='amblog-index-'] .amblog-grid-list > .amblog-item .amblog-item,
  body[class*='amblog-index-'] .amblog-grid-list .amblog-grid-list .slick-slide .amblog-item {
    margin: 0;
  }
  body[class*='amblog-index-'] .amblog-grid-list > .amblog-item .amblog-item.full,
  body[class*='amblog-index-'] .amblog-grid-list .amblog-grid-list .slick-slide .amblog-item.full {
    width: 100%;
  }
  .product-item > .product-item-info {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none;
    transition: none;
    padding: 0px !important;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .sidebar-main {
    margin-right: 2%;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content {
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content {
    margin-left: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content {
    padding-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content {
    padding-left: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0 {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0 > .submenu.amtheme-menu-flex > li:not(:last-child) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0 > .submenu.amtheme-menu-flex > li:not(:last-child) {
    border-right: 1px solid #dfdedd;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0 > .submenu > li {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0 > .submenu .submenu:not(.level1) {
    padding-left: 10px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0.parent {
    padding-right: 65px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .actions-toolbar.-reverse .primary .action {
    margin-left: 5px;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .actions-toolbar.-reverse > .secondary {
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .actions-toolbar.-reverse > .secondary {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .modal-popup .modal-footer .action:not(.primary):not(.secondary) {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .modal-popup .modal-footer .action-secondary,
  .modal-popup .modal-footer .action.secondary {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .products-grid.products > .amtheme-products-secondary .price-container .price-excluding-tax:before {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .catalogsearch-result-index .products.wrapper ~ .toolbar .limiter,
  .catalogsearch-advanced-result .products.wrapper ~ .toolbar .limiter,
  .catalog-category-view .products.wrapper ~ .toolbar .limiter {
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .sidebar .product-item .price-box .price-container .weee:before {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .amtheme-sidebar-block,
  .page-layout-1column.catalog-category-view .amtheme-sidebar-block,
  .page-layout-empty.catalog-category-view .amtheme-sidebar-block,
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .sidebar > .admin__data-grid-outer-wrap,
  .page-layout-1column.catalog-category-view .sidebar > .admin__data-grid-outer-wrap,
  .page-layout-empty.catalog-category-view .sidebar > .admin__data-grid-outer-wrap {
    margin-left: 0;
    margin-right: 6vw;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-wrap > .product.media {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item,
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item {
    max-width: calc(50% - 15px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item {
    max-width: calc(50% - 15px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n) {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item {
    max-width: calc(50% - 15px);
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .products-list .product-item-details {
    margin-left: 20px;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .products-list .product-item-inner {
    margin-left: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-product-wrap .product.media {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-short-info .reviews-actions {
    margin-left: 5px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-1column .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-actions-wrap .action.primary {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-scroll-controller.-back > .amtheme-controller {
    margin-left: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-scroll-controller.-back > .amtheme-controller > .amtheme-icon {
    margin-left: -1px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-scroll-controller.-forward > .amtheme-controller {
    margin-left: 40px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-scroll-controller.-forward > .amtheme-controller > .amtheme-icon {
    margin-left: 2px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-cart-index .cart-container > .cart-summary {
    margin-left: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .cart .col:first-of-type {
    padding-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .cart .col:last-of-type {
    padding-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .cart.item .item-info .product-item-details {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-payment-method .payment-option-content .secondary {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  [class*='sales-guest-']:not(.sales-guest-form) .page-title-wrapper > .amtheme-info > *,
  .account[class*='sales-'] .page-title-wrapper > .amtheme-info > * {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-dashboard-info .amtheme-information {
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left.-filter-active .sidebar-main {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left.-filter-inactive .sidebar-main,
  .page-layout-2columns-right.-filter-inactive .sidebar-main,
  .page-layout-3columns.-filter-inactive .sidebar-main {
    margin-left: -342px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.page-with-filter .block.filter .filter-options-item {
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multishipping-checkout_address-selectbilling .form-address-edit,
  .multishipping-checkout_address-newshipping .form-address-edit,
  .multishipping-checkout_address-newbilling .form-address-edit,
  .multishipping-checkout_address-editshipping .form-address-edit,
  .multishipping-checkout_address-editaddress .form-address-edit {
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multishipping-checkout_address-selectbilling .form-address-edit,
  .multishipping-checkout_address-newshipping .form-address-edit,
  .multishipping-checkout_address-newbilling .form-address-edit,
  .multishipping-checkout_address-editshipping .form-address-edit,
  .multishipping-checkout_address-editaddress .form-address-edit {
    margin-left: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.address.form .actions-toolbar .action.continue {
    margin-left: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type {
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text {
    padding-right: 40px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .paypal-review-items {
    margin-right: 70px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-customer-review.view .product-media {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form.send.friend .fieldset.sender .field.sender {
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form.send.friend .fieldset.recipients .field.name {
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .block.am-widget .grid .product.item,
  .page-layout-checkout .block.am-widget .grid .product.item,
  .page-layout-1column .block.am-widget .grid .product.item,
  .page-layout-empty .block.am-widget .products-grid .product.item,
  .page-layout-checkout .block.am-widget .products-grid .product.item,
  .page-layout-1column .block.am-widget .products-grid .product.item {
    max-width: calc(25% - 18.75px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(3n) {
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item {
    max-width: calc(33.33% - 16.67px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item {
    max-width: calc(50% - 12.5px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header .logo {
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header .block-search {
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header .amtheme-icons-container .account-icon {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header.-sticky-header .amtheme-navigation-icon {
    margin-right: 40px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header.-sticky-header .amtheme-header-icon:not(:last-child) {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-header-icon:not(:last-child) {
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .form-wishlist-items .product-item {
    max-width: calc(50% - 15px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form-wishlist-items .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form-wishlist-items .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .shared.wishlist .col.comment {
    padding-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-split ~ .tocart {
    margin-left: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .toolbar .toolbar-amount,
  .toolbar .pager .toolbar-amount {
    padding-left: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .toolbar-sorter .sorter-label:after {
    margin-right: 5px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-empty .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n + 1),
  .page-layout-1column .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    max-width: calc(33.33% - 16.67px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-amazon-product > .amazon-checkout-now {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-gift-options .amtheme-gift-wrapping + .amtheme-gift-message {
    margin-left: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-gift-options .amtheme-gift-wrapping + .amtheme-gift-message {
    padding-left: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-gift-options .amtheme-gift-wrapping + .amtheme-gift-message {
    border-left: 1px solid #dfdedd;
  }
}
@media all and (min-width: 1024px), print {
  .page-layout-3columns .main {
    width: calc(100% - 317px - 317px - 2% * 2);
    display: inline-block;
    clear: none;
    float: none;
  }
  .page-layout-3columns .sidebar-main {
    float: left;
  }
  .page-layout-3columns .sidebar-additional {
    float: right;
    clear: right;
  }
  @supports (display: grid) {
    .page-layout-3columns.-filter-inactive .page-main > .columns {
      grid-template-columns: auto calc(100% - 317px ) auto;
    }
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .-slick-arrows-hover .slick-list,
  .-slick-arrows-always .slick-list {
    max-width: calc(100% - 60px * 2);
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding: 10px;
    font-size: 90px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .amasty_quickorder-index-index .page-title {
    font-size: 40px;
  }
  .amqorder-item.-configurable .product-options-wrapper {
    margin: 0 -15px;
  }
  .amqorder-item.-configurable .product-options-wrapper .swatch-attribute,
  .amqorder-item.-configurable .product-options-wrapper .field {
    flex-basis: auto;
    padding: 0 15px 10px;
    max-width: 50%;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-price {
    display: flex;
  }
  .amqorder-grid-block .amqorder-header {
    margin: 0;
    padding: 35px 15px 20px;
    color: #777;
    list-style: none;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item {
    box-sizing: border-box;
    margin: 0;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item:not(:last-child) {
    margin: 0 15px 0 0;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item.-item {
    flex-grow: 2;
    text-align: left;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item.-action {
    text-align: right;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item.-sku {
    max-width: 130px;
  }
  .amqorder-grid-block .amqorder-options-block {
    margin: 0;
    padding: 0;
  }
  .amqorder-grid-block .amqorder-msg.-error {
    position: absolute;
    margin: 0;
  }
  .amqorder-grid-block .amqorder-sku {
    margin: 0;
    max-width: 130px;
  }
  .amqorder-grid-block .amqorder-sku:before {
    display: none;
  }
  .amqorder-grid-block .amqorder-button.-action {
    justify-content: flex-end;
    min-width: 70px;
  }
  .amqorder-grid-block .amqorder-messages-list {
    padding: 10px 0 5px;
  }
  .amqorder-grid-block .amqorder-button.-options {
    padding: 0;
  }
  .amqorder-grid-block .amqorder-items-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item:not(:last-child) {
    margin: 0 15px 0 0;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-qty {
    flex-basis: auto;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-qty:before {
    display: none;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-checkbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-name {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 0 10px;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-button.-action,
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-button.-options {
    display: flex;
  }
  .amqorder-grid-block .amqorder-items-block .amqorder-items-wrapper {
    flex-wrap: nowrap;
  }
  .amqorder-grid-block .amqorder-items-block > .amqorder-item,
  .amqorder-grid-block .amqorder-items-block > .amqorder-item.-weee {
    padding: 15px;
  }
  .amqorder-grid-block .amqorder-items-block .amqorder-image {
    float: none;
    margin: 0;
    max-width: inherit;
    width: auto;
  }
  .amqorder-grid-block .amqorder-items-block .amqorder-price {
    flex-basis: auto;
    font-weight: 400;
  }
  .amqorder-grid-block .amqorder-items-block .swatch-attribute,
  .amqorder-grid-block .amqorder-items-block .field {
    width: auto;
  }
  .amqorder-grid-block .amqorder-items-block .product-options-wrapper {
    padding: 25px 0 0;
  }
  .amqorder-item-info > .amqorder-price,
  .amqorder-item-info > .amqorder-button.-action,
  .amqorder-item-info > .amqorder-button.-options {
    display: none;
  }
  .amqorder-massaction-toolbar .amqorder-selected-toolbar {
    margin: 0 20px 0 0;
  }
  .amqorder-massaction-toolbar:first-child {
    justify-content: flex-end;
    width: 100%;
  }
  .amqorder-massaction-toolbar:first-child .amqorder-buttons-block {
    display: flex;
  }
  .amqorder-massaction-toolbar:last-child {
    justify-content: flex-end;
  }
  .amqorder-massaction-toolbar:last-child .amqorder-buttons-block {
    width: auto;
  }
  .catalog-category-view .amqorder-item-info .amqorder-checkbox-container,
  .catalogsearch-result-index .amqorder-item-info .amqorder-checkbox-container {
    position: inherit;
    padding: 0;
  }
  .catalog-category-view .amqorder-massaction-toolbar:last-child > .amqorder-selected-toolbar,
  .catalogsearch-result-index .amqorder-massaction-toolbar:last-child > .amqorder-selected-toolbar {
    margin: 0 20px 0 0;
  }
  .catalog-category-view .amqorder-massaction-toolbar:first-child,
  .catalogsearch-result-index .amqorder-massaction-toolbar:first-child {
    justify-content: flex-end;
    width: 100%;
  }
  .catalog-category-view .amqorder-massaction-toolbar:first-child .amqorder-buttons-block,
  .catalogsearch-result-index .amqorder-massaction-toolbar:first-child .amqorder-buttons-block {
    display: flex;
  }
  .catalog-category-view .amqorder-header,
  .catalogsearch-result-index .amqorder-header {
    width: 100%;
  }
  .catalog-category-view .amqorder-header .amqorder-item.-item,
  .catalogsearch-result-index .amqorder-header .amqorder-item.-item {
    min-width: 305px;
  }
  .catalog-category-view .amqorder-header .amqorder-item:not(.-selectall),
  .catalogsearch-result-index .amqorder-header .amqorder-item:not(.-selectall) {
    display: inline-block;
  }
  .catalog-category-view .amqorder-items-block .amqorder-item.-name,
  .catalogsearch-result-index .amqorder-items-block .amqorder-item.-name {
    min-width: 200px;
  }
  .amasty_quickorder-index-index .amqorder-grid-block .amqorder-header {
    display: flex;
  }
  .amasty_quickorder-index-index .amqorder-header .amqorder-item.-item {
    min-width: 315px;
  }
  .amasty_quickorder-index-index .amqorder-items-block .amqorder-item.-name {
    min-width: 210px;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((36px + 12px) * 4) + (14px * 2));
    width: calc(((36px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: row;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info,
  .amtheme-products-secondary.-in-widget .product-item-info,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info,
  .block.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info {
    padding: 15px;
  }
  .amtheme-products-secondary.-in-widget .product-item,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item,
  .block.amrelated-grid-wrapper.grid .widget-product-grid .product-item,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item {
    max-width: 215px;
    width: 215px;
  }
  .products-list .product-item-description {
    margin-inline-end: 40px;
  }
  .page-layout-1column.catalog-category-view .wrapper-description {
    margin-bottom: 0;
  }
  .page-layout-1column.catalog-category-view .toolbar-products {
    box-sizing: border-box;
    margin-bottom: 0;
    transition: padding 0.4s ease-in-out;
  }
  .page-layout-1column.catalog-category-view .products.wrapper {
    transition: padding 0.4s ease-in-out;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item {
    width: calc(33.33% - 6.67px);
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item {
    width: calc(25% - 7.5px);
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 10px;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 10px;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 10px;
    margin-top: 10px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 10px;
    margin-top: 10px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(3n) {
    margin-inline-end: 30px;
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(3n + 1) {
    margin-inline-start: 30px;
  }
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-start: 30px;
  }
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item {
    width: calc(50% - 5px);
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 10px;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item {
    width: calc(33.33% - 6.67px);
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 10px;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item {
    width: calc(50% - 15px);
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(3n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(4n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .products-list .product-item-info {
    align-items: flex-start;
    display: flex;
    padding: 20px;
  }
  .products-list .product-photo-wrapper {
    left: 0;
    position: relative;
  }
  .products-list .action.towishlist {
    bottom: 20px;
  }
  .products-list .product-item-inner {
    margin: 0;
    width: auto;
  }
  .products-list .price-box,
  .products-list .old-price-wrap,
  .products-list .price-container,
  .products-list .product-item-actions,
  .products-list .price-container .weee {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .products-list .price-including-tax,
  .products-list .price-excluding-tax.price-wrapper .price {
    margin-inline-end: 0;
  }
  .products-list .price-excluding-tax {
    justify-content: flex-end;
  }
  .page-layout-3columns.catalog-category-view .products-list .product-item-info {
    display: block;
    min-height: 260px;
    padding: 20px 20px 20px calc(32.5% + 20px);
  }
  .page-layout-3columns.catalog-category-view .products-list .product-photo-wrapper {
    left: 20px;
    max-width: 220px;
    position: absolute;
    width: 100%;
  }
  .page-layout-3columns.catalog-category-view .products-list .product-item-inner {
    margin-inline-start: 20px;
    margin-top: 10px;
  }
  .page-layout-3columns.catalog-category-view .products-list .price-box {
    justify-content: flex-start;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-item {
    max-width: none;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-item-info {
    display: flex;
    padding: 20px;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-photo-wrapper {
    left: 0;
    position: relative;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-item-inner {
    margin: 0;
    width: auto;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .price-box {
    justify-content: flex-end;
  }
  .-amcaret-enabled .amtheme-productaside-wrap,
  .-amcaret-enabled .amtheme-productinfo-wrap ~ [class*='widget'],
  .-amcaret-enabled .amtheme-productinfo-wrap ~ .am-widget {
    padding-bottom: 0;
    padding-inline-end: 30px;
    padding-inline-start: 0;
    padding-top: 0;
    margin-inline-start: 0;
    box-sizing: border-box;
    max-width: calc(66.66666667%);
  }
  .-amcaret-enabled .amtheme-productinfo-wrap {
    min-height: 360px;
  }
  .-amcaret-enabled .amtheme-product-info .product-add-form.-amcaret-active {
    margin: 0;
  }
  .-amcaret-enabled .-sticky-header ~ .page-main .-amcaret-stick {
    margin-top: 40px;
  }
  .amtheme-product-info .product-add-form.-amcaret-active {
    scrollbar-color: #dfdedd #ffffff;
    scrollbar-face-color: #dfdedd;
    scrollbar-highlight-color: #dfdedd;
    scrollbar-shadow-color: #dfdedd;
    scrollbar-track-color: #ffffff;
    scrollbar-width: thin;
    padding: 35px 25px 25px;
    background: #ffffff;
    border: 1px solid #a19e9b;
    box-sizing: border-box;
    margin: 0;
    max-width: calc(33.33333333%);
    overflow: auto;
    position: absolute;
    transition: transform 0.4s ease-in-out;
    width: 100%;
    z-index: 9;
  }
  .amtheme-product-info .product-add-form.-amcaret-active::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  .amtheme-product-info .product-add-form.-amcaret-active::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
  }
  .amtheme-product-info .product-add-form.-amcaret-active::-webkit-scrollbar-thumb {
    background: #dfdedd;
    border-radius: 12px;
  }
  .amtheme-product-info .product-add-form.-amcaret-active > * {
    max-width: none;
  }
  .amtheme-product-info .product-add-form.-amcaret-active.-amcaret-stick {
    position: fixed;
    top: 30px;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amcaret-product-name {
    display: block;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .product-info-price {
    margin-top: 35px;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .product-options-wrapper > .fieldset > br {
    display: none;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .box-tocart {
    flex-grow: 1;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .box-tocart.qty {
    margin: 35px 0;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .box-tocart.qty .amtheme-label {
    margin: 0;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .product.alert {
    margin: 0;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .action.tocart {
    margin: 0 0 15px;
    min-width: auto;
    width: 100%;
  }
  .page-layout-3columns .amtheme-product-info .product-add-form.-amcaret-active .action.tocart {
    padding: 15px;
    font-size: 1.6rem;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .product-options-bottom,
  .amtheme-product-info .product-add-form.-amcaret-active .swatch-attribute {
    margin-bottom: 0;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-actions-wrap {
    display: none;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .swatch-attribute-options {
    width: 100%;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-select-options {
    max-width: 100%;
    min-width: 100% !important;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-qty-box > div.mage-error {
    min-width: inherit;
    position: static;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-qty-box {
    height: auto;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-qty-box > .amtheme-minus,
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-qty-box > .amtheme-plus {
    height: 42px;
  }
  .ie11 .amtheme-product-info .product-add-form.-amcaret-active .note {
    max-width: 100%;
  }
  .ie11 .amtheme-product-info .product-add-form.-amcaret-active .product-row > .product {
    min-width: 100%;
  }
  .product-add-form.-amcaret-active .-on-line {
    flex-direction: column;
  }
  .product-add-form.-amcaret-active .-on-line .product-info-price {
    margin-top: 0;
  }
  .product-add-form.-amcaret-active .-on-line .box-tocart.qty {
    margin: 25px 0;
  }
  .product-add-form.-amcaret-active .-on-line .box-tocart.qty,
  .product-add-form.-amcaret-active .-on-line .product-options-bottom {
    flex-basis: 100%;
  }
  .product-add-form.-amcaret-active .-on-line .qty.-without-options {
    margin-top: 0;
  }
  .product-add-form.-amcaret-active .-on-line .product-options-bottom {
    order: 5;
  }
  .page-product-downloadable .-amcaret-active .downloads:not(.downloads-no-separately) > .control {
    display: block;
  }
  .page-product-downloadable .-amcaret-active .downloads:not(.downloads-no-separately) .field.choice:not(.downloads-all) > .label {
    padding: 7px 10px;
    margin: 0 0 10px;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .page-product-downloadable .-amcaret-active .downloads:not(.downloads-no-separately) .field.choice.downloads-all > .label {
    margin: 5px 0 0;
  }
  .page-product-downloadable .-amcaret-active .downloads:not(.downloads-no-separately) .field.choice .price-container {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 5px;
    margin-top: 0;
    white-space: nowrap;
  }
  .page-product-grouped .-amcaret-active .table.grouped .product-row {
    padding: 0 0 10px;
    border-width: 0 0 1px;
    display: block;
    margin-bottom: 20px;
  }
  .page-product-grouped .-amcaret-active .table.grouped .row:last-child .product-row {
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .page-product-grouped .-amcaret-active .table-wrapper.grouped {
    margin-bottom: 35px;
  }
  .page-product-grouped .-amcaret-active .box-tocart {
    margin-top: 0;
  }
  .page-product-grouped .-amcaret-active .amtheme-qty-wrap.-grouped {
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
  }
  .product-add-form.-amcaret-active .field.option {
    margin: 10px 0 0;
    padding: 15px 10px;
  }
  .product-add-form.-amcaret-active .field.option:first-of-type {
    margin-top: 0;
  }
  .product-add-form.-amcaret-active .field.option > .label {
    cursor: pointer;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .product-add-form.-amcaret-active .field.option > .label.block-title > .amtheme-icon {
    display: block;
  }
  .product-add-form.-amcaret-active .field.option > .control {
    margin-top: 15px;
  }
  .product-add-form.-amcaret-active .field.option .field.option {
    padding: 0;
  }
  .product-add-form.-amcaret-active .field.option.amtheme-collapsible-block > .label {
    padding-inline-end: 30px;
    box-sizing: border-box;
  }
  .product-add-form.-amcaret-active .field.option .field.option.amtheme-collapsible-block {
    padding: 15px 0;
  }
  .product-add-form.-amcaret-active .field.option .field.option > .label.block-title {
    width: 100%;
  }
  .page-product-bundle .-amcaret-active .button-as-link.-back.customization {
    display: none;
  }
  .page-product-bundle .-amcaret-active .amtheme-item-text {
    align-items: baseline;
  }
  .page-product-bundle .-amcaret-active .amtheme-bundle-choice.field.choice > .amtheme-label {
    align-items: baseline;
    justify-content: space-between;
  }
  .page-product-bundle .-amcaret-active .amtheme-bundle-choice.field.choice .price-including-tax + .price-excluding-tax:before {
    line-height: 2.5rem;
  }
  @supports (display: grid) {
    .column.main .amtheme-product-wrap {
      grid-column-gap: 10px;
      grid-template-columns: calc(67% - 10px) 33%;
    }
  }
  .page-layout-1column .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-1column .amtheme-product-wrap > .amtheme-product-info {
    max-width: 515px;
  }
  .page-layout-1column .amtheme-product-info .product-info-price {
    margin-bottom: 25px;
  }
  @supports (display: grid) {
    .column .amtheme-product-wrap {
      -webkit-display: grid;
      -moz-display: grid;
      -ms-display: grid;
      display: grid;
      grid-column-gap: 15px;
      grid-template-columns: calc(67% - 15px) 33%;
    }
    .column .amtheme-product-wrap > .product.media,
    .column .amtheme-product-wrap > .amtheme-product-info {
      width: 100%;
    }
  }
  .page-layout-2columns-left .amtheme-product-wrap,
  .page-layout-2columns-right .amtheme-product-wrap {
    display: flex;
    margin: 10px 0 50px;
  }
  .page-layout-2columns-left .amtheme-product-wrap .amtheme-product-info,
  .page-layout-2columns-right .amtheme-product-wrap .amtheme-product-info {
    width: 33%;
  }
  .page-layout-2columns-left .amtheme-product-wrap .product.media,
  .page-layout-2columns-right .amtheme-product-wrap .product.media {
    margin-bottom: 0;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 67%;
  }
  .page-layout-2columns-left .amtheme-product-wrap > .product.media .towishlist,
  .page-layout-2columns-right .amtheme-product-wrap > .product.media .towishlist {
    height: 50px;
    width: 50px;
  }
  .page-layout-2columns-left .amtheme-product-wrap > .product.media .towishlist .amtheme-icon,
  .page-layout-2columns-right .amtheme-product-wrap > .product.media .towishlist .amtheme-icon {
    height: 30px;
    width: 30px;
  }
  .page-layout-2columns-left .amtheme-short-info,
  .page-layout-2columns-right .amtheme-short-info {
    margin-bottom: 25px;
  }
  .page-layout-2columns-left .amtheme-short-info .reviews-actions,
  .page-layout-2columns-right .amtheme-short-info .reviews-actions {
    margin-inline-start: 5px;
  }
  .page-layout-2columns-left .amtheme-product-info .product-add-form,
  .page-layout-2columns-right .amtheme-product-info .product-add-form {
    margin-top: 25px;
  }
  .page-layout-2columns-left .amtheme-product-info .swatch-attribute-label,
  .page-layout-2columns-right .amtheme-product-info .swatch-attribute-label,
  .page-layout-2columns-left .amtheme-product-info .swatch-attribute-options,
  .page-layout-2columns-right .amtheme-product-info .swatch-attribute-options {
    flex-grow: 1;
  }
  .page-layout-2columns-left .amtheme-product-info .swatch-attribute-options,
  .page-layout-2columns-right .amtheme-product-info .swatch-attribute-options {
    width: 100%;
  }
  .page-layout-2columns-left .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-2columns-right .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-2columns-left .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color),
  .page-layout-2columns-right .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-bottom: 15px;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-2columns-left .amtheme-product-info .swatch-opt.-round .swatch-option.color,
  .page-layout-2columns-right .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-bottom: 15px;
    margin-inline-end: 16px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-2columns-left .amtheme-product-info .product-info-price,
  .page-layout-2columns-right .amtheme-product-info .product-info-price {
    margin: 55px 0 25px;
  }
  .page-layout-2columns-left .amtheme-product-info .box-tocart .action.tocart,
  .page-layout-2columns-right .amtheme-product-info .box-tocart .action.tocart {
    min-width: 200px;
  }
  .page-layout-2columns-left .amtheme-product-info .product-social-links,
  .page-layout-2columns-right .amtheme-product-info .product-social-links {
    display: block;
  }
  .page-layout-2columns-left .amtheme-product-info .qty.-without-options,
  .page-layout-2columns-right .amtheme-product-info .qty.-without-options {
    margin-top: 25px;
  }
  .page-layout-2columns-left .action.mailto.friend:before,
  .page-layout-2columns-right .action.mailto.friend:before {
    content: none;
  }
  .page-layout-2columns-left .amtheme-actions-wrap > .product-social-links,
  .page-layout-2columns-right .amtheme-actions-wrap > .product-social-links {
    display: flex;
    margin-bottom: 15px;
    width: auto;
  }
  .page-layout-2columns-left .amtheme-actions-wrap .action.primary,
  .page-layout-2columns-right .amtheme-actions-wrap .action.primary {
    margin-bottom: 15px;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-empty .amtheme-product-wrap > .product.media {
    max-width: 600px;
  }
  .page-header .block-search {
    margin-inline-end: 40px;
    max-width: 340px;
  }
  .checkout-cart-index .cart-container > .amtheme-form-wrapper,
  .checkout-cart-index .cart-container .crosssell,
  .amasty-jet-theme .amrelated-cart-bundle,
  .amasty-jet-theme .cart-container .amrelated-grid-wrapper {
    width: calc(100% - 25% - 35px);
  }
  .checkout-cart-index .cart-container > .cart-summary {
    margin-inline-start: 35px;
    width: 25%;
  }
  .opc-block-summary .amtheme-estimated-total {
    padding: 20px 0 0;
  }
  .opc-progress-bar {
    counter-reset: i;
    margin-bottom: 50px;
    max-width: 1045px;
  }
  .opc-progress-bar.-success {
    margin-bottom: 65px;
  }
  .opc-progress-bar > .opc-progress-bar-item:before {
    background: #dfdedd;
    border-radius: 50%;
    color: #a8a69f;
    content: counter(i);
    counter-increment: i;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
  }
  .opc-progress-bar > .opc-progress-bar-item:after {
    background: url("../svg/color_mode/dark/progressbar-arrow-l.svg");
    height: 15px;
    width: 27px;
  }
  .opc-progress-bar > .opc-progress-bar-item._active:before {
    background: none;
    border: 1px solid #616163;
    color: #616163;
  }
  .opc-progress-bar > .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar > .opc-progress-bar-item.-no-item:before {
    display: none;
  }
  .opc-progress-bar > .opc-progress-bar-item._complete:before {
    background-color: #616163;
    background-image: url("../svg/color_mode/dark/complete.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    content: '';
    cursor: default;
    height: 20px;
    width: 20px;
  }
  .opc-progress-bar > .opc-progress-bar-item._complete:after {
    background: url("../svg/color_mode/dark/progressbar-arrow-l-active.svg");
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .field-tooltip .field-tooltip-content {
    left: 35px;
    top: -50%;
  }
  .opc-summary-open {
    overflow: inherit;
  }
  .opc-block-summary .amtheme-summary-content {
    height: auto;
    padding: 10px 10px 10px 20px;
  }
  .opc-block-summary .amtheme-summary-content .minicart-items-wrapper {
    overflow: auto;
    scrollbar-color: #dfdedd #ffffff;
    scrollbar-face-color: #dfdedd;
    scrollbar-highlight-color: #dfdedd;
    scrollbar-shadow-color: #dfdedd;
    scrollbar-track-color: #ffffff;
    scrollbar-width: thin;
    max-height: 660px;
    padding: 10px 10px 0 0;
  }
  .opc-block-summary .amtheme-summary-content .minicart-items-wrapper::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  .opc-block-summary .amtheme-summary-content .minicart-items-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
  }
  .opc-block-summary .amtheme-summary-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
    background: #dfdedd;
    border-radius: 12px;
  }
  .opc-block-summary .amtheme-summary-content .minicart-items-wrapper > * {
    max-width: none;
  }
  .opc-block-summary .amtheme-summary-content > .table-totals + .items-in-cart .minicart-items-wrapper {
    max-height: 350px;
  }
  .opc-block-summary {
    background: #fcfcfc;
    border: 1px solid #dfdedd;
    border-radius: 6px;
    box-shadow: none;
    overflow-y: inherit;
    padding: 10px 0;
    position: static;
    width: auto;
    z-index: 1;
  }
  .opc-block-summary .actions-toolbar {
    margin-top: 30px;
  }
  .opc-block-summary .actions-toolbar .action.viewcart {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    padding: 0;
  }
  .opc-block-summary .amtheme-summary-order {
    display: none;
  }
  .opc-block-summary > .amtheme-summary-content {
    display: block !important;
  }
  .opc-block-summary .minicart-items-wrapper > .minicart-items {
    padding: 0;
  }
  .opc-block-summary .items-in-cart > .title {
    display: block;
  }
  .opc-block-summary .table-totals {
    margin: 0 0 40px;
  }
  .opc-block-summary .table-totals:after {
    left: 0;
    right: 0;
  }
  .opc-block-summary .table-totals .mark,
  .opc-block-summary .table-totals .amount {
    padding: 10px;
  }
  .opc-block-summary .table-totals .mark {
    padding-inline-start: 0;
  }
  .opc-block-summary .table-totals .amount {
    padding-inline-end: 0;
  }
  .opc-block-summary .totals-tax-summary + .totals-tax-details > .amount {
    padding-inline-end: 18px;
  }
  .checkout-index-index .page-main {
    padding-inline-end: 30px;
    padding-inline-start: 30px;
  }
  .checkout-index-index .header.content {
    padding: 50px 50px 70px;
  }
  .checkout-index-index .header.content > .logo {
    margin: auto;
  }
  .checkout-index-index .page-header:before {
    background: #616163;
    content: '';
    display: block;
    height: 15px;
    width: 100%;
  }
  .checkout-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .checkout-container > .opc-progress-bar,
  .checkout-container > .messages {
    width: 100%;
  }
  .checkout-container > .opc-sidebar {
    float: none;
    margin: 0 0 20px;
    width: 410px;
  }
  .checkout-container > .opc-wrapper {
    margin-bottom: 20px;
    margin-inline-end: 35px;
    margin-inline-start: 0;
    margin-top: 0;
    padding: 0;
    width: calc(100% - 410px - 35px);
  }
  .checkout-container > .opc-wrapper .field .note {
    font-size: 1.6rem;
  }
  .checkout-payment-method .braintree-choice.field.choice > .field-tooltip {
    position: relative;
    top: 0;
  }
  .checkout-payment-method .braintree-choice.field.choice .field-tooltip-content {
    left: 35px;
    margin-top: 0;
  }
  .amtheme-summary-content .fieldset.address {
    padding: 0;
  }
  .amtheme-addresses-block.-addresses-grid .amtheme-card-wrap {
    width: calc(100% / 3 - 15px);
  }
  .amtheme-dashboard-info .amtheme-information .amtheme-item {
    display: flex;
    margin: 0;
  }
  .amtheme-dashboard-info .amtheme-customer-email {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .amtheme-dashboard-info .amtheme-customer-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-inline-end: 10px;
    padding-inline-end: 12px;
    max-width: 50%;
    position: relative;
  }
  .amtheme-dashboard-info .amtheme-customer-name:after {
    background: #a8a69f;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    width: 2px;
  }
  .amtheme-card-block.amtheme-reviews-dashboard .amtheme-items > .amtheme-item {
    max-width: calc(100% / 3 - 20px);
  }
  .ie11 .amtheme-card-block.amtheme-reviews-dashboard .amtheme-items > .amtheme-item {
    max-width: calc(100% / 3 - 20px - 1px);
  }
  @supports (display: grid) {
    .page-layout-3columns.-filter-inactive .page-main > .columns {
      grid-template-areas: 'sidebar-main main sidebar-additional';
    }
    .page-layout-3columns.-filter-inactive .page-main .column.main {
      justify-self: start;
      width: calc(100% - 25px);
    }
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    max-width: calc(100% - 317px - 2%);
  }
  .page-layout-3columns.page-with-filter .toolbar-products {
    max-width: 100%;
    padding: 0 calc(317px + 2%);
    right: 0;
  }
  .multicheckout.address.form .actions-toolbar {
    align-items: center;
    justify-content: flex-start;
  }
  .multicheckout.address.form .actions-toolbar .action:not(:first-of-type) {
    margin-inline-start: 20px;
  }
  .multicheckout.address.form .actions-toolbar .action.back {
    margin: 0 auto 0 0;
  }
  .multicheckout.address.form .actions-toolbar .action.back,
  .multicheckout.address.form .actions-toolbar .action.update {
    flex-basis: auto;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box,
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type {
    margin-bottom: 0;
    width: calc(100% / 3);
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type {
    padding-inline-end: 45px;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type {
    padding-inline-start: 45px;
  }
  .paypal-review > .block-order-details-view.block .box {
    padding-bottom: 0;
    padding-inline-end: 55px;
    padding-inline-start: 0;
    padding-top: 0;
  }
  .block.block-order-details-view > .block-content {
    display: flex;
    flex-wrap: nowrap;
  }
  .block.block-order-details-view .column {
    flex-basis: calc((100% - 20px * 2) / 3);
    margin-bottom: 0;
  }
  .block.block-order-details-view .column:not(:last-of-type) {
    margin-bottom: 0;
    margin-inline-end: 20px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .block.block-order-details-view .column.-methods {
    flex-direction: column;
  }
  .block.block-order-details-view .column.-methods > .box,
  .block.block-order-details-view .column.-methods > .box.-fullwidth {
    flex-basis: auto;
  }
  .block.block-order-details-view .column.-methods > .box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.product-item,
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item,
  .page-layout-1column .block.am-widget:not(.list) .product.product-item,
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(20% - 20px);
  }
  .page-layout-empty .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.product-item:nth-child(-n + 5),
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item:nth-child(-n + 5),
  .page-layout-1column .block.am-widget:not(.list) .product.product-item:nth-child(-n + 5),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5),
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 5),
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 5) {
    margin-top: 0;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(5n),
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(5n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item,
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(25% - 18.75px);
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item,
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(33.33% - 16.67px);
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(-n + 3),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(-n + 3),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .panel.header .greet.welcome {
    margin-inline-end: 60px;
    flex: 1 0 33%;
    margin-bottom: 0;
  }
  .footer.links {
    column-count: 3;
    column-gap: 60px;
  }
  .form-wishlist-items .products-grid .product-item {
    width: calc(33.33% - 20px);
    padding: 0;
  }
  .form-wishlist-items .products-grid .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .form-wishlist-items .products-grid .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .form-wishlist-items .products-grid .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.am-widget.block-new-products.list .product-item-actions {
    align-items: flex-end;
    flex-direction: column;
  }
  .block.am-widget.list .products .item.product.product-item {
    width: 100%;
  }
  .page-layout-3columns .main .am-widget .price-box {
    flex-wrap: wrap;
  }
  .page-layout-3columns .am-widget.block-new-products.list .product-item-info {
    display: flex;
    flex-direction: row;
  }
  .page-layout-3columns .am-widget.block-new-products.list .price-box.price-final_price {
    justify-content: flex-end;
  }
  .page-layout-3columns .am-widget.block-new-products.list .product-item-details {
    margin-top: 20px;
  }
  .page-layout-3columns:not(.-filter-inactive) .block-new-products.list .product-item-info .product-photo-wrapper {
    left: 20px;
    position: absolute;
  }
  .amasty-jet-theme.checkout-index-index .checkout-container.am-checkout {
    display: block;
  }
  .amasty-jet-theme .checkout-success {
    max-width: none;
  }
  .amasty-jet-theme .checkout-success .block-order-details-view .paypal-review-items {
    margin-right: 0;
  }
  .amasty-jet-theme .amcheckout-additional-options {
    border: none;
  }
  .amcheckout-main-container.-modern .checkout-payment-method.submit {
    padding: 0 20px;
  }
  .amasty-jet-theme .am-checkout.-modern.-layout-3columns ._has-datepicker ~ .ui-datepicker-trigger {
    right: 0 !important;
    top: 0 !important;
  }
  .amasty-jet-theme .am-checkout.-modern.-layout-3columns .checkout-payment-method.submit .actions-toolbar {
    justify-content: center;
  }
  .amasty-jet-theme .am-checkout.-modern .amcheckout-additional-options .amcheckout-checkboxes {
    width: 100%;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    width: calc(25% - 18.75px);
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .amasty-jet-theme.-amcaret-enabled .column.main .amtheme-productinfo-wrap ~ .widget.amrelated-grid-wrapper {
    box-sizing: border-box;
    max-width: calc(66.66666667%);
    padding: 0 30px 0 0;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-content-wrapper .amrelated-plus,
  .catalog-product-view.-amcaret-enabled .amrelated-content-wrapper .amrelated-equal {
    font-size: 50px;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-content-wrapper .rating-summary > .rating-result {
    margin: 0;
  }
  .amasty-jet-theme .ambrands-list-popup {
    z-index: 70;
  }
  .amasty-jet-theme .ambrands-list-popup .ambrands-list-container {
    display: flex;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 9px 9px 0;
  }
  .amasty-jet-theme .ambrands-list-popup {
    border-radius: 4px;
    box-shadow: none;
  }
  .amasty-jet-theme .ambrands-list-popup .ambrands-letters-filter {
    background: transparent;
  }
  .ambrands-letter .ambrands-brand-item .ambrands-label {
    letter-spacing: .03em;
    font-weight: 500;
    line-height: 16px;
  }
  .ambrands-list-popup {
    background: #f7f7f7;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    position: relative;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    margin: 0 5px 10px;
  }
  .ambrands-list-popup .ambrands-letters-filter:before {
    position: absolute;
    top: 20px;
    right: 0;
    width: 1px;
    height: calc(100% - 40px);
    background: #dfdedd;
    content: '';
  }
  .amtheme-custom-footer .amtheme-newsletter-block.amtheme-subscribe .amtheme-content {
    flex-basis: 80%;
  }
  .amtheme-custom-footer.-three-columns .newsletter {
    flex-direction: row;
  }
  .amtheme-custom-footer.-three-columns .newsletter > .amtheme-label {
    margin-bottom: 0;
  }
  .amtheme-custom-footer.-three-columns .newsletter > .action.subscribe {
    margin-inline-start: 15px;
    width: auto;
  }
  .payment-method-braintree .field.choice.-save .field-tooltip-content {
    left: 35px;
  }
  body[class*='amblog-'] .page-title-wrapper {
    background-position-y: -348px;
  }
  body[class*='amblog-index-'] .amblog-grid-list {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 22px;
    gap: 22px;
  }
  body[class*='amblog-index-'] .amblog-grid-list .amblog-post-container {
    justify-content: flex-start;
  }
  body[class*='amblog-index-'] .amblog-grid-list .list-item {
    width: calc(33.333% - 17px);
    margin: 0;
  }
  body[class*='amblog-index-'] .amblog-grid-list .blog-products-container {
    margin-bottom: 0;
  }
  body[class*='amblog-index-'] .list-item.new-post {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 0;
  }
  body[class*='amblog-index-'] .list-item.new-post h2,
  body[class*='amblog-index-'] .list-item.new-post p {
    margin: 0;
  }
  body[class*='amblog-index-'] .list-item.new-post .amblog-post-title {
    font-size: 3.2rem;
  }
  body[class*='amblog-index-'] .list-item.new-post .amblog-footer {
    padding: 0;
  }
  body[class*='amblog-index-'] .list-item.new-post .amblog-content {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    order: 0;
    padding-top: 22px;
  }
  body[class*='amblog-index-'] .list-item.new-post .new-entry {
    margin-bottom: 0;
  }
  body[class*='amblog-index-'] .list-item.new-post .post-image {
    min-width: 510px;
    order: 1;
  }
  body[class*='amblog-index-'] .list-item.new-post .categories-flex {
    display: flex;
  }
  body[class*='amblog-index-'] .list-item.new-post .amblog-read {
    margin-bottom: 0;
  }
  body[class*='amblog-index-'] .sidebar-main .amblog-post-list .post-image {
    min-width: 76px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .products-list .product-item-description {
    margin-right: 40px;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item {
    max-width: calc(33.33% - 6.67px);
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 7.5px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(3n) {
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(3n + 1) {
    margin-left: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-left: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item {
    max-width: calc(50% - 5px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item {
    max-width: calc(33.33% - 6.67px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item {
    max-width: calc(50% - 15px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(3n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(4n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .products-list .price-including-tax,
  .products-list .price-excluding-tax.price-wrapper .price {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.catalog-category-view .products-list .product-item-inner {
    margin-left: 20px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .-amcaret-enabled .amtheme-productaside-wrap,
  .-amcaret-enabled .amtheme-productinfo-wrap ~ [class*='widget'],
  .-amcaret-enabled .amtheme-productinfo-wrap ~ .am-widget {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .-amcaret-enabled .amtheme-productaside-wrap,
  .-amcaret-enabled .amtheme-productinfo-wrap ~ [class*='widget'],
  .-amcaret-enabled .amtheme-productinfo-wrap ~ .am-widget {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-product-downloadable .-amcaret-active .downloads:not(.downloads-no-separately) .field.choice .price-container {
    margin-left: 5px;
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .product-add-form.-amcaret-active .field.option.amtheme-collapsible-block > .label {
    padding-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-product-wrap > .product.media {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-product-wrap .product.media,
  .page-layout-2columns-right .amtheme-product-wrap .product.media {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-short-info .reviews-actions,
  .page-layout-2columns-right .amtheme-short-info .reviews-actions {
    margin-left: 5px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-2columns-right .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-2columns-left .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color),
  .page-layout-2columns-right .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-product-info .swatch-opt.-round .swatch-option.color,
  .page-layout-2columns-right .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-actions-wrap .action.primary,
  .page-layout-2columns-right .amtheme-actions-wrap .action.primary {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header .block-search {
    margin-right: 40px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-cart-index .cart-container > .cart-summary {
    margin-left: 35px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .opc-block-summary .table-totals .mark {
    padding-left: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .opc-block-summary .table-totals .amount {
    padding-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .opc-block-summary .totals-tax-summary + .totals-tax-details > .amount {
    padding-right: 18px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-index-index .page-main {
    padding-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-index-index .page-main {
    padding-left: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-container > .opc-wrapper {
    margin-left: 0;
    margin-right: 35px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-dashboard-info .amtheme-customer-name {
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-dashboard-info .amtheme-customer-name {
    padding-right: 12px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.address.form .actions-toolbar .action:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type {
    padding-right: 45px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type {
    padding-left: 45px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .paypal-review > .block-order-details-view.block .box {
    padding-left: 0;
    padding-right: 55px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .block.block-order-details-view .column:not(:last-of-type) {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .block.am-widget:not(.list) .product.product-item,
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item,
  .page-layout-1column .block.am-widget:not(.list) .product.product-item,
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item {
    max-width: calc(20% - 20px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item {
    max-width: calc(25% - 18.75px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item {
    max-width: calc(33.33% - 16.67px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .panel.header .greet.welcome {
    margin-right: 60px;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .form-wishlist-items .products-grid .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form-wishlist-items .products-grid .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form-wishlist-items .products-grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    max-width: calc(25% - 18.75px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-custom-footer.-three-columns .newsletter > .action.subscribe {
    margin-left: 15px;
  }
}
@media all and (min-width: 1440px), print {
  @supports (display: grid) {
    .page-layout-2columns-left .page-main > .columns {
      grid-template-columns: auto calc(100% - 317px - 4%);
    }
    .page-layout-2columns-right .page-main > .columns {
      grid-template-columns: calc(100% - 317px - 4%) auto;
    }
    .page-layout-3columns .page-main > .columns {
      grid-template-columns: auto calc(100% - 317px - 317px ) auto;
    }
    .page-layout-3columns .page-main > .columns .column.main {
      justify-self: start;
    }
    .page-layout-2columns-left.-filter-inactive .page-main > .columns {
      grid-template-columns: auto 100%;
    }
    .page-layout-2columns-right.-filter-inactive .page-main > .columns {
      grid-template-columns: 100% auto;
    }
    .page-layout-3columns.-filter-inactive .page-main > .columns {
      grid-template-columns: auto calc(100% - 317px ) auto;
    }
  }
  .page-layout-1column .column.main {
    width: 100%;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 317px - 2%);
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: calc(100% - 317px - 2%);
    float: left;
  }
  .page-layout-3columns .column.main {
    width: calc(100% - 317px - 317px - 25px * 2);
    display: inline-block;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 317px - 4%);
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: calc(100% - 317px - 4%);
    float: left;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 317px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 317px;
    float: left;
  }
  .page-layout-3columns .sidebar-main {
    width: 317px;
    float: left;
    margin-inline-end: 25px;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 317px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 317px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    clear: right;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 317px;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 317px;
    float: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 317px;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 317px;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 317px;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
  }
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
    flex-wrap: nowrap;
    max-width: 66%;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .amqorder-wrapper {
    flex-wrap: nowrap;
  }
  .amqorder-grid-block {
    order: inherit;
  }
  .amqorder-grid-block .amqorder-message {
    margin: 75px 0 0;
  }
  .amqorder-multiple-block {
    position: sticky;
    margin: 75px 0 0;
    padding: 30px;
    max-width: 370px;
  }
  .amqorder-multiple-block:not(.-active) {
    padding: 30px 15px;
    min-height: 320px;
    max-width: 72px;
  }
  .amqorder-multiple-block:not(.-active) .amqorder-title {
    transform: translate(-150px, 150px) rotate(90deg);
  }
  .amqorder-multiple-block .amqorder-button.-reverse {
    transition: 0.6s all ease-in;
  }
  .amqorder-multiple-block .amqorder-title {
    min-width: 340px;
  }
  .amasty_quickorder-index-index .amqorder-grid-block {
    margin: 0 30px 0 0;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .products-grid .product-item-info {
    padding: 20px;
  }
  .products-grid .product-item-inner {
    padding: 0 20px 20px;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.-hover .product-item-inner {
    padding: 0 30px 30px;
  }
  .products-grid .product-item .action.tocompare {
    left: -15px;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 30px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 30px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(3n) {
    margin-inline-end: 30px;
  }
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns.catalog-category-view .products-list .product-item-info {
    display: flex;
    padding: 20px;
  }
  .page-layout-3columns.catalog-category-view .products-list .product-photo-wrapper {
    left: 0;
    position: relative;
  }
  .page-layout-3columns.catalog-category-view .products-list .product-item-inner {
    margin: 0;
    width: auto;
  }
  .page-layout-3columns.catalog-category-view .products-list .price-box {
    justify-content: flex-end;
  }
  @supports (display: grid) {
    .columns .column.main .amtheme-product-wrap {
      grid-column-gap: 60px;
      grid-template-columns: calc(67% - 60px) 33%;
    }
  }
  .page-layout-1column .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 60px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  @supports (display: grid) {
    .column.main .amtheme-product-wrap {
      grid-column-gap: 10px;
      grid-template-columns: calc(67% - 10px) 33%;
    }
  }
  .page-layout-2columns-left .amtheme-product-wrap > .product.media,
  .page-layout-2columns-right .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-2columns-left .amtheme-product-wrap > .amtheme-product-info,
  .page-layout-2columns-right .amtheme-product-wrap > .amtheme-product-info {
    max-width: 515px;
  }
  .page-layout-2columns-left .amtheme-product-info .product-info-price,
  .page-layout-2columns-right .amtheme-product-info .product-info-price {
    margin-bottom: 25px;
  }
  @supports (display: grid) {
    .column .amtheme-product-wrap {
      -webkit-display: grid;
      -moz-display: grid;
      -ms-display: grid;
      display: grid;
      grid-column-gap: 15px;
      grid-template-columns: calc(67% - 15px) 33%;
    }
    .column .amtheme-product-wrap > .product.media,
    .column .amtheme-product-wrap > .amtheme-product-info {
      width: 100%;
    }
  }
  .page-layout-3columns .amtheme-product-wrap {
    display: flex;
    margin: 10px 0 50px;
  }
  .page-layout-3columns .amtheme-product-wrap .amtheme-product-info {
    width: 33%;
  }
  .page-layout-3columns .amtheme-product-wrap .product.media {
    margin-bottom: 0;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 67%;
  }
  .page-layout-3columns .amtheme-product-wrap > .product.media .towishlist {
    height: 50px;
    width: 50px;
  }
  .page-layout-3columns .amtheme-product-wrap > .product.media .towishlist .amtheme-icon {
    height: 30px;
    width: 30px;
  }
  .page-layout-3columns .amtheme-short-info {
    margin-bottom: 25px;
  }
  .page-layout-3columns .amtheme-short-info .reviews-actions {
    margin-inline-start: 5px;
  }
  .page-layout-3columns .amtheme-product-info .product-add-form {
    margin-top: 25px;
  }
  .page-layout-3columns .amtheme-product-info .swatch-attribute-label,
  .page-layout-3columns .amtheme-product-info .swatch-attribute-options {
    flex-grow: 1;
  }
  .page-layout-3columns .amtheme-product-info .swatch-attribute-options {
    width: 100%;
  }
  .page-layout-3columns .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-3columns .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-bottom: 15px;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-3columns .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-bottom: 15px;
    margin-inline-end: 16px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-3columns .amtheme-product-info .product-info-price {
    margin: 55px 0 25px;
  }
  .page-layout-3columns .amtheme-product-info .box-tocart .action.tocart {
    min-width: 200px;
  }
  .page-layout-3columns .amtheme-product-info .product-social-links {
    display: block;
  }
  .page-layout-3columns .amtheme-product-info .qty.-without-options {
    margin-top: 25px;
  }
  .page-layout-3columns .action.mailto.friend:before {
    content: none;
  }
  .page-layout-3columns .amtheme-actions-wrap > .product-social-links {
    display: flex;
    margin-bottom: 15px;
    width: auto;
  }
  .page-layout-3columns .amtheme-actions-wrap .action.primary {
    margin-bottom: 15px;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-header .block-search {
    max-width: 380px;
  }
  .checkout-cart-index .cart-container > .amtheme-form-wrapper {
    width: calc(100% - 25% - 65px);
  }
  .checkout-cart-index .cart-container > .cart-summary {
    margin-inline-start: 65px;
  }
  .opc-progress-bar {
    max-width: none;
  }
  .checkout-index-index .page-main {
    padding-inline-end: 160px;
    padding-inline-start: 160px;
  }
  .checkout-container > .opc-sidebar {
    width: 460px;
  }
  .checkout-container > .opc-wrapper {
    margin-bottom: 20px;
    margin-inline-end: 60px;
    margin-inline-start: 0;
    margin-top: 0;
    width: calc(100% - 460px - 60px);
  }
  .amtheme-filter-action {
    max-width: 317px;
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    max-width: calc(100% - 317px - 4%);
  }
  .page-layout-3columns.page-with-filter .toolbar-products {
    max-width: 100%;
    padding: 0 calc(317px + 25px);
    right: 0;
  }
  .multicheckout.address.form .table.items .field.address,
  .multicheckout.address.form .table.items .action.delete {
    display: inline-block;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type {
    padding-inline-end: 60px;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type {
    padding-inline-start: 60px;
  }
  .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text {
    padding-inline-end: 60px;
  }
  .block-order-details-view,
  .paypal-review-items {
    margin-inline-end: 40px;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item {
    width: calc(20% - 20px);
  }
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item:nth-child(-n + 5),
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item:nth-child(-n + 5),
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item:nth-child(-n + 5),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5) {
    margin-top: 0;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item,
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(25% - 18.75px);
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item,
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(33.33% - 16.67px);
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(-n + 3),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(-n + 3),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    width: calc(25% - 18.75px);
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 0;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item .amrelated-info {
    display: flex;
    flex-direction: column;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item.-wide {
    padding: 20px;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item.-wide .amrelated-info {
    text-align: center;
  }
  .products.products-grid.amscroll-page:not(:first-of-type),
  .products.products-grid.amscroll-pages:not(:first-of-type) {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .sidebar-main {
    margin-right: 25px;
  }
}
@media all and (min-width: 1440px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1440px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1440px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 1440px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(3n) {
    margin-right: 30px;
  }
}
@media all and (min-width: 1440px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-product-wrap > .product.media {
    margin-left: 0;
    margin-right: 60px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-product-wrap > .product.media,
  .page-layout-2columns-right .amtheme-product-wrap > .product.media {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .amtheme-product-wrap .product.media {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .amtheme-short-info .reviews-actions {
    margin-left: 5px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-3columns .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .amtheme-actions-wrap .action.primary {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-cart-index .cart-container > .cart-summary {
    margin-left: 65px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-index-index .page-main {
    padding-right: 160px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-index-index .page-main {
    padding-left: 160px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-container > .opc-wrapper {
    margin-left: 0;
    margin-right: 60px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type {
    padding-right: 60px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type {
    padding-left: 60px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text {
    padding-right: 60px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .block-order-details-view,
  .paypal-review-items {
    margin-right: 40px;
  }
}
@media all and (min-width: 1440px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item {
    max-width: calc(20% - 20px);
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1440px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item {
    max-width: calc(25% - 18.75px);
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1440px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item {
    max-width: calc(33.33% - 16.67px);
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1440px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    max-width: calc(25% - 18.75px);
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1920px), print {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-inline-end: calc(30px * 2);
    padding-inline-start: calc(30px * 2);
  }
}
@media all and (min-width: 1920px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1920px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-right: calc(30px * 2);
  }
}
@media all and (min-width: 1920px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1920px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-left: calc(30px * 2);
  }
}
