@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900.less');
/**
 * 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.
 */
.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;
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #f6b436;
}
@media all and (min-width: 980px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
@charset "UTF-8";
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
/**
 * 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%;
  }
}
@media only screen and (max-width: 980px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 980px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
/*
@screen__xxs: 320px;
@screen__xs: 480px;
@screen__s: 640px;
@screen__m: 980px;
@screen__l: 1024px;
@screen__xl: 1440px;
*/
.nav-toggle:before {
  color: #f6b436;
}
.nav-toggle:hover:before {
  color: #f6b436;
}
.navigation .ui-menu.level2.submenu {
  display: none !important;
}
@media (max-width: 980px) {
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    margin-top: 0;
    padding: 0;
  }
  html .navigation {
    grid-area: area-menu;
  }
  html .navigation a {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  html .navigation .ui-menu {
    background: #fff;
    position: static;
  }
  html .navigation .ui-menu .level0 {
    float: none;
    margin-right: 0;
    padding-left: 5px;
    border-top: none;
  }
  html .navigation .ui-menu .level0.nav-1 a.level-top {
    background-position: calc(0px * 0.5) 0;
  }
  html .navigation .ui-menu .level0.nav-2 .level-top {
    background-position: calc(-400px * 0.5) 0;
  }
  html .navigation .ui-menu .level0.nav-3 .level-top {
    background-position: calc(-300px * 0.5) 0;
  }
  html .navigation .ui-menu .level0.nav-4 .level-top {
    background-position: calc(-500px * 0.5) 0;
  }
  html .navigation .ui-menu .level0.nav-5 .level-top {
    background-position: calc(-100px * 0.5) 0;
  }
  html .navigation .ui-menu .level0.submenu {
    right: 0px;
    padding: 10px 0 20px;
    z-index: 1;
    width: 100%;
    position: absolute;
    overflow: hidden;
  }
  html .navigation .ui-menu .level0.submenu > li {
    float: none;
  }
  html .navigation .ui-menu .level0.submenu > li.level1 a {
    padding: 10px 15px;
  }
  html .navigation .ui-menu .level0 .level-top {
    background-color: #f2f2f2;
    background-image: url(../images/iconos.svg);
    background-repeat: no-repeat;
    background-size: calc(1000px * 0.5) calc(900px * 0.5);
    display: block;
    height: 100px;
    transition: background-color 0.5s;
    width: 100px;
  }
  html .navigation .ui-menu .level0 .level-top:hover {
    background-color: #f6b436;
    background-position-y: calc(-100px * 0.5);
  }
  html .navigation .ui-menu ul.level0 li.level1 > a {
    text-transform: uppercase;
    color: #f6b436;
    font-weight: 600;
    line-height: 16px;
    font-size: 14px;
  }
  .navigation .ui-menu .level0.nav-5 .level-top.ui-state-active + .level0.submenu,
  .navigation .ui-menu .level0 .level-top.ui-state-active + .level0.submenu {
    border-bottom: none;
  }
  .navigation .ui-menu .level0.nav-5 .level-top:after,
  .navigation .ui-menu .level0 .level-top:after {
    display: none;
  }
  .navigation .ui-menu .level0.nav-5 .level-top span:not(.ui-menu-icon),
  .navigation .ui-menu .level0 .level-top span:not(.ui-menu-icon) {
    position: absolute;
    top: 50%;
    left: 70px;
    padding-top: 0;
    transform: translateY(-50%);
  }
  li.level0:has(> a[href*="novedades.html"]),
  li.level0:has(> a[href*="ofertas.html"]) {
    display: none !important;
  }
}
@media (min-width: 980px) {
  html .page-header .nav-sections {
    margin-top: -75px;
    text-align: right;
  }
  html .page-header .nav-sections .nav-sections-item-content {
    background-color: #fff;
  }
  html .navigation,
  html .navigation ul,
  html .navigation div {
    background: #fff;
  }
  html .navigation {
    padding: 0 14px;
  }
  html .navigation ul {
    padding: 0;
  }
  html .navigation ul.level1 {
    z-index: -1;
  }
  html .navigation li.level0 {
    position: unset;
    margin: 0 6px 0 0;
    padding: 0;
  }
  html .navigation li.level0.parent > .level-top {
    padding-right: 0;
  }
  html .navigation li.level0.parent > .level-top > .ui-menu-icon {
    display: none;
  }
  html .navigation li.level0.nav-1 a.level-top {
    background-position: calc(0px * 1) 0;
  }
  html .navigation li.level0.nav-2 a.level-top {
    background-position: calc(-400px * 1) 0;
  }
  html .navigation li.level0.nav-3 a.level-top {
    background-position: calc(-200px * 1) 0;
  }
  html .navigation li.level0.nav-4 a.level-top {
    background-position: calc(-100px * 1) 0;
  }
  html .navigation li.level0.nav-5 a.level-top {
    background-position: calc(-300px * 1) 0;
  }
  html .navigation li.level0.nav-6 {
    display: none;
  }
  html .navigation li.level0.nav-7 {
    display: none;
  }
  html .navigation li.level0 a.level-top {
    background-color: #f2f2f2;
    background-image: url(../images/iconos.svg);
    background-repeat: no-repeat;
    background-size: calc(1000px * 1) calc(900px * 1);
    display: block;
    height: 100px;
    transition: background-color 0.5s;
    width: 100px;
  }
  html .navigation li.level0 a.level-top:hover {
    background-color: #f6b436;
    background-position-y: calc(-100px * 1);
  }
  html .navigation li.level0 .submenu {
    left: -218px !important;
    width: 122%;
    max-width: 1242px;
    text-align: left;
    z-index: 2;
    border: none;
    box-shadow: none;
    padding: 15px 0px;
  }
  html .navigation li.level0 .submenu:before {
    top: 0px;
    background-color: #f6b436;
  }
  html .navigation li.level1 {
    width: 20%;
    float: left;
  }
  html .navigation li.level1 .submenu {
    display: block !important;
    position: relative;
    width: auto;
    min-width: 200px;
    text-align: left;
    z-index: 2;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  html .navigation li.level1 .submenu:before {
    background-color: #fff;
  }
  html .navigation .level0 .submenu li.parent > a > .ui-menu-icon::after {
    content: none;
  }
}
@media (min-width: 1024px) {
  .page-header .nav-sections {
    margin-top: -168px;
  }
  .navigation li.level0 a.level-top {
    width: 100px;
    height: 100px;
  }
  .navigation li.level0.nav-1 a.level-top {
    background-position: calc(0px * 1) 0;
  }
  .navigation li.level0.nav-2 a.level-top {
    background-position: calc(-400px * 1) 0;
  }
  .navigation li.level0.nav-3 a.level-top {
    background-position: calc(-200px * 1) 0;
  }
  .navigation li.level0.nav-4 a.level-top {
    background-position: calc(-100px * 1) 0;
  }
  .navigation li.level0.nav-5 a.level-top {
    background-position: calc(-300px * 1) 0;
  }
}
@media (min-width: 980px) {
  .navigation .ui-menu {
    position: static;
  }
  .navigation .ui-menu .level1 .submenu {
    left: 0px !important;
  }
}
@media (min-width: 980px) {
  .navigation .ui-menu li.level0.nav-5 .submenu {
    height: 490px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.navigation .ui-menu li.level0.nav-5 li.level1 > a {
  display: block;
  line-height: normal;
  color: #67635f;
  padding: 2px 20px;
  text-transform: none;
}
.navigation .ui-menu li.level0.nav-5 li.level1 > a:hover {
  color: #333;
}
@media only screen and (max-width: 979px) {
  .navigation .ui-menu li.level0.nav-5 .level1 > a {
    font-size: 1.6rem;
    font-weight: normal;
  }
}
@media (min-width: 980px) {
  .navigation .ui-menu li.level0.nav-5 .submenu li:after {
    background: #67635f;
    content: '';
    display: block;
    position: relative;
    width: 90%;
    height: 1px;
    left: 12px;
  }
  .navigation .ui-menu .level1 .submenu a,
  .navigation .ui-menu .level0 .submenu a {
    padding: 2px 12px;
  }
}
.toolbar-products {
  position: relative !important;
}
.toolbar-products .toolbar-amount,
.toolbar-products .toolbar-sorter,
.toolbar-products .limiter {
  display: none !important;
}
.toolbar-products .pages {
  text-align: center !important;
  width: 100% !important;
  display: block !important;
  margin: 0px 0 70px 0 !important;
}
.toolbar-products .pages .page,
.toolbar-products .pages .pages-item-next,
.toolbar-products .pages .pages-item-previous {
  background: #E8E6E5 !important;
  font-size: 14px !important;
  line-height: 3rem !important;
  letter-spacing: normal !important;
  color: #f6b436 !important;
  display: inline-block !important;
  font-weight: 700 !important;
  padding: 0 5px !important;
  width: 3rem !important;
}
.toolbar-products .pages strong.page {
  background: #f6b436 !important;
  color: #fff !important;
}
.toolbar-products .pages .page:hover {
  background: #f6b436 !important;
  color: #fff !important;
}
.toolbar-products:last-child .pages {
  margin: 30px 0 15px 0 !important;
}
.toolbar-products:last-child .pages {
  margin: 30px 0 15px 0 !important;
}
.order-actions-toolbar {
  display: none;
}
.order-comments {
  display: none;
}
.order-details-items .order-title > strong {
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .block-search {
    width: 255px;
  }
}
@media (min-width: 1440px) {
  .block-search {
    width: 300px;
  }
}
body {
  background: #f8f8f8;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  display: none !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: block !important;
  transform: none !important;
  width: auto !important;
  max-width: 100vw !important;
}
@media only screen and (max-width: 980px) {
  body.catalog-product-view .breadcrumbs {
    display: block !important;
    margin-bottom: 0;
  }
  body.catalog-product-view .breadcrumbs .items:has( > :nth-child(3)) {
    margin-top: 60px;
    margin-bottom: 0;
  }
  body.catalog-product-view .breadcrumbs .items .item.category:nth-last-of-type(2)::after {
    display: none;
  }
  body.catalog-product-view .breadcrumbs .items .item.product {
    display: none;
  }
}
.fotorama__wrap--slide .fotorama__stage__frame {
  background: #fff !important;
}
.fotorama__img {
  transform: none !important;
  left: 0% !important;
  top: 0% !important;
  position: static !important;
}
.checkout-index-index .form.methods-shipping .col-method:not(:first-child)::before,
.checkout-index-index .form.payments .payment-method-title label::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 43px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.checkout-index-index .form.methods-shipping .col-method:not(:first-child) {
  width: 275px;
  position: relative;
  padding-left: 110px;
}
.checkout-index-index .form.methods-shipping .col-method:not(:first-child)::before {
  left: 0;
  top: 10px;
}
.checkout-index-index .form.methods-shipping .col-method:not(:first-child)#label_method_freeshipping_freeshipping::before {
  background-image: url("../images/checkout/shipping/freeshipping.png");
}
.checkout-index-index .form.methods-shipping .col-method:not(:first-child)#label_method_27_nacexshippingmethod::before {
  background-image: url("../images/checkout/shipping/nacex.png");
}
.checkout-index-index .form.methods-shipping .col-method:not(:first-child)#label_method_bestway_tablerate::before {
  background-image: url("../images/checkout/shipping/correos.png");
}
.checkout-index-index .form.payments .payment-method-title label {
  position: relative;
}
.checkout-index-index .form.payments .payment-method-title label::after {
  left: 50px;
}
.checkout-index-index .form.payments .payment-method-title label[for="redsys_bizum"]::after {
  background-image: url("../images/checkout/payment/bizum.png");
}
.checkout-index-index .form.payments .payment-method-title label[for="banktransfer"]::after {
  background-image: url("../images/checkout/payment/banktransfer.png");
}
.checkout-index-index .form.payments .payment-method-title label[for="redsys"]::after {
  background-image: url("../images/checkout/payment/redsys.png");
}
.checkout-index-index .form.payments .payment-method-title label[for="paypal_express"]::after {
  background-image: url("../images/checkout/payment/paypal_express.jpeg");
}
.checkout-index-index .form.payments .payment-method-title label[for="paypal_express"] img {
  display: none;
}
.checkout-index-index .form.payments .payment-method-title label[for="cashondelivery"]::after {
  background-image: url("../images/checkout/payment/cashondelivery.jpeg");
}
.checkout-index-index .form.payments .payment-method-title label[for="free"]::after {
  background-image: url("../images/checkout/payment/free.png");
}
.checkout-index-index .form.payments .payment-method-title label span {
  margin-left: 110px;
}
@media all and (min-width: 980px) {
  .amcheckout-items .amcheckout-method {
    margin-bottom: 20px !important;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > p {
    margin-bottom: 20px !important;
  }
  .authentication-wrapper aside.authentication-dropdown {
    max-width: 40%;
    min-width: 500px;
    left: 0;
  }
}
.checkout-container {
  position: relative;
}
.checkout-container .authentication-wrapper {
  text-align: left;
  float: left;
  margin-top: 0;
  margin-bottom: 15px;
  width: 100%;
  background: #E8E6E5;
  max-width: unset;
  padding: 10px;
  box-sizing: border-box;
}
.checkout-container .authentication-wrapper::before {
  content: "Si ya tienes cuenta ";
}
.checkout-container .authentication-wrapper .action-auth-toggle {
  background: none !important;
  color: #f6b436 !important;
  padding: 0 !important;
  font-weight: bold;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  font-size: 1.5rem;
  margin-top: -3px;
}
.checkout-container .authentication-wrapper .action-auth-toggle::before {
  content: "entra";
}
.checkout-container .authentication-wrapper .action-auth-toggle span {
  display: none;
}
.checkout-container .amcheckout-summary-container .amcheckout-title {
  background: #f6b436 !important;
}
.checkout-index-index .checkout-header {
  margin-bottom: 50px;
  width: 100%;
  top: 110px;
  text-align: center;
}
.checkout-index-index .checkout-header h1 {
  letter-spacing: 10px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Source Sans Pro';
  font-size: 22px;
  padding: 20px 0;
  margin-bottom: 0;
}
.checkout-index-index .checkout-header:before {
  content: "";
  display: block;
  height: 0;
  margin: 0 auto;
  border-top: 2px solid #67635f;
  width: 280px;
}
.checkout-index-index .checkout-header:after {
  content: "";
  display: block;
  height: 0;
  margin: 0 auto;
  border-top: 2px solid #67635f;
  width: 280px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  padding: 0;
}
.amcheckout-step-container .checkout-billing-address button.action.action-update {
  float: left;
}
.amcheckout-step-container .checkout-billing-address button.action.action-cancel {
  background: #f6b436;
  color: #fff;
}
.amcheckout-step-container .checkout-billing-address .field-select-billing {
  margin-top: 10px;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: table;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items {
  display: table-row-group;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  display: table-row;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #f6b436 !important;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items-wrapper {
  overflow-x: unset;
  padding: 0px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  width: fit-content;
  padding: 0px 15px;
  background: #eeeeee !important;
  border: 1px solid #cccccc !important;
  color: #333333 !important;
  font-size: 1.1rem;
}
.amcheckout-step-container .amcheckout-title {
  background-color: #f6b436;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  color: #fff;
  border: 2px solid #fff;
  background: none !important;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: center;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: center;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 20px;
}
#checkout .message.error {
  margin: 0 0 20px;
  padding: 25px 40px 25px 25px !important;
  text-align: center;
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  outline: 9999px solid rgba(0, 0, 0, 0.5);
  z-index: 100;
}
#checkout .message.error:after {
  content: '\e616';
  font-family: 'luma-icons';
  position: absolute;
  top: 21px;
  right: 10px;
  display: block;
  padding: 2px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  width: 40px;
  height: auto;
  color: #000;
  background-color: transparent;
  cursor: pointer;
  color: #721c25;
}
#checkout .message.error > *:first-child:before {
  top: auto !important;
  margin: 0px !important;
}
#cs-messages-checkout .message-error.error.message {
  margin: 0 0 20px;
  padding: 25px 40px 25px 25px !important;
  text-align: center;
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  outline: 9999px solid rgba(0, 0, 0, 0.5);
  z-index: 100;
}
#cs-messages-checkout .message-error.error.message > *:first-child:before {
  position: relative;
  top: 0px;
}
#cs-messages-checkout .message-error.error.message:after {
  content: '\e616';
  font-family: 'luma-icons';
  position: absolute;
  top: 21px;
  right: 10px;
  display: block;
  padding: 2px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  width: 40px;
  height: auto;
  color: #000;
  background-color: transparent;
  cursor: pointer;
  color: #721c25;
}
.login-container .fieldset:after {
  display: none !important;
}
html .catalog-product-view .columns {
  padding-top: 25px;
}
html .page-products .columns {
  padding-top: 0;
}
html .page-products .page-title-wrapper,
html .catalog-product-view .page-title-wrapper {
  margin-top: 65px;
}
html .page-products .page-title-wrapper {
  margin-bottom: 65px;
}
html .page-products .category-image,
html .catalog-product-view .category-image {
  border: 15px solid #ffffff;
}
html .page-products .category-image.icon {
  border: 0;
}
html .page-products .category-image .image,
html .catalog-product-view .category-image .image {
  border: none;
  margin-bottom: 0;
}
html .page-products .product-item-info,
html .catalog-product-view .product-item-info {
  width: 100%;
}
html .products-grid .product-items,
html .products-grid .product-item {
  display: flex;
  flex-wrap: wrap;
}
html .products-grid .product-item {
  position: relative;
  margin-bottom: 2%;
  background: #fff;
  overflow-y: hidden;
}
html .products-grid .product-item .badges {
  position: absolute;
  z-index: 100;
}
html .products-grid .product-item .badges .label-new,
html .products-grid .product-item .badges .label-specialprice,
html .products-grid .product-item .badges .label-pegi {
  display: inline-block;
  margin: 0;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  height: 42px;
  box-sizing: border-box;
  float: left;
}
html .products-grid .product-item .badges .label-new {
  background-color: #9CAD44;
}
html .products-grid .product-item .badges .label-specialprice {
  background-color: #9979A1;
}
html .products-grid .product-item .badges .label-pegi {
  background-color: #f6b436;
  top: 42px;
  position: absolute;
  left: 0;
  width: auto;
  white-space: nowrap;
  text-align: center;
}
html .products-grid .product-item .product-item-photo {
  display: block;
  padding: 0 8px;
}
html .products-grid .product-item .product-item-name {
  padding: 0 8px;
  hyphens: none;
  -webkit-hyphens: none;
}
html .products-grid .product-item .product-item-name .product-item-link {
  font-weight: 600;
  line-height: 16px;
}
html .products-grid .product-item .product-item-details {
  margin-bottom: 40px;
}
html .products-grid .product-item .product-item-price-actions {
  width: 100%;
  margin-top: auto;
}
html .products-grid .product-item .product-item-price-actions > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .products-grid .product-item .product-item-actions .towishlist {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #e8e6e5;
  font-size: 18px;
  line-height: 41px;
  width: 41px;
}
html .products-grid .product-item .product-item-actions .towishlist:before {
  color: #fff;
}
html .products-grid .product-item .product-item-actions .towishlist:hover:before {
  color: #ff5a5d;
}
html .products-grid .product-item .product-item-actions .tocompare {
  display: none;
}
html .products-grid .product-item .product-item-actions .actions-secondary {
  display: block;
}
html .products-grid .product-item .price-box {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
}
html .products-grid .product-item .price-container .price {
  font-weight: 600;
  color: #2e2925;
  font-size: 18px;
}
html .products-grid .product-item .old-price .price {
  font-weight: 300;
  color: #bbb8b6;
  text-decoration: line-through;
}
html .products-grid .product-item .tocart,
html .products-grid .product-item .stock.unavailable {
  padding: 9px;
}
html .products-grid .product-item .tocart {
  display: inline-block;
  text-decoration: none;
}
html .products-grid .product-item .tocart > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html .products-grid .product-item .tocart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: inherit;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
html .products-grid .product-item .tocart:hover:before {
  color: inherit;
}
html .products-grid .product-item .tocart:active:before {
  color: inherit;
}
html .products-grid .product-item .stock.unavailable {
  background-color: #ff5959;
  color: #fff;
  text-decoration: none;
  padding: 0px;
  flex: 1 10%;
}
html .products-grid .product-item .stock.unavailable > span  {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html .products-grid .product-item .stock.unavailable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 23px;
  width: 40px;
  height: 43px;
  color: inherit;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  speak: none;
  background: url(../images/sprite.svg) -225px -490px no-repeat;
  content: '';
}
html .products-grid .product-item .stock.unavailable:hover:before {
  color: inherit;
}
html .products-grid .product-item .stock.unavailable:active:before {
  color: inherit;
}
html .block-viewed-products-grid .products-recently-viewed .product-item-details .product-item-name {
  min-width: 291px;
}
@media (min-width: 640px) {
  html .products-grid .product-item {
    margin-left: 8px !important;
    margin-bottom: 8px;
  }
  html .products-grid .product-item .product-item-info.active,
  html .products-grid .product-item .product-item-info:hover {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    z-index: 0;
  }
  html .products-grid .product-item .product-item-info:not(:hover) .product-item-inner,
  html .products-grid .product-item .product-item-info:not(.active) .product-item-inner {
    position: static;
    width: auto;
    height: auto;
    overflow: auto;
    margin: 0;
  }
  html .products-grid .product-item .product-item-inner {
    position: static;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
  }
  html .products-grid .product-item .product-item-actions {
    margin: 0;
  }
}
@media (min-width: 768px) {
  html .page-products.page-layout-1column .products-grid .product-item,
  html .catalog-product-view.page-layout-1column .products-grid .product-item {
    padding: 0;
  }
  html .page-products.page-layout-1column .products-grid .product-item .product-item-name,
  html .catalog-product-view.page-layout-1column .products-grid .product-item .product-item-name {
    padding: 0 15px;
  }
  html .page-products.page-layout-1column .products-grid .product-item .price-box,
  html .catalog-product-view.page-layout-1column .products-grid .product-item .price-box {
    padding-left: 15px;
  }
  html .page-products.page-layout-1column .products-grid .product-item .price-container .price,
  html .catalog-product-view.page-layout-1column .products-grid .product-item .price-container .price {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html .page-products.page-layout-1column .products-grid .product-item,
  html .catalog-product-view.page-layout-1column .products-grid .product-item {
    width: calc(32%);
    margin-left: 1.333% !important;
    margin-bottom: 1.333%;
  }
  html .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  html .catalog-product-view.page-layout-1column .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  html .page-products.page-layout-1column .category-image,
  html .catalog-product-view .page-layout-1column .category-image {
    border: none;
  }
  html .page-products.page-layout-1column .category-image .image,
  html .catalog-product-view.page-layout-1column .category-image .image {
    border: 15px solid #ffffff;
  }
  html .page-products.page-layout-1column .category-image.icon {
    margin: 60px 0 110px 0;
  }
  html .page-products.page-layout-1column .products-grid .product-item,
  html .catalog-product-view.page-layout-1column .products-grid .product-item {
    width: 23.5%;
    margin-left: 2% !important;
    margin-bottom: 2%;
  }
  html .page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 1),
  html .catalog-product-view.page-layout-1column .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0 !important;
  }
  html .page-products.page-layout-1column .products-grid .product-item .price-container .price,
  html .catalog-product-view.page-layout-1column .products-grid .product-item .price-container .price {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .products-grid .product-item .badges .label-new,
  .products-grid .product-item .badges .label-specialprice {
    display: block;
  }
  .products-grid .product-item .badges .label-pegi {
    top: 0;
    position: relative;
  }
}
@media only screen and (max-width: 980px) {
  .block-viewed-products-grid .products-recently-viewed .product-item-details .product-item-name {
    min-width: auto;
  }
}
body[class*='categorypath-'] .thumbnail {
  display: block !important;
}
.thumbnail {
  display: block !important;
  border: 0;
  margin-bottom: 20px;
  text-align: center;
}
.thumbnail img {
  border: 15px solid #ffffff;
}
.category_bottom_description {
  width: 100%;
  margin: 25px 0 75px 0;
  /*background: #F6B436;*/
}
.content.max-width-wrapper {
  width: 100%;
  font-size: 16px;
  background: #f8f8f8;
  text-align: center;
}
.content.max-width-wrapper h2 {
  color: #F6B436;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 10px;
  letter-spacing: 2px;
  font-weight: 900;
}
.content.max-width-wrapper p {
  margin-bottom: 25px;
}
.mgz-grid-item .product-item-actions .stock.unavailable {
  border-radius: 0;
  line-height: 1;
  white-space: nowrap;
  background: #ff5959;
  border: 1px solid #ff5959;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 9.5px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.mgz-grid-item .product-item-actions .stock.unavailable a {
  color: #ffffff;
  text-decoration: none;
}
.mgz-grid-item .product-item-actions .stock.unavailable:hover {
  background: rgba(255, 89, 89, 0.65);
  border: 1px solid rgba(255, 89, 89, 0.65);
  color: #ffffff;
}
@media only screen and (max-width: 520px) {
  .mgz-grid-item .product-item-actions .stock.unavailable {
    white-space: normal;
    padding: 4.5px 15px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 880px) {
  .page-products .page-title-wrapper {
    margin-bottom: 30px !important;
  }
  .page-products .category-description {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 980px) {
  .products-grid .product-item .badges {
    position: absolute;
    width: calc(100% - 41px);
    display: flex;
    flex-wrap: wrap;
  }
  .products-grid .product-item .badges .label-pegi {
    position: static !important;
  }
  .products-grid .product-item .product-image-container {
    display: block;
  }
  .products-grid .product-item .badges span {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  .products-grid .product-item .product-item-photo {
    margin-top: 10px;
  }
}
.products-grid .product-item .product-item-details {
  margin-bottom: 20px !important;
  margin-top: -20px;
}
@media (max-width: 980px) {
  .products-grid .product-item .badges {
    position: absolute !important;
  }
  .product-image-wrapper {
    margin-top: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1209px) {
  .product-image-wrapper {
    margin-top: 22px;
  }
}
.product.data.items a.data.switch:hover {
  cursor: default;
}
.product iframe {
  max-width: 100%;
}
.product.media .social-media-icons {
  position: absolute;
  z-index: 1;
  width: 15px;
}
.product.media .social-media-icons a {
  display: block;
  position: relative;
  margin: 0 0 3px;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: #bbb8b6;
}
.product.media .social-media-icons a:hover {
  background: #f6b436;
}
.product.media .social-media-icons a:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background: url(../images/icons/social.png) 0 0 no-repeat;
}
.product.media .social-media-icons a.facebook:before {
  background-position: -8px -40px;
}
.product.media .social-media-icons a.twitter:before {
  background-position: -47px -40px;
}
.product.media .social-media-icons a.pinterest:before {
  background-position: -127px -40px;
}
@media (min-width: 768px), print {
  .product.data.items .col_left {
    width: 48%;
    float: left;
  }
  .product.data.items .col_right {
    width: 48%;
    float: right;
  }
}
.actions-toolbar a.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.actions-toolbar a.towishlist span:before {
  font-family: luma-icons;
  content: '\e600';
  font-size: 16px;
  line-height: 16px;
  margin: -2px 5px 0 0;
}
.cart.table-wrapper .actions-toolbar {
  margin-bottom: 15px;
  padding-bottom: 0 !important;
}
.amcheckout-items .amcheckout-method {
  width: 100% !important;
}
.cart-summary #block-shipping {
  display: none;
}
.cart-summary .cart-totals .grand .mark,
.cart-summary .cart-totals .grand .amount {
  border-top: none;
}
.cart-summary .totals.shipping.incl {
  border-bottom: 1px solid #cccccc;
}
.cart-summary .totals.shipping.incl th.mark {
  padding-bottom: 15px;
}
.checkout-index-index .nav-toggle,
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  height: 32px;
  width: 32px;
  line-height: 32px;
  color: #fff;
  background: #67635f !important;
  cursor: pointer;
  text-align: center;
  border-radius: 1px;
  margin: 0;
  padding: 0;
  display: block;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  text-align: center;
  width: 40px !important;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px !important;
}
.checkout-index-index .opc-block-summary .product-item {
  padding: 15px 0px 0px 0px !important;
}
.checkout-index-index .opc-block-summary .product-item .product {
  padding-bottom: 0px;
}
.checkout-index-index .opc-block-summary .product-item .subtotal {
  margin: auto;
}
.checkout-index-index .opc-block-summary .product-item .delete {
  position: static;
  background: none;
  height: 18px;
}
.checkout-index-index .opc-block-summary .product-item .delete::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
}
.checkout-index-index .opc-block-summary .product-item .delete:hover {
  background: none;
}
.checkout-cart-index table tr.totals.sub,
.checkout-index-index table tr.totals.sub {
  display: none;
}
.checkout-cart-index table tr.totals-tax,
.checkout-index-index table tr.totals-tax {
  display: none;
}
.checkout-onepage-success table tr.subtotal,
.account.sales-order-view table tr.subtotal {
  display: none;
}
.checkout-onepage-success table tr.totals-tax,
.account.sales-order-view table tr.totals-tax {
  display: none;
}
.cart-discount .block.discount .title-personalized {
  padding: 5px 15px 15px;
}
.control.qty {
  width: max-content;
}
.control.qty .input-text {
  width: 50px !important;
  height: 30px !important;
  border: 1px solid #67635f;
  line-height: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  color: #F6B436;
  text-align: center;
}
.control.qty .qty-update {
  display: inline-flex;
  justify-content: center;
  width: 40px;
  background: #67635f;
  line-height: 30px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: -3px;
}
.cart.table-wrapper .col.qty {
  text-align: -webkit-center !important;
}
@media only screen and (max-width: 980px) {
  .cart.table-wrapper .col.qty {
    width: 50%;
  }
  .cart.table-wrapper .col.price {
    width: 25%;
  }
  .cart.table-wrapper .col.subtotal {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .nav-toggle {
    display: none;
  }
  .checkout-index-index .nav-sections {
    margin-bottom: 55px;
  }
  .cart-discount .block.discount .title-personalized {
    padding: 0px 0px 15px;
  }
}
@media (max-width: 375px) {
  .cart.table-wrapper .message.error > *:first-child:before {
    top: 30px;
  }
}
.amsl-socials-checkout {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 490px;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.amsl-socials-checkout .amsl-social-login .amsl-buttons {
  justify-content: center;
}
#menu-layer-social {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 300px;
  background: #f6f6f6;
  z-index: 10;
  border: 1px solid #ccc;
}
@media (max-width: 980px) {
  .amsl-socials-checkout {
    display: none;
    position: fixed;
    top: 25%;
    left: 56%;
    width: 70%;
    transform: translate(-50%, -50%);
  }
  .amsl-socials-checkout .amsl-social-login .amsl-title {
    padding: 10px 15px;
  }
  #menu-layer-social {
    top: 0;
    right: 0;
    width: 88%;
    max-width: none;
    height: 100%;
    background: #f6f6f6;
    z-index: 10;
    transform: none;
    max-height: none;
    left: unset;
  }
}
.social-modal-close-button {
  float: right;
  padding: 10px;
}
.social-modal-close-button::after {
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
}
#social-login-a {
  font-weight: bold;
  color: #f6b436 !important;
}
@media only screen and (max-width: 980px) {
  .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method .amcheckout-items .row.amcheckout-method {
    display: grid !important;
    grid-template-columns: 50px 70px 1fr;
    grid-template-areas: "method price method-last" "carrier carrier carrier";
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }
  .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method .amcheckout-items .row.amcheckout-method td.col.col-method {
    grid-area: method;
  }
  .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method .amcheckout-items .row.amcheckout-method td.col.col-price {
    grid-area: price;
  }
  .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method .amcheckout-items .row.amcheckout-method td.col.col-method:nth-child(3) {
    grid-area: method-last;
    width: auto;
    text-align: center;
  }
  .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method .amcheckout-items .row.amcheckout-method td.col.col-carrier {
    grid-area: carrier;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 980px) {
  .checkout-payment-method.submit .payment-methods .actions-toolbar {
    text-align: center;
  }
  .opc-payment .amcheckout-wrapper .payment-method-title .label span {
    margin-left: 104px;
  }
  .opc-payment .amcheckout-wrapper .payment-method-title .label .action-help {
    margin-left: -45px !important;
    text-align: start;
    display: inline-block;
  }
  .opc-payment .amcheckout-wrapper .payment-method-title .label .action-help span {
    display: inline-block;
    margin-left: 99px;
  }
}
.form.contact .actions-toolbar .primary {
  padding: 15px 0px;
  float: none;
  width: 100%;
}
.form.contact .actions-toolbar .primary span {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  align-items: inherit;
}
.form.contact .field {
  padding: 0;
}
html .account .page-title-wrapper .page-title:not(.extra) {
  width: 100%;
  background: #f6b436;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 1.8rem;
  padding: 18px 30px;
  box-sizing: border-box;
}
html .account .page-main .page-title-wrapper .page-title.extra {
  margin-right: 0;
}
html .account .column.main .block .block-title {
  text-transform: uppercase;
  color: #f6b436;
  border-bottom: 1px solid #bbb8b6;
  margin: 0 0 20px;
  padding-bottom: 15px;
}
html .account .column.main .block .block-title > strong {
  font-size: 1.8rem;
  font-weight: 600;
}
html .login-container .block-new-customer,
html .login-container .block-customer-login,
html .login-container .block-customer-register {
  overflow: hidden;
}
html .login-container .block-new-customer .actions-toolbar,
html .login-container .block-customer-login .actions-toolbar,
html .login-container .block-customer-register .actions-toolbar {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
html .login-container .block-new-customer .header-login,
html .login-container .block-customer-login .header-login,
html .login-container .block-customer-register .header-login {
  margin-bottom: 50px;
}
html .login-container .block-new-customer .header-login .text-intro,
html .login-container .block-customer-login .header-login .text-intro,
html .login-container .block-customer-register .header-login .text-intro {
  align-self: flex-end;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #67625f;
  margin-left: 65px;
}
html .login-container .block-new-customer .header-login .text-intro p.h3,
html .login-container .block-customer-login .header-login .text-intro p.h3,
html .login-container .block-customer-register .header-login .text-intro p.h3 {
  text-transform: uppercase;
  font-weight: 600;
}
html .login-container .block-customer-register .header-login {
  margin-bottom: 20px;
}
html .login-container .block-customer-login .header-login {
  margin-bottom: 50px;
}
html .login-container .block .block-title {
  font-size: 1.8rem;
}
html .login-container .required-fields-annotation {
  letter-spacing: normal;
  word-spacing: normal;
  color: #67635f;
  font-size: 1.2rem;
}
html .box_register {
  background: #fff;
  padding: 35px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
html .box_register ul {
  list-style: none;
  padding-left: 0;
}
html .box_register .tick span.icon {
  display: block;
  float: left;
  width: 50px;
  height: 20px;
  background: url(../images/sprite.svg) -125px -177px no-repeat;
}
html .icon-login {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  background: url(../images/sprite.svg) -102px -208px no-repeat;
}
html .icon-login.new {
  background-position: -42px -208px;
}
@media (min-width: 768px), print {
  html .login-container .block-new-customer .form.create.account,
  html .login-container .block-customer-login .form.create.account,
  html .login-container .block-customer-register .form.create.account {
    min-width: 100%;
  }
  html .customer-account-login .login-container .form-create-account .fieldset.create.info::after {
    margin-top: 0;
  }
}
html .customer-account-login .ui-datepicker,
html .customer-account-edit .ui-datepicker {
  width: 300px;
}
html .customer-account-login .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
html .customer-account-edit .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none;
}
html .customer-account-login .login-container .form-create-account .fieldset.create.account > .field .label {
  text-transform: uppercase;
}
html .customer-account-login .login-container .form-create-account .fieldset.create.account > .field .label[for=is_subscribed] {
  text-transform: none;
}
html .customer-account-login .login-container .form-create-account .checkout-agreement {
  margin-bottom: 25px;
}
html .customer-account-login .login-container .form-create-account .checkout-agreement .mage-error {
  position: absolute;
  margin-top: 0;
}
html .customer-account-index .block-dashboard-info .box.box-newsletter {
  display: none;
}
html .login-container .fieldset > .field > .control {
  width: unset;
}
html .login-container .form-create-account .fieldset.create.info::after {
  margin-top: 10px;
}
html .login-container .form-create-account .fieldset.create.info {
  margin-bottom: 0;
}
html .login-container .form-create-account .fieldset.create.account > .field .label,
html .login-container .form-create-account .fieldset.create.account > .fields > .field .label {
  text-transform: none !important;
}
html .login-container .form-create-account .fieldset > .legend {
  display: none;
}
html .login-container .form-create-account .fieldset > .field:last-child,
html .login-container .form-create-account .fieldset > .fields > .field:last-child {
  margin-bottom: 10px;
}
html .login-container .form-create-account .fieldset.additional_info {
  margin-bottom: 0px;
}
html .login-container .form-create-account .fieldset.additional_info .field.choice.newsletter > .label {
  text-transform: none !important;
}
html .block.block-customer-register .checkout-agreements-block .action-show {
  font-size: 15px;
  color: #67635f;
  text-transform: none;
}
html .block.block-customer-register .checkout-agreements-block .checkout-agreements {
  margin-bottom: 15px;
}
html .block.block-customer-register .checkout-agreements.fieldset::after {
  margin-top: 0px;
}
html .account .page-main .page-title-wrapper .order-date {
  margin-top: 14px;
}
html .account .page-main .block.block-order-details-view {
  margin-top: 20px;
}
html .account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  padding-right: 12px;
}
html .recaptcha-message {
  font-size: 12px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  html .recaptcha-message.recaptcha-message-lostpassword {
    padding-top: 80px;
  }
  html .recaptcha-message.recaptcha-message-login {
    padding-bottom: 20px;
  }
}
.footer .block.newsletter {
  text-align: left !important;
}
.footer .block.newsletter input {
  margin-right: 5px;
}
.footer .block.newsletter .field .control:before {
  display: none;
}
.footer .block.newsletter form.subscribe {
  position: relative;
}
.footer .block.newsletter form.subscribe #newsletter {
  padding-left: 15px;
}
.footer .block.newsletter form.subscribe .field.choice.newsletter {
  margin-top: 6px;
}
.footer .block.newsletter form.subscribe .field.choice.newsletter a {
  color: #67635f;
}
.footer .block.newsletter form.subscribe .field.choice.newsletter a span {
  text-decoration: underline;
}
.footer .block.newsletter form.subscribe .field.choice.newsletter a:hover {
  text-decoration: none;
}
.footer .block.newsletter form.subscribe .field.choice.newsletter div.mage-error[generated] {
  position: absolute;
  bottom: -20px;
}
.footer .block.newsletter form.subscribe .field.newsletter div.mage-error[generated] {
  position: relative;
  bottom: 0;
  float: left;
  width: 100%;
  text-align: left;
}
.footer .block.newsletter .grecaptcha-badge {
  position: relative;
  left: 0px;
  top: 20px;
}
.footer .block.newsletter .recaptcha-message {
  padding-top: 10px;
}
.page-header .panel.wrapper {
  border-bottom: none;
}
.page-header {
  background: #fff;
  background-position: bottom;
  background-size: 7px 3px;
  background-repeat: repeat-x;
  padding-bottom: 10px;
}
.page-header .panel.header:before,
.page-header .panel.header:after {
  content: '';
  display: table;
}
.page-header .panel.header:after {
  clear: both;
}
.page-header .panel.header .links {
  float: right;
}
.page-header .panel.header .links .authorization-link + .nav.item {
  display: none;
}
.page-header .panel.wrapper {
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 50px;
}
.page-header .header.content {
  margin-top: 50px;
}
.page-header .header.content .quick-access {
  padding-top: 10px;
}
.page-header .header.content .nav-toggle {
  display: none;
}
.page-header .block-search input {
  padding-right: 55px;
}
@media (min-width: 640px) {
  .page-header .panel.wrapper {
    height: 50px;
  }
  .page-header .header.content {
    margin-top: 10px;
    padding-top: 50px;
  }
}
@media (min-width: 980px) {
  .page-header .minicart-wrapper {
    margin-top: -10px;
    margin-left: 14px;
    height: 50px;
    background-color: #fff;
  }
  .page-header .minicart-wrapper .action.showcart {
    height: 50px;
  }
  .page-header .minicart-wrapper .action.showcart:before {
    width: 50px;
  }
  .page-header .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    font-size: 20px;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background-color: #f6b436;
    margin: 0;
    padding: 0;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty.empty {
    display: inline-block;
  }
}
@media (max-width: 979px) {
  .page-header .minicart-wrapper .action.showcart {
    height: 50px;
    top: 0;
    position: fixed;
    right: 0;
  }
  .page-header .minicart-wrapper .action.showcart:before {
    width: 50px;
    line-height: 50px;
  }
  .page-header .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    font-size: 20px;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background-color: #f6b436;
    margin: 0;
    padding: 0;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty.empty {
    display: inline-block;
  }
}
@media (min-width: 980px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
html .page-footer {
  overflow: hidden;
}
html .block.newsletter {
  max-width: 100%;
  width: 100%;
}
html .footer.content {
  border-top: none;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
}
html .footer.content > ul,
html .footer.content > div {
  flex-grow: 1;
  width: 100%;
  padding: 0;
  min-width: 100%;
}
html .footer.content > ul.footer.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
html .footer.content > ul::before,
html .footer.content > .socials::after {
  width: 85%;
  border-top: 1px solid #bbb8b6;
  content: '';
  display: block;
  margin: 30px auto;
}
html .footer.content > .newsletter-container {
  min-width: unset;
}
@media (max-width: 1023px) {
  html .page-footer .footer.content {
    flex-wrap: wrap;
  }
  html .page-footer .footer.content .footer.links li {
    width: 100%;
  }
  html .page-footer .footer.content .footer.links li a {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  html .footer.content > ul,
  html .footer.content > div {
    min-width: 285px;
    padding: 0 25px;
    box-sizing: border-box;
  }
  html .footer.content > ul::before,
  html .footer.content > .socials::after {
    display: none;
  }
  html .footer.content > ul.newsletter-container,
  html .footer.content > div.newsletter-container {
    width: 42%;
    padding: 0 25px;
  }
  html .footer.content > ul.footer.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  html .footer.content > ul::before,
  html .footer.content > .newsletter-container::before {
    width: 100%;
    border-top: none;
    content: '';
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html .footer.content > ul,
  html .footer.content > div {
    width: 50% !important;
  }
  html .footer.content .footer.links.links_more_width {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  html .footer.content > ul,
  html .footer.content > div {
    width: 25%;
    min-width: 285px;
    padding: 0 25px;
    box-sizing: border-box;
  }
  html .footer.content > ul.footer.links {
    justify-content: left;
  }
  html .footer.content > ul.footer.links li a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .block.block-collapsible-nav .item a,
  .block.block-collapsible-nav .item > strong {
    padding: 15px 18px 15px 15px;
  }
  .block.block-collapsible-nav .title {
    margin-bottom: 0;
  }
}
/* FOOTER */
.footer {
  margin: 0 auto;
  padding: 0;
}
.footer .socials {
  width: 15% !important;
  min-width: 230px !important;
}
.footer .bullets_socials,
.footer .socials .h3 {
  text-align: center;
}
.footer .bullets_socials li {
  display: inline-block;
}
.footer .bullets_socials li a {
  display: block;
  width: 33px;
  height: 32px;
  background: url("../images/sprite.svg") 0 0 no-repeat transparent;
}
.footer .bullets_socials li a span {
  display: none;
}
.footer .bullets_socials li a.facebook {
  background-position: 0 -494px;
}
.footer .bullets_socials li a.twitter {
  background-position: -35px -494px;
}
.footer .bullets_socials li a.instagram {
  background-position: -70px -494px;
}
.footer .bullets_socials li a.pinterest {
  background-position: -106px -494px;
}
.footer .bullets_socials li a.google {
  background-position: -141px -494px;
}
.footer .bullets_socials li a.youtube {
  background-position: -176px -494px;
  width: 34px;
}
.footer .bullets_socials li a.facebook:hover {
  background-position: 0 -574px;
}
.footer .bullets_socials li a.twitter:hover {
  background-position: -35px -574px;
}
.footer .bullets_socials li a.instagram:hover {
  background-position: -70px -574px;
}
.footer .bullets_socials li a.pinterest:hover {
  background-position: -106px -574px;
}
.footer .bullets_socials li a.google:hover {
  background-position: -141px -574px;
}
.footer .bullets_socials li a.youtube:hover {
  background-position: -176px -574px;
}
.footer .h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 0 15px;
  color: #67625f;
}
.footer .info_icons {
  text-align: center;
  background: #e8e6e5;
  padding: 0;
}
.footer .info_icons li {
  padding: 40px 0;
}
.footer .info_icons a {
  text-transform: uppercase;
  color: #67625f;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}
.footer .info_icons li:hover a {
  text-decoration: none;
  color: #f6b436;
}
.footer .info_icons a .subtitle {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
.footer .info_icons span {
  display: block;
}
.footer .info_icons .icon {
  display: block;
  height: 60px;
  margin: 0 auto 25px;
}
.footer .info_icons .footer_camion .icon {
  width: 85px;
  background: url("../images/sprite.svg") 0 -38px no-repeat transparent;
}
.footer .info_icons .footer_camion:hover .icon {
  background-position: 0 -109px;
}
.footer .info_icons .footer_entrega .icon {
  width: 55px;
  background: url("../images/sprite.svg") -90px -38px no-repeat transparent;
}
.footer .info_icons .footer_entrega:hover .icon {
  background-position: -90px -109px;
}
.footer .info_icons .footer_devolucion .icon {
  width: 68px;
  background: url("../images/sprite.svg") -150px -36px no-repeat transparent;
}
.footer .info_icons .footer_devolucion:hover .icon {
  background-position: -150px -107px;
}
.footer .info_icons .footer_pago .icon {
  width: 77px;
  background: url("../images/sprite.svg") -223px -38px no-repeat transparent;
}
.footer .info_icons .footer_pago:hover .icon {
  background-position: -223px -109px;
}
.footer .block.newsletter {
  text-align: center;
  margin-top: -6px;
}
.footer .block.newsletter .field.newsletter {
  padding-right: 7px;
  display: inline-table;
}
.footer .block.newsletter #newsletter {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 35px;
  border-color: #67625f;
}
.footer .block.newsletter .control input.checkbox {
  border-color: #67625f;
}
.footer .block.newsletter button.subscribe {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #f6b436;
  color: #fff;
  border: none;
  cursor: pointer;
}
.footer .block.newsletter button.subscribe:hover,
.footer .block.newsletter button.button.disabled {
  background: rgba(246, 180, 54, 0.6);
}
.footer .block.newsletter button.subscribe span {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0;
}
.footer .block.newsletter button.subscribe > span:after {
  content: ' >';
}
.footer .block.newsletter .field .control {
  display: inline-table;
}
.footer .block.newsletter .actions {
  display: inline-table;
}
.footer .block.newsletter .field .control::before {
  line-height: 40px;
}
.footer.links a .icon {
  background: url("../images/sprite.svg") 0 -207px no-repeat;
  display: block;
  width: 30px;
  height: 31px;
  margin: auto;
}
.footer.links a.about .icon {
  background-position: 0 -246px;
}
.footer.links a.terms .icon {
  background-position: 0 -285px;
}
.footer.links a[data-amcookie-js="footer-link"]::before {
  content: " ";
  display: block;
  background: url("../images/sprite.svg") 0 -246px no-repeat;
  width: 30px;
  height: 31px;
  margin: 0 auto;
}
.footer.links.links_more_width {
  width: 35%;
}
.footer.extra .info_icons .footer-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.footer.extra .info_icons .footer-wrapper li {
  max-width: 300px;
  width: 100%;
}
.footer.content .footer.links {
  overflow: hidden;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 0px;
}
.footer.content .footer.links li {
  text-align: left;
  line-height: 30px;
  margin-bottom: 9px;
  width: 100%;
}
.footer.content .footer.links li a {
  color: #f6b436;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 0px;
  text-align: center;
  padding-right: 25px;
}
.footer.content ul.bullets_socials {
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .footer .h3 {
    padding-top: 20px;
  }
  .footer .info_icons li {
    padding: 50px 0;
  }
  .footer .info_icons a .subtitle {
    font-size: 16px;
    line-height: 19px;
  }
  .footer.links li {
    height: 30px;
    text-align: left;
  }
  .footer.links a .icon {
    float: left;
    margin: 0 12px 0 0;
  }
  .footer.content .footer.links li {
    min-width: 200px;
    width: 25%;
  }
  .footer.content .footer.links li a[data-amcookie-js="footer-link"] {
    position: relative;
    margin-left: 42px;
  }
  .footer.content .footer.links li a[data-amcookie-js="footer-link"]::before {
    content: " ";
    display: inline-block;
    background: url("../images/sprite.svg") 0 -246px no-repeat;
    width: 30px;
    height: 31px;
    position: absolute;
    left: -42px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .h3 {
    padding: 20px 0;
  }
  .footer .info_icons {
    text-align: center;
    padding: 48px 0 45px;
  }
  .footer .info_icons li {
    padding: 0;
  }
  .footer .bullets_socials,
  .footer .socials .h3 {
    text-align: left;
  }
  .footer-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .footer .socials {
    border-right: 1px solid #bbb8b6;
    width: 100%;
    min-height: 147px;
  }
  .footer.links {
    margin-top: 0;
    padding: 15px 25px;
    border-top: none;
    border-left: 1px solid #bbb8b6;
  }
  .footer.links:before,
  .footer .socials:after {
    display: none;
  }
  .footer.content .footer.links li {
    width: unset;
  }
}
@media print {
  .page-footer {
    display: none;
  }
  div[id^="trustbadge-container"] {
    display: none;
  }
  #imprimir-terminos {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer.extra .info_icons .footer-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0px;
  }
  .footer.extra .info_icons .footer-wrapper li {
    padding: 15px 15px;
    margin-bottom: 0px;
  }
  .footer.content {
    padding-top: 0px;
  }
  .footer.content .socials::after {
    margin: 10px auto;
  }
  .footer.content .footer.links {
    margin-top: 0px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer.content .footer.links::before {
    margin: 5px auto;
  }
  .footer.content .footer.links li {
    margin-bottom: 0px;
    display: inline-block;
    padding: 0px 50px;
  }
  .footer.content .footer.links li a {
    display: inline-flex;
  }
  .footer.content .footer.links li a .icon {
    margin-right: 5px;
  }
  .footer.content .footer.links.links_more_width {
    display: inline;
    list-style: none;
    text-align: center;
    flex-wrap: unset;
    padding-bottom: 5px;
    justify-content: normal;
  }
  .footer.content .footer.links.links_more_width li {
    display: inline !important;
    line-height: 20px;
    margin: 0px 14px 0px 0px;
    padding: 0px;
  }
  .footer.content .footer.links.links_more_width li a {
    font-size: 11px;
    padding: 0px;
    display: inline-block !important;
  }
  .footer.content .footer.links.links_more_width li a::before {
    background: none;
    width: 0px;
    height: 0px;
  }
  .footer.content .footer.links.links_more_width li a .icon {
    display: none;
  }
  .footer.content .newsletter-container {
    padding: 0px 15px;
  }
}
html .page-header > .logo {
  margin: 38px 0 78px 0;
}
html .page-header-fixed {
  background: linear-gradient(#f8f8f8 0 50px, #f0f0f0 50px 120px, rgba(255, 255, 255, 0) 120px);
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
html .page-header-fixed ul,
html .page-header-fixed li {
  margin: 0;
  padding: 0;
  list-style: none;
}
html .page-header-fixed.fix {
  position: fixed;
  z-index: 10;
}
html .page-header-fixed-box {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 218px auto;
  width: 100%;
}
html .page-header-fixed-box ul.mainicons {
  display: grid;
  grid-template-areas: "mu-icon ma-icon cu-icon" "ma-logo ma-logo ma-logo";
  grid-template-columns: 70px 70px 70px;
  grid-column-gap: 4px;
}
html .page-header-fixed-box ul.mainicons li.main-icon {
  background-position: center center;
  background-repeat: no-repeat;
  height: 70px;
  transition: height 0.25s;
  width: 70px;
  padding-top: 16px;
}
html .page-header-fixed-box ul.mainicons li.main-icon a {
  display: block;
  width: 100%;
  height: 100%;
}
html .page-header-fixed-box ul.mainicons li.main-icon:hover {
  background-position: bottom center;
  height: 140px;
  width: 70px;
}
html .page-header-fixed-box ul.mainicons li.main-icon.cu {
  background-color: #7498AD;
  background-image: url(../images/icons/cucute.png);
  grid-area: cu-icon;
}
html .page-header-fixed-box ul.mainicons li.main-icon.ma {
  background-color: #ff5959;
  background-image: url(../images/icons/maria-lunarillos.png);
  grid-area: ma-icon;
}
html .page-header-fixed-box ul.mainicons li.main-icon.mu {
  background-color: #f6b436;
  background-image: url(../images/icons/mumuchu.png);
  grid-area: mu-icon;
}
html .page-header-fixed-box ul.mainicons li.main-icon.opened {
  background-position: bottom center;
  height: 140px;
}
html .page-header-fixed-box ul.mainicons li.main-logo {
  grid-area: ma-logo;
}
html .page-header-fixed-box ul.mainicons li.main-logo a {
  margin: 0px !important;
}
html .page-header-fixed-box ul.mainicons li.main-logo a img {
  max-width: 300px;
}
html .page-header-fixed-box .mainoptions {
  display: grid;
  grid-template-areas: "area-socials area-links area-minicart" "area-menu area-menu area-menu";
  grid-template-columns: 250px auto 100px;
  grid-template-rows: 50px auto;
}
html .page-header-fixed-box .mainoptions li.main-logo-mobile {
  display: none;
}
html .page-header-fixed-box .mainoptions ul.links {
  align-self: center;
  display: inline-grid;
  grid-area: area-links;
  grid-template-columns: auto 120px;
  grid-column-gap: 62px;
  justify-items: end;
  width: 100%;
  margin-bottom: 0rem;
}
html .page-header-fixed-box .mainoptions ul.links li a {
  color: #2E2925;
  font-size: 13px;
  text-decoration: none;
}
html .page-header-fixed-box .mainoptions ul.links .block.block-search {
  display: grid;
  grid-template-columns: auto 0px;
  max-width: 432px;
  width: 100%;
}
html .page-header-fixed-box .mainoptions ul.links .block.block-search input {
  width: 100%;
  font-size: 14px !important;
}
html .page-header-fixed-box .mainoptions ul.links .block.block-search a {
  text-align: center;
}
html .page-header-fixed-box .mainoptions ul.links .block.block-search a i {
  background-image: url(../images/iconos.svg);
  background-repeat: no-repeat;
  background-position: -50px -73px;
  background-size: 250px 225px;
  display: inline-block;
  font-size: 0;
  height: 25px;
  width: 25px;
}
html .page-header-fixed-box .mainoptions ul.links .block.block-search a:hover i {
  background-position: -50px -98px;
}
html .page-header-fixed-box .mainoptions ul.links li.register {
  padding-right: 40px;
}
html .page-header-fixed-box .mainoptions ul.links li.register a {
  align-items: center;
  display: grid;
  grid-template-columns: 27px auto;
  grid-column-gap: 6px;
  justify-content: center;
}
html .page-header-fixed-box .mainoptions ul.links li.register a i {
  background-image: url(../images/iconos.svg);
  background-repeat: no-repeat;
  background-position: calc(0px * 0.3) calc(-300px * 0.3);
  background-size: calc(1000px * 0.3) calc(900px * 0.3);
  display: inline-block;
  font-size: 0;
  height: 30px;
  width: 30px;
}
html .page-header-fixed-box .mainoptions ul.links li.register a:hover {
  color: #f6b436;
}
html .page-header-fixed-box .mainoptions ul.links li.register a:hover i {
  background-position: calc(0px * 0.3) calc(-400px * 0.3);
}
html .page-header-fixed-box .mainoptions ul.socials {
  align-self: start;
  display: inline-grid;
  grid-area: area-socials;
  grid-template-columns: 25px 25px 25px 25px 25px;
  grid-column-gap: 14px;
  margin-left: 30px;
  margin-top: 15px;
  justify-self: start;
}
html .page-header-fixed-box .mainoptions ul.socials li a {
  background-image: url(../images/iconos.svg);
  background-repeat: no-repeat;
  background-size: calc(1000px * 0.25) calc(900px * 0.25);
  display: block;
  font-size: 0;
  height: 25px;
  width: 25px;
}
html .page-header-fixed-box .mainoptions ul.socials li a:hover {
  background-position-y: calc(-600px * 0.25) !important;
}
html .page-header-fixed-box .mainoptions ul.socials li a.facebook {
  background-position: calc(0px * 0.25) calc(-500px * 0.25);
}
html .page-header-fixed-box .mainoptions ul.socials li a.twitter {
  background-position: calc(-100px * 0.25) calc(-500px * 0.25);
}
html .page-header-fixed-box .mainoptions ul.socials li a.instagram {
  background-position: calc(-200px * 0.25) calc(-500px * 0.25);
}
html .page-header-fixed-box .mainoptions ul.socials li a.pinterest {
  background-position: calc(-300px * 0.25) calc(-500px * 0.25);
}
html .page-header-fixed-box .mainoptions ul.socials li a.youtube {
  background-position: calc(-400px * 0.25) calc(-500px * 0.25);
}
html .page-header-fixed-box .mainoptions .header.content {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -14px;
  padding: 0 0px 0 0;
}
html .page-header-fixed-box .mainoptions .header.content .minicart-wrapper {
  grid-area: area-minicart;
  height: 50px;
  justify-self: end;
  top: 10px;
}
html .page-header-fixed-box .mainoptions .header.content .minicart-wrapper .block-minicart {
  padding: 25px 20px 10px !important;
}
html .page-header-fixed-box .mainoptions .header.content .minicart-wrapper .showcart {
  align-items: center;
  display: grid;
  grid-template-columns: 50px 50px;
  text-decoration: none;
}
html .page-header-fixed-box .mainoptions .header.content .minicart-wrapper .showcart:before {
  background-image: url(../images/iconos.svg);
  background-repeat: no-repeat;
  background-position: calc(-100px * 0.3) calc(-300px * 0.3);
  background-size: calc(1000px * 0.3) calc(900px * 0.3);
  display: inline-block;
  font-size: 0;
  height: 30px;
  justify-self: center;
  width: 30px;
}
html .page-header-fixed-box .mainoptions .header.content .minicart-wrapper .showcart:after {
  background-position: calc(-100px * 0.3) calc(-400px * 0.3);
}
html .page-header-fixed-box .mainoptions .header.content .minicart-wrapper .showcart .counter.qty .minicart-counter {
  align-items: center;
  background-color: #f6b436;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  height: 50px;
  justify-content: center;
  width: 50px;
}
html .page-header-fixed-box .mainoptions .header.content .minicart-wrapper .minicart-items-wrapper {
  max-height: calc(100vh - 345px) !important;
  overflow-y: scroll;
}
html .page-header-fixed-box .mainoptions .navigation {
  background: transparent;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu {
  display: grid;
  font-size: 15px;
  font-weight: 600;
  grid-area: area-menu;
  grid-column-gap: 4px;
  grid-template-areas: "area-material area-material area-material area-material area-material area-novedades area-novedades area-novedades area-novedades area-ofertas area-ofertas area-ofertas area-ofertas" "area-juguetes area-juguetes area-pedagogia area-pedagogia area-accesorios area-accesorios area-colegios area-colegios area-marcas area-marcas . area-blog area-blog";
  grid-template-columns: repeat(13, 50px);
  justify-self: end;
  margin-top: 20px;
  background: transparent;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 {
  padding-left: 0px;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 > a {
  color: #2E2925;
  display: inline-grid;
  grid-template-columns: 1fr;
  justify-items: center;
  letter-spacing: -0.5px;
  text-decoration: none;
  transition: background-color 0.5s;
  padding: 0;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 > a i {
  background-color: #f2f2f2;
  background-image: url(../images/iconos.svg);
  background-repeat: no-repeat;
  background-size: calc(1000px * 1) calc(900px * 1);
  display: block;
  height: 100px;
  transition: background-color 0.5s;
  width: 100px;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 > a:hover i {
  background-color: #f6b436;
  background-position-y: calc(-100px * 1);
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 > a.level-top span {
  text-transform: uppercase;
  margin-top: 90px;
  width: 100%;
  top: auto;
  text-align: center;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 ul.level0.submenu li.level1 > a {
  font-weight: bold;
  padding-top: 15px;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 ul.level0.submenu li.level1 > a::after {
  background: #f6b436;
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  left: 0px;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.secondary.mobile {
  display: none;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.secondary a {
  align-items: center;
  color: #ffffff;
  display: inline-grid;
  grid-template-columns: 35px min-content;
  justify-content: center;
  margin-bottom: 35px;
  text-decoration: none;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.secondary a i {
  background-image: url(../images/iconos.svg);
  background-repeat: no-repeat;
  background-size: calc(1000px * 0.3) calc(900px * 0.3);
  display: block;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.material {
  grid-area: area-material;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.material a {
  background-color: #7498AD;
  width: 100%;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.material a i {
  background-position: calc(-300px * 0.3) calc(-200px * 0.3);
  transform: scale(0.9);
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.material a span {
  min-width: 155px;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.novedades {
  grid-area: area-novedades;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.novedades a {
  background-color: #A0AD57;
  width: 100%;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.novedades a i {
  background-position: calc(0px * 0.3) calc(-200px * 0.3);
  transform: scale(0.9);
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.ofertas {
  grid-area: area-ofertas;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.ofertas a {
  background-color: #89769B;
  width: 100%;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.ofertas a i {
  background-position: calc(-100px * 0.3) calc(-200px * 0.3);
  transform: scale(0.9);
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-1 {
  grid-area: area-juguetes;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-2 {
  grid-area: area-pedagogia;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-3 {
  grid-area: area-accesorios;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-4 {
  grid-area: area-colegios;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-5 {
  grid-area: area-marcas;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-5 ul.level0 li.level1 a {
  font-weight: normal !important;
  padding-top: 1px !important;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-5 ul.level0 li.level1 a::after {
  background: transparent !important;
  content: '';
  display: block;
  position: relative;
  width: 0 !important;
  height: 0px !important;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-4.mobile {
  display: none;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-5.mobile {
  display: none;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.blog {
  grid-area: area-blog;
  justify-self: end;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.blog a.level-top {
  background-color: #f6b436;
  background-position: calc(-500px * 1) 0;
}
html .page-header-fixed-box .mainoptions .navigation .main-menu li.blog a.level-top:hover {
  background-color: #f2f2f2;
  background-position-y: calc(-100px * 1);
}
html .page-header-fixed-box .mainoptions .mobileicon {
  display: none;
}
html .page-header-fixed-box.compacted ul.mainicons li.main-logo {
  display: none;
}
html .page-header-fixed-box.compacted .mainoptions .navigation {
  margin-bottom: 40px;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu {
  grid-template-areas: unset;
  grid-template-columns: repeat(9, 74px);
  grid-template-rows: 50px;
  margin-top: 10px;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.level0 {
  grid-area: unset;
  margin: 0px;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.level0 > a {
  display: block;
  background-color: #f2f2f2;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.level0 > a:hover {
  background-color: #f6b436;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.level0 > a.level-top {
  background-size: calc(1000px * 0.5) calc(900px * 0.5);
  height: 50px;
  margin: 0 auto;
  width: 50px;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.level0 > a span {
  display: none;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.secondary {
  grid-area: unset;
  margin-bottom: 0;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.secondary a {
  display: block;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.secondary a i {
  background-size: calc(1000px * 0.5) calc(900px * 0.5);
  height: 50px;
  margin: 0 auto;
  width: 50px;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.secondary a span {
  display: none;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.material a i {
  background-position: calc(-300px * 0.5) calc(-200px * 0.5);
  transform: scale(0.7);
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.novedades a i {
  background-position: calc(0px * 0.5) calc(-200px * 0.5);
  transform: scale(0.7);
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.ofertas a i {
  background-position: calc(-100px * 0.5) calc(-200px * 0.5);
  transform: scale(0.7);
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.nav-1 a.level-top {
  background-position: calc(0px * 0.5) 0;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.nav-2 a.level-top {
  background-position: calc(-400px * 0.5) 0;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.nav-3 a.level-top {
  background-position: calc(-200px * 0.5) 0;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.nav-4 a.level-top {
  background-position: calc(-100px * 0.5) 0;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.nav-5 a.level-top {
  background-position: calc(-300px * 0.5) 0;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.blog a {
  background-color: #f6b436;
}
html .page-header-fixed-box.compacted .mainoptions .navigation .main-menu li.blog a.level-top {
  background-position: calc(-500px * 0.5) 0;
}
@media only screen and (max-width: 980px) {
  html .block-collapsible-nav {
    top: 30px;
  }
  html .page-header-fixed {
    background: linear-gradient(#f8f8f8 0 50px, rgba(255, 255, 255, 0) 120px);
    position: fixed;
    z-index: 10;
  }
  html .page-header-fixed-box {
    display: block !important;
    padding: 0px !important;
  }
  html .page-header-fixed-box ul.mainicons {
    display: none !important;
  }
  html .page-header-fixed-box .mainoptions {
    grid-template-areas: "area-mobile-icon logo area-links area-minicart" "area-menu area-menu area-menu area-menu" !important;
    grid-template-columns: 40px auto 75px 90px !important;
    width: 100%;
  }
  html .page-header-fixed-box .mainoptions li.main-logo-mobile {
    display: flex;
    grid-area: logo;
    align-items: center;
    width: 80%;
  }
  html .page-header-fixed-box .mainoptions li.main-logo-mobile .logo {
    max-width: 180px;
    margin: 0px;
    float: none;
  }
  html .page-header-fixed-box .mainoptions li.main-logo-mobile .logo img {
    width: 100%;
    height: 35px !important;
  }
  html .page-header-fixed-box .mainoptions .minicart-wrapper .showcart::before {
    background-position: calc(-100px * 0.3) calc(-400px * 0.3) !important;
  }
  html .page-header-fixed-box .mainoptions .minicart-wrapper .mage-dropdown-dialog {
    width: 100px;
    height: 49px;
    top: -23px !important;
  }
  html .page-header-fixed-box .mainoptions .minicart-wrapper .block-minicart {
    right: 1px;
    width: 350px;
    padding: 10px 20px;
  }
  html .page-header-fixed-box .mainoptions .minicart-wrapper .block-minicart .items-total {
    width: 100%;
    margin: 10px;
  }
  html .page-header-fixed-box .mainoptions .minicart-wrapper .block-minicart .subtotal {
    margin: 10px;
    text-align: left;
  }
  html .page-header-fixed-box .mainoptions .minicart-wrapper .block-minicart .subtotal .label {
    display: inline-block;
    padding-right: 10px;
  }
  html .page-header-fixed-box .mainoptions .minicart-wrapper .block-minicart .subtotal .amount.price-container {
    display: inline-block;
  }
  html .page-header-fixed-box .mainoptions .minicart-wrapper .action.close {
    top: 2px;
    right: 2px;
  }
  html .page-header-fixed-box .mainoptions .links {
    grid-column-gap: 5px !important;
    grid-template-columns: auto auto !important;
    justify-self: center !important;
    margin-right: 0px !important;
    width: auto !important;
    height: 50px;
    align-items: center;
    margin-top: 6px;
    justify-items: center;
  }
  html .page-header-fixed-box .mainoptions .links .register {
    padding-right: 0 !important;
  }
  html .page-header-fixed-box .mainoptions .links .register a {
    display: block !important;
  }
  html .page-header-fixed-box .mainoptions .links .register a span {
    display: none !important;
  }
  html .page-header-fixed-box .mainoptions .links .block.block-search {
    background-color: transparent !important;
    border: 0 !important;
    display: block !important;
    width: auto !important;
    margin: 0px 0px 2px 0px;
  }
  html .page-header-fixed-box .mainoptions .links .block.block-search input {
    display: none !important;
  }
  html .page-header-fixed-box .mainoptions .links .block.block-search .block.block-content .form.minisearch .field.search .label::before {
    background-image: url(../images/iconos.svg);
    background-repeat: no-repeat;
    background-position: calc(-60px) calc(-120px);
    background-size: calc(300px) calc(270px);
    display: inline-block;
    font-size: 0;
    height: 30px;
    justify-self: center;
    width: 30px;
    margin: 0 5px 0 0;
  }
  html .page-header-fixed-box .mainoptions .links .block.block-search .block.block-content .form.minisearch .field.search .control {
    border-top: 1px solid transparent;
  }
  html .page-header-fixed-box .mainoptions .socials {
    display: none !important;
  }
  html .page-header-fixed-box .mainoptions .mobileicon {
    align-self: center;
    color: #000;
    cursor: pointer;
    display: flex !important;
    font-size: 20px;
    font-weight: 900;
    grid-area: area-mobile-icon;
    justify-content: center;
  }
  html .page-header-fixed-box .mainoptions .navigation {
    height: 0;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu {
    background-color: #f0f0f0;
    box-shadow: 30px 30px 40px 0px rgba(0, 0, 0, 0.75);
    display: block !important;
    justify-self: start;
    margin-top: 0;
    max-width: 340px;
    transform: translateX(-600px);
    transition: transform 0.5s;
    width: 90%;
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu.opened {
    transform: translateX(0px);
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 {
    border-bottom: 1px solid white;
    margin: 0px;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 > a {
    align-items: center !important;
    grid-template-columns: 50px min-content !important;
    height: 50px;
    width: 100%;
    background-color: transparent;
    background-image: none;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 > a i {
    background-size: calc(0px * 0.5) calc(0px * 0.5);
    height: 50px;
    margin: 0 auto;
    width: 50px;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 > a::after {
    content: '\25B6';
    height: auto;
    width: auto;
    float: right;
    color: #f6b436;
    font-family: fontello;
    display: block;
    margin-top: 10px;
    padding-right: 5px;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 > a.ui-state-active::after {
    content: '\25BC';
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 > a.level-top .ui-menu-icon {
    background-color: transparent;
    background-image: url(../images/iconos.svg);
    background-repeat: no-repeat;
    background-size: calc(1000px * 0.5) calc(900px * 0.5);
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 0px;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 > a.level-top span:nth-child(2) {
    text-transform: uppercase;
    margin-top: 30px;
    width: auto;
    text-align: start;
    left: 60px;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0.active {
    background-color: #c0c0c0;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0.active a:not(.ui-state-active) {
    border-color: transparent;
    border-style: none;
    border-width: 0px;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0.has-active {
    background-color: #c0c0c0;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0.has-active a:not(.ui-state-active) {
    border-color: transparent;
    border-style: none;
    border-width: 0px;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 ul.level0 li.level1 > a {
    font-weight: 900 !important;
    font-size: 18px;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 ul.level0 li.level1 > a span:nth-child(2)::after {
    content: '\25B6' !important;
    height: auto;
    width: auto;
    float: right;
    color: #2E2925;
    font-size: 16px;
    font-family: fontello;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 ul.level0 li.level1 > a.ui-state-active span:nth-child(2)::after {
    content: '\25BC' !important;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.level0 ul.level0 li.level1 > a::after {
    background: transparent !important;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.secondary {
    display: none;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.secondary.mobile {
    display: block;
    height: 56px;
    border-bottom: 1px solid white;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.secondary.mobile a {
    grid-template-columns: 50px min-content;
    justify-content: start !important;
    margin-bottom: 0 !important;
    padding-bottom: 0px !important;
    position: relative;
    height: 55px;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.secondary.mobile a i {
    background-size: calc(1000px * 0.5) calc(900px * 0.5);
    height: 50px;
    margin: 0 auto;
    width: 50px;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.secondary.mobile span {
    margin-left: 10px;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.material a i {
    background-position: calc(-300px * 0.5) calc(-200px * 0.5);
    transform: scale(0.7);
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.novedades a i {
    background-position: calc(0px * 0.5) calc(-200px * 0.5);
    transform: scale(0.7);
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.ofertas a i {
    background-position: calc(-100px * 0.5) calc(-200px * 0.5);
    transform: scale(0.7);
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-1 a.level-top .ui-menu-icon {
    background-position: calc(0px * 0.5) 0;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-2 a.level-top .ui-menu-icon {
    background-position: calc(-400px * 0.5) 0;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-3 a.level-top .ui-menu-icon {
    background-position: calc(-200px * 0.5) 0;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-4 {
    display: none;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-5 {
    display: none;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-4.mobile {
    display: block;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-4.mobile a.level-top .ui-menu-icon {
    background-position: calc(-100px * 0.5) 0;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-4.mobile a.level-top::after {
    background: transparent !important;
    color: #f0f0f0 !important;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-5.mobile {
    display: block;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-5.mobile a.level-top .ui-menu-icon {
    background-position: calc(-300px * 0.5) 0;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.nav-5.mobile a.level-top::after {
    background: transparent !important;
    color: #f0f0f0 !important;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.blog {
    background-color: #f6b436;
    background-position: calc(-500px * 0.5) 0;
    justify-self: start !important;
    width: 100%;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.blog a.level-top .ui-menu-icon {
    background-position: calc(-500px * 0.5) 0;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu li.blog a.level-top:hover {
    background-color: transparent;
    background-position: calc(-500px * 0.5) 0;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu .submenu {
    position: relative;
  }
  html .page-header-fixed-box .mainoptions .navigation .main-menu .submenu:not(:first-child) .active a {
    border-color: transparent;
    border-style: none;
    border-width: 0px;
  }
}
.product.media .social-media-icons a:before {
  background-image: url(../images/iconos.svg) !important;
  background-repeat: no-repeat;
  background-size: calc(250px) calc(225px) !important;
  display: block;
  font-size: 0;
  height: 25px;
  width: 25px;
  filter: brightness(0) saturate(100%) invert(93%) sepia(50%) saturate(338%) hue-rotate(223deg) brightness(120%) contrast(100%);
}
.product.media .social-media-icons a.facebook:before {
  background-position: calc(0px) calc(-125px) !important;
}
.product.media .social-media-icons a.twitter:before {
  background-position: calc(-125px) calc(-125px) !important;
}
.product.media .social-media-icons a.pinterest:before {
  background-position: calc(-75px) calc(-125px) !important;
}
.footer .bullets_socials li a {
  background-image: url(../images/iconos.svg) !important;
  background-repeat: no-repeat;
  background-size: calc(375px) calc(337.5px);
  display: block;
  font-size: 0;
  width: 33px;
  height: 32px;
}
.footer .bullets_socials li a.facebook {
  background-position: calc(-2.25px) calc(-265.75px) !important;
}
.footer .bullets_socials li a.twitter {
  background-position: calc(-39.5px) calc(-265.75px) !important;
}
.footer .bullets_socials li a.instagram {
  background-position: calc(-77px) calc(-265.75px) !important;
}
.footer .bullets_socials li a.pinterest {
  background-position: calc(-114.75px) calc(-265.75px) !important;
}
.footer .bullets_socials li a.youtube {
  background-position: calc(-152px) calc(-265.75px) !important;
  width: 33px !important;
}
.footer .bullets_socials li a:hover {
  background-position-y: calc(-303.25px) !important;
}
html .products-grid.wishlist .product-item .fieldset .product-item-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
html .products-grid.wishlist .product-item .fieldset .product-item-actions .action.primary {
  padding: 7px 15px;
}
html .products-grid.wishlist .product-item .stock.unavailable {
  position: absolute;
  bottom: 0;
  right: 0;
}
html .products-grid.wishlist .product-item .fieldset .field.qty {
  width: 200px;
  display: block;
  margin: 0 auto;
  padding: 0 0 0 10px;
  position: relative;
  min-width: 200px;
}
@media (max-width: 1024px) {
  html .products-grid.wishlist .product-item .fieldset .field.qty {
    padding: 0 0 0 0px;
  }
}
html .wishlist-index-index .products-grid .product-item {
  overflow: hidden;
}
html .wishlist-index-index .products-grid .product-item .product-item-inner .comment-box {
  margin: -9px 10px 0px;
}
html .wishlist-index-index .products-grid .product-item .product-item-inner > .product-item-actions {
  position: absolute;
  bottom: 0px;
  left: 10px;
}
html .wishlist-index-index .products-grid .product-item .box-tocart {
  margin: 0 0 50px;
}
html .wishlist-index-index .product-item-info {
  width: 100%;
}
html .toolbar.wishlist-toolbar {
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  html .products-grid.wishlist .product-item {
    margin-left: 5px !important;
  }
}
@media (max-width: 1240px) {
  html .wishlist-index-index .products-grid .product-item {
    width: 32%;
  }
}
@media (max-width: 900px) {
  html .wishlist-index-index .products-grid .product-item {
    width: 49%;
  }
}
@media (max-width: 763px) {
  html .wishlist-index-index .products-grid .product-item {
    width: 99%;
  }
}
@media all and (min-width: 981px), 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,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper: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,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .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 {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    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: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    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;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #f6b436;
    border-style: solid;
    border-width: 0px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 4px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: none;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #f6b436;
    border-style: solid;
    border-width: 0px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    grid-area: area-menu;
    display: grid;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0 !important;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #f6b436;
    border-style: solid;
    border-width: 0px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: hidden !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 150px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #f6b436;
    padding: 4px 20px;
    text-transform: uppercase;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: none;
    color: #f6b436;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #f6b436;
    border-style: solid;
    border-width: 0px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 0 !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: hidden !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .navigation .level1 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 4px 20px;
    text-transform: none;
  }
  .navigation .level1 .submenu a:hover,
  .navigation .level1 .submenu a.ui-state-focus {
    background: none;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level1 .submenu li:after {
    background: #67635f;
    content: '';
    display: block;
    position: relative;
    width: 90%;
    height: 1px;
    left: 12px;
  }
  .navigation .level1 .submenu .active > a {
    border-color: #f6b436;
    border-style: solid;
    border-width: 0px;
    color: #333333;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 700;
    line-height: 55px;
    font-size: 1.8rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 55px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    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: #ffffff;
  }
  .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: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 58px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 700;
    line-height: 55px;
    font-size: 1.8rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f8f8f8;
    border: 0px;
    border-bottom: none;
    height: 55px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    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: #ffffff;
  }
  .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: #f6b436;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .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: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 58px;
    border: 0px;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 0px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 0px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 #cccccc;
  }
  .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;
  }
  .control.multi-columns {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
    column-gap: 10px;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amgdpr-modal-container .modal-header {
    padding: 40px 50px 20px;
  }
  .amgdpr-modal-container .modal-header .modal-title {
    font-size: 30px;
  }
  .amgdpr-modal-container .modal-content {
    padding: 0 30px 0 50px;
  }
  .amgdpr-modal-container .modal-footer {
    padding: 30px 50px 50px;
  }
  .amgdpr-modal-container .action.action-primary {
    width: auto;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    font-size: 20px;
    padding: 17px 46px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    background: inherit;
    display: inline-block;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #ffffff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .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;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .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-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .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 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .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;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .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: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: rgba(246, 180, 54, 0.65);
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #f6b436;
    border-color: #f6b436;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #f6b436;
    border-color: #f6b436;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #f6b436;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .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: 980px;
    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-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;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .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%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .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%;
  }
  .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: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #67635f;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .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;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .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%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .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 #f6b436;
    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.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #f8f8f8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    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-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .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: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .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.6615%;
  }
  .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%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .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;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .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;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    padding: 20px 0 0;
  }
  html .product-info-main .product-add-form {
    padding-top: 0;
  }
  html .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
    margin-top: 50px;
    line-height: 32px;
    font-size: 30px;
  }
  html .product-options-bottom .price-box .price-container .price,
  html .product-info-price .price-box .price-container .price {
    font-size: 30px;
    line-height: 36px;
  }
  html .product-info-main {
    float: right;
  }
  html .product-info-main .box_entrega {
    display: block;
    margin-top: 20px;
    padding: 15px 40px;
    background: #FFF;
  }
  html .product-info-main .box_entrega ul {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 17px;
  }
  html .product-info-main .box_entrega ul li {
    display: block;
    position: relative;
    margin: 25px 0;
    padding-left: 60px;
  }
  html .product-info-main .box_entrega ul li a {
    display: block;
    color: #908C89;
    text-decoration: none !important;
  }
  html .product-info-main .box_entrega ul li a span.icon {
    content: "";
    display: block;
    width: 50px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/sprite.svg") 0 0 no-repeat transparent;
  }
  html .product-info-main .box_entrega ul li a span.subtitle {
    display: block;
    font-size: 15px;
    font-weight: 700;
  }
  html .product-info-main .box_entrega ul li.camion a span.icon {
    background-position: -42px -265px;
  }
  html .product-info-main .box_entrega ul li.entrega a span.icon {
    background-position: -98px -264px;
  }
  html .product-info-main .box_entrega ul li.devolucion a span.icon {
    background-position: -99px -306px;
  }
  html .product-info-main .box_entrega ul li.pago a span.icon {
    background-position: -42px -305px;
  }
  html .product-info-main .box_entrega ul li strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
  }
  html .product-info-main .product-options-bottom .old-price .price-wrapper .price,
  html .product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 3rem;
  }
  html .product.media {
    float: left;
    margin-bottom: 25px;
    margin-top: 50px;
  }
  html .page-layout-1column .block.widget.block-viewed-products-grid .products-grid .product-item {
    width: calc(32%);
  }
  .minicart-wrapper .update-cart-item {
    float: none;
    display: inline-flex;
    margin-left: -47px;
  }
  html .wishlist-index-index .products-grid.wishlist .product-item-name {
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .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;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    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;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .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;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: initial;
  }
  .page-layout-1column .block.widget.block-viewed-products-grid .products-grid .product-item {
    width: calc(23.5%);
  }
}
@media all and (min-width: 1440px), print {
  .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;
  }
}
