/**
 * 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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-vertical-fade {
  position: relative;
}
.am-vertical-fade:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
  content: '';
}
.ambanner-preloader-block {
  position: relative;
}
.ambanner-preloader-block:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  background: #ffffff url('../Amasty_BannerSlider/images/loader.gif') center / 80px no-repeat;
  content: '';
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'ambannerIcons';
  src: url('../Amasty_BannerSlider/fonts/ambannerIcons.woff') format('woff');
  font-display: block;
}
.ambanner-overlay-hover .ambanner-image-block.-overlay > .ambanner-image {
  filter: blur(4px);
}
.ambanner-overlay-hover .ambanner-content-overlay {
  visibility: visible;
}
.ambanner-overlay-hover .ambanner-content-block {
  opacity: 1;
  transform: translateY(0);
}
.ambanner-controls-hover .ambanner-arrow-button {
  opacity: 1;
}
.ambanner-controls-hover .ambanner-arrow-button.-prev {
  left: 15px;
}
.ambanner-controls-hover .ambanner-arrow-button.-next {
  right: 15px;
}
.ambanner-controls-hover .ambanner-slider-dots {
  bottom: 0;
  opacity: 1;
}
.-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: #61c18f;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@keyframes am-criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
  }
}
@keyframes am-criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
  }
}
@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;
}
.am-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.full-center-shift {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-center-shift {
  top: 50%;
  transform: translateY(-50%);
}
.horizontal-center-shift {
  left: 50%;
  transform: translateX(-50%);
}
.full-sized-block {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes conditionalOpen {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes conditionalClose {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.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);
  }
}
._ammenu-animation {
  animation-fill-mode: forwards;
}
@-webkit-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-moz-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-ms-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-o-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../Boolfly_Base/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 201;
  border-radius: 20px;
  box-shadow: 1px 1px 1px #CDCDCD;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  border: 1px #fff;
  background-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  color: #000;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px #CDCDCD;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 10px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "<";
}
[dir="rtl"] .slick-prev:before {
  content: ">";
}
.slick-next {
  right: 10px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: ">";
}
[dir="rtl"] .slick-next:before {
  content: "<";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 12%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #d2d2d2;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #606da6;
  opacity: 0.75;
}
.banner-content {
  position: absolute;
  bottom: 40%;
  width: 100%;
  color: #000000;
}
.banner-content.left {
  text-align: left;
}
.banner-content.left .banner-title,
.banner-content.left .banner-inner,
.banner-content.left .banner-button {
  padding-left: 15%;
}
.banner-content.center {
  text-align: center;
}
.banner-content.right {
  text-align: right;
}
.banner-content.right .banner-title,
.banner-content.right .banner-inner,
.banner-content.right .banner-button {
  padding-right: 15%;
}
.banner-content .banner-title {
  font-weight: bold;
}
.banner-content .banner-button {
  margin-top: 18px;
}
.banner-content .banner-button a {
  font-size: 1.8rem;
  background: #e4e4e4;
  background: linear-gradient(34deg, #e4e4e4 0%, #eeeeee 59%, #f3f3f3 100%);
  color: #000;
  border-radius: 4px;
  max-width: 160px;
  box-shadow: 0px 1px 3px 0px rgba(2, 2, 2, 0.3);
  padding: 10px;
  font-weight: bold;
}
.banner-content .banner-button a:hover {
  color: #fff;
  background: #929292;
  background: linear-gradient(122deg, #929292 0%, #c5c5c5 54%, #d1d1d1 100%);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #303030;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.product-label-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.product-label-info .product-label {
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: table;
  line-height: 20px;
  margin-bottom: 5px;
}
.product-label-info .product-label img {
  max-height: 100%;
}
.product-label-info .product-label span {
  padding: 2px 4px;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}
.product-label-info .product-label.sale {
  background: #f71602;
}
.product-label-info .product-label.best-seller {
  background: #007fd4;
}
.product-label-info .product-label.new {
  background: #048500d6;
}
.product-label-info .product-label.custom {
  color: #000;
  box-shadow: none;
}
.product-label-info.top-right {
  top: 0;
  right: 0;
  margin-top: 0 !important;
  left: auto !important;
  margin-left: 0 !important;
}
.product-label-info.top-left {
  top: 0;
  margin-top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  right: auto;
}
.product-label-info.bot-right {
  top: auto !important;
  margin-top: 0 !important;
  left: auto !important;
  margin-left: 0 !important;
  bottom: 0;
  right: 0;
}
.product-label-info.bot-left {
  top: auto !important;
  margin-top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  bottom: 0;
  right: auto;
}
.product-label-info.mid-left {
  top: 50%;
  left: 0;
  margin-left: 0 !important;
  right: auto;
}
.product-label-info.mid-right {
  top: 50%;
  left: auto;
  margin-left: 0 !important;
  right: 0;
}
.product-label-info.mid-mid {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.product-label-info.top-mid {
  top: 0;
  margin-top: 0 !important;
  left: 50%;
  right: auto;
  bottom: auto;
}
.product-label-info.bot-mid {
  top: auto;
  bottom: 0;
  margin-top: 0 !important;
  left: 50%;
  right: auto;
}
.product-image-container {
  position: relative;
}
.product.media {
  position: relative;
}
.products-grid .product-item .product-item-info:hover {
  z-index: 1501;
}
.products-grid .product-item .product-item-info:hover .product-label {
  box-shadow: none;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-ad {
  background-image: url(../MageKey_StoresFlags/flags/ad.svg);
}
.flag-icon-ae {
  background-image: url(../MageKey_StoresFlags/flags/ae.svg);
}
.flag-icon-af {
  background-image: url(../MageKey_StoresFlags/flags/af.svg);
}
.flag-icon-ag {
  background-image: url(../MageKey_StoresFlags/flags/ag.svg);
}
.flag-icon-ai {
  background-image: url(../MageKey_StoresFlags/flags/ai.svg);
}
.flag-icon-al {
  background-image: url(../MageKey_StoresFlags/flags/al.svg);
}
.flag-icon-am {
  background-image: url(../MageKey_StoresFlags/flags/am.svg);
}
.flag-icon-ao {
  background-image: url(../MageKey_StoresFlags/flags/ao.svg);
}
.flag-icon-aq {
  background-image: url(../MageKey_StoresFlags/flags/aq.svg);
}
.flag-icon-ar {
  background-image: url(../MageKey_StoresFlags/flags/ar.svg);
}
.flag-icon-as {
  background-image: url(../MageKey_StoresFlags/flags/as.svg);
}
.flag-icon-at {
  background-image: url(../MageKey_StoresFlags/flags/at.svg);
}
.flag-icon-au {
  background-image: url(../MageKey_StoresFlags/flags/au.svg);
}
.flag-icon-aw {
  background-image: url(../MageKey_StoresFlags/flags/aw.svg);
}
.flag-icon-ax {
  background-image: url(../MageKey_StoresFlags/flags/ax.svg);
}
.flag-icon-az {
  background-image: url(../MageKey_StoresFlags/flags/az.svg);
}
.flag-icon-ba {
  background-image: url(../MageKey_StoresFlags/flags/ba.svg);
}
.flag-icon-bb {
  background-image: url(../MageKey_StoresFlags/flags/bb.svg);
}
.flag-icon-bd {
  background-image: url(../MageKey_StoresFlags/flags/bd.svg);
}
.flag-icon-be {
  background-image: url(../MageKey_StoresFlags/flags/be.svg);
}
.flag-icon-bf {
  background-image: url(../MageKey_StoresFlags/flags/bf.svg);
}
.flag-icon-bg {
  background-image: url(../MageKey_StoresFlags/flags/bg.svg);
}
.flag-icon-bh {
  background-image: url(../MageKey_StoresFlags/flags/bh.svg);
}
.flag-icon-bi {
  background-image: url(../MageKey_StoresFlags/flags/bi.svg);
}
.flag-icon-bj {
  background-image: url(../MageKey_StoresFlags/flags/bj.svg);
}
.flag-icon-bl {
  background-image: url(../MageKey_StoresFlags/flags/bl.svg);
}
.flag-icon-bm {
  background-image: url(../MageKey_StoresFlags/flags/bm.svg);
}
.flag-icon-bn {
  background-image: url(../MageKey_StoresFlags/flags/bn.svg);
}
.flag-icon-bo {
  background-image: url(../MageKey_StoresFlags/flags/bo.svg);
}
.flag-icon-bq {
  background-image: url(../MageKey_StoresFlags/flags/bq.svg);
}
.flag-icon-br {
  background-image: url(../MageKey_StoresFlags/flags/br.svg);
}
.flag-icon-bs {
  background-image: url(../MageKey_StoresFlags/flags/bs.svg);
}
.flag-icon-bt {
  background-image: url(../MageKey_StoresFlags/flags/bt.svg);
}
.flag-icon-bv {
  background-image: url(../MageKey_StoresFlags/flags/bv.svg);
}
.flag-icon-bw {
  background-image: url(../MageKey_StoresFlags/flags/bw.svg);
}
.flag-icon-by {
  background-image: url(../MageKey_StoresFlags/flags/by.svg);
}
.flag-icon-bz {
  background-image: url(../MageKey_StoresFlags/flags/bz.svg);
}
.flag-icon-ca {
  background-image: url(../MageKey_StoresFlags/flags/ca.svg);
}
.flag-icon-cc {
  background-image: url(../MageKey_StoresFlags/flags/cc.svg);
}
.flag-icon-cd {
  background-image: url(../MageKey_StoresFlags/flags/cd.svg);
}
.flag-icon-cf {
  background-image: url(../MageKey_StoresFlags/flags/cf.svg);
}
.flag-icon-cg {
  background-image: url(../MageKey_StoresFlags/flags/cg.svg);
}
.flag-icon-ch {
  background-image: url(../MageKey_StoresFlags/flags/ch.svg);
}
.flag-icon-ci {
  background-image: url(../MageKey_StoresFlags/flags/ci.svg);
}
.flag-icon-ck {
  background-image: url(../MageKey_StoresFlags/flags/ck.svg);
}
.flag-icon-cl {
  background-image: url(../MageKey_StoresFlags/flags/cl.svg);
}
.flag-icon-cm {
  background-image: url(../MageKey_StoresFlags/flags/cm.svg);
}
.flag-icon-cn {
  background-image: url(../MageKey_StoresFlags/flags/cn.svg);
}
.flag-icon-co {
  background-image: url(../MageKey_StoresFlags/flags/co.svg);
}
.flag-icon-cr {
  background-image: url(../MageKey_StoresFlags/flags/cr.svg);
}
.flag-icon-cu {
  background-image: url(../MageKey_StoresFlags/flags/cu.svg);
}
.flag-icon-cv {
  background-image: url(../MageKey_StoresFlags/flags/cv.svg);
}
.flag-icon-cw {
  background-image: url(../MageKey_StoresFlags/flags/cw.svg);
}
.flag-icon-cx {
  background-image: url(../MageKey_StoresFlags/flags/cx.svg);
}
.flag-icon-cy {
  background-image: url(../MageKey_StoresFlags/flags/cy.svg);
}
.flag-icon-cz {
  background-image: url(../MageKey_StoresFlags/flags/cz.svg);
}
.flag-icon-de {
  background-image: url(../MageKey_StoresFlags/flags/de.svg);
}
.flag-icon-dj {
  background-image: url(../MageKey_StoresFlags/flags/dj.svg);
}
.flag-icon-dk {
  background-image: url(../MageKey_StoresFlags/flags/dk.svg);
}
.flag-icon-dm {
  background-image: url(../MageKey_StoresFlags/flags/dm.svg);
}
.flag-icon-do {
  background-image: url(../MageKey_StoresFlags/flags/do.svg);
}
.flag-icon-dz {
  background-image: url(../MageKey_StoresFlags/flags/dz.svg);
}
.flag-icon-ec {
  background-image: url(../MageKey_StoresFlags/flags/ec.svg);
}
.flag-icon-ee {
  background-image: url(../MageKey_StoresFlags/flags/ee.svg);
}
.flag-icon-eg {
  background-image: url(../MageKey_StoresFlags/flags/eg.svg);
}
.flag-icon-eh {
  background-image: url(../MageKey_StoresFlags/flags/eh.svg);
}
.flag-icon-er {
  background-image: url(../MageKey_StoresFlags/flags/er.svg);
}
.flag-icon-es {
  background-image: url(../MageKey_StoresFlags/flags/es.svg);
}
.flag-icon-et {
  background-image: url(../MageKey_StoresFlags/flags/et.svg);
}
.flag-icon-fi {
  background-image: url(../MageKey_StoresFlags/flags/fi.svg);
}
.flag-icon-fj {
  background-image: url(../MageKey_StoresFlags/flags/fj.svg);
}
.flag-icon-fk {
  background-image: url(../MageKey_StoresFlags/flags/fk.svg);
}
.flag-icon-fm {
  background-image: url(../MageKey_StoresFlags/flags/fm.svg);
}
.flag-icon-fo {
  background-image: url(../MageKey_StoresFlags/flags/fo.svg);
}
.flag-icon-fr {
  background-image: url(../MageKey_StoresFlags/flags/fr.svg);
}
.flag-icon-ga {
  background-image: url(../MageKey_StoresFlags/flags/ga.svg);
}
.flag-icon-gb {
  background-image: url(../MageKey_StoresFlags/flags/gb.svg);
}
.flag-icon-gd {
  background-image: url(../MageKey_StoresFlags/flags/gd.svg);
}
.flag-icon-ge {
  background-image: url(../MageKey_StoresFlags/flags/ge.svg);
}
.flag-icon-gf {
  background-image: url(../MageKey_StoresFlags/flags/gf.svg);
}
.flag-icon-gg {
  background-image: url(../MageKey_StoresFlags/flags/gg.svg);
}
.flag-icon-gh {
  background-image: url(../MageKey_StoresFlags/flags/gh.svg);
}
.flag-icon-gi {
  background-image: url(../MageKey_StoresFlags/flags/gi.svg);
}
.flag-icon-gl {
  background-image: url(../MageKey_StoresFlags/flags/gl.svg);
}
.flag-icon-gm {
  background-image: url(../MageKey_StoresFlags/flags/gm.svg);
}
.flag-icon-gn {
  background-image: url(../MageKey_StoresFlags/flags/gn.svg);
}
.flag-icon-gp {
  background-image: url(../MageKey_StoresFlags/flags/gp.svg);
}
.flag-icon-gq {
  background-image: url(../MageKey_StoresFlags/flags/gq.svg);
}
.flag-icon-gr {
  background-image: url(../MageKey_StoresFlags/flags/gr.svg);
}
.flag-icon-gs {
  background-image: url(../MageKey_StoresFlags/flags/gs.svg);
}
.flag-icon-gt {
  background-image: url(../MageKey_StoresFlags/flags/gt.svg);
}
.flag-icon-gu {
  background-image: url(../MageKey_StoresFlags/flags/gu.svg);
}
.flag-icon-gw {
  background-image: url(../MageKey_StoresFlags/flags/gw.svg);
}
.flag-icon-gy {
  background-image: url(../MageKey_StoresFlags/flags/gy.svg);
}
.flag-icon-hk {
  background-image: url(../MageKey_StoresFlags/flags/hk.svg);
}
.flag-icon-hm {
  background-image: url(../MageKey_StoresFlags/flags/hm.svg);
}
.flag-icon-hn {
  background-image: url(../MageKey_StoresFlags/flags/hn.svg);
}
.flag-icon-hr {
  background-image: url(../MageKey_StoresFlags/flags/hr.svg);
}
.flag-icon-ht {
  background-image: url(../MageKey_StoresFlags/flags/ht.svg);
}
.flag-icon-hu {
  background-image: url(../MageKey_StoresFlags/flags/hu.svg);
}
.flag-icon-id {
  background-image: url(../MageKey_StoresFlags/flags/id.svg);
}
.flag-icon-ie {
  background-image: url(../MageKey_StoresFlags/flags/ie.svg);
}
.flag-icon-il {
  background-image: url(../MageKey_StoresFlags/flags/il.svg);
}
.flag-icon-im {
  background-image: url(../MageKey_StoresFlags/flags/im.svg);
}
.flag-icon-in {
  background-image: url(../MageKey_StoresFlags/flags/in.svg);
}
.flag-icon-io {
  background-image: url(../MageKey_StoresFlags/flags/io.svg);
}
.flag-icon-iq {
  background-image: url(../MageKey_StoresFlags/flags/iq.svg);
}
.flag-icon-ir {
  background-image: url(../MageKey_StoresFlags/flags/ir.svg);
}
.flag-icon-is {
  background-image: url(../MageKey_StoresFlags/flags/is.svg);
}
.flag-icon-it {
  background-image: url(../MageKey_StoresFlags/flags/it.svg);
}
.flag-icon-je {
  background-image: url(../MageKey_StoresFlags/flags/je.svg);
}
.flag-icon-jm {
  background-image: url(../MageKey_StoresFlags/flags/jm.svg);
}
.flag-icon-jo {
  background-image: url(../MageKey_StoresFlags/flags/jo.svg);
}
.flag-icon-jp {
  background-image: url(../MageKey_StoresFlags/flags/jp.svg);
}
.flag-icon-ke {
  background-image: url(../MageKey_StoresFlags/flags/ke.svg);
}
.flag-icon-kg {
  background-image: url(../MageKey_StoresFlags/flags/kg.svg);
}
.flag-icon-kh {
  background-image: url(../MageKey_StoresFlags/flags/kh.svg);
}
.flag-icon-ki {
  background-image: url(../MageKey_StoresFlags/flags/ki.svg);
}
.flag-icon-km {
  background-image: url(../MageKey_StoresFlags/flags/km.svg);
}
.flag-icon-kn {
  background-image: url(../MageKey_StoresFlags/flags/kn.svg);
}
.flag-icon-kp {
  background-image: url(../MageKey_StoresFlags/flags/kp.svg);
}
.flag-icon-kr {
  background-image: url(../MageKey_StoresFlags/flags/kr.svg);
}
.flag-icon-kw {
  background-image: url(../MageKey_StoresFlags/flags/kw.svg);
}
.flag-icon-ky {
  background-image: url(../MageKey_StoresFlags/flags/ky.svg);
}
.flag-icon-kz {
  background-image: url(../MageKey_StoresFlags/flags/kz.svg);
}
.flag-icon-la {
  background-image: url(../MageKey_StoresFlags/flags/la.svg);
}
.flag-icon-lb {
  background-image: url(../MageKey_StoresFlags/flags/lb.svg);
}
.flag-icon-lc {
  background-image: url(../MageKey_StoresFlags/flags/lc.svg);
}
.flag-icon-li {
  background-image: url(../MageKey_StoresFlags/flags/li.svg);
}
.flag-icon-lk {
  background-image: url(../MageKey_StoresFlags/flags/lk.svg);
}
.flag-icon-lr {
  background-image: url(../MageKey_StoresFlags/flags/lr.svg);
}
.flag-icon-ls {
  background-image: url(../MageKey_StoresFlags/flags/ls.svg);
}
.flag-icon-lt {
  background-image: url(../MageKey_StoresFlags/flags/lt.svg);
}
.flag-icon-lu {
  background-image: url(../MageKey_StoresFlags/flags/lu.svg);
}
.flag-icon-lv {
  background-image: url(../MageKey_StoresFlags/flags/lv.svg);
}
.flag-icon-ly {
  background-image: url(../MageKey_StoresFlags/flags/ly.svg);
}
.flag-icon-ma {
  background-image: url(../MageKey_StoresFlags/flags/ma.svg);
}
.flag-icon-mc {
  background-image: url(../MageKey_StoresFlags/flags/mc.svg);
}
.flag-icon-md {
  background-image: url(../MageKey_StoresFlags/flags/md.svg);
}
.flag-icon-me {
  background-image: url(../MageKey_StoresFlags/flags/me.svg);
}
.flag-icon-mf {
  background-image: url(../MageKey_StoresFlags/flags/mf.svg);
}
.flag-icon-mg {
  background-image: url(../MageKey_StoresFlags/flags/mg.svg);
}
.flag-icon-mh {
  background-image: url(../MageKey_StoresFlags/flags/mh.svg);
}
.flag-icon-mk {
  background-image: url(../MageKey_StoresFlags/flags/mk.svg);
}
.flag-icon-ml {
  background-image: url(../MageKey_StoresFlags/flags/ml.svg);
}
.flag-icon-mm {
  background-image: url(../MageKey_StoresFlags/flags/mm.svg);
}
.flag-icon-mn {
  background-image: url(../MageKey_StoresFlags/flags/mn.svg);
}
.flag-icon-mo {
  background-image: url(../MageKey_StoresFlags/flags/mo.svg);
}
.flag-icon-mp {
  background-image: url(../MageKey_StoresFlags/flags/mp.svg);
}
.flag-icon-mq {
  background-image: url(../MageKey_StoresFlags/flags/mq.svg);
}
.flag-icon-mr {
  background-image: url(../MageKey_StoresFlags/flags/mr.svg);
}
.flag-icon-ms {
  background-image: url(../MageKey_StoresFlags/flags/ms.svg);
}
.flag-icon-mt {
  background-image: url(../MageKey_StoresFlags/flags/mt.svg);
}
.flag-icon-mu {
  background-image: url(../MageKey_StoresFlags/flags/mu.svg);
}
.flag-icon-mv {
  background-image: url(../MageKey_StoresFlags/flags/mv.svg);
}
.flag-icon-mw {
  background-image: url(../MageKey_StoresFlags/flags/mw.svg);
}
.flag-icon-mx {
  background-image: url(../MageKey_StoresFlags/flags/mx.svg);
}
.flag-icon-my {
  background-image: url(../MageKey_StoresFlags/flags/my.svg);
}
.flag-icon-mz {
  background-image: url(../MageKey_StoresFlags/flags/mz.svg);
}
.flag-icon-na {
  background-image: url(../MageKey_StoresFlags/flags/na.svg);
}
.flag-icon-nc {
  background-image: url(../MageKey_StoresFlags/flags/nc.svg);
}
.flag-icon-ne {
  background-image: url(../MageKey_StoresFlags/flags/ne.svg);
}
.flag-icon-nf {
  background-image: url(../MageKey_StoresFlags/flags/nf.svg);
}
.flag-icon-ng {
  background-image: url(../MageKey_StoresFlags/flags/ng.svg);
}
.flag-icon-ni {
  background-image: url(../MageKey_StoresFlags/flags/ni.svg);
}
.flag-icon-nl {
  background-image: url(../MageKey_StoresFlags/flags/nl.svg);
}
.flag-icon-no {
  background-image: url(../MageKey_StoresFlags/flags/no.svg);
}
.flag-icon-np {
  background-image: url(../MageKey_StoresFlags/flags/np.svg);
}
.flag-icon-nr {
  background-image: url(../MageKey_StoresFlags/flags/nr.svg);
}
.flag-icon-nu {
  background-image: url(../MageKey_StoresFlags/flags/nu.svg);
}
.flag-icon-nz {
  background-image: url(../MageKey_StoresFlags/flags/nz.svg);
}
.flag-icon-om {
  background-image: url(../MageKey_StoresFlags/flags/om.svg);
}
.flag-icon-pa {
  background-image: url(../MageKey_StoresFlags/flags/pa.svg);
}
.flag-icon-pe {
  background-image: url(../MageKey_StoresFlags/flags/pe.svg);
}
.flag-icon-pf {
  background-image: url(../MageKey_StoresFlags/flags/pf.svg);
}
.flag-icon-pg {
  background-image: url(../MageKey_StoresFlags/flags/pg.svg);
}
.flag-icon-ph {
  background-image: url(../MageKey_StoresFlags/flags/ph.svg);
}
.flag-icon-pk {
  background-image: url(../MageKey_StoresFlags/flags/pk.svg);
}
.flag-icon-pl {
  background-image: url(../MageKey_StoresFlags/flags/pl.svg);
}
.flag-icon-pm {
  background-image: url(../MageKey_StoresFlags/flags/pm.svg);
}
.flag-icon-pn {
  background-image: url(../MageKey_StoresFlags/flags/pn.svg);
}
.flag-icon-pr {
  background-image: url(../MageKey_StoresFlags/flags/pr.svg);
}
.flag-icon-ps {
  background-image: url(../MageKey_StoresFlags/flags/ps.svg);
}
.flag-icon-pt {
  background-image: url(../MageKey_StoresFlags/flags/pt.svg);
}
.flag-icon-pw {
  background-image: url(../MageKey_StoresFlags/flags/pw.svg);
}
.flag-icon-py {
  background-image: url(../MageKey_StoresFlags/flags/py.svg);
}
.flag-icon-qa {
  background-image: url(../MageKey_StoresFlags/flags/qa.svg);
}
.flag-icon-re {
  background-image: url(../MageKey_StoresFlags/flags/re.svg);
}
.flag-icon-ro {
  background-image: url(../MageKey_StoresFlags/flags/ro.svg);
}
.flag-icon-rs {
  background-image: url(../MageKey_StoresFlags/flags/rs.svg);
}
.flag-icon-ru {
  background-image: url(../MageKey_StoresFlags/flags/ru.svg);
}
.flag-icon-rw {
  background-image: url(../MageKey_StoresFlags/flags/rw.svg);
}
.flag-icon-sa {
  background-image: url(../MageKey_StoresFlags/flags/sa.svg);
}
.flag-icon-sb {
  background-image: url(../MageKey_StoresFlags/flags/sb.svg);
}
.flag-icon-sc {
  background-image: url(../MageKey_StoresFlags/flags/sc.svg);
}
.flag-icon-sd {
  background-image: url(../MageKey_StoresFlags/flags/sd.svg);
}
.flag-icon-se {
  background-image: url(../MageKey_StoresFlags/flags/se.svg);
}
.flag-icon-sg {
  background-image: url(../MageKey_StoresFlags/flags/sg.svg);
}
.flag-icon-sh {
  background-image: url(../MageKey_StoresFlags/flags/sh.svg);
}
.flag-icon-si {
  background-image: url(../MageKey_StoresFlags/flags/si.svg);
}
.flag-icon-sj {
  background-image: url(../MageKey_StoresFlags/flags/sj.svg);
}
.flag-icon-sk {
  background-image: url(../MageKey_StoresFlags/flags/sk.svg);
}
.flag-icon-sl {
  background-image: url(../MageKey_StoresFlags/flags/sl.svg);
}
.flag-icon-sm {
  background-image: url(../MageKey_StoresFlags/flags/sm.svg);
}
.flag-icon-sn {
  background-image: url(../MageKey_StoresFlags/flags/sn.svg);
}
.flag-icon-so {
  background-image: url(../MageKey_StoresFlags/flags/so.svg);
}
.flag-icon-sr {
  background-image: url(../MageKey_StoresFlags/flags/sr.svg);
}
.flag-icon-ss {
  background-image: url(../MageKey_StoresFlags/flags/ss.svg);
}
.flag-icon-st {
  background-image: url(../MageKey_StoresFlags/flags/st.svg);
}
.flag-icon-sv {
  background-image: url(../MageKey_StoresFlags/flags/sv.svg);
}
.flag-icon-sx {
  background-image: url(../MageKey_StoresFlags/flags/sx.svg);
}
.flag-icon-sy {
  background-image: url(../MageKey_StoresFlags/flags/sy.svg);
}
.flag-icon-sz {
  background-image: url(../MageKey_StoresFlags/flags/sz.svg);
}
.flag-icon-tc {
  background-image: url(../MageKey_StoresFlags/flags/tc.svg);
}
.flag-icon-td {
  background-image: url(../MageKey_StoresFlags/flags/td.svg);
}
.flag-icon-tf {
  background-image: url(../MageKey_StoresFlags/flags/tf.svg);
}
.flag-icon-tg {
  background-image: url(../MageKey_StoresFlags/flags/tg.svg);
}
.flag-icon-th {
  background-image: url(../MageKey_StoresFlags/flags/th.svg);
}
.flag-icon-tj {
  background-image: url(../MageKey_StoresFlags/flags/tj.svg);
}
.flag-icon-tk {
  background-image: url(../MageKey_StoresFlags/flags/tk.svg);
}
.flag-icon-tl {
  background-image: url(../MageKey_StoresFlags/flags/tl.svg);
}
.flag-icon-tm {
  background-image: url(../MageKey_StoresFlags/flags/tm.svg);
}
.flag-icon-tn {
  background-image: url(../MageKey_StoresFlags/flags/tn.svg);
}
.flag-icon-to {
  background-image: url(../MageKey_StoresFlags/flags/to.svg);
}
.flag-icon-tr {
  background-image: url(../MageKey_StoresFlags/flags/tr.svg);
}
.flag-icon-tt {
  background-image: url(../MageKey_StoresFlags/flags/tt.svg);
}
.flag-icon-tv {
  background-image: url(../MageKey_StoresFlags/flags/tv.svg);
}
.flag-icon-tw {
  background-image: url(../MageKey_StoresFlags/flags/tw.svg);
}
.flag-icon-tz {
  background-image: url(../MageKey_StoresFlags/flags/tz.svg);
}
.flag-icon-ua {
  background-image: url(../MageKey_StoresFlags/flags/ua.svg);
}
.flag-icon-ug {
  background-image: url(../MageKey_StoresFlags/flags/ug.svg);
}
.flag-icon-um {
  background-image: url(../MageKey_StoresFlags/flags/um.svg);
}
.flag-icon-us {
  background-image: url(../MageKey_StoresFlags/flags/us.svg);
}
.flag-icon-uy {
  background-image: url(../MageKey_StoresFlags/flags/uy.svg);
}
.flag-icon-uz {
  background-image: url(../MageKey_StoresFlags/flags/uz.svg);
}
.flag-icon-va {
  background-image: url(../MageKey_StoresFlags/flags/va.svg);
}
.flag-icon-vc {
  background-image: url(../MageKey_StoresFlags/flags/vc.svg);
}
.flag-icon-ve {
  background-image: url(../MageKey_StoresFlags/flags/ve.svg);
}
.flag-icon-vg {
  background-image: url(../MageKey_StoresFlags/flags/vg.svg);
}
.flag-icon-vi {
  background-image: url(../MageKey_StoresFlags/flags/vi.svg);
}
.flag-icon-vn {
  background-image: url(../MageKey_StoresFlags/flags/vn.svg);
}
.flag-icon-vu {
  background-image: url(../MageKey_StoresFlags/flags/vu.svg);
}
.flag-icon-wf {
  background-image: url(../MageKey_StoresFlags/flags/wf.svg);
}
.flag-icon-ws {
  background-image: url(../MageKey_StoresFlags/flags/ws.svg);
}
.flag-icon-ye {
  background-image: url(../MageKey_StoresFlags/flags/ye.svg);
}
.flag-icon-yt {
  background-image: url(../MageKey_StoresFlags/flags/yt.svg);
}
.flag-icon-za {
  background-image: url(../MageKey_StoresFlags/flags/za.svg);
}
.flag-icon-zm {
  background-image: url(../MageKey_StoresFlags/flags/zm.svg);
}
.flag-icon-zw {
  background-image: url(../MageKey_StoresFlags/flags/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(../MageKey_StoresFlags/flags/es-ct.svg);
}
.flag-icon-eu {
  background-image: url(../MageKey_StoresFlags/flags/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(../MageKey_StoresFlags/flags/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(../MageKey_StoresFlags/flags/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(../MageKey_StoresFlags/flags/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(../MageKey_StoresFlags/flags/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(../MageKey_StoresFlags/flags/un.svg);
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
@media all and (min-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 98%;
  }
}
/* mageplaza end blog style */
@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;
}
@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;
  }
  .abs-product-options-list-desktop dt:after,
  .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%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .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;
  }
  .abs-blocks-2columns:nth-child(even),
  .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,
  .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;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .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,
  .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,
  .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-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .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;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .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;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .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% - 185px - 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: 185px;
    margin-inline-end: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 185px;
  }
  @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% - 185px - 2%);
    }
    .page-layout-2columns-right .page-main > .columns {
      grid-template-areas: 'main sidebar-main' 'main sidebar-additional';
      grid-template-columns: calc(100% - 185px - 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% - 185px - 185px) 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% - 185px - 185px) + 185px * 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: 1440px;
    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% - 185px - 2%);
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: calc(100% - 185px - 2%);
    float: left;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 185px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 185px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    clear: right;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 185px;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 185px;
    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: #61c18f;
    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: #61c18f;
  }
  .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:not(.confirm) {
    top: 50%;
    transform: translateY(-50%);
  }
  .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;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .ambanner-content-block > .ambanner-title {
    font-size: 7rem;
  }
  .ambanner-content-block > .ambanner-text {
    font-size: 3rem;
  }
  .-ambanner-hover .ambanner-item-block .ambanner-image-block.-overlay > .ambanner-image {
    filter: blur(4px);
  }
  .-ambanner-hover .ambanner-item-block .ambanner-content-overlay {
    visibility: visible;
  }
  .-ambanner-hover .ambanner-item-block .ambanner-content-block {
    opacity: 1;
    transform: translateY(0);
  }
  .ambanner-item-block > .ambanner-link {
    z-index: 6;
  }
  .ambanner-content-overlay {
    z-index: 5;
  }
  .ambanner-button.-show-overlay {
    display: none;
  }
  .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%;
  }
  .am-tabs-view .product.data.items > .item.content {
    margin-top: 41px;
    padding: 35px;
  }
  .amtabs-accordion-view.product.data.items {
    border-bottom: 1px solid #ccc;
  }
  .amtabs-accordion-view.product.data.items > .item.content {
    float: none;
    margin: 0;
    padding: 20px;
    border-bottom: 0;
  }
  .amtabs-accordion-view.product.data.items > .item.title {
    float: none;
    width: 100%;
  }
  .amtabs-accordion-view.product.data.items > .item.title.active .switch:after {
    transform: rotate(180deg);
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch {
    padding: 5px 20px;
    background-color: #fff;
    color: #333;
    font-weight: 600;
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch:after {
    transition: 0.1s all ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    content: '\e622';
  }
  .amtab-grid-wrapper .amtab-table-container .amtab-title,
  .amtab-grid-wrapper .amtab-table-container .amtab-cell {
    padding: 0 0 0 20px;
  }
  .amtab-grid-wrapper.-large .amtab-measure {
    padding: 45px 0 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step {
    max-width: 260px;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step:not(:last-child) {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-img {
    padding: 0 0 0 35px;
  }
  .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;
  }
  .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;
  }
  .am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__slider {
    max-width: 650px;
    padding: 0 80px;
    margin: auto;
  }
  .am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow--prev {
    left: 0;
  }
  .am-gallery-fullscreen-container .splide:not(.thumbnails) .splide__arrow--next {
    right: 0;
  }
  .gallery-fullscreen-close {
    top: calc(50px - 25px / 2);
    right: 35px;
  }
  .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 {
    background: #ffffff;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    position: unset;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    font-size: 50px;
    line-height: 100px;
    padding: 10px 5px;
    text-align: center;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    width: 14%;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    display: block;
    margin-top: 16px;
    padding: 0;
    position: relative;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    padding: 5px;
    right: unset;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    border: 3px dashed #e9f6ff;
    border-bottom: none;
    box-sizing: border-box;
    height: 95px;
    margin: 0;
    width: 100%;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: 2;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    left: unset;
    right: 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    opacity: 1;
    width: 100%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .amquote-addto-button {
    width: 49%;
  }
  .amquote-action-wrap .action.tocart {
    width: 48%;
  }
  .amquote-cart-wrapper.minicart-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    margin: 0 5px 0 20px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart {
    width: 390px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
    transform: none;
  }
  .quote-details {
    padding: 0;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    flex-basis: auto;
  }
  .amasty_quote-cart-index .cart.main.actions .action:not(:last-child):not(:first-child) {
    margin: 0 5px 0 0;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:not(:first-child):last-of-type {
    margin: 0;
  }
  .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: #ffffff;
    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: #61c18f 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: #61c18f;
  }
  .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: #61c18f;
  }
  .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;
    text-align: center;
    margin-bottom: 5px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #1979c3;
    background: #fff;
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    color: #fff;
    background: #1979c3;
  }
  .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 {
    width: 67%;
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -webkit-box-flex: 1;
    -ms-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 {
    top: 0 !important;
    right: 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 {
    width: 50%;
    margin-bottom: 10px;
  }
  .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-popup-overlay .amlocator-review-popup {
    width: 30%;
    min-width: 330px;
  }
  .amlocator-popup-overlay .field.review-field-ratings .control {
    width: inherit;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: transform 0.05s ease-in-out;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    filter: drop-shadow(0px 0px 1px #007aff);
    transform: scale(1.4);
  }
  .swiper-button-black:hover {
    filter: drop-shadow(0px 0px 1px #000000);
  }
  .swiper-button-white:hover {
    filter: drop-shadow(0px 0px 1px #ffffff);
  }
  .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: 60px;
  }
  .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: 35px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 45%;
  }
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-wrap > .amtheme-product-info {
    width: 55%;
  }
  .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: 35px;
      grid-template-columns: calc(45% - 35px) 55%;
    }
    .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: 35px;
      grid-template-columns: calc(45% - 35px) 55%;
    }
    .column .amtheme-product-wrap > .product.media,
    .column .amtheme-product-wrap > .amtheme-product-info {
      width: 100%;
    }
  }
  .page-layout-1column .amtheme-product-wrap {
    display: flex;
    margin: 60px 0 50px;
  }
  .page-layout-1column .amtheme-product-wrap .amtheme-product-info {
    width: 55%;
  }
  .page-layout-1column .amtheme-product-wrap .product.media {
    margin-bottom: 0;
    margin-inline-end: 35px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 45%;
  }
  .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: 85%;
  }
  .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: #070605;
    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: 185px;
    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% - 185px - 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% - 185px - 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% - 185px - 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: -255px;
  }
  .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: -255px;
  }
  .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: #61c18f;
  }
  .panel.wrapper {
    background: #61c18f;
    color: #070605;
  }
  .panel.header {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
  }
  .panel a {
    color: #070605;
  }
  .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 #536131;
    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: #61c18f;
  }
  .amtheme-backtotop-wrap:hover .amtheme-icon,
  .amtheme-backtotop-wrap:focus .amtheme-icon {
    fill: #61c18f;
  }
  .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: #536131;
    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;
  }
  .footer.content .amcustombutton-button-container {
    margin-top: 20px;
  }
  .header.content {
    flex-wrap: wrap;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.title {
    height: 30px;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.title > .switch {
    padding: 5px 0;
    height: 100%;
    border: 1px solid transparent;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.title.active > .switch,
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.title.active > .switch:hover,
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.title.active > .switch:focus {
    padding-bottom: 5px;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items:not(.amtabs-accordion-view) > .item.content {
    margin-top: 50px;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items > .item.content {
    border-top: 0;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view .amtheme-item-title > .amtheme-icon {
    position: absolute;
    top: calc(50% - 30px / 2);
    right: 0;
    display: inline-block;
    background-image: url("../svg/color_mode/dark/arrow-bottom.svg");
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
  }
  .amasty-jet-theme.am-tabs-view .product.data.items.amtabs-accordion-view > .item.title.active .amtheme-icon {
    transform: rotate(180deg);
  }
  .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;
  }
  .amasty-jet-theme .amquote-addto-button {
    width: auto;
  }
  .amasty-jet-theme .page-header .amtheme-icons-container {
    order: 2;
  }
  .amasty-jet-theme .header.content .amquote-cart-wrapper {
    padding: 0 10px 0 0;
  }
  .amasty_quote-cart-index .block.crosssell .amtheme-slick-slider.amtheme-products-secondary > .slick-list {
    margin: 0;
  }
  .amasty_quote-cart-index .block.crosssell .amtheme-slick-slider.amtheme-products-secondary > .slick-list .slick-slide > div {
    margin: 0 5px;
  }
  .amasty_quote-cart-index .table-wrapper .label {
    display: none;
  }
  .amasty_quote-cart-index .amasty-quote-update,
  .amasty_quote-cart-index .cart-summary {
    box-sizing: border-box;
    position: relative;
  }
  .amasty_quote-cart-index .col.item {
    min-width: 390px;
  }
  .amasty_quote-cart-index .block.crosssell {
    box-sizing: border-box;
    clear: none;
    float: left;
    order: 1;
    padding: 0 4% 0 0;
    width: 75%;
  }
  .amasty_quote-cart-index .amasty-quote-update {
    float: left;
    order: 1;
    padding-right: 4%;
    width: 75%;
  }
  .amasty_quote-cart-index .cart-summary {
    border: 1px solid #dfdedd;
    border-radius: 6px;
    float: right;
    margin: 20px 0 0;
    order: 2;
    padding: 20px;
    width: 25%;
  }
  .catalog-product-view .amquote-addto-button {
    min-width: 200px;
  }
  .catalog-product-view .box-tocart .action.tocart {
    width: auto;
  }
  .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: #61c18f 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: #61c18f;
  }
  .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: #61c18f;
  }
  .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;
  }
  .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;
  }
}
@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: 35px;
  }
}
@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: 35px;
  }
}
@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: -255px;
  }
}
@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% - 185px - 185px - 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% - 230px ) 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%;
  }
  .amtabs-accordion-view .product.data.items > .item.title {
    float: none;
    width: 100%;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-measure {
    max-width: 610px;
    min-height: 379px;
    margin: 0 auto;
    flex-basis: 52%;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-sizes {
    flex-basis: 48%;
  }
  .amtab-grid-wrapper.-small .amtab-table-container {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-small .amtab-step {
    max-width: 190px;
  }
  .amtab-grid-wrapper.-small .amtab-img {
    position: absolute;
  }
  .amtab-grid-wrapper.-small .amtab-measure > .amtab-title {
    margin: 0 0 32px;
  }
  .amtab-grid-wrapper.-small .amtab-steps-container {
    height: 100%;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-img {
    left: 16%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) {
    left: 58%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    max-width: 51px;
    width: 5vw;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) {
    top: 16%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 100px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
    top: 19.3%;
    right: 20px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
    top: 47.5%;
    left: -10px;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
    right: 0;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-img {
    left: 18%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) {
    right: 24px;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) {
    top: 20%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) {
    right: -20px;
    bottom: 85px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) {
    top: 25.5%;
    right: 24px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) {
    top: 46.4%;
    left: 0;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
    width: 50px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .-slick-arrows-hover .slick-list,
  .-slick-arrows-always .slick-list {
    max-width: calc(100% - 60px * 2);
  }
  .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%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    font-size: 90px;
    padding: 10px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .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;
  }
  .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: 50px;
      grid-template-columns: calc(45% - 50px) 55%;
    }
  }
  .page-layout-1column .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 50px;
    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: 35px;
      grid-template-columns: calc(45% - 35px) 55%;
    }
    .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: 60px 0 50px;
  }
  .page-layout-2columns-left .amtheme-product-wrap .amtheme-product-info,
  .page-layout-2columns-right .amtheme-product-wrap .amtheme-product-info {
    width: 55%;
  }
  .page-layout-2columns-left .amtheme-product-wrap .product.media,
  .page-layout-2columns-right .amtheme-product-wrap .product.media {
    margin-bottom: 0;
    margin-inline-end: 35px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 45%;
  }
  .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: 85%;
  }
  .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 #61c18f;
    color: #61c18f;
  }
  .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: #61c18f;
    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: #fafce2;
    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% - 185px - 2%);
  }
  .page-layout-3columns.page-with-filter .toolbar-products {
    max-width: 100%;
    padding: 0 calc(185px + 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_quote-cart-index .field-tooltip .field-tooltip-content {
    left: inherit;
    top: inherit;
  }
  .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;
  }
}
@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: 50px;
  }
}
@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: 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) {
  .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 {
  .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);
  }
  @supports (display: grid) {
    .page-layout-2columns-left .page-main > .columns {
      grid-template-columns: auto calc(100% - 230px - 4%);
    }
    .page-layout-2columns-right .page-main > .columns {
      grid-template-columns: calc(100% - 230px - 4%) auto;
    }
    .page-layout-3columns .page-main > .columns {
      grid-template-columns: auto calc(100% - 230px - 230px ) 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% - 230px ) auto;
    }
  }
  .page-layout-1column .column.main {
    width: 100%;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 185px - 2%);
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: calc(100% - 185px - 2%);
    float: left;
  }
  .page-layout-3columns .column.main {
    width: calc(100% - 230px - 230px - 25px * 2);
    display: inline-block;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 230px - 4%);
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: calc(100% - 230px - 4%);
    float: left;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 185px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 185px;
    float: left;
  }
  .page-layout-3columns .sidebar-main {
    width: 230px;
    float: left;
    margin-inline-end: 25px;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 230px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 230px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    clear: right;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 185px;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 185px;
    float: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 230px;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 230px;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 230px;
    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 {
    flex-wrap: nowrap;
    max-width: 66%;
    position: relative;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .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: 80px;
      grid-template-columns: calc(45% - 80px) 55%;
    }
  }
  .page-layout-1column .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 80px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  @supports (display: grid) {
    .column.main .amtheme-product-wrap {
      grid-column-gap: 50px;
      grid-template-columns: calc(45% - 50px) 55%;
    }
  }
  .page-layout-2columns-left .amtheme-product-wrap > .product.media,
  .page-layout-2columns-right .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 50px;
    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: 35px;
      grid-template-columns: calc(45% - 35px) 55%;
    }
    .column .amtheme-product-wrap > .product.media,
    .column .amtheme-product-wrap > .amtheme-product-info {
      width: 100%;
    }
  }
  .page-layout-3columns .amtheme-product-wrap {
    display: flex;
    margin: 60px 0 50px;
  }
  .page-layout-3columns .amtheme-product-wrap .amtheme-product-info {
    width: 55%;
  }
  .page-layout-3columns .amtheme-product-wrap .product.media {
    margin-bottom: 0;
    margin-inline-end: 35px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 45%;
  }
  .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: 85%;
  }
  .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: 230px;
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    max-width: calc(100% - 230px - 4%);
  }
  .page-layout-3columns.page-with-filter .toolbar-products {
    max-width: 100%;
    padding: 0 calc(230px + 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;
  }
}
@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) {
  .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: 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) {
  .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);
  }
}
@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: 80px;
  }
}
@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: 50px;
  }
}
@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: 35px;
  }
}
@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: 1440px), 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);
  }
  @supports (display: grid) {
    .page-layout-2columns-left .page-main > .columns {
      grid-template-columns: auto calc(100% - 230px - 4%);
    }
    .page-layout-2columns-right .page-main > .columns {
      grid-template-columns: calc(100% - 230px - 4%) auto;
    }
    .page-layout-3columns .page-main > .columns {
      grid-template-columns: auto calc(100% - 230px - 230px ) 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% - 230px ) auto;
    }
  }
  .page-layout-1column .column.main {
    width: 100%;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 185px - 2%);
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: calc(100% - 185px - 2%);
    float: left;
  }
  .page-layout-3columns .column.main {
    width: calc(100% - 230px - 230px - 25px * 2);
    display: inline-block;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 230px - 4%);
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: calc(100% - 230px - 4%);
    float: left;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 185px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 185px;
    float: left;
  }
  .page-layout-3columns .sidebar-main {
    width: 230px;
    float: left;
    margin-inline-end: 25px;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 230px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 230px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    clear: right;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 185px;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 185px;
    float: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 230px;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 230px;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 230px;
    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 {
    flex-wrap: nowrap;
    max-width: 66%;
    position: relative;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .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: 80px;
      grid-template-columns: calc(45% - 80px) 55%;
    }
  }
  .page-layout-1column .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 80px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  @supports (display: grid) {
    .column.main .amtheme-product-wrap {
      grid-column-gap: 50px;
      grid-template-columns: calc(45% - 50px) 55%;
    }
  }
  .page-layout-2columns-left .amtheme-product-wrap > .product.media,
  .page-layout-2columns-right .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 50px;
    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: 35px;
      grid-template-columns: calc(45% - 35px) 55%;
    }
    .column .amtheme-product-wrap > .product.media,
    .column .amtheme-product-wrap > .amtheme-product-info {
      width: 100%;
    }
  }
  .page-layout-3columns .amtheme-product-wrap {
    display: flex;
    margin: 60px 0 50px;
  }
  .page-layout-3columns .amtheme-product-wrap .amtheme-product-info {
    width: 55%;
  }
  .page-layout-3columns .amtheme-product-wrap .product.media {
    margin-bottom: 0;
    margin-inline-end: 35px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 45%;
  }
  .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: 85%;
  }
  .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: 230px;
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    max-width: calc(100% - 230px - 4%);
  }
  .page-layout-3columns.page-with-filter .toolbar-products {
    max-width: 100%;
    padding: 0 calc(230px + 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;
  }
}
@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) {
  .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: 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) {
  .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);
  }
}
@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: 80px;
  }
}
@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: 50px;
  }
}
@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: 35px;
  }
}
@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;
  }
}
.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;
  }
}
/** Sticky mod **/
.-sticky-header.-show [data-ammenu-js="nav-sections"] {
  margin: 0 !important;
}
.-sticky-header.-desktop-navigation-toggle.-show .amtheme-icon-box {
  display: none !important;
}
.page-header.-sticky-header .panel.header {
  padding: 5px !important;
}
.page-header.-sticky-header > .header.content {
  padding: 0px 15px;
}
.page-header.-sticky-header > .panel.wrapper {
  display: block !important;
  margin-bottom: 5px !important;
}
nav.ammenu-main-container .ammenu-link {
  padding: 10px !important;
}
.ammenu-nav-sections.-topmenu.-sticky {
  min-height: 40px !important;
}
.ammenu-sticky,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 110px !important;
  z-index: 10;
}
.page-header.-sticky-header > .panel.wrapper {
  display: block !important;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 1 !important;
  transition: all 300ms ease;
}
a.action.tocompare {
  display: none !important;
}
a.action.towishlist {
  display: none !important;
}
.page-layout-1column .amtheme-product-wrap {
  margin: 15px 0 50px !important;
}
.panel.header .pagebuilder-column a,
.alink {
  color: #000000 !important;
  text-decoration: none;
}
.pagebuilder-column a,
.alink {
  color: #009145 !important;
  text-decoration: none;
}
.pagebuilder-column a:visited,
.alink:visited {
  color: #009145 !important;
  text-decoration: none;
}
.breadcrumbs {
  padding-top: 25px;
}
h1.page-title {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}
p.ammenu-text-block {
  text-transform: uppercase;
}
.amasty-jet-theme .amtheme-form .field .amgdpr-label {
  color: #656565 !important;
}
.panel.header {
  padding-inline-start: calc(20px) !important;
}
.panel.wrapper {
  background: #61c18f !important;
}
.amasty-mega-menu .ammenu-nav-sections.-topmenu {
  margin-bottom: 0px !important;
}
.page-header > .content {
  padding: 10px 35px 10px;
  position: relative;
}
.short hr {
  margin: 10px 0 10px 0 !important;
}
.ambanner-slider-wrap {
  position: relative;
  margin: 0px 0;
}
.category-view {
  padding-bottom: 25px;
}
.brand-column {
  background: #ffffff8c;
}
div.swiper-container .swiper-slide {
  text-align: center;
}
.page-title-wrapper.product {
  display: flex !important;
}
.page-title-wrapper.product h1.page-title {
  font-size: 2.5rem !important;
  letter-spacing: 0.025em !important;
  line-height: 3.5rem !important;
  font-weight: 600;
}
.product-reviews-summary.empty .reviews-actions {
  display: none !important;
}
.amtheme-product-wrap .product-addto-links .action .amtheme-title,
.am-widget.block-new-products.list .amtheme-icon-wrapper .action,
.am-widget.block-new-products.list .amtheme-icon-wrapper .amtheme-title {
  font-size: 1.1rem !important;
}
.panel.header a:hover {
  color: #505050;
}
.contanctop-sx p {
  margin-bottom: 0;
}
#ammenu-header-container > div.panel.wrapper > div > div:nth-child(2) {
  margin-left: 0 !important;
}
span.amquote-addto-button-text {
  letter-spacing: normal;
  font-size: 0.8em !important;
}
a.amquote-showcart.action {
  font-size: 1.2rem;
}
details {
  cursor: pointer;
}
.amasty-jet-theme .switcher .dropdown:not(.options) {
  min-width: 185px !important;
}
.product.data.items > .item.content {
  background: #fff !important;
  border-radius: 6px;
}
.panel.header {
  font-size: 1.3rem !important;
}
.product-add-form.-amcaret-active {
  top: 8% !important;
}
.fotorama__stage__shaft {
  background: #fff !important;
}
.amcform-toolbar {
  text-align: right;
  padding: 25px;
  margin-bottom: 25px;
}
button.amcform-submit.action.submit.primary {
  background: #61c18f;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px 35px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
input[type='checkbox'] + label:before,
input[type='radio'] + label:before,
label > input[type='checkbox'] + span:first-of-type:before,
label > input[type='radio'] + span:first-of-type:before {
  background: #cacaca !important;
  border: 1px solid #8b8b8b !important;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list-0'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/contemporaneo.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list-1'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/eclettico.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list-2'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/moderno.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list2-0'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/romantico.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list2-1'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/decorativo.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list2-2'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/scandinavo.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list3-0'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/industrial.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list3-1'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/minimal.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
input[type='checkbox'].amform-checkbox-stile + label[for='stile-list3-2'].amform-versiontwo-label {
  background-image: url(https://edilceramdesign.it/media/wysiwyg/classico.png);
  height: 200px;
  background-repeat: no-repeat;
  margin: 0 !important;
  color: #fff;
  font-weight: 900;
}
button.amgdprcookie-button.-decline {
  position: fixed !important;
  bottom: 15% !important;
  right: 0 !important;
}
.ui-widget.ui-datepicker {
  z-index: 1000 !important;
}
a.amquote-showcart.action span.text {
  display: contents;
}
a.amquote-showcart.action span.text {
  display: contents;
}
.page-title-wrapper.product h1.page-title {
  padding-right: 10px;
  padding-left: 0 !important;
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  width: 90%;
}
.page-layout-1column .amtheme-short-info {
  margin-bottom: 5px;
}
.amtheme-short-info {
  margin: 5px 0 5px !important;
}
.product-add-form .amtheme-add-form-bottom.-on-line .product-info-price {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.amtheme-product-wrap .amtheme-payment-methods {
  margin: 5px 0 0 !important;
}
.grey span {
  font-size: 1.6rem !important;
}
.quote-details .title,
.amasty_quote-cart-index .cart-summary > .title {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 1.4rem !important;
  font-weight: 900 !important;
  margin: 0px 0 !important;
  padding-bottom: 5px;
}
.amasty_quote-cart-index {
  font-size: 1.4rem !important;
}
.amasty_quote-cart-index .amasty-quote-update {
  float: left;
  order: 1;
  padding-right: 4%;
  width: 70% !important;
}
.amasty_quote-cart-index .cart-summary {
  border: 1px solid #dfdedd;
  border-radius: 6px;
  float: right;
  margin: 0px 0 0 !important;
  order: 2;
  padding: 20px;
  width: 30% !important;
  background: #f7f7f7;
}
.amasty_quote-cart-index form .field {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0px;
  position: relative;
  font-weight: 900 !important;
}
.quote-details .form-login {
  border-bottom: none !important;
}
.amasty_quote-cart-index .quote-details .form-login {
  margin: 0 0 5px !important;
  padding: 0 0 0px !important;
}
.cart-summary.amquote-cart-summary .cart-totals,
.summary.title {
  display: none !important;
}
.amasty_quote-cart-index .page-title-wrapper {
  padding-top: 25px;
}
footer.modal-footer {
  display: block !important;
}
.modal-popup .modal-footer {
  display: block !important;
}
.field.sfrido_field {
  display: block;
}
.field.sfrido_field input[type='checkbox'],
.field.sfrido_field input[type='radio'] {
  border: 1px solid #ccc;
  clip: unset;
  height: 20px;
  margin: 0;
  opacity: inherit;
  padding: 0;
  width: 20px;
  position: relative;
  padding: 5px;
  margin: 5px;
}
.field.sfrido_field {
  display: block;
}
div#menopaghi_modal {
  padding: 10%;
}
.modals-wrapper {
  width: 50%;
}
aside.modal-popup.modal-slide._inner-scroll._show {
  margin: auto;
  background: #0000009e;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  width: 75%;
}
.searchsuite-autocomplete {
  width: 570px !important;
}
.searchsuite-autocomplete ul li .qs-option-info {
  padding-left: 1% !important;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
  margin-top: 5px;
}
.price-box .price {
  font-size: 2rem !important;
  line-height: 1.5rem !important;
}
div.mage-error {
  font-weight: 900 !important;
}
.field.required:not(.choice) > label:after,
.field._required:not(.choice) > label:after,
.fieldset > p.required,
.fieldset-product-options-inner.required > .legend:after {
  color: #d82221 !important;
  font-size: 2rem !important;
}
.cart-summary .checkout-methods-items .amasty-quote-link {
  display: none !important;
}
a.amasty-hide-price-container {
  background: #f1f1ec;
  border: 1px solid #626262 !important;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  padding: 25px 15px !important;
  margin-right: 0 !important;
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
  margin-bottom: 10px;
  text-align: center !important;
  position: inherit !important;
}
input#amhideprice-gdpr {
  width: 25px !important;
  height: 25px;
  position: inherit;
  background: #000;
  border: 1px solid #000 !important;
  opacity: inherit !important;
}
div.message.am-hide-message {
  display: inline-block;
  padding: 13px 70px !important;
  height: 66px !important;
}
.slick-slide .product-item .product-item-details {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0px !important;
  min-height: 1px;
  z-index: 7;
  height: 200px !important;
}
.slick-slide strong.product-item-name {
  margin: 0 !important;
}
.slick-slide .swatch-wrapper {
  margin: 0 !important;
}
.amtheme-product-info .product-info-stock-sku,
.amtheme-product-info .product.attribute.spedizione {
  color: #61c18f;
  display: flex;
  flex-grow: 1;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}
.amtheme-product-info .product-info-stock-sku .stock,
.amtheme-product-info .availability.only {
  color: #61c18f;
  display: flex;
  text-transform: uppercase;
}
a#click-me2,
a#click-me {
  color: #fff !important;
}
button#product-addtocart-button {
  width: -webkit-fill-available !important;
}
h1.page-title {
  padding: 10px 0px 0 0px;
  font-weight: 900;
}
a.amasty-hide-price-container.observed {
  width: -webkit-fill-available;
}
.amasty-jet-theme .amquote-addto-button {
  width: -webkit-fill-available !important;
}
button#btn-quotecart-close {
  color: #61c18f !important;
}
.header.content .widget.block.block-static-block {
  margin: 0 !important;
}
.amtheme-product-info h1.page-title {
  font-size: large;
  font-weight: 600;
  padding-right: 15px;
  line-height: 3rem;
}
.amtheme-product-wrap {
  margin-top: 0 !important;
}
.panel.header {
  padding: 10px 20px !important;
}
.page-title-wrapper.product {
  display: flex !important;
  flex-direction: row;
}
.amtheme-product-info .page-title {
  margin-bottom: 0px !important;
}
.page-layout-1column .amtheme-short-info {
  margin-bottom: 0px !important;
}
.amtheme-product-info .product.attribute.overview {
  margin-bottom: 5px !important;
}
.page-layout-1column .amtheme-product-info .product-info-price {
  margin: 5px 0 5px;
}
.page-layout-1column .amtheme-product-info .box-tocart .action.tocart {
  min-width: 100% !important;
}
.catalog-product-view .amquote-addto-button {
  min-width: 100% !important;
}
.product.attribute.overview p {
  margin: 0 !important;
  font-size: 14px !important;
}
.page-header > .content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.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(20px) !important;
  padding-inline-start: calc(20px) !important;
}
.page-layout-1column .amtheme-product-wrap {
  margin: 15px 0 15px !important;
  padding: 15px 15px;
}
.panel.wrapper a {
  font-size: 14px !important;
}
main#maincontent {
  padding: 15px 20px !important;
}
.amtheme-product-wrap .fotorama-item .fotorama__stage__frame {
  border: 1px solid #f7f7f7;
}
h1.page-title {
  font-size: large;
  font-weight: 600;
  line-height: 20px;
}
.breadcrumbs {
  margin: 0 auto !important;
  padding-top: 10px !important;
}
.amtheme-product-info .swatch-attribute {
  margin: 0 0 0px !important;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
s.page-layout-1column .amtheme-product-info .swatch-attribute-options {
  width: 65%;
}
.page-layout-1column .amtheme-product-info .product-info-price {
  margin: 5px 0 5px !important;
}
.field.qty.amtheme-qty-wrap {
  margin-bottom: 0px !important;
}
.box-tocart.qty.-square {
  margin-bottom: 0px !important;
}
.amtheme-product-wrap .product-addto-links {
  display: none !important;
}
.catalog-product-view .page-wrapper {
  background: #fff !important;
}
.catalog-product-view .amrelated-grid-wrapper.block-products-list.grid .block-title {
  padding-top: 20px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: none !important;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  align-items: center;
  background: #61c18f !important;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  height: 19px;
  justify-content: center;
  min-width: 19px;
  padding: 3px -3px 2px 4px !important;
  position: absolute;
  right: -8px !important;
  top: -4px !important;
}
a.amquote-showcart.action span {
  display: block !important;
  border-radius: 50% !important;
  margin: 3px 5px !important;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  cursor: pointer;
  display: flex !important;
  text-decoration: none;
  white-space: nowrap;
}
.amasty-mega-menu .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  margin: 3px -2px 0 !important;
}
.pagebuilder-column-group.x3 .pagebuilder-column-line {
  display: flex;
  flex-wrap: nowrap;
}
#html-body [data-pb-style=YDCK21L] {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#html-body [data-pb-style=A2SUWJD] {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
h2.ambanner-title {
  display: none !important;
}
.availability.only.configurable-variation-qty {
  display: none !important;
}
.page-header .amtheme-icons-container .account-icon {
  display: block !important;
}
.price-wrapper.price-including-tax {
  display: none !important;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  flex-direction: row-reverse !important;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before,
.sidebar .block-viewed-products-grid .price-excluding-tax:before {
  content: attr(data-label) '' !important;
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 15px !important;
  white-space: nowrap;
}
span.price-excluding-tax:after {
  content: attr(data-label) ':';
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 0;
  white-space: nowrap;
  color: #000;
}
span.estimated-price:after {
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 15px;
  white-space: nowrap;
  color: #4a4948;
  font-size: 16px;
}
.amtheme-product-info .product-info-price .price-including-tax + span.price-excluding-tax:after {
  display: none !important;
}
.catalog-products span.price-excluding-tax:after {
  display: none !important;
}
.cms-home span.price-excluding-tax:after {
  display: none !important;
}
li.item.product.product-item span.price-excluding-tax:after {
  display: none !important;
}
input[type='radio']:checked + label:after,
label > input[type='radio']:checked + span:first-of-type:after {
  background: #38a557 !important;
}
a#tab-label-related\.post\.tab-title {
  display: none !important;
}
.product-prezzo-mq {
  font-size: 2.5rem;
  font-weight: 600;
  color: #61c18f;
}
.ammenu-menu-wrapper .ammenu-icon-block.-icon {
  margin-right: 5px !important;
}
.checkout-cart-index .modal-popup .modal-footer button {
  display: block !important;
}
.modal-popup .modal-footer button {
  display: block !important;
}
.product.media .top-right {
  max-width: 90% !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.product-image-wrapper .top-right {
  max-width: 90% !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.product-price-mq {
  font-size: 1.7rem;
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax .price {
  color: #F44611;
  font-size: 1.2em;
  font-weight: 600;
}
.price-box .price {
  font-size: 2.5rem !important;
  line-height: 1.5rem !important;
}
.product-info-price {
  float: left;
}
.apo {
  font-size: 1.2em;
  color: #424242;
  font-weight: 400;
  margin-top: 10px;
  position: relative;
  float: left;
  margin-right: 10px;
}
.apo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  /* Per coprire il testo con margine extra */
  height: 2px;
  /* Spessore della barra */
  background-color: #e74c3c;
  /* Stesso colore del testo per uniformità */
  transform: rotate(-20deg);
  /* Inclina la barra a 45 gradi */
  transform-origin: center;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  font-size: 1.2rem !important;
}
span.price-excluding-tax:after {
  content: attr(data-label) ':';
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 0;
  white-space: nowrap;
  color: #000;
  display: none;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  flex-direction: column-reverse;
  justify-content: flex-end !important;
}
.qty-minima-piastrella {
  float: left;
}
button#product-addtocart-button {
  border-radius: 30px;
}
button#product-addtoquote {
  border-radius: 30px;
}
.help-button {
  border-radius: 30px;
}
button.amcform-submit.action.submit.primary {
  border-radius: 30px;
}
button.action.subscribe.secondary.size-s {
  border-radius: 30px;
}
a.amasty-hide-price-container.observed {
  border-radius: 30px;
}
button.action.tocart.primary {
  border-radius: 30px !important;
}
button.amquote-addto-button.action.outline.-small.-guest {
  border-radius: 30px;
}
/**/
.catalog-product-view .box-tocart .action {
  margin: 0px 0 !important;
}
.catalog-product-view .product-add-form:not(.-amcaret-active) .amquote-addto-button {
  margin-bottom: 0px !important;
}
button#product-addtoquote {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.prod-help {
  text-align: center !important;
}
.price-box .price {
  font-size: 3rem !important;
  line-height: 1.5rem !important;
}
.amtheme-product-wrap .fotorama__nav--dots,
.fotorama__fullscreen .fotorama__nav--dots {
  margin-top: 15px !important;
  text-align: center !important;
  padding-bottom: 15px !important;
}
.amtheme-product-wrap .fotorama__dot,
.fotorama__fullscreen .fotorama__dot {
  background: #dfdedd;
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
  height: 11px !important;
  position: static;
  width: 11px !important;
}
.amtheme-product-wrap .fotorama__active .fotorama__dot,
.fotorama__fullscreen .fotorama__active .fotorama__dot {
  background: #2fa13b !important;
}
button#product-addtoquote {
  margin-top: 10px !important;
}
.modal-popup .modal-footer button {
  display: none !important;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  align-items: normal;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  flex-direction: column !important;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before,
.sidebar .block-viewed-products-grid .price-excluding-tax:before {
  content: attr(data-label) '' !important;
  display: inline-block;
  line-height: 2.5rem;
  margin: 0 5px 0 0px !important;
  white-space: nowrap;
}
.amcform-button.-default,
.amcform-button.-error {
  padding: 30px;
  min-width: 130px;
  background-color: #61c18f;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.amcform-button.-default:hover {
  padding: 30px;
  min-width: 130px;
  background-color: #3f996a;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.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,
.amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info {
  padding: 35px;
}
.price-box {
  align-items: normal;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
  flex-direction: column-reverse;
}
.special-price.sly-old-price,
.old-price.sly-old-price {
  margin-inline-start: 0px;
}
span.old-price.sly-old-price.no-display .price {
  font-size: 1.9rem !important;
}
span.old-price span.price {
  font-size: 1.9rem !important;
}
.price-box {
  padding-top: 5px !important;
}
span.vat-ss {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
span.old-price.sly-old-price.no-display {
  display: block !important;
}
#maincontent > div.columns > div > div.amtheme-product-wrap > div.amtheme-product-info > div.amtheme-short-info > div.product-info-stock-sku > div.availability.only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .ammenu-sticky,
  .ammenu-header-container.-sticky .header.content,
  .ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container,
  .ammenu-header-container.-sticky .header.content,
  .ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 5px !important;
    z-index: 10;
  }
  a.amasty-hide-price-container {
    text-align: center !important;
    position: inherit !important;
    max-width: 90% !important;
    width: 100% !important;
  }
  .amtheme-product-info .product-info-price {
    margin: 25px 0px 10px 0px;
  }
  .two-column .pagebuilder-column {
    max-width: 50%;
  }
  .amtheme-product-wrap > .product.media {
    margin: 20px auto 45px;
    max-height: none !important;
    max-width: 270px;
  }
  a.amquote-showcart.action span.text {
    display: block;
  }
  .amtheme-tabs-buttons .amtheme-title .title {
    color: #070605;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .product-addto-links {
    display: none !important;
  }
  .block.amshopby-morefrom .block-content .product-items .product-item {
    margin: 0 15px 0 0 !important;
    width: 45% !important;
  }
  .amasty_quote-cart-index .amasty-quote-update {
    float: left;
    order: 1;
    padding-right: 4%;
    width: 100% !important;
    margin-bottom: 25px;
  }
  .amasty_quote-cart-index .cart-summary {
    border: 1px solid #dfdedd;
    border-radius: 6px;
    float: right;
    margin: 0 0px 25px !important;
    order: 2;
    padding: 0px;
    width: 100% !important;
    background: #f7f7f7;
  }
  .amasty_quote-cart-index .page-title-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-header .amtheme-header-icon:not(:last-child) {
    margin-inline-end: 10px;
  }
  .amasty-jet-theme .page-header .header .amquote-cart-wrapper.minicart-wrapper {
    padding: 0 10px 0 0;
  }
  .searchsuite-autocomplete {
    width: 300px !important;
  }
  .price-box .price {
    line-height: 1.5rem !important;
  }
}
@media only screen and (min-width: 641px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .desktop {
    display: none !important;
  }
}
/********************  checkout *******************************************/
/********************  checkout *******************************************/
/********************  checkout *******************************************/
.checkout-index-index .header.content {
  padding: 0 !important;
}
.checkout-index-index .am-checkout {
  margin: 0 !important;
  padding-top: 0 !important;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #f1f1f1 !important;
}
.checkout-index-index .checkout-header {
  margin-bottom: 0 !important;
}
.checkout-header h1.title {
  font-size: 2.5rem;
  font-weight: 600;
  display: none;
}
.checkout-index-index .checkout-header .description {
  display: none !important;
}
.checkout-shipping-address .form-login {
  margin: 0 !important;
}
.amtheme-checkout-contact {
  margin: 0 !important;
}
.amtheme-form-address > .step-title {
  margin-bottom: 5px !important;
  margin-top: 15px !important;
}
.checkout-index-index form label.label {
  margin-bottom: 5px;
}
.checkout-index-index .fieldset.address div[name*=".street"] {
  width: 100% !important;
}
#shipping-new-address-form > fieldset > legend {
  margin: 0 !important;
}
.checkout-index-index #customer-email-fieldset > .field {
  width: 100% !important;
}
.opc-wrapper .opc .step-title {
  font-size: 2rem;
}
.checkout-index-index .block.items-in-cart.active {
  margin-bottom: 0 !important;
}
.items-in-cart.active > .title {
  margin-bottom: 0 !important;
}
.opc-block-summary .amtheme-estimated-total {
  padding-top: 0 !important;
}
.opc-block-summary .table-totals .mark,
.opc-block-summary .table-totals .amount {
  padding: 5px;
}
.checkout-payment-method.submit .actions-toolbar {
  margin-top: 0;
}
.checkout-index-index .page-header:before {
  height: 3px;
  background: #61c18f;
}
button.action.primary.checkout.amasty {
  background: #61c18f;
}
h1.page-title {
  max-width: 1440px !important;
}
@media only screen and (min-width: 1440px) {
  .page-layout-checkout main#maincontent {
    padding: 0 !important;
    max-width: 90% !important;
  }
  #checkout > div.opc-wrapper.am-opc-wrapper.layout-3columns.am-submit-summary > div:nth-child(1) {
    width: 50% !important;
  }
  .checkout-index-index .checkout-shipping-address .field {
    margin-bottom: 5px;
    width: 50% !important;
  }
}
/*1366x768*/
@media only screen and (min-width: 767px) {
  body.page-layout-checkout {
    font-size: 1.3rem !important;
  }
  .page-layout-checkout main#maincontent {
    padding: 0 !important;
    max-width: 100% !important;
  }
  #checkout > div.opc-wrapper.am-opc-wrapper.layout-3columns.am-submit-summary > div:nth-child(1) {
    width: 40% !important;
  }
  .checkout-index-index .checkout-shipping-address .field {
    margin-bottom: 5px;
    width: 50% !important;
  }
}
/* mobile */
@media only screen and (max-width: 767px) {
  .page-layout-checkout img.logo-image {
    width: 200px !important;
    padding: 5px !important;
  }
  .page-layout-checkout main#maincontent {
    padding: 0px !important;
  }
}
/* checkout */
@media only screen and (max-width: 767px) {
  .page-header.-sticky-header .block-search.-header > .block-content {
    border-bottom: none;
    padding: 10px 35px 10px !important;
  }
  .page-header .amtheme-header-icon {
    margin-inline-end: 0px;
  }
  #ammenu-header-container > div.header.content > div.amtheme-icons-container > div:nth-child(1) > a {
    display: none;
  }
  .account-icon.amtheme-header-icon.am-no-display-mobile {
    display: none !important;
  }
  /*responive slide products*/
  .product-item > .product-item-info {
    padding: 10px 5px !important;
    background: #fff !important;
    margin: 0 5px;
  }
  .product-items .slick-slide {
    width: 180px !important;
  }
  .product-items .slick-initialized .slick-slide {
    width: 22% !important;
  }
  .product-items .slick-track {
    width: 800px !important;
    display: flex;
  }
  ol.product-items.widget-product-carousel.slick-initialized.slick-slider.slick-dotted {
    padding: 0 !important;
  }
  /*responive slide products*/
}
a.amasty-hide-price-container.observed {
  background: #61c18f !important;
  margin: 0 !important;
  border: none !important;
  color: #fff !important;
}
@media (max-width: 1024px) {
  .catalog-category-view .wrapper-description {
    margin: 0px auto !important;
    box-sizing: border-box;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    width: 100%;
  }
  main#maincontent {
    padding: 0px 20px !important;
  }
  .catalog-category-view .page-title {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 768px) {
  main#maincontent {
    padding: 0px 5px !important;
  }
  .catalog-category-view main#maincontent {
    padding: 0px 15px !important;
    margin: 0px 15px !important;
  }
  .fotorama__stage {
    height: 400px !important;
    /* border: 2px solid #000 !important;*/
  }
  .fotorama__stage__frame.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img.fotorama__fade-rear.fotorama__active {
    /* border: 2px solid #ad2424; */
    max-width: 100% !important;
  }
  .product.media {
    margin: 0 !important;
    max-width: 100% !important;
    /* background: #da00ff;*/
  }
  .fotorama__stage__shaft {
    width: 100% !important;
  }
  .fotorama__stage.-horizontal {
    width: 100% !important;
  }
  .amshopby-option-link {
    display: none;
  }
  .page-title-wrapper.product h1.page-title {
    margin: 0 !important;
    width: 100% !important;
  }
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
