/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* phpcs:ignoreFile */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.nxt-additionalproducts {
  margin-top: 24px;
}
.nxt-additionalproducts .nxt-ap-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .nxt-additionalproducts .nxt-ap-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.nxt-additionalproducts .nxt-ap-card {
  border-top: 1px solid grey;
  padding-top: 16px;
}
.nxt-additionalproducts .nxt-ap-checkwrap {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.nxt-additionalproducts .nxt-ap-checkwrap input {
  display: none;
}
.nxt-additionalproducts .nxt-ap-checkvis {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border: 2px solid grey;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
.nxt-additionalproducts .nxt-ap-checkwrap input:checked + .nxt-ap-checkvis {
  border-color: #000000;
}
.nxt-additionalproducts .nxt-ap-checkwrap input:checked + .nxt-ap-checkvis:after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #000000;
}
.nxt-additionalproducts .nxt-ap-title {
  font-weight: 600;
}
.nxt-additionalproducts .nxt-ap-media {
  margin: 14px 0;
}
.nxt-additionalproducts .nxt-ap-media img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
}
.nxt-additionalproducts .nxt-ap-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  white-space: nowrap;
}
.nxt-additionalproducts .nxt-ap-price {
  font-weight: 600;
}
.nxt-additionalproducts .nxt-ap-qty .numberbox {
  max-width: 160px;
  display: inline-block;
}
.nxt-additionalproducts .nxt-ap-config {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}
.nxt-additionalproducts .nxt-ap--active .nxt-ap-title {
  color: #000000;
}
.nxt-additionalproducts .nxt-pdf-note {
  font-size: 12px;
  color: grey;
  margin-top: 4px;
}
.nxt-simplekit-wrapper {
  margin-top: 30px;
}
.nxt-simplekit-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nxt-simplekit-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.nxt-simplekit-image img {
  width: 80px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.nxt-simplekit-name {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}
.nxt-simplekit-qty {
  color: #e40000;
  font-weight: 700;
  margin-left: 5px;
}
.nxt-simplekit-sku {
  font-size: 13px;
  color: #777;
}
.freecouponpdf-wrapper {
  margin-top: 15px;
}
.magazine-section {
  padding: 26px 0;
  border-top: 1px solid grey;
}
.magazine-section:last-child {
  border-bottom: 1px solid darkgrey;
}
.magazine-grid {
  display: grid;
  grid-template-columns: 220px 180px 1fr 220px 220px;
  grid-template-areas: "title price select select select" "qty   qty   .      actions actions";
  align-items: center;
  column-gap: 24px;
  row-gap: 14px;
}
.magazine-col-title {
  grid-area: title;
}
.magazine-col-price {
  grid-area: price;
  text-align: center;
}
.magazine-col-select {
  grid-area: select;
  justify-self: baseline;
}
.magazine-col-qty {
  grid-area: qty;
}
.magazine-col-actions {
  grid-area: actions;
  justify-self: auto;
}
.magazine-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.magazine-price {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}
.magazine-subinfo {
  margin-top: 6px;
  font-size: 13px;
  color: grey;
}
.magazine-label {
  display: block;
  font-size: 13px;
  color: grey;
  margin-bottom: 6px;
}
.magazine-select {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  border: 1px solid darkgrey;
  padding: 0 16px;
  background: white;
}
.magazine-qty .label {
  font-size: 13px;
  color: grey;
  margin-right: 10px;
}
.magazine-qty .control.qty.numberbox {
  border-radius: 22px;
  overflow: hidden;
}
.magazine-qty input.qty {
  height: 44px;
}
.magazine-btn.action.primary {
  height: 44px;
  border-radius: 22px;
  padding: 0 22px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .magazine-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "price" "select" "qty" "actions";
    text-align: left;
  }
  .magazine-col-price {
    text-align: left;
  }
  .magazine-col-actions {
    justify-self: auto;
  }
  .magazine-col-actions .magazine-btn {
    width: 100%;
  }
}
.surtidos-selector {
  padding-top: 20px;
}
.surtidos-selector .surtidos-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.surtidos-selector .surtidos-list .surtido-item {
  text-align: center;
  max-width: 100px;
}
.surtidos-selector .surtidos-list .surtido-item a {
  display: block;
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
  transition: border-color 0.3s;
}
.surtidos-selector .surtidos-list .surtido-item a:hover {
  border-color: red;
}
.surtidos-selector .surtidos-list .surtido-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.surtidos-selector .surtidos-list .surtido-item .surtido-name {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.2;
}
#website-selector-container {
  width: 100vw;
  height: 100vh;
  background: url('../GrupoGuznel_WebsiteSelector/images/background-select-1025-1750.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#website-selector-container .logo-splash {
  margin-bottom: 20px;
}
#website-selector-container .logo-splash img {
  width: 200px;
  height: auto;
  display: block;
}
#website-selector-container #website-selector {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  width: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
#website-selector-container #website-selector label {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
#website-selector-container #website-selector select {
  width: 100%;
  padding: 0 8px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  margin-bottom: 20px;
}
#website-selector-container #website-selector button {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  background-color: #D80000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
#website-selector-container #website-selector button:hover {
  background-color: #B00000;
}
.header-add-links {
  display: flex;
}
.header-add-links .pd-row {
  margin-top: 3px;
}
.header-add-links #website-dropdown,
.header-add-links #storeview-dropdown {
  font-size: .9em;
  width: fit-content;
  border: none;
  background-image: none;
  color: #757575;
  height: auto;
  border-right: 1px solid currentColor;
  border-radius: 0;
  padding: 0 10px;
  margin-right: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  cursor: pointer;
}
.header-add-links #website-dropdown:focus,
.header-add-links #storeview-dropdown:focus {
  box-shadow: none;
  outline: none;
}
.header-add-links #website-dropdown option,
.header-add-links #storeview-dropdown option {
  background-color: #fff;
  color: #333;
}
.header-add-links #website-dropdown {
  margin-right: 5px;
  text-align: right;
}
.language-select-wrapper,
.website-select-wrapper {
  position: relative;
  display: inline-block;
}
.language-select-wrapper::after,
.website-select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #757575;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
/* MEDIA QUERIES */
@media all and (min-width: 768px), print {
  .mobile-only {
    display: none !important;
  }
  .abs-flex-min-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .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%;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    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;
  }
  .copyright-container {
    text-align: left;
  }
  .copyright-container .container {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .nav-swatch .swatch-color {
    transition: border-color 0.1s ease-out;
  }
  .no-touchevents .nav-swatch a:hover .swatch-colour {
    border-color: #e30613;
  }
}
@media all and (min-width: 768px) and (min-height: 680px) {
  .minicart__modal .block-content-footer {
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 30px;
    background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 992px), print {
  body {
    top: initial;
    padding-top: 0;
  }
  .mobile-laps-sm-only {
    display: none !important;
  }
  .panel.header {
    display: flex;
    flex-wrap: wrap;
  }
  .panel.header > .header-add-links {
    display: inline-flex;
    align-items: center;
  }
  .panel.header > .header-add-links .custom-website-select,
  .panel.header > .header-add-links .custom-language-select {
    font-size: .9em;
    color: #757575;
    border-right: 1px solid currentColor;
  }
  .panel.header > .header-add-links .custom-website-select .selected-option,
  .panel.header > .header-add-links .custom-language-select .selected-option {
    padding: 0 10px;
    text-align: right;
  }
  .panel.header > .header-add-links .custom-website-select .options-dropdown,
  .panel.header > .header-add-links .custom-language-select .options-dropdown {
    left: 0;
    margin-top: 5px;
    padding: 5px 0;
    text-align: left;
  }
  .panel.header > .header-add-links .custom-website-select .options-dropdown:before,
  .panel.header > .header-add-links .custom-language-select .options-dropdown:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
  }
  .panel.header > .header-add-links #website-dropdown,
  .panel.header > .header-add-links #storeview-dropdown {
    text-align: right;
    padding-right: 15px;
    font-size: .9em;
    width: fit-content;
    border: none;
    background-image: none;
    color: #757575;
    height: auto;
    border-right: 1px solid currentColor;
    border-radius: 0;
    padding: 0 10px;
    margin-right: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    cursor: pointer;
  }
  .panel.header > .header-add-links #website-dropdown:focus,
  .panel.header > .header-add-links #storeview-dropdown:focus {
    box-shadow: none;
    outline: none;
  }
  .panel.header > .header-add-links #website-dropdown option,
  .panel.header > .header-add-links #storeview-dropdown option {
    text-align: left;
    color: #333;
  }
  .panel.header > .switcher.currency {
    cursor: pointer;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
  }
  .panel.header > .switcher.currency .label.switcher-label {
    font-weight: normal;
  }
  .panel.header > .switcher.currency .dropdown.switcher-dropdown {
    width: 150px;
    background-color: #f6f4f1;
  }
  .panel.header > .switcher.currency .switcher-trigger strong {
    font-weight: normal;
  }
  .panel.header .header.links {
    flex-basis: 100%;
    order: 1;
    margin-top: 10px;
  }
  .panel.header .header.links .switcher-dropdown {
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
  }
  .panel.header .header.links .switcher-dropdown:before {
    content: '▲';
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #e30613;
    border-bottom: 5px solid #e30613;
    line-height: 2px;
    width: 100%;
    text-align: center;
  }
  .panel.header .header.links .switcher-dropdown a {
    border: none;
    background-color: transparent !important;
    padding: 5px 0;
    display: block;
    color: #000000;
  }
  .no-touchevents .panel.header .header.links .switcher-dropdown a:hover {
    color: #000000;
  }
  .panel.header .header.links .switcher-dropdown .active a {
    color: #e30613;
  }
  .no-touchevents .panel.header .header.links .switcher-dropdown .active a:hover {
    color: #e30613;
  }
  .panel.header .header.links .country .switcher-dropdown:before {
    width: 45px;
  }
  .desktop-only {
    display: block;
  }
  .desktop-currency-value {
    display: inline;
  }
  .mobile-currency-value {
    display: none;
  }
  #switcher-currency .switcher-trigger strong {
    font-weight: normal;
  }
  .custom-website-select,
  .custom-language-select,
  #switcher-currency {
    position: relative;
    cursor: pointer;
  }
  .custom-website-select .selected-option,
  .custom-language-select .selected-option,
  #switcher-currency .selected-option {
    padding: 0 10px;
  }
  .custom-website-select .options-dropdown,
  .custom-language-select .options-dropdown,
  #switcher-currency .options-dropdown,
  .custom-website-select .switcher-dropdown,
  .custom-language-select .switcher-dropdown,
  #switcher-currency .switcher-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 0 !important;
  }
  .custom-website-select .options-dropdown .option,
  .custom-language-select .options-dropdown .option,
  #switcher-currency .options-dropdown .option,
  .custom-website-select .switcher-dropdown .option,
  .custom-language-select .switcher-dropdown .option,
  #switcher-currency .switcher-dropdown .option,
  .custom-website-select .options-dropdown .switcher-option,
  .custom-language-select .options-dropdown .switcher-option,
  #switcher-currency .options-dropdown .switcher-option,
  .custom-website-select .switcher-dropdown .switcher-option,
  .custom-language-select .switcher-dropdown .switcher-option,
  #switcher-currency .switcher-dropdown .switcher-option {
    padding: 8px 15px;
    text-align: left;
  }
  .custom-website-select .options-dropdown .option a,
  .custom-language-select .options-dropdown .option a,
  #switcher-currency .options-dropdown .option a,
  .custom-website-select .switcher-dropdown .option a,
  .custom-language-select .switcher-dropdown .option a,
  #switcher-currency .switcher-dropdown .option a,
  .custom-website-select .options-dropdown .switcher-option a,
  .custom-language-select .options-dropdown .switcher-option a,
  #switcher-currency .options-dropdown .switcher-option a,
  .custom-website-select .switcher-dropdown .switcher-option a,
  .custom-language-select .switcher-dropdown .switcher-option a,
  #switcher-currency .switcher-dropdown .switcher-option a {
    text-decoration: none;
  }
  .custom-website-select .options-dropdown .option:hover,
  .custom-language-select .options-dropdown .option:hover,
  #switcher-currency .options-dropdown .option:hover,
  .custom-website-select .switcher-dropdown .option:hover,
  .custom-language-select .switcher-dropdown .option:hover,
  #switcher-currency .switcher-dropdown .option:hover,
  .custom-website-select .options-dropdown .switcher-option:hover,
  .custom-language-select .options-dropdown .switcher-option:hover,
  #switcher-currency .options-dropdown .switcher-option:hover,
  .custom-website-select .switcher-dropdown .switcher-option:hover,
  .custom-language-select .switcher-dropdown .switcher-option:hover,
  #switcher-currency .switcher-dropdown .switcher-option:hover {
    background: #f5f5f5;
  }
  .custom-website-select .options-dropdown .option.active,
  .custom-language-select .options-dropdown .option.active,
  #switcher-currency .options-dropdown .option.active,
  .custom-website-select .switcher-dropdown .option.active,
  .custom-language-select .switcher-dropdown .option.active,
  #switcher-currency .switcher-dropdown .option.active,
  .custom-website-select .options-dropdown .switcher-option.active,
  .custom-language-select .options-dropdown .switcher-option.active,
  #switcher-currency .options-dropdown .switcher-option.active,
  .custom-website-select .switcher-dropdown .switcher-option.active,
  .custom-language-select .switcher-dropdown .switcher-option.active,
  #switcher-currency .switcher-dropdown .switcher-option.active {
    font-weight: bold;
    background: #f0f0f0;
  }
  .custom-website-select.active .options-dropdown,
  .custom-language-select.active .options-dropdown,
  #switcher-currency.active .options-dropdown {
    display: block;
  }
  .breadcrumbs {
    display: block;
    padding: 24px 15px;
  }
  .breadcrumbs .item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
  .breadcrumbs .item:not(:last-child):after {
    content: '>';
    display: inline-block;
    margin: 0 13px;
  }
  .breadcrumbs a {
    transition: color 0.2s ease-out;
  }
  .no-touchevents .breadcrumbs a:hover {
    color: #e30613;
    text-decoration: none;
  }
  .website-switcher {
    position: relative;
  }
  .website-switcher.active .dropdown-switcher {
    transform: translate3d(-50%, 5px, 0);
  }
  .website-switcher .dropdown-switcher {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 15px, 0);
    min-width: 124px;
    padding: 6px 10px;
    font-size: 1.3rem;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 #bdc3c7;
  }
  .website-switcher .dropdown-switcher .option:not(:last-child) {
    margin-bottom: 4px;
  }
  .website-switcher .dropdown-switcher .item {
    width: max-content;
  }
  .website-switcher .dropdown-switcher span:after {
    content: '-';
  }
  .website-switcher .dropdown-switcher img {
    margin-left: 4px;
    width: 25px;
  }
  .sticky-nav .minicart-wrapper {
    position: fixed;
    top: 12px;
    right: 15px;
    z-index: 101;
  }
  .sticky-nav .minicart-wrapper .showcart {
    padding: 0;
    border-right: 0;
  }
  .page-footer .newsletter {
    padding: 0;
  }
  form.subscribe {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  form.subscribe .title {
    margin: 7px 15px 0 0;
  }
  form.subscribe .field.email {
    margin-top: 0;
    width: 195px;
  }
  form.subscribe .field.accept {
    margin-top: 10px;
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
  }
  .newsletter .actions {
    margin: 0 0 0 10px;
  }
  .block-search {
    display: block;
    text-align: center;
  }
  .block-search__trigger {
    display: none !important;
  }
  .block-search__content {
    display: block !important;
    width: 140px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    position: static;
  }
  .block-search .field {
    margin: 0;
  }
  .block-search input[type="text"] {
    margin-bottom: 12px;
  }
  html:not(.sticky-nav) .block-search {
    position: static;
    z-index: 10;
  }
  html:not(.sticky-nav) .block-search__trigger {
    display: none;
  }
  html:not(.sticky-nav) .block-search__content {
    display: block;
    width: auto;
  }
  .sticky-nav .block-search {
    position: fixed;
    z-index: 101;
    top: 13px;
    right: 50px;
  }
  .sticky-nav .block-search__trigger.active {
    display: none;
  }
  .sticky-nav .block-search__content {
    margin-top: -3px;
  }
  .sticky-nav .block-search .search-autocomplete {
    right: -15px;
    left: auto;
    top: 100%;
  }
  .panel.header {
    display: block;
    width: auto;
    border: none;
    padding-top: .75em;
    align-self: start;
    margin-left: 0;
    margin-right: 0;
  }
  .page-header-top {
    position: relative;
    z-index: 16;
    background-color: #ffffff;
  }
  .page-header-top .container {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .page-header-top .block-search {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    max-width: 450px;
  }
  .page-header .logo {
    width: 127px;
  }
  .header.links {
    margin: 18px 0 0;
    font-size: 2.2rem;
    line-height: 1;
    width: 192px;
    margin-left: auto;
  }
  .header.links svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
  }
  .header-add-links ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
    padding: 0 15px;
    margin: 0 -1em;
    font-size: .9em;
    line-height: 1;
    list-style: none;
  }
  .header-add-links li {
    margin-left: auto;
    padding: 0 .75em;
    border-right: 1px solid currentColor;
    color: #757575;
  }
  .header-add-links li:last-child {
    border-right: 0;
  }
  .wishlist .link-icon .counter {
    top: .9em;
  }
  .minicart-wrapper .link-icon .counter {
    top: .8em;
  }
  .sticky-nav .page-header-top .logo {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 15px;
    width: 100px;
    padding: 8px 0;
  }
  .footer.content ul {
    font-size: 1.5rem;
    display: block !important;
    height: auto !important;
    margin-bottom: 16px;
  }
  .page-footer .column {
    width: 20%;
    padding: 0 10px;
  }
  .page-footer .column a:before {
    top: 7px;
  }
  .page-footer .title-link {
    padding-bottom: 7px;
  }
  .page-footer .collapsible {
    margin-bottom: 30px;
  }
  .page-footer .collapsible:last-child {
    margin-bottom: 0;
  }
  .footer-bottom {
    border-top: 1px solid #bdc3c7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .footer-bottom .socials {
    text-align: left;
  }
  .footer.content .footer-bottom .socials {
    margin-bottom: 0;
  }
  ol.footer-payments {
    margin: 0 1em;
  }
  .nav-sections {
    position: relative;
    z-index: 10;
    padding: 0 15px;
    background-color: #f6f4f1;
  }
  .sticky-nav .nav-sections {
    z-index: 14;
  }
  .main-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .no-touchevents .main-menu a:not([href="#"]):hover {
    color: #e30613;
  }
  .main-menu a[href="#"] {
    pointer-events: none;
    cursor: initial;
    text-decoration: none !important;
  }
  .main-menu .level0 > a {
    padding: 1em;
    font-size: 1.4rem;
    display: block;
    line-height: 25px;
    text-decoration: none !important;
    letter-spacing: 2px;
  }
  .main-menu .level1 > a {
    font-weight: 700;
    display: block;
    margin-bottom: .5em;
    line-height: 1.1;
  }
  .main-menu .level1.parent > a {
    padding-bottom: .33em;
    border-bottom: 1px solid #f6f4f1;
  }
  .main-menu .level1 .submenu {
    font-size: .85em;
  }
  .main-menu .level1 .submenu:after {
    content: '';
    display: block;
    clear: both;
  }
  .main-menu .level2 > a {
    display: inline-block;
    margin-bottom: .5em;
  }
  .main-menu .level2.parent > a {
    display: block;
    padding-bottom: .33em;
    border-bottom: 1px solid #f6f4f1;
    font-weight: 500;
  }
  .main-menu .level2 .submenu {
    font-size: .9em;
  }
  .main-menu .level3 {
    margin-bottom: .5em;
  }
  .main-menu .has-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
    margin: 0 -15px;
  }
  .main-menu .has-columns .category-item.parent ~ .category-item > a {
    font-weight: 500;
  }
  .main-menu .column {
    padding: 0 15px;
  }
  .main-menu .column > ul > .parent {
    margin-bottom: 20px;
  }
  .main-menu .level0.has-columns {
    margin: 0 -20px;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main-menu .level0.has-active .level-top,
  .main-menu .level0.active .level-top {
    color: #e30613;
    padding-bottom: calc(1em - 3px);
  }
  html:not(.sticky-nav) .main-menu .level0.has-active .level-top,
  html:not(.sticky-nav) .main-menu .level0.active .level-top {
    border-bottom: 3px solid currentColor;
  }
  .main-menu .level0.js-hovered {
    background-color: #ffffff;
  }
  .main-menu .level0 > .column {
    padding: 0 15px;
    -webkit-flex-basis: 190px;
    flex-basis: 190px;
  }
  .main-menu .level0 > .column::nth-child(2) {
    flex-basis: 120px;
  }
  .main-menu .nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 3px solid #f6f4f1;
    z-index: 11;
    padding: 20px 0 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  }
  .main-menu .nav-dropdown > .submenu {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .main-menu .js-hovered > .nav-dropdown {
    opacity: 1;
    visibility: visible;
  }
  .main-menu .js-hovered .submenu {
    opacity: 1;
    visibility: visible;
  }
  .main-menu .js-hovered .container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .main-menu .top-title {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .sticky-nav .navigation {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #f6f4f1;
    z-index: 150;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .sticky-nav .page-header-top {
    padding-bottom: 53px;
    position: static;
  }
  .nav-swatch {
    float: left;
  }
  .nav-swatch ~ :not(.nav-swatch) {
    clear: both;
    padding-left: .25em;
  }
  .sticky-nav .header-info-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 14;
    transition: top .2s;
  }
}
@media all and (min-width: 1024px), print {
  .mobile-laps-only {
    display: none !important;
  }
  .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;
  }
  .ws_embed_sms_notification {
    max-width: 1015px;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 9%;
    font-size: 14px;
  }
  .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%;
  }
  #mageplaza-betterpopup-block #mp-popup-template3 {
    display: flex;
  }
  #mageplaza-betterpopup-block .tmp3-img-content {
    flex-shrink: 0;
  }
  #mageplaza-betterpopup-block .tmp3-img-content img {
    width: 100%;
  }
  #mageplaza-betterpopup-block .tmp3-text-content {
    padding: 30px 4% 10px;
    overflow: auto;
  }
}
@media all and (min-width: 1280px), print {
  .sticky-nav .minicart-wrapper {
    top: 15px;
  }
  .sticky-nav .header .svg-icon--basket {
    width: 25px;
  }
  .block-search__content {
    width: 180px;
  }
  .sticky-nav .block-search {
    top: 17px;
  }
  .sticky-nav .block-search__content {
    margin-top: -4px;
  }
  .main-menu .level0 > a {
    font-size: 1.6rem;
  }
  .main-menu .level0 > .column {
    padding: 0 40px;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .main-menu .level0 > .column::nth-child(2) {
    flex-basis: auto;
  }
  .nav-swatch:nth-child(5n+2) {
    clear: left;
  }
  .sticky-nav .page-header-top {
    padding-bottom: 53px;
  }
}
@media all and (min-width: 1440px), print {
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .block-search__content {
    width: 250px;
  }
}
