/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.message.info,
.message.error,
.message.warning,
.message.notice,
.message.success {
  max-width: 400px;
  left: auto;
  right: 100px;
  top: 100px;
}
@media (min-width: 992px) {
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation {
    height: 100%;
    background: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation li.parent.level0 > a:before {
    content: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu {
    padding: 20px 0;
    position: absolute !important;
    top: 100% !important;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
    background: #fff;
    min-width: 220px;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
    padding: 0 20px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu li > ul {
    left: 100%;
    top: -20px !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu li a {
    font-size: 0.9375rem;
    background: none !important;
    font-weight: 400;
    padding: 10px 0;
    color: #222;
    border-left: none !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a {
    color: #222222;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0 20px 2px;
    position: relative;
    display: block;
    line-height: inherit;
    border: none !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    left: 20px;
    right: 20px;
    background-color: #222222;
    top: 100%;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li.active > a:after,
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a.ui-state-focus:after,
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a:hover:after {
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul li > a.ui-state-active + .submenu,
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul li > a.ui-state-focus + .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-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-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
/* phpcs:ignoreFile */
/**
 * Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
  .amazon-button-container.amazon-button-product-page {
    justify-content: center;
    margin-bottom: 2em;
  }
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
/** This CSS help us to display the buttons increase and decrease qty*/
.box-tocart div.control {
  position: relative;
  width: 92px !important;
}
.box-tocart div.control .minus:hover button,
.box-tocart div.control .plus:hover button {
  background: #dfdfdf;
  color: #252531;
}
.box-tocart div.control .minus button,
.box-tocart div.control .plus button {
  position: absolute;
  top: 0px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  width: 28px;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
}
.box-tocart div.control .minus button {
  left: 0px;
}
.box-tocart div.control .plus button {
  right: 0px;
  border-radius: 0px 4px 4px 0px;
}
.box-tocart div.control .input-text.qty {
  border-radius: 0px !important;
  height: 20px !important;
  height: 40px !important;
  width: 40px !important;
  text-align: center !important;
  margin-left: 26px !important;
  display: inline-block !important;
  z-index: 5 !important;
  padding: 0px 3px !important;
  border: 1px solid #dfdfdf !important;
}
.details-qty.qty .item-qty.cart-item-qty {
  margin-right: 0px;
}
.details-qty.qty .decreasing-qty {
  vertical-align: top;
  margin-right: -5px;
  padding: 7px 10px;
  box-shadow: none;
}
.details-qty.qty .increasing-qty {
  vertical-align: top;
  margin-left: -5px;
  padding: 7px 8px;
  box-shadow: none;
}
.price-container .old-price-wrapper .old-price .price {
  text-decoration: line-through;
}
.cart-price .old-price .price {
  text-decoration: line-through;
  color: #837d7d;
}
.checkout.cart.savings span {
  font-weight: bold;
  color: #a40000;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.products-grid:not(.active-slider) .product-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.products-grid:not(.active-slider) .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 15px;
  width: 100%;
}
.row-mobile-1 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
}
.row-mobile-2 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
.row-mobile-3 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
.row-mobile-4 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
.row-mobile-5 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5);
}
.row-mobile-6 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
}
.row-mobile-7 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  max-width: calc(100% / 7);
}
.row-mobile-8 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  max-width: calc(100% / 8);
}
@media (min-width: 768px) {
  .row-tablet-1 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-tablet-2 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-tablet-3 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-tablet-4 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-tablet-5 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-tablet-6 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-tablet-7 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-tablet-8 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
@media (min-width: 992px) {
  .row-1 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-2 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-3 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-4 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-5 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-6 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-7 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-8 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
@media (max-width: 1500px) and (min-width: 1366px) {
  header.page-header .header-area.search-icon-bottom .block-search .block-content {
    padding: 0 40px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.84999999999999%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .amgdprcookie-bar-container #btn-cookie-disallow.-settings {
    padding: 0.5rem 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .row-mobile-interted .col-des-6 + .col-des-6 {
    order: -1;
  }
  .row-mobile-interted .mgs-products.products-grid .mgs-owl-carousel .product-item {
    margin-bottom: 30px;
  }
  .banner-top-text {
    height: 320px;
  }
  .banner-top-text h2 {
    font-size: 40px !important;
  }
  .banner-top-text h3 {
    font-size: 23px;
  }
  div.lancio-hp-full-alternate > .info {
    padding: 25px 15px 55px;
    width: 100%;
  }
  .no-padding-bottom-mobile {
    padding-bottom: 0 !important;
  }
  .hp-banner-full .txt-banner-full {
    bottom: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .mega-menu-viewall a {
    font-size: 12px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level1 .toggle-menu {
    width: 30px;
  }
  header.page-header.active-menu .header-area .horizontal-menu .mgs-megamenu--main {
    padding: 0;
  }
  html .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu .mega-menu-sub-title {
    font-size: 12px;
  }
  header.page-header .static-menu a span,
  header.page-header .mega-menu-item a span {
    font-size: 16px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu ul ul li > a {
    padding: 12px 0;
    font-size: 13px;
  }
  div.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu > .icon-toggle:before {
    content: "\e93a";
  }
  div.header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li._show-child > .toggle-menu > .icon-toggle:before {
    content: "\e93a";
    transform: rotate(180deg);
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  body.cms-gennyvip #maincontent > .columns {
    max-width: 100vw !important;
  }
  header.page-header .header-area.myaccount-slide .header-top-links.active .login-form {
    flex-wrap: wrap;
  }
  header.page-header .header-area.myaccount-slide .header-top-links.active .login-form > div {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  header.page-header .header-area.myaccount-slide .header-top-links.active .login-form > img {
    width: 100%;
    height: 320px;
    margin: 0;
  }
  header.page-header div.header-area .header-top-links .block-customer-login {
    width: 100%;
    max-width: 100%;
  }
  header.page-header div.header-area .header-top-links .login-form {
    height: 900px;
  }
  header.page-header div.header-area .header-top-links .close-myaccount {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 0;
  }
  .wrap-checkbox {
    padding: 36px;
    max-width: 700px;
    font-size: 11px;
  }
  .wrap-checkbox > p {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .nl-landing-form-container .block.newsletter {
    max-width: 66%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div.page-wrapper > .page-bottom .block.newsletter {
    max-width: 500px;
    margin: 0 auto;
  }
  div.page-wrapper > .page-bottom .block.newsletter .action.subscribe {
    margin: 12px auto 0;
    display: block;
    width: 100%;
  }
  div.page-wrapper > .page-bottom .block.newsletter .field {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .modal_logged_in_popup.modal-popup._inner-scroll .modal-inner-wrap {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  .modal_logged_in_popup .loggedin-cms-block img {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .ec-gtm-cookie-directive > div {
    max-width: 600px;
  }
  .ec-gtm-cookie-directive > div > div {
    min-width: 500px;
  }
  main .ec-gtm-cookie-directive {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .ec-gtm-cookie-directive > div > div {
    float: left;
    min-width: 200px;
  }
}
@media (min-width: 1280px) and (orientation: landscape) {
  html #main-product-gallery .owl-item .item-image img {
    height: calc(100vh - 150px);
    width: auto;
    min-width: 0;
    margin: 0 auto;
    max-height: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  body.checkout-index-index .opc-help-cms-mobile .line > div {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  body.checkout-index-index .opc-help-cms-mobile .line > div .img-cart {
    height: 80px;
    margin-bottom: 10px;
    margin-top: 25px;
    position: relative;
  }
  body.checkout-index-index .opc-sidebar {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .profumo-row-04-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .profumo-row-01 {
    background-size: auto 100%;
  }
  #profumo-row-02-desktop .profumo-row-02-col-01 {
    display: none;
  }
  #profumo-row-02-desktop .profumo-row-02-col-02 {
    width: 40%;
    font-size: 11px;
  }
  #profumo-row-02-desktop .profumo-row-02-col-03 {
    width: 20%;
  }
  #profumo-row-02-desktop .profumo-row-02-col-04 {
    width: 10%;
  }
  #profumo-row-02-desktop .profumo-row-02-col-05 {
    width: 30%;
  }
  .profumo-row-04-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .profumo-row-04-right-text p {
    margin: 0px;
  }
}
@media (max-width: 991px) {
  .profumo-row-04-left {
    width: 100%;
  }
  .profumo-row-04-right {
    width: 100%;
    padding: 25px 0;
    clear: both;
  }
  .profumo-row-04-right {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  #profumo-row-02-desktop {
    display: none;
  }
  .profumo-row-02-mobile {
    display: block;
  }
  .profumo-row-02-col-02 {
    text-align: center;
    color: #95999c;
    font-size: 13px;
    line-height: 20px;
  }
  .profumo-row-02-col-02 span {
    color: #4d4d4d;
    display: block;
    font-style: italic;
    margin-bottom: 20px;
  }
  .profumo-row-02-col-03 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .profumo-row-02-col-05 {
    text-align: center;
    color: #95999c;
    font-size: 13px;
    line-height: 20px;
  }
  .profumo-row-02-col-05 span {
    color: #4d4d4d;
    display: block;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  .block-popup-subscribe .nlpopup-left-col img {
    max-height: none;
    object-fit: cover;
    object-position: top;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .block-popup-subscribe .nlpopup-bottom p,
  .block-popup-subscribe .nlpopup-bottom .row-icon {
    margin-bottom: 0;
  }
  .block-popup-subscribe .nlpopup-bottom p > div + div,
  .block-popup-subscribe .nlpopup-bottom .row-icon > div + div {
    line-height: 1.2;
    font-size: 10px;
  }
  .block-popup-subscribe .nlpopup-bottom img {
    width: 25px;
  }
  .block-popup-subscribe .nlpopup-bottom .nl-icon-1 {
    width: 33px;
    transform: translateX(0);
    margin-bottom: 5px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 50%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .modes-label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 0;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 0;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .amcard-codes-list .table .actions {
    text-align: right;
    width: 20px;
  }
  .amcard-field-container.-code .actions-toolbar {
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar .primary {
    float: none;
  }
  .amcard-field-container.-code .actions-toolbar .primary .action {
    margin: 0;
  }
  .amcard-field-container.-code .actions-toolbar .secondary .action {
    margin: 0 0 0 7px;
  }
  .checkout-container .amcard-codes-list,
  .checkout-container .amcard-field-container {
    padding-left: 22px;
  }
  .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;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*='field-name-']) {
    margin: 20px 0 0;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    flex-direction: column;
    padding: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    background: none;
    margin: 18px auto;
    padding: 10px;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    margin: 0 40px 10px;
    order: 0;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    margin: auto 0 0;
    order: 1;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    margin: 0 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 20px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 20px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-socials-checkout {
    max-width: 500px;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    background: #ffffff;
    color: #1979c3;
    margin-left: auto;
    margin-top: 10px;
    width: 100%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    background: #1979c3;
    color: #ffffff;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    right: 0 !important;
    top: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    margin-bottom: 10px;
    width: 50%;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-review-popup .field.review-field-ratings .control {
    width: inherit;
  }
  .ampickup-store-container.-checkout .ampickup-field {
    box-sizing: border-box;
  }
  .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-left: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-right: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: row;
  }
  .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7;
  }
  .ampickup-map-popup .ampickup-content {
    width: 80vw;
  }
  .checkout-index-index .ampickup-conditions-container.block > .title,
  .paypal-review .ampickup-conditions-container.block > .title {
    display: none;
  }
  .checkout-index-index .ampickup-conditions-container.block > .content,
  .paypal-review .ampickup-conditions-container.block > .content {
    padding-top: 0;
  }
  .ampickup-map-popup .ampickup-content {
    display: flex;
    flex-direction: column;
    width: 80vw;
  }
  .ampickup-map-popup .amlocator-main-container .amlocator-map-container {
    min-height: 600px;
  }
  .ampickup-map-popup .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 100%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field {
    width: 33%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: column;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-separator {
    align-self: stretch;
    margin: 15px 0;
    width: inherit;
    border-top: 1px solid #c7c7c7;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-left: 5%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-right: 5%;
  }
  .paypal-review .ampickup-conditions-container.block {
    float: none;
    width: 100%;
  }
  .paypal-review .ampickup-options-container {
    padding-right: calc((100% - 33% * 2) + 10px);
    width: 100%;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-validate-container .amazon-logout {
    margin-top: 1em;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content {
    right: -65px;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content:before,
  .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
    right: 64px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-wrapper {
    padding-right: 1rem;
  }
  .opc-sidebar {
    margin: 0 !important;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 0;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 100%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 0;
    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: 0;
    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: 0;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #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;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-billing-address,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    flex: 1;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    margin: 0 auto;
    top: 25%;
    width: 40%;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .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;
  }
  div.page-title-wrapper .page-title {
    font-size: 20px;
  }
  html h1,
  html .h1,
  html .mgs-heading .heading,
  html .page-quote {
    font-size: 36px;
  }
  html h2,
  html .h2 {
    font-size: 26px;
  }
  .font-desk-xl {
    font-size: 45px;
  }
  .m-top-s {
    margin-top: 30px;
  }
  .m-top-m {
    margin-top: 60px;
  }
  .m-top-l {
    margin-top: 120px;
  }
  .m-bottom-s {
    margin-bottom: 30px;
  }
  .m-bottom-m {
    margin-bottom: 60px;
  }
  .m-bottom-l {
    margin-bottom: 120px;
  }
  html .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu {
    transition: none;
  }
  html body.width1366 .page-main {
    max-width: none;
  }
  html div:not(.control) > .message.info,
  html div:not(.control) > .message.error,
  html div:not(.control) > .message.warning,
  html div:not(.control) > .message.notice,
  html div:not(.control) > .message.success {
    max-width: 400px;
    left: auto;
    right: 100px;
    bottom: 100px;
    top: auto;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-top: 35px;
  }
  .country-select-container {
    width: 350px;
    top: 50px;
    left: 0;
  }
  .country-select-container:before {
    left: 3px;
  }
  .language-select {
    font-size: 16px;
  }
  .clerk-instant-search-visible {
    display: block;
    right: 0;
    left: auto !important;
  }
  .cta-custom-border,
  .cta-custom-border-white {
    padding: 5px 34px;
    font-size: 18px;
  }
  html .catalog-product-view .header-area.active-sticky .logo,
  html header.page-header .header-area.active-sticky.start-stk .logo {
    min-height: 0px !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > a.level0 {
    line-height: 2;
    display: inline-block;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu ul ul {
    padding-left: 15px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns) .dropdown-mega-menu ul ul li > a {
    padding: 6px 0;
    font-size: 14px;
  }
  .mega-menu-viewall {
    margin: 0 -15px 10px -15px;
  }
  .mega-menu-viewall a {
    font-size: 16px;
  }
  footer.page-footer .footer4 .middle-footer {
    padding: 65px 0 60px;
  }
  .page-products #maincontent > .breadcrumbs .items,
  .cms-page-view #maincontent > .breadcrumbs .items {
    display: flex;
  }
  .seo-desc-title {
    font-size: 32px;
  }
  .editoriale-item .info-absolute {
    padding-bottom: 85px;
  }
  .products-grid .editoriale-item {
    min-height: calc(100% - 138px);
  }
  .products-grid .editorial-big .editoriale-item {
    min-height: calc(100% - 106px);
  }
  body:not(.catalog-category-view):not(.catalog-product-view) .page-title-wrapper.layout_type1,
  body .page-title-wrapper.no-bg-title {
    padding: 40px 0 15px;
    margin-bottom: 0;
  }
  #product-container .products-grid .items .product-item,
  .search.results .products-grid .items .product-item {
    margin-bottom: 50px;
  }
  .page-title-wrapper.layout_type1 {
    margin-bottom: 10px;
  }
  .page-title-wrapper.title-cat-custom {
    height: 400px;
  }
  .page-title-wrapper.title-cat-custom h2 {
    font-size: 2.6em;
  }
  .cta-banner .cta-banner-info {
    position: absolute;
    left: 0;
    background: #fff;
    padding: 7px 10px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 430px;
  }
  .visible-mobile {
    display: none;
  }
  .category-product-container > .category-product-actions {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 0 0 10px 0;
    margin-top: 27px;
    margin-bottom: 20px;
  }
  .cat-descr-txt {
    margin: 40px 8px 30px;
    font-size: 16px;
  }
  .row-3 .products-grid .product-items .product-item.editorial-big {
    flex: 0 0 calc(66.66666667%);
    max-width: calc(66.66666667%);
  }
  #side_guilde_modal .size-guide-table-wrap figure {
    max-width: 200px;
    margin: 20px 45px 0px 15px;
  }
  html .popup-delivery .modal-inner-wrap {
    width: auto !important;
  }
  html .popup-delivery .modal-inner-wrap {
    width: 80% !important;
  }
  .page-wrapper header.page-header .minicart-slide .minicart-wrapper .block-content > .subtotal {
    margin-top: initial;
    border-top: 0;
  }
  .page-wrapper header.page-header .minicart-slide .minicart-wrapper .block-content > .items-total + .subtotal {
    margin-top: auto;
    border-top: 1px solid #eaeaea;
  }
  .checkout-cart-index #product-page-related-custom {
    margin-bottom: 60px;
  }
  .checkout-cart-index .checkout-cart-footer {
    padding: 40px 0 0;
  }
  .checkout-cart-index .cart.table-wrapper {
    padding-bottom: 0;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-info {
    display: table-row !important;
  }
  .checkout-cart-index #shopping-cart-table td.col:not(.item) > *:first-child {
    padding-top: 11px;
    line-height: 1.5;
  }
  .checkout-cart-index #payment-request-button-cart.StripeElement {
    margin: 0 0 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px !important;
    flex: 1 !important;
  }
  .checkout-cart-index #shopping-cart-table .col.item .product-item-name {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
  }
  .minicart-wrapper a.product-item-photo {
    width: 36%;
    margin-right: 20px;
  }
  .minicart-wrapper span.product-image-container {
    width: 100% !important;
  }
  .minicart-wrapper span.product-image-container img {
    width: 100% !important;
  }
  header.page-header div.minicart-slide .minicart-wrapper .block-content .actions .primary > div {
    display: flex;
  }
  header.page-header div.minicart-slide .minicart-wrapper .block-content .actions .primary > div .col-des-8 {
    display: none;
  }
  header.page-header div.minicart-slide .minicart-wrapper .block-content .actions .primary > div > div {
    flex: 50% !important;
    margin: 0 10px 0 0;
  }
  header.page-header div.minicart-slide .minicart-wrapper .block-content .actions .primary > div > div:last-child {
    margin: 0;
  }
  header.page-header div.minicart-slide .minicart-wrapper .block-minicart {
    width: 50vw;
  }
  header.page-header div.minicart-slide .minicart-wrapper .block-minicart > .block-static-block {
    padding: 0 20px;
    margin: 0;
    text-align: center;
    font-size: 12px;
  }
  header.page-header div.minicart-slide .minicart-wrapper #minicart-amazon-pay-button .amazon-button-column img {
    height: 16px;
    margin: 17px 0 15px;
  }
  header.page-header div.minicart-slide .minicart-wrapper .product-item-name a {
    font-size: 22px !important;
  }
  .form-cart .cart.table-wrapper .product-item-photo {
    width: 210px;
  }
  .form-cart .cart.table-wrapper .product-item-photo .product-image-container,
  .form-cart .cart.table-wrapper .product-item-photo img {
    width: 100%;
  }
  .checkout-cart-index .cart-container {
    display: flex;
  }
  .checkout-cart-index div.cart-totals {
    padding: 44px 25px 45px;
  }
  html .quickViewDetails #main-product-gallery .owl-item .item-image img,
  html .quickViewDetails .owl-carousel .owl-item .item-image img {
    height: 100% !important;
    width: auto;
    min-width: auto !important;
    margin: 0 auto;
  }
  .slider-single-product-center > div {
    max-width: 550px;
    width: calc(90% - 140px);
  }
  .quickViewDetails .product-info-media-wrapper {
    position: relative;
  }
  .quickViewDetails .product-info-media-wrapper:before {
    content: "";
    display: block;
    height: calc(100% - 30px);
    width: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .product-info-media-wrapper {
    height: 100%;
  }
  html .quickViewDetails .product-info-main-wrapper {
    overflow-y: visible;
  }
  html .quickViewDetails .product-info-main-wrapper {
    padding: 50px 30px 0;
    overflow-y: visible;
  }
  html .quickViewDetails .product_quickview_content .product-info-main .box-tocart .fieldset .product-addto-links .action.towishlist {
    top: 43px;
    right: -25px;
  }
  html .quickViewDetails .product-info-media-wrapper .product.media,
  html .quickViewDetails .owl-carousel,
  html .quickViewDetails .owl-carousel .owl-stage-outer,
  html .quickViewDetails .owl-carousel .owl-stage,
  html .quickViewDetails .product_quickview_content > .catalog-product-view .product.media .owl-item,
  html .quickViewDetails .product.media .owl-carousel .product.item-image,
  html .quickViewDetails .product.media .owl-carousel .product.item-image > a {
    height: 100%;
  }
  html .quickViewDetails .product_quickview_content > .catalog-product-view {
    max-height: calc(100vh - 30px);
    position: relative;
  }
  .header-gennyvip-register .txt-gennyvip h1 {
    font-size: 60px;
  }
  .header-gennyvip-register .txt-gennyvip h2 {
    font-size: 20px;
  }
  .header-gennyvip-register .txt-gennyvip h2 span {
    font-size: 35px;
    line-height: 1;
  }
  .block-customer-login .nl-landing-txt-icons > div > div {
    padding-bottom: 16px;
  }
  .register-columns {
    display: flex;
    gap: 30px;
    width: 1180px;
  }
  .register-columns > div {
    width: 50%;
  }
  div.myaccount-slide .header-top-links .login-form {
    display: flex;
    height: calc(100% - 260px);
    bottom: 0;
    width: 100%;
    top: auto;
    padding: 0;
    flex-wrap: wrap;
  }
  div.myaccount-slide .header-top-links .login-form .close-myaccount {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  div.myaccount-slide .header-top-links .login-form > img {
    height: 100%;
    width: 60%;
    margin-right: 30px;
    object-fit: cover;
    object-position: top;
  }
  div.myaccount-slide .header-top-links .login-form .popup-login-img {
    width: 60%;
    margin-right: 30px;
  }
  div.myaccount-slide .header-top-links .login-form .popup-login-img > img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  div.myaccount-slide .header-top-links .block-customer-login {
    width: calc(40% - 30px);
    padding: 40px 3% 0;
    overflow-y: scroll;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  div.myaccount-slide .header-top-links .block-customer-login::-webkit-scrollbar {
    width: 5px;
  }
  div.myaccount-slide .header-top-links .block-customer-login::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  div.myaccount-slide .header-top-links .block-customer-login::-webkit-scrollbar-thumb {
    background: #000;
  }
  .header-gennyvip-register img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    display: block;
  }
  .amsl-registration-page .amsl-social-login .amsl-title:not(.-short),
  .amsl-login-page .amsl-social-login .amsl-title:not(.-short) {
    font-size: 1.5rem;
    font-weight: bold;
    word-spacing: 0.1em;
    line-height: 1;
    color: #000000;
    padding: 0 20px;
    font-family: 'Gilda Display', serif;
    text-align: center;
    display: block;
    max-width: none;
    margin: 30px 0;
  }
  .checkout-cart-index .shopping-cart-bottom #minicart-amazon-pay-button {
    flex: 1;
    max-width: 100%;
    margin-left: 0;
    padding: 20px 15px 0;
  }
  html body:not(.catalog-category-view):not(.catalog-product-view).account .page-title-wrapper.layout_type1 {
    padding: 40px 0;
  }
  body.wishlist-index-index .page-wrapper .columns {
    max-width: 1366px;
  }
  body.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info {
    height: 100%;
  }
  .account .column.main .block:not(.widget) .block-title {
    padding-bottom: 7px;
  }
  .account .column.main .block:not(.widget) .block-title > strong {
    font-size: 16px;
  }
  html body.account .page-main > .columns .sidebar.sidebar-main {
    padding-top: 50px;
  }
  html body.account .page-main > .columns .sidebar.sidebar-main .block .title {
    display: none;
  }
  .nl-landing-txt-icons > div > div {
    width: 25%;
  }
  .nl-landing-txt-icons > div {
    padding: 0 10%;
  }
  .nl-landing-txt-icons > div > div img {
    height: 85px;
  }
  .nl-landing-form-container .block.newsletter .actions {
    width: auto;
  }
  .nl-landing-form-container .block.newsletter .field.newsletter {
    max-width: none;
  }
  html .cms-page-view #maincontent .nl-landing-form-container .mgs-heading h2.heading {
    font-size: 30px;
    margin: 1.8em 0 1em;
  }
  .modal_logged_in_popup.modal-custom .action-close:before,
  .modal_logged_in_popup.modal-popup .action-close:before,
  .modal_logged_in_popup.modal-slide .action-close:before {
    font-size: 55px;
    line-height: 55px;
  }
  .modal_logged_in_popup.modal-popup._inner-scroll .modal-inner-wrap {
    display: table;
    width: auto;
  }
  .modal_logged_in_popup .loggedin-cms-block img {
    height: 78vh;
  }
  div.ec-gtm-cookie-directive-segments {
    display: flex;
  }
  div.ec-gtm-cookie-directive-segments > div {
    width: 250px;
  }
  div.ec-gtm-cookie-directive > div > div > div a.action.accept,
  div.ec-gtm-cookie-directive > div > div > div a.action.accept-all {
    font-size: 12px;
  }
  #instagram_bar {
    bottom: 0;
    z-index: 999;
  }
  #instagram_bar > div {
    min-width: 33%;
  }
  #instagram_bar > div:nth-child(2) {
    text-align: center;
  }
  #instagram_bar > div:nth-child(3) {
    text-align: right;
  }
  .amcard-page-product .amcard-field-container:first-child {
    flex-basis: 55%;
  }
  .amcard-page-product .amcard-form-container > .amcard-field-block {
    max-width: 55%;
  }
  .amcard-page-product .amcard-field-container + .amcard-field-container {
    flex-basis: 49%;
  }
  .content-page-giftcard-status .title {
    font-size: 30px;
    font-family: 'Gilda Display';
  }
  .content-page-giftcard-status .giftcard-instructions-cols {
    display: flex;
  }
  .content-page-giftcard-status .giftcard-instructions-cols > div {
    width: 50%;
  }
  body.catalog-product-view #made_in_italy {
    position: absolute;
    white-space: nowrap;
    padding: 0 !important;
    top: 45px;
    right: 7px;
    font-size: 15px;
  }
  body.catalog-product-view .product-info-main .box-tocart .fieldset,
  body.catalog-product-view .block-bundle-summary .box-tocart .fieldset {
    flex-wrap: wrap;
  }
  body.catalog-product-view .product-info-main .box-tocart .actions,
  body.catalog-product-view .block-bundle-summary .box-tocart .actions {
    margin-top: 0;
  }
  .wrap-size-guide {
    width: 100%;
  }
  body.catalog-product-view .product-info-main {
    width: calc(38% + 30px);
    padding-left: 0;
    padding-top: 45px;
    right: 0;
    position: sticky;
    top: 90px !important;
  }
  .wrap-private-sale-price {
    font-size: 16px;
  }
  .product.media {
    width: calc(56% - 30px) !important;
  }
  .product.media .product.item-image,
  .product.media .product.video-custom {
    margin-bottom: 15px;
  }
  .product.media img {
    display: block;
  }
  .columns span.clerk .slick-prev,
  #product-page-alternatives .slick-prev,
  #product-page-others-also-bought .slick-prev,
  #product-page-related-custom .slick-prev {
    left: 0;
  }
  .columns span.clerk .slick-next,
  #product-page-alternatives .slick-next,
  #product-page-others-also-bought .slick-next,
  #product-page-related-custom .slick-next {
    right: 0;
  }
  .columns span.clerk div.block .block-title.title > p,
  #product-page-alternatives div.block .block-title.title > p,
  #product-page-others-also-bought div.block .block-title.title > p,
  #product-page-related-custom div.block .block-title.title > p {
    margin-top: 50px;
  }
  .columns span.clerk div.block .block-title.title > p,
  #product-page-alternatives div.block .block-title.title > p,
  #product-page-others-also-bought div.block .block-title.title > p,
  #product-page-related-custom div.block .block-title.title > p {
    font-size: 22px;
  }
  .columns span.clerk div.clerk-slider .clerk-slider-nav.clerk-slider-nav-prev {
    margin-left: -24px;
    top: 38%;
    margin-top: 0;
  }
  .columns span.clerk div.clerk-slider .clerk-slider-nav.clerk-slider-nav-next {
    margin-right: -20px;
    top: 38%;
    margin-top: 0;
  }
  .columns span.clerk .slick-prev,
  #product-page-alternatives .slick-prev,
  #product-page-others-also-bought .slick-prev,
  #product-page-related-custom .slick-prev {
    top: 44%;
  }
  .columns span.clerk .slick-next,
  #product-page-alternatives .slick-next,
  #product-page-others-also-bought .slick-next,
  #product-page-related-custom .slick-next {
    top: 44%;
  }
  #product-slider-related .slick-slide,
  #product-slider-related-custom .slick-slide,
  .widget-product-grid .slick-slide {
    padding: 0 15px !important;
  }
  .prod-label-crypto .txt-label-crypto {
    left: 95%;
  }
  .prod-label-crypto .txt-label-crypto:before,
  .prod-label-crypto .txt-label-crypto:after {
    left: 40%;
  }
  #opc_free_shipping_banner {
    margin: 15px auto 10px;
  }
  .checkout-email-note {
    margin: 30px 0 0;
  }
  #co-payment-form .fieldset > br {
    display: none;
  }
  ul.opc-progress-bar {
    width: 100%;
    margin: 10px 0px 34px;
  }
  .payment-method .stripe-payments-apple-pay-section {
    border: none;
  }
  .checkout-wrap-back {
    width: 100%;
    top: 52px;
  }
  .checkout-wrap-back a {
    font-size: 15px;
  }
  body.checkout-index-index .authentication-wrapper {
    margin-bottom: 25px;
    text-align: left;
    display: flex;
  }
  body.checkout-index-index .opc-sidebar {
    background: #f1f1f1;
    width: 50%;
    padding: 1rem 3rem;
  }
  body.checkout-index-index .opc-sidebar .opc-block-summary {
    padding: 20px 16px 0 0;
  }
  body.checkout-index-index.logged-in .opc-sidebar {
    margin-top: -7px;
  }
  body.checkout-index-index.logged-in .opc-sidebar .opc-block-summary {
    padding-top: 12px;
  }
  body.checkout-index-index .minicart-items-wrapper {
    overflow-x: visible;
    overflow-y: auto;
  }
  body.checkout-index-index #shipping-new-address-form {
    grid-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
  body.checkout-index-index #shipping-new-address-form > .field:not(.date) {
    margin: 0 0 12px;
  }
  body.checkout-index-index #shipping-new-address-form > .order-attributes {
    grid-column: span 2;
  }
  body.checkout-index-index .opc-wrapper {
    width: 45%;
    padding-top: 30px;
  }
  body.checkout-index-index .opc-wrapper .step-title {
    margin: 5px 0px 0px;
    padding-bottom: 5px;
  }
  body.checkout-index-index .opc-wrapper .form-login,
  body.checkout-index-index .opc-wrapper .form-login .fieldset:last-child {
    margin-bottom: 0px;
    margin-top: 15px;
  }
  body.checkout-index-index .opc-wrapper .field-error {
    font-size: 0.7rem;
  }
  body.checkout-index-index footer.page-footer {
    margin-top: 0;
  }
  #checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
  #checkout .authentication-wrapper {
    flex: 0 0 100%;
  }
  #checkout .opc-help-cms {
    text-align: center;
    margin: 0 -20px;
  }
  #checkout .opc-help-cms .line > div {
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid #eaeaea;
  }
  #checkout .opc-help-cms .line > div:last-child {
    border-right: 0;
  }
  #checkout .opc-help-cms .img-cart {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #checkout .opc-help-cms .txt-cart strong {
    font-size: 11px;
    display: inline-block;
  }
  #checkout .opc-help-cms .txt-cart div {
    font-size: 11px;
    margin-top: 12px !important;
  }
  .checkout-container:before,
  .checkout-container:after {
    display: none;
  }
  .checkout-messages {
    position: absolute;
  }
  html .new-grid-sfilata .mgs-heading h3.heading {
    font-size: 18px;
  }
  .gallery-collezione-3-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .gallery-collezione-3-cols > div {
    flex: 0 calc(33% - 5px);
    margin-top: 10px;
  }
  .subcategories-slider {
    margin: 0 auto;
  }
  div.block-services-square {
    margin: 50px auto;
  }
  div.block-services-square a {
    padding: 50px 10px 45px;
    border: 1px solid #b9b9b9;
    border-bottom: 10px solid #b9b9b9;
  }
  div.block-services-square a .block-service-cta {
    margin-top: 10px;
  }
  .categories-slider {
    margin: 0px 10px;
    padding: 0 20px;
  }
  .categories-slider .slick-slide > div {
    padding: 10px;
  }
  .categories-slider .slick-slide h3 {
    font-size: 20px;
  }
  #wrap-banner-sequence .banner-sequence-single img {
    min-height: 600px;
  }
  #wrap-banner-sequence .banner-sequence-single .info-absolute {
    padding-bottom: 85px;
  }
  #wrap-banner-sequence .banner-sequence-single .info-absolute h4 {
    font-size: 28px;
  }
  #wrap-banner-sequence .banner-sequence-single:after {
    height: 28vw;
  }
  #wrap-banner-sequence .shadow-bottom:before {
    height: 28vw;
  }
  .modal_newsletter_popup.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 100%;
  }
  .block-popup-subscribe {
    display: flex;
  }
  .block-popup-subscribe .nlpopup-left-col {
    width: 50%;
  }
  .block-popup-subscribe .nlpopup-left-col img {
    max-height: 95vh;
    object-fit: cover;
    object-position: top;
  }
  body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content {
    padding: 0 5%;
    width: 50% !important;
  }
  body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form {
    margin: 12px 0 30px 0;
  }
  .modal_newsletter_popup.modal-slide #birthdate-popup-email {
    border: none;
    border-bottom: 1px solid #ddd;
    height: 40px;
    padding-left: 0;
    padding-right: 100px;
    background-color: transparent;
    font-size: 15px;
    width: 100%;
    padding: 0;
  }
  html .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions {
    position: relative;
    margin-top: 5px;
  }
  html .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form .form.subscribe .form-group.newsletter .actions button.action.subscribe {
    color: #ffffff;
    background: #000000;
    border: 2px solid #000000;
  }
  .clerk-instant-search-visible {
    position: fixed !important;
    top: 98px !important;
  }
  .clerk-live-search-background {
    height: calc(100vh - 151px);
    overflow-y: auto;
  }
  .amgdpr-settings-container {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    align-items: start;
  }
  .amgdpr-settings-container .amgdpr-checkbox-container {
    margin: 0 10px 20px;
    padding: 15px;
    min-width: calc(100% - 20px);
    height: auto;
  }
  .amgdpr-settings-container {
    display: flex;
    max-width: 800px;
    margin: 0 auto 50px;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .amgdpr-settings-container .amgdpr-checkbox-container {
    min-width: 0;
    width: 50%;
    max-width: none;
    margin: 0;
  }
  .sales-guest-view .table-order-items.table:not(.cart):not(.totals) > thead > tr > th,
  .sales-guest-shipment .table-order-items.table:not(.cart):not(.totals) > thead > tr > th,
  .sales-guest-view .table-order-items.table:not(.cart):not(.totals) > tbody > tr > td,
  .sales-guest-shipment .table-order-items.table:not(.cart):not(.totals) > tbody > tr > td {
    max-width: 33%;
    padding-left: 0;
  }
  .sales-guest-view .block-order-details-view .block-content .box,
  .sales-guest-shipment .block-order-details-view .block-content .box {
    flex: 1 0 calc(48%);
    max-width: 50%;
  }
  .tracking-page-intro {
    min-width: 600px;
    width: 50%;
    margin: 0 auto;
  }
  .notification-container .action.primary {
    padding: .5rem 28px;
  }
  .btn-guest-trigger {
    display: none;
  }
  .page-layout-checkout .authentication-wrapper .action-auth-toggle {
    width: auto;
  }
  #layered-filter-block.mgs-filter .items {
    display: flex;
    flex-wrap: wrap;
  }
  #layered-filter-block.mgs-filter .items .item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 33%;
  }
  #layered-filter-block.mgs-filter .items .item > a {
    padding-left: 0px;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  #layered-filter-block.mgs-filter .items .item .mgs-filter-item-checkbox .mgs-content {
    position: relative;
    right: 0;
    top: 0;
  }
  .fieldset > .field:not(.choice) > .label {
    text-align: left !important;
    width: auto !important;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px), print {
  .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;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: row;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .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;
  }
  html header.page-header .block-search .block-content input {
    min-width: 220px;
    width: 220px;
  }
  html .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 28px;
  }
  .lancio-hp-full-alternate > div {
    flex-grow: 1;
    width: 50%;
  }
  .lancio-full-02-img-dx .info {
    order: 1;
  }
  .lancio-full-02-img-dx .img-wrap {
    order: 2;
  }
  .lancio-hp-txt-sx .lancio-hp-caption {
    width: 35%;
  }
  .lancio-hp-txt-dx {
    align-items: center;
  }
  .lancio-hp-txt-dx .lancio-hp-caption {
    width: 440px;
    padding: 30px;
    margin-left: -120px;
  }
  .lancio-hp-txt-sx-big {
    align-items: center;
  }
  .title-style-01 h2.heading {
    font-size: 23px !important;
    padding: 0 2%;
    margin-top: 46px;
  }
  .slider-single-product-center > div {
    min-width: 265px;
  }
  .row-bg-full .products-grid .items .product-item {
    margin-bottom: 15px;
  }
  .hp-video-container {
    height: calc(100vh - 100px);
    min-height: 600px;
    position: relative;
    margin-bottom: 138px;
  }
  .hp-video-txt-01 {
    position: absolute;
    top: 50%;
    left: 60px;
    text-align: left;
    padding: 0;
    transform: translateY(-50%);
  }
  .hp-video-txt-01 h1,
  .hp-video-txt-01 h1 a,
  .hp-video-txt-01 .btn,
  .hp-video-txt-01 .btn:hover {
    color: #fff;
    border-color: #fff;
  }
  .hp-video-txt-01 h1 {
    margin-bottom: 24px;
  }
  .lanci-hp-2-cols .col-sx,
  .lanci-hp-2-cols .col-dx {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: auto;
  }
  .lanci-hp-2-cols .col-dx {
    padding: 0 0 0 2.5%;
  }
  .lanci-hp-2-cols:not(.lanci-hp-2-inverted) .col-sx,
  .lanci-hp-2-cols.lanci-hp-2-inverted .col-dx {
    padding: 200px 2.5% 0 0;
  }
  .lanci-hp-2-cols .caption {
    background: #fff;
    padding: 30px 40px;
    z-index: 1;
    width: 376px;
  }
  .lanci-hp-2-cols .col-sx .caption {
    margin-right: -200px;
  }
  .lanci-hp-2-cols .col-dx .caption {
    margin-left: -200px;
  }
  .lanci-hp-2-cols .col-sx a {
    order: 2;
  }
  .lanci-hp-2-cols.lanci-hp-2-inverted .col-sx {
    order: 2;
  }
  .lancio-hp-txt-sx .lancio-hp-caption {
    transform: translateX(50%);
    width: 397px;
    margin-top: 50px;
    margin-right: 0;
    padding: 29px 42px 55px;
  }
  .lancio-hp-txt-sx .lancio-hp-caption {
    width: 100%;
  }
  .lancio-hp-txt-dx .lancio-hp-caption {
    width: 150%;
  }
  .lancio-hp-txt-sx-big .lancio-hp-caption {
    width: 25%;
    margin-right: -120px;
    transform: none;
  }
  .lancio-hp-txt-sx-big .lancio-hp-img-wrap {
    width: 85%;
  }
  .lancio-hp-txt-sx-big .lancio-hp-img-wrap img {
    width: 100%;
  }
  .lancio-hp-txt-dx-big .lancio-hp-img-wrap {
    width: 85%;
  }
  .lancio-hp-txt-dx-big .lancio-hp-img-wrap img {
    width: 100%;
  }
  .lancio-hp-txt-dx-big .lancio-hp-caption {
    width: 25%;
  }
  .new-arrival-hp .mgs-products .owl-carousel .owl-nav > button.owl-next {
    right: 70px;
  }
  .insta-carousel .slick-slide {
    margin: 0 15px;
  }
  .hp-banner-full .txt-banner-full h3,
  .hp-banner-full .txt-banner-full a {
    font-size: 24px;
  }
  .hp-banner-full .txt-banner-full h2,
  .hp-banner-full .txt-banner-full .h2 {
    font-size: 64px;
  }
  .hp-banner-full .txt-banner-full a {
    line-height: 1.8;
  }
  .banner-top-text {
    height: 420px;
  }
  .banner-top-text h2 {
    font-size: 70px !important;
  }
  .banner-top-text h3 {
    font-size: 32px;
  }
  .hp-banner-full .txt-banner-full {
    bottom: 140px;
  }
  .catproduct-product-cat-block .slick-slider .slick-arrow {
    left: 70px !important;
  }
  .catproduct-product-cat-block .slick-slider .slick-arrow.slick-next {
    right: 70px !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns)._hover .dropdown-mega-menu {
    overflow: visible;
    padding-top: 30px;
    background: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:not(.menu-1columns)._hover .dropdown-mega-menu:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    height: 100%;
    width: calc(100vw - 17px);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-top: 1px solid #d3d3d3;
    opacity: 0.95;
  }
  .catalog-product-view .page-wrapper header.page-header {
    min-height: 90px;
  }
  .catalog-product-view header .top-header {
    height: auto !important;
    overflow: hidden;
  }
  body:not(.catalog-product-view) header.page-header .header-area:not(.start-stk) .logo {
    opacity: 0;
    width: 0;
    overflow: hidden;
    display: inline-block;
  }
  body:not(.catalog-product-view) header.page-header .header-area .logo-desk-not-sticky {
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 999;
    min-height: 0;
    transition: none;
    display: block;
    opacity: 0;
  }
  header.page-header .header-area.active-sticky {
    background: #fff;
    transition: none;
  }
  .page-wrapper .navigation {
    padding-left: 0;
    padding-right: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 {
    padding: 0 14px 0 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > a.level0 {
    font-size: 16px;
  }
  html #product-container .products-grid .items .product-item.widget-cat-double {
    flex: 0 0 calc((100% / 3)*2);
    max-width: calc((100% / 3)*2);
  }
  #side_guilde_modal .size-guide-table-wrap {
    display: flex;
    align-items: flex-start;
  }
  #side_guilde_modal .size-guide-table-wrap table {
    margin: 50px 40px 30px 10px;
  }
  #side_guilde_modal .size-guide-table-wrap-overflow {
    width: 45%;
  }
  .wrap-checkbox {
    padding: 50px;
    max-width: 700px;
    font-size: 13px;
  }
  .wrap-checkbox > p {
    font-size: 13px;
    margin-bottom: 16px;
  }
  body.cms-gennyvip #maincontent > .columns {
    max-width: 100vw !important;
  }
  div.page-wrapper > .page-bottom .block.newsletter .field.newsletter {
    width: 50%;
    margin-right: 25px;
  }
  div.page-wrapper > .page-bottom .block.newsletter .nl-fields-top {
    display: flex;
  }
  div.page-wrapper > .page-bottom .block.newsletter .gdpr_implicit_nl {
    margin-top: 10px;
  }
  div.page-wrapper > .page-bottom .block.newsletter .actions {
    width: 50%;
    display: block;
  }
  div.page-wrapper > .page-bottom .block.newsletter .action.subscribe {
    width: 100%;
  }
  .modal_logged_in_popup .loggedin-cms-block img {
    width: auto;
    max-width: none;
  }
  .product-underprice {
    display: flex;
    margin: 28px 0 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  section.nl-salesforce.nl-horizontal #nl-form {
    min-height: 112px;
  }
  section.nl-salesforce.nl-horizontal #form-fields {
    display: flex;
  }
  section.nl-salesforce.nl-horizontal fieldset {
    width: 50%;
    margin-right: 25px;
  }
  section.nl-salesforce.nl-horizontal .actions {
    display: flex;
    width: 50%;
  }
  section.nl-salesforce.nl-horizontal .form-check {
    margin-left: 30px;
    margin-top: 0px;
  }
  section.nl-salesforce.nl-vertical button[type="submit"].btn.btn-primary {
    width: 100%;
  }
  .cms-gennyvip #maincontent .nl-salesforce.nl-vertical {
    max-width: 44%;
  }
  .banner-sequence-single {
    min-height: 550px;
  }
  .banner-sequence-single img {
    height: 100%;
  }
}
@media all and (min-width: 1440px), print {
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    max-width: 66%;
    position: relative;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .row-bg-full h2.heading {
    margin-top: 120px;
    font-size: 41px !important;
  }
  span.cta-swipe-scroll {
    display: none;
  }
  #side_guilde_modal div.size-guide-table-wrap-overflow {
    width: 72%;
  }
  .checkout-cart-index .cart-container .shopping-cart-bottom {
    margin-top: 57px;
  }
  .checkout-cart-index .cart-right-col {
    margin-left: 40px;
    width: 35%;
  }
  .checkout-cart-index .form-wrap {
    width: calc(65% - 40px);
  }
  div.page-wrapper > .page-bottom .block.newsletter .actions {
    width: 50%;
    display: flex;
  }
  div.page-wrapper > .page-bottom .block.newsletter .gdpr_implicit_nl {
    margin-left: 30px;
    margin-top: 0px !important;
  }
  .catalog-product-view .page-main {
    padding-top: 0px;
  }
  .columns span.clerk div.clerk-slider .clerk-slider-nav.clerk-slider-nav-prev {
    margin-left: -28px;
    top: 42%;
    margin-top: 0;
  }
  .columns span.clerk div.clerk-slider .clerk-slider-nav.clerk-slider-nav-next {
    margin-right: -26px;
    top: 42%;
    margin-top: 0;
  }
  .columns span.clerk .slick-prev,
  #product-page-alternatives .slick-prev,
  #product-page-others-also-bought .slick-prev,
  #product-page-related-custom .slick-prev {
    top: 42%;
  }
  .columns span.clerk .slick-next,
  #product-page-alternatives .slick-next,
  #product-page-others-also-bought .slick-next,
  #product-page-related-custom .slick-next {
    top: 42%;
  }
  .block-popup-subscribe .nlpopup-bottom img {
    width: 50px;
  }
  .block-popup-subscribe .nlpopup-bottom .nl-icon-1 {
    width: 70px;
    transform: translateX(-4px);
  }
  body .modal_newsletter_popup.modal-slide .newsletter_popup .block-popup-subscribe .block-popup-content .newsletter-popup-form {
    margin: 12px 0 26px 0;
  }
  .block-popup-subscribe .nlpopup-bottom p,
  .block-popup-subscribe .nlpopup-bottom .row-icon {
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
  }
  .block-popup-subscribe .nlpopup-bottom p > div,
  .block-popup-subscribe .nlpopup-bottom .row-icon > div {
    width: 100px;
  }
  .block-popup-subscribe .nlpopup-bottom p > div + div,
  .block-popup-subscribe .nlpopup-bottom .row-icon > div + div {
    width: 120px;
    text-align: left;
    font-size: 13px;
  }
  .block-popup-subscribe .nlpopup-bottom img {
    width: 30px;
  }
  .block-popup-subscribe .nlpopup-bottom .nl-icon-1 {
    width: 42px;
    transform: translateX(-4px);
  }
  .block-popup-subscribe .nlpopup-bottom .nl-icon-2 {
    margin-bottom: 6px;
  }
}
