/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.navigation {
  padding: 0;
}
.navigation .parent .level-top {
  display: block;
  text-decoration: none;
  position: relative;
}
.navigation .parent .level-top:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.navigation .parent .level-top:after {
  position: absolute;
  right: 7px;
  top: -8px;
}
.navigation .parent .level-top.ui-state-active:after {
  content: '\e621';
}
.nav-sections {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  height: 100%;
  left: calc(-1 * (100% - 54px));
  overflow: auto;
  position: fixed;
  top: 0;
  width: calc(100% - 54px);
  display: block;
}
.nav-sections .switcher {
  border-top: 1px solid #d1d1d1;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: .8rem 3.5rem .8rem 2rem;
}
.nav-sections .switcher .label {
  display: block;
  margin-bottom: 5px;
}
.nav-sections .switcher:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.nav-sections .switcher-trigger strong {
  display: block;
  text-decoration: none;
  position: relative;
}
.nav-sections .switcher-trigger strong:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-sections .switcher-trigger strong:after {
  position: absolute;
  right: -40px;
  top: -16px;
}
.nav-sections .switcher-trigger.active strong:after {
  content: '\e621';
}
.nav-sections .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: none;
  padding: 10px 0;
}
.nav-sections .switcher-options.active .switcher-dropdown {
  display: block;
}
.nav-sections .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  border-bottom: 1px solid #d1d1d1;
}
.nav-sections .header.links li {
  font-size: 1.6rem;
  margin: 0;
}
.nav-sections .header.links li.greet.welcome {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  padding: 0.8rem 15px;
}
.nav-sections .header.links li > a {
  border-top: 1px solid #d1d1d1;
}
.nav-sections .header.links a,
.nav-sections .header.links a:hover {
  color: #575757;
  text-decoration: none;
  display: block;
  font-weight: 700;
  padding: 0.8rem 15px;
}
.nav-sections .header.links .header.links {
  border: 0;
}
.nav-before-open {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}
.nav-before-open .page-wrapper {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
}
.nav-before-open body {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.nav-open .page-wrapper {
  left: calc(100% - 54px);
}
.nav-open .nav-sections {
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  left: 0;
  z-index: 99;
}
.nav-open .nav-toggle:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.nav-sections-items {
  position: relative;
  z-index: 1;
}
.nav-sections-items:before,
.nav-sections-items:after {
  content: '';
  display: table;
}
.nav-sections-items:after {
  clear: both;
}
.nav-sections-item-title {
  background: #e8e8e8;
  border: solid #dbdbdb;
  border-width: 0 0 1px 1px;
  box-sizing: border-box;
  float: left;
  height: 71px;
  padding-top: 24px;
  text-align: center;
  width: 33.33%;
}
.nav-sections-item-title.active {
  background: transparent;
  border-bottom: 0;
}
.nav-sections-item-title .nav-sections-item-switch:hover {
  text-decoration: none;
}
.nav-sections-item-content {
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  margin-top: 71px;
  width: 100%;
  padding: 25px 0;
}
.nav-sections-item-content:before,
.nav-sections-item-content:after {
  content: '';
  display: table;
}
.nav-sections-item-content:after {
  clear: both;
}
.nav-sections-item-content.active {
  display: block;
}
.navigation {
  background: #f5f5f5;
  box-sizing: border-box;
}
.navigation ul {
  margin: 0;
  padding: 0;
}
.navigation li {
  margin: 0;
}
.navigation a {
  display: block;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 15px;
}
.navigation a,
.navigation a:hover {
  color: #575757;
  text-decoration: none;
}
.navigation .level0 {
  border-top: 1px solid #d1d1d1;
  font-size: 1.6rem;
}
.navigation .level0 > .level-top {
  font-weight: 700;
  padding: 8px 40px 8px 15px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.navigation .level0 > .level-top:hover {
  color: #333333;
}
.navigation .level0.active .all-category .ui-state-focus {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 0 8px;
  padding-left: 7px;
  display: inline-block;
}
.navigation .level0 > .level1 {
  font-weight: 600;
}
.navigation .level0.active > a:not(.ui-state-active),
.navigation .level0.has-active > a:not(.ui-state-active) {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 0 8px;
}
.navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin-left: -8px;
}
.navigation li.level0:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.navigation .submenu > li {
  word-wrap: break-word;
}
.navigation .submenu > li > a:hover {
  color: #333333;
}
.navigation .submenu:not(:first-child) {
  font-weight: 400;
  line-height: 1.3;
  left: auto !important;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  top: auto !important;
  transition: left 0.3s ease-out;
}
.navigation .submenu:not(:first-child) > li > a {
  padding-left: 15px;
}
.navigation .submenu:not(:first-child) > li:last-child {
  margin-bottom: 0;
}
.navigation .submenu:not(:first-child) ul {
  display: block;
  padding-left: 15px;
}
.navigation .submenu:not(:first-child) ul > li {
  margin: 0;
}
.navigation .submenu:not(:first-child) ul > li a {
  color: #575757;
  display: block;
  line-height: normal;
}
.navigation .submenu:not(:first-child) ul > li a:hover {
  color: #333333;
}
.navigation .submenu:not(:first-child).expanded {
  display: block !important;
  padding-right: 0;
  top: 0 !important;
}
.navigation .submenu:not(:first-child) .active > a {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 0 8px;
  padding-left: 7px;
}
.navigation .submenu:not(:first-child) .level1.active > a {
  padding-left: 7px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * 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-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2023 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .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;
    padding: 5px 0;
    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: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    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: inherit;
  }
  .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;
  }
  /**
     * @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;
  }
  .amelsearch-further-section {
    display: block;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .mb-ajaxsuite-popup-border {
    max-width: 720px;
    min-width: 680px;
  }
  #mb-ajaxcart-wrapper {
    max-width: 720px;
    min-width: 580px;
    overflow: hidden;
  }
  #mb-ajaxcart-wrapper .popup-content {
    padding: 20px;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
    overflow-y: auto;
    height: 420px;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .error-content {
    overflow-y: auto;
    height: 360px;
  }
  #mb-ajaxcart-wrapper img.image {
    max-width: 100%;
    float: left;
    width: 30%;
    margin: 0;
  }
  #mb-ajaxcart-wrapper .product-add-form {
    float: right;
    width: 60%;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .page-products .products-list .product-item-info .product-image-list {
    position: relative;
  }
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    bottom: 30px;
    height: auto;
    z-index: 9;
    width: calc(100% - 30px);
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1 span:before,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v2,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    bottom: 30px;
    right: 30px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    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;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .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;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .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;
    padding: 5px 0;
    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: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    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: inherit;
  }
  .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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .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 .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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;
  }
}
@media all and (min-width: 1024px), print {
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .products-grid .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: 0;
    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: 20%;
  }
  .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;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .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;
  }
}
@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;
  }
}
/**
 * Custom CSS
 ============================================================================ */
/* Fuentes
***********************/
/* --------------------

OPEN SANS

font-family: 'Open Sans', sans-serif;
Regular 400 / Medium 500 / Bold 700

Montserrat

font-family: 'Montserrat', sans-serif;
Regular 400 / Medium 500 / Semi-bold 600 / Bold 700

-------------------- */
/* Font family
***********************/
/* */
/* Font weight
***********************/
/* */
/* */
/* */
/* Colores
***********************/
/* */
/* */
/* */
/* @rosa: #d7447b; */
/* */
/* */
/* */
/* */
/* */
/* */
/* Padding & Margin
***********************/
:root {
  /* */
  /* */
  /* */
  /* */
  /* */
  /* */
  /* */
  /* */
}
/* Base
***********************/
/* Reset Styles
***********************/
* {
  min-width: 0;
  min-height: 0;
}
html {
  scroll-behavior: smooth;
  background: #fff;
  line-height: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 100%;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
}
html,
body,
textarea,
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
button,
input {
  transition: all .2s;
}
hr {
  border-color: #eee !important;
  margin: 0 !important;
}
.gap-1em .pagebuilder-column-line {
  gap: 1em;
}
.gap-2em .pagebuilder-column-line {
  gap: 2em;
}
.gap-3em .pagebuilder-column-line {
  gap: 3em;
}
.flex-center {
  text-align: center;
}
.page-layout-column-fullwidth .pagebuilder-column [data-content-type="heading"] {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 15px 0;
}
#maincontent p,
#maincontent li {
  font-size: 16px;
}
#maincontent p a {
  color: #666;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: currentcolor;
  text-underline-offset: 3px;
  text-decoration-style: dotted;
  text-decoration-color: #666;
}
#maincontent p a:hover {
  color: #ff1e87;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lema,
.lema-big,
.lema-big h3 {
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  text-align: center;
  padding: 0;
  width: 100%;
  color: #ff1e87;
}
.lema {
  font-size: 28px;
}
.lema-big,
.lema-big h3 {
  font-size: 34px;
}
.prefooter-featured {
  padding: 3em !important;
  background: #F0F5FA;
}
.prefooter-featured a {
  color: black;
}
.prefooter-featured a:hover {
  color: #ff1e87;
}
.social-prefooter {
  margin-top: 30px;
}
.social-prefooter p {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2em;
}
.icon-grid-80 img {
  max-height: 80px;
}
.loading-mask {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  transition: all .2s;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  width: 60px;
  height: 60px;
  background: url(../image/loading-spiner-2.gif) transparent center / contain no-repeat;
}
.loader img {
  display: none;
}
/* General
***********************/
[data-content-type="row"][data-appearance="contained"] {
  width: 100%;
  max-width: 100%;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container-contained,
.header.content,
.footer.content {
  padding: 0 10%;
}
.container-right {
  padding: 1.5vw 0 0 10%;
}
.padding-left-container-full {
  padding-left: 25%;
}
.block-padding-bottom {
  padding-bottom: 10em;
}
.cms-home .page-title-wrapper {
  display: none;
}
.checklist,
.checklist ul {
  padding: 0;
  font-size: 16px;
  list-style: none;
}
.checklist li {
  padding: 0 0 0 40px;
  margin: .3em 0;
  background-image: url(../image/icon-check.svg);
  background-size: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  list-style: none;
}
.btn-clean .pagebuilder-button-link {
  font-size: 16px;
  padding: 1.5em 0;
  font-weight: 400;
  color: #000 !important;
  margin: 0;
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update,
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-color: transparent;
  font-family: 'Montserrat', sans-serif;
  padding: 1em 1.3em;
  border-radius: 7px;
}
.abs-shopping-cart-items .action.update:hover,
.block-cart-failed .action.update:hover,
.cart-container .form-cart .action.update:hover,
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  border-color: transparent;
  background: #ff1e87;
  color: white;
}
.abs-revert-secondary-color,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  border-color: transparent;
  font-family: 'Montserrat', sans-serif;
  padding: .7em 1.3em;
  border-radius: 7px;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  border-color: transparent;
  background: #ff1e87;
  color: white;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  width: 100%;
}
/* Iconos */
.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before,
.table-comparison .action.towishlist::before {
  background: url(../image/icon-favourite.svg) transparent center / 24px no-repeat;
  width: 45px;
  height: 45px;
  font-size: 0 !important;
  content: "" !important;
}
.product-items .action.towishlist:hover::before,
.products.list.items .action.towishlist:hover::before,
.table-comparison .action.towishlist:hover::before {
  background: url(../image/icon-favourite-rose.svg) transparent center / 24px no-repeat;
}
.page-products .products-grid .product-items .action.towishlist {
  display: none !important;
}
.nav-before-open.nav-open .page-layout-1column {
  margin-top: 0;
}
.nav-before-open.nav-open .cms-home.page-layout-1column {
  margin-top: 84px;
}
body.-amsearch-overlay-opened .nav-sections {
  z-index: 9;
  display: none;
}
body.-amsearch-overlay-opened .header-wrap .left-col .toggle {
  pointer-events: none;
}
.navigation > .ui-menu > .level-top.parent {
  font-size: 1.6rem;
  font-weight: 700;
}
.navigation > .ui-menu > .level-top.parent.active > a:not(.ui-state-active),
.navigation > .ui-menu > .level-top.parent.has-active > a:not(.ui-state-active) {
  border: 0;
}
.navigation > .ui-menu > .level-top.parent.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation > .ui-menu > .level-top.parent.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin-left: 0;
}
#btnMiCuenta,
#btnMisDeseos {
  font-size: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.authentication-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.authentication-wrapper .action-auth-toggle {
  color: #ff1e87;
  text-decoration: none;
}
._has-modal-custom._has-auth-shown .authentication-wrapper .action-auth-toggle span,
.authentication-wrapper .action-auth-toggle:hover,
.authentication-wrapper .action-auth-toggle span:hover {
  color: #ff1e87;
  text-decoration: none;
}
.authentication-wrapper .action-auth-toggle span {
  font-size: 16px;
  color: #1f1f1f;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: .5em;
}
.authentication-wrapper .action-auth-toggle span::after {
  width: 26px;
  height: 26px;
  content: "";
  display: block;
  background: url(../image/icon-user.svg) transparent center / auto 24px no-repeat;
}
._has-modal-custom._has-auth-shown .authentication-wrapper .action-auth-toggle span::after,
.authentication-wrapper .action-auth-toggle:hover span::after {
  background: url(../image/icon-user-rose.svg) transparent center / auto 24px no-repeat;
}
.right-col .minicart-wrapper {
  gap: 15px;
}
#btnMiCuenta {
  background: url(../image/icon-user.svg) transparent center / auto 24px no-repeat;
  margin: 0 !important;
  order: 1;
}
#btnMiCuenta:hover {
  background: url(../image/icon-user-rose.svg) transparent center / auto 24px no-repeat;
}
#btnMisDeseos {
  background: url(../image/icon-favourite.svg) transparent center / auto 22px no-repeat;
  order: 1;
  display: none;
}
#btnMisDeseos:hover {
  background: url(../image/icon-favourite-rose.svg) transparent center / auto 22px no-repeat;
}
.minicart-wrapper .action.showcart::before {
  width: 26px;
  height: 26px;
  content: "" !important;
}
.minicart-wrapper .action.showcart {
  order: 2;
}
.minicart-wrapper .action.showcart {
  /* background: url(../image/icon-shopping-bag.svg) transparent 0 center / auto 24px no-repeat; */
  background: url(../image/icon-carrito.svg) transparent 0 center / auto 24px no-repeat;
}
.minicart-wrapper .action.showcart:hover {
  /* background: url(../image/icon-shopping-bag-rose.svg) transparent 0 center / auto 24px no-repeat; */
  background: url(../image/icon-carrito-rosa.svg) transparent 0 center / auto 24px no-repeat;
}
.authentication-dropdown {
  border-radius: 20px;
  border: 0;
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.3);
}
.authentication-dropdown._show {
  margin-top: 10px;
}
.block-authentication .actions-toolbar {
  margin: 0 !important;
}
.block-authentication .actions-toolbar > .primary {
  float: none !important;
}
.block-authentication .actions-toolbar > .primary .action {
  background: #ef8200;
  box-shadow: none;
  text-shadow: none;
  border-radius: 7px;
  width: 100%;
  display: flex;
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.8rem !important;
  border: 0;
  text-align: center;
}
.block-authentication .actions-toolbar > .primary .action:hover {
  background: #ff1e87;
}
.block-authentication .actions-toolbar > .primary .action {
  display: block;
}
.block-authentication .actions-toolbar > .secondary a {
  color: #1f1f1f;
}
.block-authentication .actions-toolbar > .secondary a:hover {
  color: #ff1e87;
  text-decoration: underline;
}
/* Iconos nav */
.navigation > .ui-menu > .level-top.parent > .level-top {
  display: grid;
  grid-template-columns: 35px auto;
  grid-gap: 1em;
  align-items: center;
}
.navigation > .ui-menu > .level-top.parent > .level-top .ui-icon {
  width: 35px;
  height: 35px;
}
.menu-item-kyeroo a.level-top[href*="calefaccion-y-clima"] .ui-icon {
  background: url(../image/icon-aire.svg) transparent center / contain no-repeat;
}
.menu-item-kyeroo a.level-top[href*="electrodomesticos"] .ui-icon {
  background: url(../image/icon-lavadora.svg) transparent center / contain no-repeat;
}
.menu-item-kyeroo a.level-top[href*="imagen-y-sonido"] .ui-icon {
  background: url(../image/icon-televisores.svg) transparent center / contain no-repeat;
}
.menu-item-kyeroo a.level-top[href*="informatica"] .ui-icon {
  background: url(../image/icon-ordenador.svg) transparent center / contain no-repeat;
}
.menu-item-kyeroo a.level-top[href*="pequenos-electrodomesticos"] .ui-icon {
  background: url(../image/icon-cafetera.svg) transparent center / contain no-repeat;
}
.menu-item-kyeroo a.level-top[href*="telefonia"] .ui-icon {
  background: url(../image/icon-telefono.svg) transparent center / contain no-repeat;
}
.menu-item-kyeroo a.level-top[href*="ocio"] .ui-icon {
  background: url(../image/icon-reloj.svg) transparent center / contain no-repeat;
}
.menu-item-kyeroo a.level-top[href*="entretenimiento"] .ui-icon {
  background: url(../image/icon-entretenimiento.svg) transparent center / contain no-repeat;
}
.menu-item-kyeroo a.level-top[href*="promociones"] .ui-icon {
  background: url(../image/icon-etiqueta.svg) transparent center / contain no-repeat;
}
.menu-item-kyeroo a.level-top[href*="hogar"] .ui-icon {
  background: url(../image/icon-hogar.svg) transparent center / contain no-repeat;
}
/* Messages */
/* .page.messages {
    padding: 0 10% 30px;
} */
.page.messages .messages {
  padding: 0 10%;
}
.message.success,
.message.error {
  margin: 0 auto 50px;
  padding: 50px;
  display: block;
  line-height: 1.2em;
  font-size: 16px;
  position: relative;
  border-radius: 20px;
  /* width: 90%;
    max-width: 1903px; */
}
.message.success {
  background: #e5efe5;
  color: #006400;
}
.message.error {
  background: #fae5e5;
  color: #e02b27;
}
.message.success > div,
.message.error > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4em;
}
.message.success > :first-child::before,
.message.error > :first-child::before {
  margin: 0;
  font-weight: 700;
  overflow: hidden;
  speak: none;
  left: auto;
  top: auto;
  position: relative;
}
.message.success > :first-child::before {
  color: #006400;
  font-size: 50px;
  line-height: 50px;
}
.message.error > :first-child::before {
  color: #e02b27;
  font-size: 30px;
  line-height: 30px;
}
.message.success > :last-child,
.message.error > :last-child {
  margin-left: -0.4em;
}
.message.success a,
.message.error a {
  text-decoration: none;
  font-weight: 700;
}
.message.success a {
  color: #006400 !important;
}
.message.error a {
  color: #e02b27 !important;
}
.message.success a:hover {
  color: #ff1e87;
  text-decoration: none;
}
.message.info.empty {
  text-align: center;
  font-size: 16px;
  background: white;
  padding: 0;
  color: #1f1f1f;
}
.message.info > :first-child::before {
  height: 140px;
  content: "";
  background: url(../image/icon-not-found.svg) transparent center / contain no-repeat;
  display: block;
  margin: 2em 0;
  position: relative;
  top: auto;
  width: auto;
}
.message.info > :first-child::before {
  height: 140px;
  content: "";
  background: url(../image/icon-not-found.svg) transparent center / contain no-repeat;
  display: block;
  margin: 2em 0;
  position: relative;
  top: auto;
  width: auto;
}
.checkout-onepage-success .column.main {
  padding: 0 10%;
  text-align: center;
}
.checkout-onepage-success .page-title-wrapper {
  text-align: center !important;
}
.checkout-onepage-success .checkout-success {
  text-align: center;
}
.checkout-onepage-success .checkout-success::before {
  height: 200px;
  content: "";
  background: url(../image/icon-pedido-completo.svg) transparent center / contain no-repeat;
  display: block;
  margin: 1em 0 2em;
}
.redsys-checkout-notify .page-title {
  display: none !important;
}
.redsys-checkout-notify .column.main {
  padding-top: 250px;
  background: url(../image/icon-pedido-completo.svg) transparent center top / 200px no-repeat;
  text-align: center;
  font-size: 400;
}
.checkout-onepage-success .success-container {
  padding: 60px 0;
  max-width: 960px;
  margin: auto;
}
.success-header {
  margin-bottom: 20px;
}
.success-header,
.success-body {
  font-size: 16px !important;
}
.checkout-onepage-success .success-container + .actions-toolbar {
  display: none;
}
.checkout-onepage-success .success-container .actions-toolbar {
  display: inline-block !important;
}
.checkout-onepage-success .actions-toolbar > .primary .action {
  background: #ef8200;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
  display: inline-block;
  padding: 1em 1.5em;
  margin-top: 30px;
  font-size: 18px !important;
}
/* Form */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
select {
  border-radius: 7px;
  height: 40px;
}
/* Modal popup */
.modal-popup {
  z-index: 999999;
}
.modal-popup._show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-popup._show .modal-inner-wrap {
  position: fixed;
  z-index: 99999;
  border-radius: 20px;
  margin: 0 !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  text-align: center;
}
.modal-content {
  text-align: center;
  font-size: 16px;
  padding-top: 2em;
}
.modal-popup .modal-footer {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.modal-popup .modal-footer button {
  background: #ef8200;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 40px;
}
.modal-popup .modal-footer button:hover {
  background: #ff1e87 !important;
}
.modal-popup .modal-footer button * {
  color: white;
}
.modal-popup .modal-footer button.action-accept {
  color: #1f1f1f;
  background: #b4b4b4;
}
/* Menú */
.nav-sections-item-title {
  display: none;
}
.header-wrap .left-col .toggle {
  order: 2;
  display: grid;
  grid-template-columns: 28px auto;
  justify-content: start;
  align-items: center;
  grid-gap: 1em;
  border: 1px solid #dddada;
  border-radius: 8px;
  padding: 0.8em 1.2em;
  height: 42px;
  cursor: pointer;
  position: relative;
}
.nav-toggle-text {
  font-size: 13px;
  font-weight: 500;
}
.toggle-icon {
  width: 22px;
  height: 18px;
  position: relative;
}
.bar {
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  border-radius: 3px;
  opacity: 1;
  transition: all .2s;
  position: relative;
  transform-origin: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bar-1 {
  top: 0;
}
.bar-2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.bar-3 {
  bottom: 0;
}
.nav-open .bar-1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-open .bar-2 {
  opacity: 0;
}
.nav-open .bar-3 {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-toggle {
  font-size: 0;
  left: auto;
  position: relative;
  top: auto;
  z-index: 14;
  height: 28px;
}
.nav-toggle > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  clip: inherit;
}
.nav-toggle::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 4px;
  top: -1px;
  left: calc(50% - 1px);
  transform: translate(-50%, 0);
  background: #1f1f1f;
  z-index: 99999999;
  font-size: 0 !important;
  transition: all .2s;
  border-radius: 2px;
}
.nav-toggle > span::before,
.nav-toggle > span::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 4px;
  left: 50%;
  background: #1f1f1f;
  z-index: 99999999;
  font-size: 0 !important;
  transition: all .2s;
  border-radius: 2px;
}
.nav-toggle > span::before {
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-toggle > span::after {
  bottom: 0;
  transform: translate(-50%, 0);
}
.nav-open .nav-toggle::before {
  top: calc(50% - 1px);
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-open .nav-toggle > span::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-open .nav-toggle > span::before {
  opacity: 0;
}
.nav-toggle::after {
  display: none !important;
}
.nav-open .page-header {
  z-index: 9999;
}
.nav-open .nav-sections {
  box-shadow: none;
  opacity: 1;
  transition: all .2s;
}
.nav-sections {
  width: 100%;
  background: transparent;
  opacity: 0;
}
.nav-sections-item-content {
  width: 30%;
  float: none;
  margin-left: 0;
  padding-top: 83px;
  margin-top: 0;
  height: 100vh;
  overflow: auto;
  background: white;
}
.nav-sections-items {
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}
.navigation {
  padding: 30px 0;
  background: white;
  width: 99%;
}
.navigation ul {
  padding: 0;
}
.navigation > .ui-menu > .level-top.parent > .level-top.ui-state-active + .submenu:not(:first-child) {
  opacity: 1;
  z-index: 9;
  pointer-events: all;
}
.navigation .parent .level-top::after {
  transform: rotate(270deg);
}
.navigation > .ui-menu > .level-top.parent > .level-top.ui-state-active {
  color: #ff1e87;
}
.nav-open .page-wrapper {
  left: 0;
  /* top: 84px; */
}
.nav-before-open body {
  height: auto !important;
  overflow: hidden !important;
}
.navigation > .ui-menu > .level-top.parent {
  border: 0;
  font-family: 'Montserrat', sans-serif;
}
.navigation > .ui-menu > .level-top.parent > .level-top {
  text-transform: none;
  padding: .7em 40px .7em 45px;
  color: #1f1f1f;
}
.navigation > .ui-menu > .level-top.parent > .level-top:hover {
  color: #ff1e87;
}
.navigation li.level0:last-child {
  border-bottom: 0;
}
/* Breadcrumbs */
.breadcrumbs {
  padding: 0 10%;
}
.breadcrumbs .items {
  color: #1f1f1f;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1em;
}
.breadcrumbs .item.home {
  font-size: 0;
}
.breadcrumbs .item.home a {
  font-size: 0;
  width: 16px;
  height: 16px;
  background: url(../image/icon-home.svg) transparent center / contain no-repeat;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}
.breadcrumbs .item.home::after {
  display: none;
}
/* Carrito */
.checkout-cart-index .page-wrapper {
  margin-top: 150px;
}
.checkout-cart-index .column.main {
  padding: 0 10% 60px;
}
.checkout-cart-index .page-title-wrapper {
  padding: 0 10%;
  text-align: center;
}
.checkout-cart-index .page-title-wrapper .page-title {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 1em 0 !important;
  text-align: center;
}
/* Customer login */
.customer-account-login .page-wrapper {
  margin-top: 150px;
}
.customer-account-login .page-title-wrapper {
  padding: 30px 10% 50px;
  width: 100%;
}
.customer-account-login .page-title-wrapper .page-title {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  text-align: center;
  width: 100%;
}
.customer-account-login .fieldset {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}
.login-container .block .block-title {
  text-align: center;
  border: 0;
  margin-bottom: 25px;
  padding-bottom: 0;
  position: relative;
}
.login-container .block .block-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #b4b4b4;
  content: "";
  z-index: 1;
}
#block-customer-login-heading,
#block-new-customer-heading {
  padding: .5em 1em;
  background: white;
  z-index: 9;
  position: relative;
}
.customer-account-login form .field input[type="text"],
.customer-account-login form .field input[type="submit"],
.customer-account-login form .field .control {
  width: 100% !important;
}
.customer-account-login form .field {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.customer-account-login .block-new-customer p,
.customer-account-login form .field.note {
  font-size: 16px;
}
.customer-account-login .field label {
  font-size: 16px;
  width: auto !important;
  padding: 0 0 0.5em !important;
  float: none !important;
  text-align: left !important;
  font-weight: normal !important;
}
.customer-account-login form .field input[type="password"],
.customer-account-login form .field input[type="text"],
.customer-account-login form .field input[type="email"] {
  height: 55px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}
.customer-account-login form .field input[type="password"]:focus,
.customer-account-login form .field input[type="text"]:focus,
.customer-account-login form .field input[type="email"]:focus {
  border: 1px solid #ff1e87;
}
.customer-account-login form .password .control {
  position: relative;
}
.customer-account-login form .password .control .choice {
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 999;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.customer-account-login form .password .control .choice input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  cursor: pointer;
}
.customer-account-login form .password .control .choice label {
  position: absolute;
  width: 28px !important;
  height: 28px;
  display: block;
  background: url(../image/icon-show-password.svg) transparent center / contain no-repeat;
  cursor: pointer;
}
.customer-account-login form .password .control .choice input[type="checkbox"]:checked + label {
  background: url(../image/icon-hidden-password.svg) transparent center / contain no-repeat;
}
.customer-account-login form .password .control .choice label span,
.checkout-index-index .opc-wrapper .form-login .fieldset .note::before {
  display: none;
}
.checkout-index-index .opc-wrapper {
  width: 70% !important;
  padding-right: 0 !important;
}
.checkout-index-index .opc-sidebar {
  width: 26% !important;
}
.checkout-index-index._has-modal-custom .opc-sidebar {
  width: 90% !important;
}
#logos-metodos-clonado {
  background: white;
  border-radius: 0 0 15px 15px;
}
#logos-metodos-clonado .metodos-pago-deader .pagebuilder-column-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
  padding: 0 30px;
}
#logos-metodos-clonado .metodos-pago-deader .pagebuilder-column-line .pagebuilder-column {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .metodos-pago-sellos .pagebuilder-column {
    width: 130px;
    flex-basis: 130px;
  }
  .checkout-index-index .opc-wrapper {
    width: 100% !important;
    padding-top: 40px;
  }
  #co-shipping-form .fieldset {
    display: flex !important;
    gap: 2em;
    flex-direction: column;
  }
  .checkout-index-index form .field[name="shippingAddress.company"],
  .checkout-index-index form .field.street {
    grid-column: span 1 !important;
  }
  .authentication-wrapper .action-auth-toggle span {
    font-size: 0 !important;
  }
  .authentication-wrapper {
    margin-top: 0 !important;
  }
  .custom-slide .modal-inner-wrap,
  .modal-inner-wrap div ~ div {
    background: white !important;
  }
  .checkout-index-index .page-header {
    display: none;
  }
  .authentication-dropdown._show,
  .authentication-dropdown {
    border-radius: 0 !important;
    margin-top: 0 !important;
  }
}
.checkout-index-index form .field.required {
  /* margin-bottom: 20px; */
  margin-bottom: 0;
}
.checkout-index-index .fieldset .actions-toolbar > .secondary {
  margin-top: 10px;
}
.checkout-index-index .fieldset .actions-toolbar > .secondary a {
  font-size: 16px;
  color: #1f1f1f;
  text-decoration: none;
}
.checkout-index-index .form.form-login .actions-toolbar {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
.checkout-index-index .form.form-login .actions-toolbar .primary .action,
.customer-account-login .actions-toolbar .primary .action {
  background: #ef8200;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 55px;
  font-size: 1.8rem;
}
.customer-account-login .actions-toolbar .primary .action:hover {
  background: #ff1e87;
}
#remember-me-box {
  display: grid;
  justify-content: end;
  grid-template-columns: auto 14px;
  grid-gap: 1em;
  align-items: center;
}
#remember-me-box::before,
#remember-me-box::after {
  display: none;
}
#remember-me-box input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  order: 2;
}
#remember-me-box label {
  margin: 0 !important;
  padding: 0 !important;
  order: 1;
}
#remember-me-box .tooltip {
  order: 3;
  grid-column: span 2;
  text-align: right;
}
#remember-me-box .tooltip > span.tooltip {
  text-align: left;
  left: auto;
  margin-left: 0;
  right: 0;
  border-radius: 5px;
  border: 0;
  background: #f7f7f7;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.3);
}
.tooltip.wrapper .tooltip.content::before {
  left: auto;
  margin-left: 0;
  right: 15px;
  border-bottom-color: #f7f7f7;
}
.tooltip.wrapper .tooltip.content::after {
  display: none;
}
.customer-account-login .fieldset .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-login .fieldset .actions-toolbar > .primary {
  margin: 0 !important;
  width: 100%;
}
.customer-account-login .fieldset .actions-toolbar > .secondary {
  margin-top: 1em;
}
.customer-account-login .fieldset .actions-toolbar > .secondary a {
  font-size: 16px;
  color: #1f1f1f;
  text-decoration: none;
}
.customer-account-login .fieldset .actions-toolbar > .secondary a:hover {
  color: #ff1e87;
}
.additional-info-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.additional-info-message::after {
  margin: 10px 0 0;
  margin-top: 10px;
  margin-left: 0px;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 !important;
}
/* Register */
.customer-account-create .page-wrapper {
  margin-top: 150px;
}
.customer-account-create #maincontent > .columns {
  padding: 0 20%;
}
.customer-account-create .page-title-wrapper {
  padding: 30px 10% 50px;
  width: 100%;
}
.customer-account-create .page-title-wrapper .page-title {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  text-align: center;
  width: 100%;
}
.form.create.account {
  width: 100%;
}
.customer-account-create .fieldset {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}
.customer-account-create form .field {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.customer-account-create .field label {
  font-size: 16px;
  width: auto !important;
  padding: 0 0 0.5em !important;
  float: none !important;
  text-align: left !important;
  font-weight: normal !important;
}
.customer-account-create .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
.customer-account-create form .field input[type="password"],
.customer-account-create form .field input[type="text"],
.customer-account-create form .field input[type="email"] {
  height: 55px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}
.customer-account-create form .field input[type="password"]:focus,
.customer-account-create form .field input[type="text"]:focus,
.customer-account-create form .field input[type="email"]:focus {
  border: 1px solid #ff1e87;
}
.customer-account-create .fieldset > .legend {
  text-align: center;
  border: 0;
  margin: 0 !important;
  padding-bottom: 0;
  position: relative;
}
.customer-account-create .fieldset > .legend span {
  padding: 0.5em 1em;
  background: white;
  z-index: 9;
  position: relative;
}
.customer-account-create .fieldset > .legend::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #b4b4b4;
  content: "";
  z-index: 1;
}
.choice-wrap .field.choice,
.fieldset > .field.choice {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 1em;
}
.choice-wrap .field.choice.newsletter {
  margin-bottom: .7em;
}
.choice-wrap .field.choice input[type="checkbox"],
#show-password {
  margin: 0 0 3px !important;
  width: 16px !important;
  height: 16px !important;
}
.choice-wrap .field.choice label,
.fieldset > .field.choice .label {
  padding: 0 !important;
}
.field.choice .field-tooltip {
  margin-left: 0;
  top: 0;
}
.field-tooltip .field-tooltip-content {
  background: #f7f7f7;
  border-radius: 5px;
  border: 0;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.3);
}
.field-tooltip .field-tooltip-content::before,
.field-tooltip .field-tooltip-content::after {
  border-right-color: #f7f7f7;
  left: -20px;
}
.fieldset > .field.choice::before,
.fieldset > .field.no-label::before {
  display: none;
}
.customer-account-create form .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-create .fieldset .actions-toolbar > .primary {
  margin: 0 !important;
  width: 100%;
}
.customer-account-create .actions-toolbar::before,
.customer-account-create .actions-toolbar::after {
  display: none;
}
.customer-account-create .actions-toolbar > .primary .action {
  background: #ef8200;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 55px;
  font-size: 1.8rem;
}
.customer-account-create .actions-toolbar > .primary .action:hover {
  background: #ff1e87;
}
.customer-account-create .actions-toolbar {
  display: flex;
  flex-direction: column;
}
.password-strength-meter {
  margin-top: 1em;
  border-radius: 50px;
  text-align: center;
}
.password-strength-meter::before {
  /* height: calc(100% - 6px);
    max-width: calc(100% - 6px);
    transform: translatey(-50%);
    top: 50%;
    left: 3px; */
  border-radius: 50px;
}
/* Ficha producto */
.energy-overlay {
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 9;
}
.energy-overlay img {
  width: auto;
  height: 40px;
}
.rating-summary .rating-result > span::before {
  color: #EFCE4A;
}
.catalog-product_compare-index .page-wrapper,
.catalog-product-view .page-wrapper,
.amsearch-search-page .page-wrapper,
.catalog-category-view .page-wrapper {
  margin-top: 100px;
}
.page-main-details .product-section-title {
  padding-bottom: 0;
  border-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 2em;
}
.catalog-product-view.page-layout-1column .column.main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
  align-items: start;
  padding: 0 10% 60px;
}
.catalog-product-view.page-layout-1column .page-main.page-main-details .column.main {
  grid-template-columns: 1fr;
}
.catalog-product-view .product-info-main {
  float: none;
  order: 2;
  width: auto !important;
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-info-top {
  order: 1;
}
.catalog-product-view .product-info-price {
  order: 3;
  margin-bottom: 30px;
}
.catalog-product-view .product-add-form {
  order: 9;
}
.catalog-product-view .product-social-links {
  order: 2;
}
.catalog-product-view .product-energy-label {
  order: 4;
  margin-bottom: 20px;
}
.catalog-product-view .product.attribute.sku {
  order: 5;
}
.catalog-product-view .product.attribute.overview {
  order: 6;
}
.catalog-product-view .product-shipping-info {
  order: 7;
}
.catalog-product-view .product-reviews-summary.empty {
  order: 8;
}
.catalog-product-view .page-title-wrapper.product {
  order: 2;
  margin-bottom: 40px;
}
.page-products .products-grid .product-items .product-item .product-list-shipping-info {
  margin-top: 10px;
}
.page-products .products-grid .product-items .product-item .product-list-shipping-info {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.catalog-product-view .product-shipping-info {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1em;
}
.page-products .products-grid .product-items .product-item .product-list-shipping-info {
  gap: .5em;
}
.page-products .products-grid .product-items .product-item .product-list-shipping-info .shipping-icon,
.catalog-product-view .product-shipping-info .shipping-icon {
  width: 18px;
  height: 18px;
  background: url(../image/icon-envio.svg) transparent center / contain no-repeat;
}
.catalog-product-view .product-shipping-info .product-shipping-info-title {
  margin-bottom: 5px;
}
.catalog-product-view .product-shipping-info .product-shipping-info-title,
.catalog-product-view .product-shipping-info .shipping-text {
  font-size: 16px;
}
.page-products .products-grid .product-items .product-item .product-list-shipping-info .shipping-text {
  font-size: 12px;
}
.catalog-product-view .product-shipping-info .product-shipping-info-type {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  font-size: 16px;
  width: 100%;
}
.catalog-product-view .product-shipping-info .product-shipping-info-description {
  font-size: 16px;
  width: 100%;
}
.catalog-product-view .product-shipping-info .product-shipping-info-description a {
  color: #666;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-style: dotted;
  text-decoration-color: #666;
}
.catalog-product-view .product-shipping-info .product-shipping-info-description a:hover {
  color: #ff1e87;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-options-info-title,
.product-shipping-info-title {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: .5em;
}
.stock-green {
  color: #009e00;
  font-weight: 700;
}
.stock-red {
  color: #9e0000;
  font-weight: 700;
}
.info-circle {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #1f1f1f;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
}
.info-circle:hover {
  border: 1px solid #ff1e87;
  background: #ff1e87;
  text-decoration: none;
}
.info-circle::before {
  content: "i";
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #1f1f1f;
}
.info-circle:hover::before {
  color: white;
}
.product-energy-label {
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
  justify-content: flex-start;
  align-items: center;
}
.product-energy-label img {
  height: 30px;
}
.productos-carrusel .energy-label img,
.products-grid .energy-label img {
  height: 20px;
  margin-top: 10px;
}
.catalog-product-view .marca-producto img {
  width: auto;
  height: 30px;
}
.catalog-product-view .marca-producto-carousel img {
  width: auto;
  height: 30px;
}
.marca-producto-carousel a {
  color: inherit;
  text-decoration: none;
}
.catalog-product-view .marca-producto img,
.marca-producto-carousel img {
  color: #ff1e87;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
}
.product.info.detailed {
  order: 3;
  grid-column: span 2;
}
.catalog-product-view.page-layout-1column .column.main .block.related {
  order: 4;
  grid-column: span 2;
}
.product-info-main .product.attribute.sku {
  margin: 0 0 20px;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  font-size: 16px;
  margin: 10px 0 30px;
}
.catalog-product-view .product-info-main .box-tocart {
  width: 100%;
  display: block;
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .fieldset,
.catalog-product-view .product-info-main .box-tocart .fieldset .actions {
  width: 100%;
  display: block;
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .actions button {
  background: #ef8200;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .actions button::before {
  content: url(../image/icon-carrito-blanco.svg);
  display: inline-block;
  font-size: 1em;
  width: 20px;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .actions button:hover {
  background: #ff1e87;
}
.product.media {
  float: none;
  width: auto !important;
  order: 1;
}
.catalog-product-view .page-title-wrapper .page-title {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0 !important;
  line-height: 1.2em;
  font-size: 2rem;
}
.catalog-product-view .fotorama__stage {
  height: 60vh !important;
}
.catalog-product-view .product-info-main .price-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 3em;
  margin: 0;
}
.catalog-product-view .product-info-main .price-box span {
  max-width: max-content;
  margin-bottom: 0;
}
.price-label {
  display: none;
}
.catalog-product-view .product-info-main .price {
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 38px !important;
  color: #ff1e87;
}
.catalog-product-view .product-info-main .old-price .price {
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px !important;
  color: #b4b4b4;
  position: relative;
  text-decoration: none;
}
.product-info-main .special-price,
.product-options-bottom .special-price,
.product-info-main .price-box .wee {
  margin: 0;
}
.old-price {
  text-decoration: none;
}
#description {
  padding: 60px 10%;
}
#description p {
  font-size: 16px;
}
.fotorama__stage__frame .fotorama__img {
  display: block !important;
  position: relative !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  left: auto !important;
  top: auto !important;
  object-fit: contain !important;
  transform: none !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none !important;
}
.additional-attributes-wrapper .additional-attributes {
  width: 100% !important;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th,
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  padding: 1em;
  font-size: 16px;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr:nth-child(odd) {
  background: #f7f7f7;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  font-weight: bold;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  text-align: right;
}
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]::before {
  text-align: left !important;
}
.review-toolbar {
  margin: 0;
  border: 0;
}
.review-item {
  border: 0;
  padding: 20px 0;
}
.review-item:first-child {
  padding-top: 0;
}
.review-item:last-child {
  padding-bottom: 0;
}
.review-details {
  margin-bottom: 25px;
  font-size: 16px;
}
.review-date {
  font-size: 14px;
}
.comment-bubble {
  padding: 1em;
  font-size: 16px;
  border: 1px solid #b4b4b4;
  position: relative;
}
.comment-bubble::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  z-index: 9;
  transform: rotate(315deg);
  top: -13px;
  left: 40px;
  border-top: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  background: white;
}
.review-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5em;
}
.review-content {
  margin-bottom: 0;
}
.catalog-product-view .review-ratings {
  margin-top: 1em;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  gap: 3em;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.catalog-product-view .review-ratings .rating-summary {
  display: flex;
  align-items: center;
  align-content: center;
  gap: .5em;
}
.catalog-product-view .review-ratings .rating-label {
  padding: 0;
}
.catalog-product-view .title-block {
  margin-top: .5em;
}
.product-related-wrap {
  margin: 0 -1em;
}
.productos-carrusel {
  /* width: calc(100% - 1.5vw); */
  width: 100%;
}
.productos-carrusel .slick-prev {
  display: none;
}
.productos-carrusel .slick-next {
  display: none;
}
.productos-carrusel .slick-prev::before,
.productos-carrusel .slick-next::before,
.productos-carrusel .slick-prev::after,
.productos-carrusel .slick-next::after {
  font-size: 24px;
  background: white;
}
.productos-carrusel .slick-prev::after,
.productos-carrusel .slick-next::after {
  display: none;
}
.productos-carrusel .slick-prev:active,
.productos-carrusel .slick-next:active,
.productos-carrusel .slick-prev:focus,
.productos-carrusel .slick-next:focus,
.productos-carrusel .slick-prev:not(.primary),
.productos-carrusel .slick-next:not(.primary) {
  background: white;
}
.productos-carrusel .slick-prev:not(.primary) {
  left: -60px !important;
}
.productos-carrusel .slick-next:not(.primary) {
  right: -60px !important;
}
.catalog-product-view .block.related .productos-carrusel {
  display: grid;
  /* grid-template-columns: repeat(5, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1em 2em !important;
}
.catalog-product-view .productos-carrusel .product-item {
  width: auto !important;
  margin: 0 !important;
}
.catalog-product-view .productos-carrusel .product-item .product-item-info {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 1em;
}
.catalog-product-view .product-reviews-summary {
  display: flex;
  justify-content: flex-start;
}
.catalog-product-view .product-reviews-summary a {
  color: #b4b4b4;
}
.catalog-product-view .product-reviews-summary a:hover {
  color: #ff1e87;
  text-decoration: none;
}
.catalog-product-view .product-reviews-summary a.add {
  display: none;
}
.product-info-main .product.attribute.sku {
  font-size: 16px;
}
.catalog-product-view .product.data.items {
  background: #f7f7f7;
  margin-top: 40px;
}
.catalog-product-view .product.data.items > .item.content {
  border-top: 0;
  margin-top: 40px;
}
.catalog-product-view .product.data.items > .item.title > .switch {
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 2em;
}
.product.data.items > .item.title > .switch,
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover,
.catalog-product-view .product.data.items > .item.title:not(.disabled) > .switch:active,
.catalog-product-view .product.data.items > .item.title.active > .switch,
.catalog-product-view .product.data.items > .item.title.active > .switch:focus,
.catalog-product-view .product.data.items > .item.title.active > .switch:hover {
  background: #f7f7f7;
}
.catalog-product-view .product.data.items > .item.title:not(.disabled) > .switch:active,
.catalog-product-view .product.data.items > .item.title.active > .switch,
.catalog-product-view .product.data.items > .item.title.active > .switch:focus,
.catalog-product-view .product.data.items > .item.title.active > .switch:hover {
  color: #000;
}
.catalog-product-view #description,
.catalog-product-view .product.data.items > .item.content {
  padding: 50px 3px;
}
.catalog-product-view #description .value > h2:first-child,
.catalog-product-view #description .value > h3:first-child {
  margin-top: 0 !important;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 15px 10px;
}
.catalog-product-view #description {
  font-size: 16px;
}
/* Productos - Grid - Aspect ratio imagen 1:1 */
.slick-tres {
  padding-right: 1.5vw;
}
.product-grid .slick-track::before,
.product-grid .slick-track::after {
  display: none !important;
}
/* .carousel-featured-group>.pagebuilder-column-line {
    display: grid !important;
    grid-template-columns: 30% 70% !important;
    grid-gap: 1.5vw !important;
} */
.carousel-featured-group > .pagebuilder-column-line > .pagebuilder-column {
  width: 100% !important;
}
/* .carousel-featured-group>.pagebuilder-column-line>.pagebuilder-column:last-child>.slick-tres>.product-grid>.block-content>.products-grid>.product-items>.slick-list>.slick-track {
    width: 60% !important;
} */
/* .carousel-featured-group>.pagebuilder-column-line>.pagebuilder-column:last-child>.slick-tres>.product-grid>.block-content>.products-grid>.product-items>.slick-list {
    margin-right: 10%;
} */
.carousel-featured .pagebuilder-mobile-only .product-grid > .block-content > .products-grid > .product-items > .slick-list > .slick-track {
  margin-left: 10px;
  transition: all .2s;
}
.widthclear .product-grid > .block-content > .products-grid > .product-items > .slick-list > .slick-track {
  margin-left: 0;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: auto !important;
  min-width: auto !important;
}
.product-grid .product-item-photo {
  display: block;
}
.product-grid .product-item-details {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: .5em;
}
.product-grid .product-item-name {
  word-wrap: none !important;
  display: inline-block !important;
  hyphens: none !important;
}
.product-grid .product-item-name .product-item-link {
  word-wrap: none !important;
  hyphens: none !important;
  display: inline-block !important;
}
.product-grid .product-item .price-box {
  margin: 0;
}
.product-grid .product-item-photo,
.product-grid .product-item-photo .product-image-container,
.product-grid .product-item-photo .product-image-container .product-image-wrapper {
  width: 100% !important;
}
.product-grid .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
  /* background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 50%, #f7f7f7 100%); */
  background: white;
  border-radius: 20px;
  margin-bottom: 0;
}
.product-grid .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  max-width: 90% !important;
  max-height: 90% !important;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-grid .product-item {
  padding: 0 .75vw !important;
  margin-bottom: 0;
}
.carousel-featured .product-grid {
  margin-left: -.75vw !important;
  margin-right: 1.5vw !important;
  margin-bottom: 0;
  height: 100%;
}
.product-grid > .block-content,
.product-grid > .block-content > .products-grid,
.product-grid > .block-content > .products-grid > .product-items {
  height: 100%;
}
.product-grid > .block-content > .products-grid > .product-items > .slick-list {
  margin-bottom: 70px;
}
/* .product-grid>.block-content>.products-grid>.product-items::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5vw;
    height: 100%;
    background: linear-gradient(270deg, rgba(255,255,255,1) 52%, rgba(255,255,255,0) 100%);
} */
.product-grid .slick-dots {
  /* position: absolute;
    bottom: 0;
    left: 0; */
  width: max-content;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  gap: 2.5em;
  align-items: center;
  margin: 0 15px;
  background: #f7f7f7;
  border-radius: 10px;
}
.productos-carrusel .slick-dots li,
.product-grid .slick-dots li {
  margin: 0;
  width: 7px;
  height: 7px;
  transition: all .2s;
}
.productos-carrusel .slick-dots li button,
.product-grid .slick-dots li button {
  width: 100%;
  height: 100%;
  border: 0;
  transition: all .2s;
  background: #f7f7f7;
}
.product-grid .slick-dots li button:hover {
  background: #b4b4b4;
}
.productos-carrusel .slick-dots li.slick-active,
.product-grid .slick-dots li.slick-active {
  width: 40px;
}
.product-grid .slick-dots li.slick-active button {
  background: #000;
}
.product-grid .slick-dots li.slick-active button:hover {
  background: #ff1e87;
}
.product-grid .product-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: .5em;
}
.product-grid .product-item-inner .marca-producto-carousel img {
  height: 30px;
}
.container-contained,
.pagebuilder-column {
  position: relative;
}
.container-contained .featured-buttons {
  display: flex;
  justify-content: flex-end;
}
.recomendados-home .featured-buttons {
  position: relative;
  right: 0;
  bottom: 0;
  margin-top: 30px;
}
.pagebuilder-button-link {
  margin: 0 !important;
}
.pagebuilder-button-link .pagebuilder-button-link {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #1f1f1f !important;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: .5em;
  text-decoration: none !important;
  white-space: normal;
}
.pagebuilder-button-link .pagebuilder-button-link:hover,
a.pagebuilder-button-link:hover,
.pagebuilder-button-link .pagebuilder-button-link:hover::after {
  color: #ff1e87 !important;
  text-decoration: none !important;
}
.pagebuilder-button-link .pagebuilder-button-link::after {
  content: "\279C";
  color: #1f1f1f !important;
  transition: all .2s;
}
.pagebuilder-button-link .pagebuilder-button-link span {
  white-space: nowrap !important;
}
/* Catálogo de productos*/
/* .page-products .products-grid .product-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em;
}

.page-products .products-grid .product-item {
    margin: 0;
    width: auto !important;
}

*/
.page-products .product-item-info {
  width: 100% !important;
  /* padding-bottom: 75px; */
}
.toolbar-amount {
  font-size: 16px;
}
.sorter-label {
  display: none;
}
/* .catalog-category-view .category-view {
    display: none;
} */
.toolbar-sorter {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 0;
}
.sorter-options {
  margin: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sorter-options::-ms-expand {
  display: none;
}
.sorter .sorter-action::before {
  font-size: 0;
  background: url(../image/arrow-up.svg) transparent center / contain no-repeat;
  width: 16px;
  height: 40px;
  margin-right: 10px;
}
.sorter .sorter-action.sort-desc::before {
  background: url(../image/arrow-down.svg) transparent center / contain no-repeat;
}
.page-main > .page-title-wrapper .page-title,
.catalog-category-view #page-title-heading {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  text-align: center;
  padding: 30px 10%;
  width: 100%;
}
.catalog-product_compare-index .page-title-wrapper {
  padding: 30px 10%;
  width: 100%;
  text-align: center;
}
.catalog-product_compare-index .page-title {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  text-align: center;
}
.page-products #maincontent > .columns {
  padding: 0 10%;
  display: block;
  /*display: grid;
    grid-template-columns: 20% 80%;
    grid-template-columns: 240px auto;
    grid-template-rows: auto auto;
    grid-gap: 50px;
    grid-template-areas:
        "sidebar-main colum-main"
        "sidebar-additional colum-main"; */
}
.catalog-product_compare-index #maincontent > .columns {
  padding: 0 10%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page-products #maincontent > .columns {
  margin-top: 30px;
}
.customer-account-login #maincontent > .columns {
  padding: 0 20%;
}
.page-products.page-layout-2columns-left .column.main {
  /* grid-area: colum-main;
    width: 100%; */
  width: calc(100% - 315px);
  padding-left: 0 !important;
}
.page-products.page-layout-2columns-left .sidebar-main {
  /* grid-area: sidebar-main; */
}
.page-layout-2columns-left .sidebar-additional {
  /* grid-area: sidebar-additional; */
}
.page-products.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-left .sidebar-additional {
  width: 240px;
  padding-right: 0 !important;
  /* width: 24%;
    width: 100%;
    padding-right: 2%;*/
}
.page-products .filter > .block-title,
.page-products .filter .block-subtitle {
  display: none;
}
.page-products .filter .filter-options-title,
.filter-options .filter-options-item .title-accordion {
  font-size: 14px;
  font-weight: 700;
  padding: 1em .1em;
  border-top: 1px solid #000 !important;
}
/* .page-products .filter #narrow-by-list .filter-options-title:first-child, */
.filter-options .filter-options-item:nth-child(1) .title-accordion {
  border-top: 0 !important;
}
.title-accordion {
  position: relative;
  margin: 0 !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  align-items: flex-start;
}
.accordion-arrow {
  position: relative;
  width: 22px;
  height: 20px;
}
.accordion-arrow::before,
.accordion-arrow::after {
  position: absolute;
  content: "";
  background: #1f1f1f;
  width: calc(50% + 3px);
  height: 3px;
  top: 50%;
  border-radius: 3px;
  transition: all .2s;
}
.accordion-arrow::before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.accordion-arrow::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.filter-options .filter-options-item.active .accordion-arrow::before {
  transform: translateY(-50%) rotate(-45deg);
}
.filter-options .filter-options-item.active .accordion-arrow::after {
  transform: translateY(-50%) rotate(45deg);
}
.block.filter {
  margin-bottom: 0;
}
.page-products #narrow-by-list .filter-options-content .item {
  display: block;
}
/* .page-products #narrow-by-list .filter-options-content .item a .count {
    color: @gris-medio;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    padding-right: .5em;
    padding-left: 0;
} */
.page-products #narrow-by-list .filter-options-content .item a .count {
  color: #b4b4b4;
  font-size: 12px !important;
  position: absolute;
  top: 0;
  right: .5em;
}
/* .page-products #narrow-by-list .filter-options-content .item a::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid black;
    position: relative;
    transition: all .2s;
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
    margin-right: 1em;
} */
.filter-options .count::before,
.filter-options .count::after {
  display: none;
}
.filter-text-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: .8em;
  position: relative;
  padding-right: 20px;
}
.filter-current {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 1em 2em 2em 2em;
}
.filter-current .filter-label::after {
  display: none;
}
.filter-current .filter-label {
  font-size: 16px;
  font-weight: 700;
  padding: .7em 0 0;
}
.filter-current .item {
  margin: 5px;
}
.filter-current .filter-value {
  color: #1f1f1f;
  font-size: 16px;
  text-decoration: none;
}
.filter-current .items.item:first-child .filter-label {
  padding: 0 0 1em !important;
}
.filter-current .item .filter-wrap {
  display: flex;
  align-items: center;
  gap: .5em;
}
.filter-current .remove::before {
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-weight: normal;
  overflow: hidden;
}
.filter-current .remove span {
  display: none;
}
.filter-actions .filter-clear {
  color: #1f1f1f;
  font-size: 16px;
  text-decoration: none;
  margin: .5em 0 2em .3em;
  display: flex;
  align-items: center;
  gap: .2em;
}
.filter-actions .filter-clear:hover {
  color: #ff1e87;
}
.filter-actions .filter-clear::after {
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-weight: normal;
  overflow: hidden;
}
/* .filter-options .filter-options-content {
    margin: 0;
    transition: all .2s;
    display: block !important;
    height: auto;
    max-height: 0;
    overflow-y: hidden;
}

.filter-options .filter-options-item.active .filter-options-content {
    max-height: 500px;
    transition: all .2s;
    overflow-y: auto;
} */
.filter-options .filter-options-item.active .filter-options-content {
  max-height: 210px;
  transition: all .2s;
  overflow-y: auto;
}
/* Plumrocket */
.plumrocket-product-filter .filter-options-item .filter-options-title {
  margin-bottom: 0;
}
.plumrocket-product-filter .filter-options-content .count::before,
.plumrocket-product-filter .filter-options-content .count::after {
  display: none !important;
}
.filter-options .filter-options-title {
  word-break: normal;
}
.plumrocket-product-filter .filter-content .filter-options-content .item a {
  text-decoration: none !important;
  color: #1f1f1f;
  padding: 5px 8px 5px 3px;
}
.plumrocket-product-filter .filter-content .filter-options-content .item a:hover {
  text-decoration: none !important;
  color: #ff1e87;
}
.plumrocket-product-filter .filter-content .filter-options-content .item a > span {
  width: 100%;
  display: flex;
  padding-left: 0;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: none !important;
  border: 0 !important;
  padding-right: 22px;
  position: relative;
}
.plumrocket-product-filter .filter-content .filter-options-content .item a:not([data-variable="price"]):not([data-variable="rating"]) > span::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid black;
  position: relative;
  transition: all .2s;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
  margin-right: 1em;
  aspect-ratio: 1;
}
/* .plumrocket-product-filter .filter-content .filter-options-content .item a>span,
.page-products #narrow-by-list .filter-options-content .item a {
    color: @gris-oscuro;
    font-size: 16px;
    text-decoration: none;
    padding: .5em .1em;
    display: grid;
    align-items: start;
    justify-content: space-between;
    grid-template-columns: 20px calc(100% - 32px);
    grid-gap: 12px;
    font-size: 12px !important;
} */
.plumrocket-product-filter .filter-options-item:first-child .filter-options-title[data-role="title"][role="tab"] {
  border-top: 0 !important;
}
.filter-options-title,
.plumrocket-product-filter .filter-options-item .filter-options-title[data-role="title"][role="tab"] {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 1.2em 0.1em;
}
.plumrocket-product-filter .filter-options-item .filter-options-title[data-role="title"][role="tab"]::after {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 16px;
  right: 3px;
  border: 2px solid #222;
  border-top: 0;
  border-left: 0;
  z-index: 9;
  content: "";
  transform-origin: center;
  transform: rotate(45deg);
  transition: all .2s;
}
.plumrocket-product-filter .filter-options-item.active .filter-options-title[data-role="title"][role="tab"]::after {
  transform: rotate(-135deg);
  top: 23px;
}
/*
.plumrocket-product-filter .filter-options-item.active .filter-options-title[data-role="title"][role="tab"]::after {
    top: 19px;
    border: 2px solid #222;
    border-right: 0;
    border-bottom: 0;
} */
.plumrocket-product-filter .filter-content .filter-options-content .product-filter-slider > span {
  display: none;
}
.plumrocket-product-filter .filter-content .filter-options-content .product-filter-slider .filter-price-amount {
  font-size: 0;
  display: grid;
  grid-template-columns: 0 auto 0 auto;
  align-items: center;
}
.plumrocket-product-filter .filter-content .filter-options-content .product-filter-slider .filter-price-amount #filter-price-amount-from,
.plumrocket-product-filter .filter-content .filter-options-content .product-filter-slider .filter-price-amount #filter-price-amount-to {
  font-size: 16px !important;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: .2em;
}
.plumrocket-product-filter .filter-content .filter-options-content .product-filter-slider .filter-price-amount #filter-price-amount-from::after,
.plumrocket-product-filter .filter-content .filter-options-content .product-filter-slider .filter-price-amount #filter-price-amount-to::after {
  content: "€";
  color: #1f1f1f;
}
.plumrocket-product-filter .filter-content .filter-options-content .product-filter-slider .filter-price-amount #filter-price-amount-from {
  text-align: left;
  justify-content: flex-start;
}
.plumrocket-product-filter .filter-content .filter-options-content .product-filter-slider .filter-price-amount #filter-price-amount-to {
  text-align: right;
  justify-content: flex-end;
}
.filter-current .remove {
  text-decoration: none;
}
.filter-current .remove:hover {
  text-decoration: none;
}
.filter-current .remove:hover::before {
  color: #ff1e87 !important;
  text-decoration: none;
}
.filter-options input[type="checkbox"] + .amshopby-choice {
  top: 3px !important;
  padding-left: 0 !important;
  display: none;
}
.filter-options-item .filter-options-content .items {
  margin: 0 !important;
  display: flex;
  flex-flow: column nowrap;
  gap: .2em 0;
}
.filter-options-item .filter-options-content .items .item {
  margin: 0 !important;
  padding: 0 !important;
}
.filter-options-item .filter-options-content .items .item ul.items .item {
  margin: 0 !important;
  padding: 0 !important;
}
.filter-options-item .item a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: none !important;
  border: 0 !important;
  padding: 5px 22px 5px 0 !important;
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 14px;
  gap: .5em;
  color: #000;
}
.filter-options-item .item a::before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
  transition: all .2s;
  box-shadow: inset 0px 0px 0px 3px #fff;
  margin-right: 0 !important;
  aspect-ratio: 1;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label,
.filter-options-item .filter-options-content .items .item:hover,
.filter-options-item .item a:hover {
  color: #ff1e87;
}
.filter-options-item .item a.amshopby-link-selected::before,
.filter-options-content .items.-am-singleselect .amshopby-link-selected::before {
  background: #ff1e87;
}
.amshopby-filter-current .amshopby-items {
  padding-left: 0 !important;
}
.amshopby-filter-current .amshopby-items .amshopby-item {
  font-size: 14px !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 5px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #ef8200;
  height: 5px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -6px);
  width: 16px;
  background: #ef8200 !important;
}
.amshopby-slider-container .amshopby-slider-display {
  font-size: 14px;
}
/* */
.page-products .products-grid .product-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 60px;
}
.page-products .products-grid .product-items .product-item {
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}
.plumrocket-product-filter .filter-content .filter-options-content .item a:not([data-variable="price"]):not([data-variable="rating"]) > span:hover::before,
.page-products #narrow-by-list .filter-options-content .item a:hover::before {
  background: #ff1e87;
}
.plumrocket-product-filter .filter-content .filter-options-content .item a.selected > span:first-child::before {
  background: #ff1e87 !important;
}
.page-products .product-item-photo,
.page-products .product-image-container {
  width: 100% !important;
}
.page-products .product-image-wrapper {
  padding-bottom: 100% !important;
  /* background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 50%, #f7f7f7 100%); */
  background: white;
  border-radius: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minicart-items-wrapper .product-image-wrapper {
  padding-bottom: 0 !important;
}
.page-products .product-image-wrapper img {
  /* width: 80%; */
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.page-products .products-grid .product-item-name {
  margin: 0 0 10px;
}
.page-products .products-grid .product-item-actions {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* .page-products .products-grid .product-item-actions .tocompare {
    display: none;
} */
.page-products .products-grid .product-item-actions .tocompare::before {
  font-size: 0;
  background: url(../image/icon-compare.svg) transparent center / contain no-repeat;
  width: 20px;
  height: auto;
  display: inline-block;
}
.page-products .products-grid .product-item-actions .tocompare:hover::before {
  background: url(../image/icon-compare-rose.svg) transparent center / contain no-repeat;
}
.page-products .products-grid .price-box {
  margin: auto 0 0;
}
.page-products .products-grid .product-item {
  position: relative;
}
.products.list.product-items .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-products .products-grid .product-item-actions a.action span {
  position: absolute;
  background: #ff1e87;
  color: white;
  padding: .3em 1em !important;
  border-radius: 13px;
  opacity: 0;
  font-size: 12px;
  clip: initial !important;
  height: auto !important;
  width: max-content !important;
  top: 5px;
  left: 5px;
  z-index: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  line-height: 1.5em;
}
.page-products .products-grid .product-item-actions a.action:hover span {
  z-index: 999;
  opacity: 1;
}
.final-price-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.final-price-wrap .old-price {
  font-weight: 700 !important;
  font-size: 22px !important;
  color: #b4b4b4;
  position: relative;
}
.widget-product-carousel .price-box .old-price .price {
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #b4b4b4;
  position: relative;
}
.cms-rebajas .final-price-wrap .old-price .price,
.page-products .final-price-wrap .old-price .price {
  font-weight: 700 !important;
  font-size: 15px !important;
  position: relative;
}
.old-price .price::before {
  width: 100%;
  height: 1px;
  background: #7e7e7e;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
}
.product-photo-wrap .final-price-wrap,
.product-photo-wrap .price-final_price .tax.weee {
  display: none;
}
.widget-product-carousel .price-box .percentage-price,
.carousel-photo .final-price-wrap,
.page-products .product-item-details .percentage-price {
  display: none;
}
.product-photo-wrap {
  position: relative;
  flex-shrink: 0;
}
.carousel-photo .price-box,
.product-photo-wrap .price-final_price,
.product-photo-wrap .energy-label {
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 9;
  margin: 0;
}
.carousel-photo .price-box {
  margin-top: 0;
}
.carousel-photo .price-box .percentage-price {
  margin: 0;
  display: block;
}
.carousel-photo .percentage-price,
.product-photo-wrap .percentage-price {
  font-size: 22px;
  color: white;
  padding: 0.3em 0.5em;
  background: #ef8200;
  border-radius: 10px;
}
.product-photo-wrap .energy-label {
  right: auto;
  left: 10px;
}
.sidebar-additional .empty {
  font-size: 16px;
}
.block-compare .block-title {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  padding: 1em 0.1em;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-compare .block-title > strong {
  margin: 0 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  font-family: 'Montserrat', sans-serif !important;
}
.block-compare .counter {
  font-weight: normal;
}
.block-compare .actions-toolbar {
  margin-top: 3em;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(1fr);
  grid-gap: 1em;
}
.block-compare .actions-toolbar::before,
.block-compare .actions-toolbar::after {
  display: none;
}
.block-compare .actions-toolbar .primary,
.block-compare .actions-toolbar .secondary {
  width: auto !important;
  float: none !important;
}
.block-compare .actions-toolbar .primary a.action {
  display: block;
}
.block-compare #compare-clear-all {
  color: #1f1f1f;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.2em;
}
.block-compare #compare-clear-all:hover {
  color: #ff1e87;
}
.block-compare #compare-clear-all::after {
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-weight: normal;
  overflow: hidden;
}
.compare-header .compare-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1em;
}
.compare-attributes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1em;
}
#compare-table .table-comparison .cell {
  width: 100% !important;
}
.compare-label {
  grid-row: 1;
  grid-column-start: 1;
  grid-column-end: 100;
  grid-auto-column: auto;
}
.table-comparison .cell {
  padding: 0;
}
.compare-attribute-row .attribute .attribute.label {
  font-size: 16px;
  font-weight: 700;
  padding: .4em .5em;
  background: #f7f7f7;
  border-radius: 3px 0 0 3px;
}
.compare-attribute-row .attribute + .attribute .attribute.label {
  color: transparent;
  border-radius: 0 3px 3px 0;
}
.compare-attribute-row .attribute .attribute.value {
  font-size: 16px;
  padding: 1em .5em;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 0;
}
.table-comparison .product-image-wrapper {
  padding-bottom: 100% !important;
  background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 50%, #f7f7f7 100%);
  border-radius: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-comparison .product-image-container {
  width: 100% !important;
}
.table-comparison .product-image-wrapper img {
  width: 80%;
  max-width: 80%;
  height: auto;
  max-height: 80%;
  margin: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.table-comparison .cell {
  max-width: 300px;
}
.compare-header-row {
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}
.compare-header-row,
.compare-attribute-row {
  display: flex;
  justify-content: center;
  gap: 4em;
}
.compare-header-row .cell {
  padding-bottom: 60px;
  position: relative;
}
.compare-header-row .cell,
.compare-attribute-row .cell {
  width: 500px;
  max-width: 500px;
}
.table-comparison .cell.attribute {
  position: relative;
}
.table-comparison .cell.attribute::after {
  content: "a";
  font-size: 16px;
  font-weight: 700;
  padding: 0.4em 0;
  background: #f7f7f7;
  color: transparent;
  position: absolute;
  top: 0;
  width: 3em;
  right: -3em;
}
.table-comparison .cell.attribute:last-child:after {
  display: none;
}
.table-comparison .cell.remove {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 9;
  width: 40px;
  height: 40px;
}
.table-comparison .cell.remove .action.delete::before {
  font-size: 40px;
  line-height: 40px;
}
.table-comparison .cell.remove .action.delete:hover::before {
  color: #ff1e87;
}
.compare-name {
  font-size: 16px;
  margin: 0 !important;
  padding: 0 .5em;
}
.compare-name a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.compare-name a:hover {
  color: #ff1e87;
  text-decoration: none;
}
.table-comparison .price-box .price {
  font-size: 22px;
  font-weight: 700;
}
.table-comparison .old-price .price {
  font-size: 18px !important;
}
.table-comparison .percentage-price {
  display: none;
}
.table-comparison .product-photo-wrap .percentage-price {
  display: block;
}
.table-comparison .product-item-actions .actions-primary {
  display: block;
}
.table-comparison .action.tocart {
  background: #ef8200;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.8rem !important;
}
.table-comparison .action.tocart:hover {
  background: #ff1e87;
}
.table-comparison .action.tocart::before {
  content: url(../image/icon-carrito-blanco.svg);
  display: inline-block;
  font-size: 1em;
  width: 20px;
}
.table-comparison .product-item-photo {
  margin: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  margin: 10px 0;
}
.table-comparison .price-box {
  margin-bottom: 0;
  padding: 0 .7em;
}
.actions-absolute {
  margin: 0 !important;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.table-comparison .secondary-addto-links.actions-secondary {
  display: flex;
  justify-content: flex-end;
}
/* */
/* .productos-carrusel .slick-list {
    margin-left: -30px;
} */
.productos-carrusel .slick-track {
  display: flex;
  flex-wrap: nowrap;
  /* gap: 30px !important; */
  gap: 1.5vw !important;
}
.productos-carrusel .slick-track::before,
.productos-carrusel .slick-track::after {
  display: none;
}
.productos-carrusel .slick-track .slick-slide {
  float: none;
  height: auto !important;
  width: calc(100% / 4) !important;
  position: relative;
}
.productos-carrusel .slick-track .slick-slide .product-image-photo {
  max-width: 90% !important;
  max-height: 90% !important;
}
.productos-carrusel.imagen-fondo-blanco .slick-track .slick-slide .product-image-photo {
  max-width: 98% !important;
  max-height: 98% !important;
}
.productos-carrusel.imagen-fondo-blanco .product-image-wrapper {
  background: white;
}
/* .productos-carrusel .product-item-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
} */
.productos-carrusel .product-item-photo,
.productos-carrusel .product-image-container {
  width: 100% !important;
}
.productos-carrusel .product-item-photo {
  display: block;
  transition: all .2s;
}
.productos-carrusel .product-item .product-item-info {
  transition: all .2s;
}
.productos-carrusel .product-item:hover .product-item-info {
  margin-top: -5px;
}
.productos-carrusel .product-item:hover .product-item-photo {
  margin-bottom: 5px;
}
.productos-carrusel .product-image-wrapper {
  padding-bottom: 100% !important;
  /* background: @gradient-grey; */
  background: white;
  border-radius: 20px;
  margin-bottom: 0;
}
.product-reviews-summary {
  display: hidden !important;
  margin: 0 !important;
}
/* .productos-carrusel .slick-dots {
    left: 32%;
    width: auto;
    background: @gris-tenue;
    position: relative;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
    height: 10px;
    margin-top: 40px;
} */
.productos-carrusel .slick-dots {
  left: 0;
  width: auto;
  background: #efefef;
  position: absolute;
  display: inline-block;
  border-radius: 20px;
  height: 7px;
  margin-top: 60px;
  transition: all .2s;
  width: max-content;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  gap: .3em;
  align-items: center;
  z-index: 9;
}
.productos-carrusel.imagen-fondo-blanco .slick-dots {
  left: 0;
  transform: none;
}
.productos-carrusel .slick-dots li {
  width: 40px;
  height: 7px;
  vertical-align: text-top;
}
.productos-carrusel .slick-dots li:first-child {
  margin-left: 0;
}
.productos-carrusel .slick-dots li:last-child {
  margin-right: 0;
}
.productos-carrusel .slick-dots li button {
  transition: all .2s;
}
.productos-carrusel .product-item-actions .actions-secondary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-products .product-item-actions .actions-secondary {
  display: grid;
  /* grid-template-columns: ~"calc(100% - 90px)"45px 45px; */
  grid-template-columns: calc(100% - 45px) 45px;
  justify-content: space-between;
  align-items: center;
}
.productos-carrusel .product-item-actions .actions-secondary .action.tocompare {
  order: 1;
  display: none !important;
}
.productos-carrusel .product-item-actions .actions-secondary .action.towishlist {
  order: 2;
}
.product-item-actions .actions-secondary > .action {
  width: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
}
.page-products .products-grid .product-item-inner .action.tocompare {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.page-products .products-grid .product-item-inner .action.tocompare label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .5em;
}
.page-products .products-grid .product-item-inner .action.tocompare label input[type="checkbox"] {
  margin: 0;
  position: relative;
  top: 0;
}
.page-products .products-grid .product-item-inner .action.tocompare::before {
  display: none !important;
}
.marca-producto-carousel img {
  height: 30px;
  object-fit: contain;
}
.abs-actions-addto-gridlist::before,
.product-item-actions .actions-secondary > .action::before,
.table-comparison .wishlist.split.button > .action.split::before,
.product-items .wishlist.split.button > .action.split::before,
.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before,
.table-comparison .action.towishlist::before {
  font-size: 45px;
  line-height: 45px;
  color: #1f1f1f;
}
.productos-carrusel .slick-dots li button {
  background: #efefef;
}
.productos-carrusel .slick-dots li button:hover {
  background: #e3e3e3 !important;
}
.productos-carrusel .slick-dots li.slick-active button {
  background: #1f1f1f;
}
.product-item-link {
  /* font-size: 16px; */
  font-size: 14px;
}
.product-item-link:hover {
  color: #ff1e87 !important;
  text-decoration: none !important;
}
.product-item .price-box {
  margin-bottom: 0;
}
.product-item .price-box .price {
  font-size: 21px;
}
.product-item-actions .actions-primary {
  display: none;
}
.page-products .product-item-actions .actions-primary {
  display: none;
  /* display: block; */
  position: absolute;
  bottom: 0;
  width: 100%;
}
.product-item-actions .actions-primary form {
  width: 100%;
}
.product-item .tocart:link,
.product-item .tocart:visited,
.product-item .tocart {
  background: #ef8200;
  border: 0;
  font-size: 16px;
  padding: .5em;
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.product-item .tocart:link::before,
.product-item .tocart:visited::before,
.product-item .tocart::before {
  content: url(../image/icon-carrito-blanco.svg);
  display: inline-block;
  font-size: 1em;
  width: 20px;
}
.product-item .tocart:focus,
.product-item .tocart:hover {
  background: #ff1e87 !important;
  border: 0;
}
.header-title-block h2,
.title-block {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  margin: 0 0 1em;
  position: relative;
}
.header-title-block h2::after,
.title-block::after {
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #ef8200;
  margin-left: .5em;
}
.title-center {
  text-align: center;
  padding: 0 300px;
}
.title-center::before,
.title-center::after {
  display: none;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.header-wrap {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 1.5em 10%;
  display: grid;
  grid-template-columns: 30% 60%;
  grid-gap: 2em;
  justify-items: center;
  justify-content: space-between;
}
.header-wrap .right-col {
  width: 100%;
  /* grid-template-columns: auto 130px; */
  grid-template-columns: auto 80px;
}
.header-wrap .left-col {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 3em;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.logo {
  max-width: 100%;
  margin: 0;
  order: 1;
}
.nav-toggle {
  order: 2;
}
.block-search {
  float: none;
  padding-left: 0;
  position: relative;
  width: auto;
}
.block-search .nested {
  display: none;
}
.block-search input {
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  border: 0;
  background: #f7f7f7;
  height: 50px;
}
.right-col {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1em;
  align-items: center;
}
.right-col .control {
  padding: 0;
}
.right-col .block-search {
  order: 1;
}
.right-col .minicart-wrapper {
  order: 2;
  margin-left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-layout-column-center .page-wrapper,
.page-layout-column-header .page-wrapper,
.page-layout-column-fullwidth .page-wrapper,
.page-layout-1column .page-wrapper {
  margin-top: 100px;
}
.checkout-index-index,
.checkout-index-index .page-wrapper,
.cms-home.page-layout-1column .page-wrapper {
  margin-top: 0 !important;
}
.page-layout-column-header .page-wrapper .column.main > [data-content-type="row"][data-appearance="contained"],
.page-layout-column-center .page-wrapper .column.main > [data-content-type="row"][data-appearance="contained"],
.page-layout-column-fullwidth .page-wrapper .column.main > [data-content-type="row"][data-appearance="contained"],
.page-layout-column-header .page-wrapper .column.main > [data-content-type="row"][data-appearance="full-width"],
.page-layout-column-center .page-wrapper .column.main > [data-content-type="row"][data-appearance="full-width"],
.page-layout-column-fullwidth .page-wrapper .column.main > [data-content-type="row"][data-appearance="full-width"],
.page-layout-column-header .page-wrapper .column.main > [data-content-type="row"][data-appearance="full-bleed"],
.page-layout-column-center .page-wrapper .column.main > [data-content-type="row"][data-appearance="full-bleed"],
.page-layout-column-fullwidth .page-wrapper .column.main > [data-content-type="row"][data-appearance="full-bleed"] {
  padding: 20px 0;
}
.page-layout-1column,
.page-main-full-width {
  margin-top: 84px;
}
.page-layout-cms-full-width .page-main-full-width,
.cms-home .page-main-full-width {
  margin-top: 0;
}
.page-layout-cms-full-width [data-content-type="products"] {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 10%;
}
.page-layout-cms-full-width .product-grid .product-items.widget-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.page-layout-cms-full-width .product-grid .product-items.widget-product-grid .product-item {
  width: 100% !important;
}
.categorias-home {
  padding-top: 6em;
}
.categorias-block {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: start;
  grid-gap: 1.3em;
}
.categorias-block-item {
  position: relative;
}
.block-category-link-inline,
.block-category-link-inline a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.block-category-link-inline span {
  font-size: 0;
}
.category-block-summary .block-category-link,
.categorias-block .block-category-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
}
.category-block-summary .block-category-link a,
.categorias-block .block-category-link a {
  color: #1f1f1f;
  text-decoration: none;
}
.categorias-block-item-imagen {
  background: #f7f7f7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 1em;
  transition: all .2s;
}
.categorias-block-item-imagen img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  object-position: center;
}
.categorias-block .categorias-block-item:hover .categorias-block-item-imagen {
  margin-top: -5px;
  margin-bottom: calc(1em + 5px);
  transition: all .2s;
}
.categorias-block-item:hover .block-category-link a {
  color: #ff1e87;
}
.page-products .category-cms,
.page-products .category-description {
  padding: 50px 10% 60px;
  display: flex;
  justify-content: center;
}
.category-block-summary {
  display: grid;
  justify-content: center;
  align-items: flex-start;
  gap: 3em 1.3em;
  grid-template-columns: repeat(auto-fit, minmax(150px, 205px));
  width: 100%;
}
.page-products .category-image {
  display: none;
}
/* .category-block-summary .categorias-block-item {
    width: 12.5%;
    max-width: 243px;
} */
.slick-dots li {
  margin: 0 15px;
}
.pagebuilder-slider .slick-dots li {
  margin: 0 5px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #b4b4b4;
  border: 0;
  width: 10px;
  height: 10px;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #ff1e87;
}
.slider-home .slick-dots li button {
  background: #b4b4b4 !important;
  border: 0;
  width: 10px !important;
  height: 10px !important;
}
.slider-home .slick-dots li.slick-active button {
  background: #ff1e87 !important;
}
.image-content .pagebuilder-column-line {
  gap: 1.5vw;
}
.image-content .pagebuilder-column-line img {
  border-radius: 20px;
}
.image-content .pagebuilder-column-line .productos-carrusel .slick-track .slick-slide {
  width: 220px !important;
  padding-bottom: 75px;
}
.image-content .pagebuilder-column-line .productos-carrusel .product-item-actions .actions-secondary {
  margin-left: 0;
}
.image-content .pagebuilder-column-line .productos-carrusel .slick-dots {
  left: 0;
}
.image-content .pagebuilder-column-line .pagebuilder-column:first-child figure {
  height: 100%;
}
.image-content .pagebuilder-column-line .pagebuilder-column:first-child figure img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center;
}
.carousel-photo {
  position: relative;
}
.carousel-photo .final-price-wrap,
.carousel-photo .price-final_price .tax.weee {
  display: none;
}
.minicart-wrapper .action.showcart::before {
  /* content: url(../image/icon-shopping-bag.svg); */
  content: url(../image/icon-carrito.svg);
  width: 26px;
  transition: all .2s;
}
.minicart-wrapper .action.showcart:hover::before {
  /* content: url(../image/icon-shopping-bag-rosa.svg); */
  content: url(../image/icon-carrito-rosa.svg);
}
.block-search input {
  padding-right: 10px;
  padding-left: 40px;
  min-width: 100%;
}
.block-search .action.search {
  right: auto;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.block-search .action.search::before {
  color: #1f1f1f;
}
.ventajas-block {
  margin: 12em 0 6em;
}
.ventajas-block .pagebuilder-column-line {
  align-content: center;
  align-items: center;
}
.ventajas-block .pagebuilder-column-line .pagebuilder-column {
  align-content: center;
  align-items: center;
  align-self: center !important;
}
.ventajas-block-title {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.ventajas-block-item-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
}
.ventajas-block-item-titulo {
  padding: 0 3em;
  margin: 1em 0 0;
  font-size: 16px;
}
.container-right .title-block {
  margin-right: 10%;
}
.destacados .slick-list {
  padding-right: 10% !important;
  border-radius: 20px 0 0 20px;
}
.destacados .slick-slide {
  padding: 0 2em;
}
.destacados .slick-slide:first-child {
  padding-left: 0;
}
.destacados .slick-slide:last-child {
  padding-right: 0;
}
.destacados .pagebuilder-slide-wrapper {
  border-radius: 20px;
  position: relative;
  min-height: 300px !important;
  max-height: 300px !important;
}
.destacados .slick-slide {
  min-height: 300px !important;
  max-height: 300px !important;
}
.destacados .pagebuilder-slide-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  background: #040404;
  background: linear-gradient(60deg, rgba(4, 4, 4, 0.6) 0%, rgba(4, 4, 4, 0) 100%);
}
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  max-width: 70%;
  padding: 0;
}
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-collage-content [data-element="content"] {
  overflow: hidden;
}
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h1,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h2,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h3,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h4,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h5,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h6 {
  font-family: 'Montserrat', sans-serif;
  color: white;
}
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h1 a,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h2 a,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h3 a,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h4 a,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h5 a,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h6 a,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay p a {
  color: white;
}
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h1:first-child,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h2:first-child,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h3:first-child,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h4:first-child,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h5:first-child,
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h6:first-child {
  margin-top: 0;
}
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.destacados .pagebuilder-slide-wrapper .pagebuilder-overlay p {
  color: white;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}
.destacados .slick-dots {
  margin-right: 10%;
  width: auto;
  background: #efefef;
  position: relative;
  display: inline-block;
  padding: 0;
  border-radius: 20px;
  height: 10px;
  margin-top: 40px;
}
.destacados .slick-dots {
  margin-left: -4em;
}
.destacados .slick-dots li button {
  background: #efefef;
}
.destacados .slick-dots li.slick-active button {
  background: #1f1f1f;
}
.destacados .slick-dots li {
  width: 10px;
  height: 10px;
  vertical-align: text-top;
  margin: 0 15px;
}
.destacados .slick-dots li:first-child {
  margin-left: 0;
}
.destacados .slick-dots li:last-child {
  margin-right: 0;
}
.banner-wrap {
  margin-top: 4em;
  margin-bottom: 4em;
  background: #f2f2f2;
  padding: 3em 0 3em 10%;
}
.banner-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  margin: .6em 0;
  color: #ff1e87;
}
.banner-wrap p {
  font-size: 22px;
  font-weight: 500;
}
.btn-rosa {
  margin-top: 2em;
}
.btn-rosa .pagebuilder-button-primary {
  background: #ff1e87;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.btn-rosa .pagebuilder-button-primary:hover {
  background: #ef8200;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.group-btn-rosa {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.group-btn-rosa .pagebuilder-button-primary {
  background: #ff1e87;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
  cursor: pointer;
  transition: all .2s;
}
.group-btn-rosa .pagebuilder-button-primary:hover {
  background: #ef8200;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
}
.banner-wrap .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: auto !important;
}
.banner-wrap .pagebuilder-column-line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5em;
}
.banner-wrap .pagebuilder-column-line img {
  border-radius: 20px;
  width: 100%;
}
.banner-wrap .pagebuilder-banner-wrapper {
  padding-top: 100%;
}
.number-big {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.number-big p {
  color: #ff1e87;
  font-size: 64px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1em;
}
.slider-home .slick-prev::before,
.slider-home .slick-next::before,
.slider-home .slick-prev::after,
.slider-home .slick-next::after,
.banner-wrap .slick-prev::before,
.banner-wrap .slick-next::before,
.banner-wrap .slick-prev::after,
.banner-wrap .slick-next::after {
  font-size: 24px;
  background: transparent;
  color: white;
}
.slick-dots li button,
.slick-slider .slick-arrow {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  z-index: 8 !important;
}
.slider-home .slick-prev::before,
.slider-home .slick-next::before,
.slick-prev:not(.primary)::before,
.slick-next:not(.primary)::before {
  background-color: rgba(255, 255, 255, 0.2) !important;
  background-position: center !important;
  background-color: transparent !important;
  background-size: auto 26px !important;
  background-repeat: no-repeat !important;
  display: block !important;
  width: 26px !important;
  height: 26px !important;
  padding: 0 !important;
}
.slider-home .slick-prev::after,
.slider-home .slick-next::after {
  display: none !important;
}
.slick-prev::before,
.slick-prev:not(.primary)::before {
  background-image: url(../image/arrow-right-black.svg) !important;
}
.slick-next::before,
.slick-next:not(.primary)::before {
  background-image: url(../image/arrow-right-black.svg) !important;
}
.slider-home .slick-arrow.slick-prev {
  left: 15px !important;
}
.slider-home .slick-arrow.slick-next {
  right: 15px !important;
}
.slider-home .slick-dots {
  margin-top: 1em;
}
/* .productos-carrusel .slick-prev:not(.primary),
.productos-carrusel .slick-next:not(.primary) {
    display: none !important;
} */
.newsletter-marcas {
  border-top: 3px solid #ff1e87;
}
.marcas-actions {
  grid-column: span 3;
}
.icon-arrow a.pagebuilder-button-link {
  font-size: 400 !important;
  font-weight: 400 !important;
  color: #1f1f1f !important;
  text-decoration: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.icon-arrow a.pagebuilder-button-link span {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.icon-arrow a.pagebuilder-button-link:hover {
  font-size: 400 !important;
  font-weight: 400 !important;
  color: #ff1e87 !important;
  text-decoration: none !important;
}
.icon-arrow a.pagebuilder-button-link span::after {
  content: "" !important;
  display: inline-block !important;
  width: 35px !important;
  height: 18px !important;
  background: url(../image/arrow-right-complete.svg) transparent center / contain no-repeat !important;
}
.block.newsletter {
  min-width: 100%;
}
.block.newsletter .form.subscribe {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.block.newsletter .field.newsletter {
  max-width: 100% !important;
  margin-right: 0;
}
.block.newsletter .field.newsletter label {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
.block.newsletter .actions {
  display: inherit;
  vertical-align: auto;
  width: 100%;
}
.block.newsletter .field .control::before {
  display: none;
}
.block.newsletter input[type="email"] {
  height: 60px;
  border-radius: 5px;
  border: 0;
  margin: 1em 0 1em 0;
  padding: 0 1em;
  font-size: 16px;
  background: white !important;
}
.newsletter-wrap {
  background: #f7f7f7;
  padding: 60px 10%;
}
.newsletter-wrap h2 {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 1em;
}
.privacidad {
  display: grid;
  grid-template-columns: 15px auto;
  grid-gap: 1em;
  align-items: start;
}
.privacidad input[type="checkbox"] {
  margin-right: 0;
  padding: 0;
}
.privacidad label {
  font-size: 14px;
}
.privacidad label a {
  text-decoration: underline;
  text-decoration-style: dashed;
  color: black;
}
.block.newsletter .actions {
  margin-top: 1em;
}
.block.newsletter .action.subscribe {
  height: 60px;
  width: 100%;
  border-radius: 5px;
  border: 0;
  background: #ef8200;
  font-size: 22px;
  color: white;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.block.newsletter .action.subscribe:hover {
  background: #ff1e87;
}
.marcas-wrap {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-gap: 4em;
  padding: 50px 10%;
}
.marcas-wrap figure {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.marcas-wrap figure img {
  max-width: 140px !important;
  max-height: 100px !important;
}
.footer-presentation {
  background: #FFF9F1;
  padding: 150px 10%;
}
.footer-presentation h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 1em;
}
.footer-presentation .pagebuilder-column-line {
  gap: 150px;
}
.footer-presentation p {
  font-size: 22px;
}
.footer-presentation .checklist ul {
  margin-bottom: 0;
}
.footer-presentation .checklist li {
  font-size: 22px;
  margin: 1em 0;
}
.prefooter {
  border-top: 3px solid #ff1e87;
  padding: 60px 10%;
}
.prefooter p {
  font-size: 16px;
}
.prefooter p a {
  color: #ff1e87;
  text-decoration: none;
}
.prefooter p a:hover {
  color: #ff1e87;
  text-decoration: underline;
}
.prefooter .pagebuilder-column-line {
  gap: 40px;
}
.prefooter-left {
  width: 200px;
}
.prefooter-center,
.prefooter-right {
  width: calc(50% - 200px);
}
#social {
  margin-top: 3em;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.item-social a {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
}
#facebook {
  background-image: url(../image/icon-facebook.svg);
}
#twitter {
  background-image: url(../image/icon-twitter.svg);
}
#instagram {
  background-image: url(../image/icon-instagram.svg);
}
#youtube {
  background-image: url(../image/icon-youtube.svg);
}
.footer-menu {
  background: #f7f7f7;
  padding: 100px 10%;
}
.footer-menu h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 1.5em !important;
}
.footer-menu ul {
  display: flex;
  gap: 1em 0;
  list-style: none;
  font-size: 16px;
  padding: 0;
  flex-wrap: wrap;
}
.footer-menu ul li {
  width: 49%;
}
.footer-menu ul li a {
  color: black;
}
.footer-menu ul li a:hover {
  color: #ff1e87;
  text-decoration: none;
}
.footer.content {
  border-top: 0;
  margin-top: 0;
  padding: 60px 10%;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer.content .links {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1em;
  margin: 0;
  padding: 0;
}
.footer.content .links > li::after {
  content: "";
  width: 1px;
  height: 1em;
  margin: 0 0 0 1em;
  background: #1f1f1f;
  display: inline-block;
}
.footer.content .links > li:last-child:after {
  display: none;
}
.footer.content .links > li a {
  font-size: 14px;
  color: #1f1f1f;
}
.logos-footer {
  padding: 60px 10% 40px;
  display: flex;
  gap: 2em;
  justify-content: center !important;
  align-items: center;
  flex-direction: row !important;
}
.logos-footer figure {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.logos-footer figure img {
  max-width: 140px !important;
  max-height: 100px !important;
}
.page-footer {
  display: flex;
  flex-direction: column;
}
.page-footer > .footer {
  order: 2;
}
.page-footer > .widget {
  order: 1;
}
/* Carrito */
#shopping-cart-table {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
#shopping-cart-table h2.title-block {
  margin-bottom: 0;
}
.cart.table-wrapper .items > .item {
  border: 1px solid #b4b4b4;
  border-radius: 20px;
}
.cart.table-wrapper .item .col.item {
  display: grid;
  grid-template-columns: 200px auto;
  grid-gap: 4em;
  padding: 4em 100px 4em 4em !important;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
}
.cart.table-wrapper .product-item-photo .product-image-container {
  display: block;
  width: 100% !important;
  height: 100%;
  padding: 0;
  background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 50%, #f7f7f7 100%);
  border-radius: 20px;
}
.cart.table-wrapper .product-image-wrapper {
  width: 100%;
  height: 200px;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.cart.table-wrapper .product-item-name {
  margin-top: 0;
  font-weight: bold;
  font-size: 16px;
}
.cart-item-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  padding: 2em;
  background: #f7f7f7;
  border-radius: 0 0 20px 20px;
}
.cart.table-wrapper .col {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cart.table-wrapper .col.qty .input-text {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: transparent;
  font-size: 22px;
  font-weight: bold;
}
.cart.table-wrapper .col.qty .input-text:focus,
.cart.table-wrapper .col.qty .input-text:hover {
  background: white;
  border-color: #ff1e87;
}
.subtotal .price-excluding-tax .price {
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-size: 34px;
  color: #ff1e87;
}
.cart.table-wrapper .product-item-details .col.price {
  text-align: left;
  font-size: 22px !important;
  color: #ff1e87;
  margin: 1em 0 1em !important;
}
.price-including-tax,
.price-excluding-tax {
  font-size: 22px !important;
}
.item-actions-icons {
  position: absolute;
  top: 2em;
  right: 2em;
  z-index: 9999;
}
.item-actions-icons a.action {
  font-size: 0 !important;
  width: 26px !important;
  height: 26px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-position: center !important;
  border: 0 !important;
}
.item-actions-icons a.action span {
  display: none;
}
.action-edit {
  display: none !important;
  background-image: url(../image/icon-edit.svg) !important;
}
.action-delete {
  background-image: url(../image/icon-eliminar.svg) !important;
}
.cart-summary {
  background: #fff;
  margin-bottom: 25px;
  padding: 0;
}
.cart-summary-wrap {
  padding: 2em !important;
  background: #f7f7f7;
  border-radius: 7px;
}
.cart-summary-wrap * {
  font-size: 16px !important;
}
.cart-summary-wrap .title {
  margin-bottom: 1em;
  display: block;
}
.cart-summary-wrap .grand.totals {
  border-top: 1px solid black;
  font-size: 22px !important;
  color: #ff1e87;
  font-weight: 700;
  padding-top: 20px;
}
.cart-summary-wrap .cart-totals .price {
  font-weight: 700;
}
.cart-summary-wrap .cart-totals .shipping .mark,
.cart-summary-wrap .cart-totals .shipping .price {
  padding-bottom: 15px;
}
.cart-summary-wrap a {
  color: #000;
}
.cart-container .checkout-methods-items .action.primary {
  background: #ef8200;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.cart-container .checkout-methods-items .action.primary:hover {
  background: #ff1e87;
}
/* Mini cart */
.minicart-wrapper {
  position: relative;
}
.minicart-title {
  display: block !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 30px 40px;
}
.minicart-title .qty {
  margin-left: 1em;
  color: #ff1e87;
}
.counter.qty._block-content-loading {
  position: relative !important;
}
.minicart-wrapper .loading-mask {
  background-color: #ff1e87;
  border: 0;
  position: absolute !important;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minicart-wrapper .loading-mask .loader {
  width: 14px;
  height: 14px;
  background: url(../image/loader.gif) transparent center / 14px 14px no-repeat !important;
}
.minicart-wrapper .loading-mask .loader img {
  display: none;
}
#minicart-content-wrapper > .block-content .minicart-items-wrapper + .actions,
#minicart-widgets {
  display: none;
}
.minicart-wrapper .block-minicart::before,
.minicart-wrapper .block-minicart::after,
.minicart-wrapper .action.showcart .counter-label,
.block-minicart .subtotal .label::after {
  display: none;
}
.block-minicart .subtitle.empty {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.block-minicart .subtitle.empty::before {
  height: 200px;
  content: "";
  background: url(../image/ilust-empty-cart.svg) transparent center / contain no-repeat;
  display: block;
  margin: 1em 0 2em;
}
.minicart-wrapper .action.showcart .counter {
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff1e87;
  border-radius: 50px;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 -15px;
  min-width: 20px;
  padding: 0 3px;
  text-align: center;
  font-size: 12px;
  position: relative;
}
.minicart-wrapper .ui-dialog {
  position: fixed;
  top: 0;
  right: -600px;
  z-index: 9999;
  height: 100vh;
  width: 600px;
  max-width: 90%;
  transition: all .2s;
  background: white;
}
.minicart-wrapper.active .ui-dialog {
  right: 0;
}
.minicart-wrapper .block-minicart {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  border: 0;
  width: 100%;
  height: 100vh;
}
.minicart-wrapper .ui-dialog::before {
  position: fixed;
  width: 0;
  top: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  transition: all .2s;
  z-index: 999;
}
.minicart-wrapper.active .ui-dialog::before {
  width: 100%;
}
#minicart-content-wrapper > .block-content {
  display: grid;
  grid-template-columns: 1fr;
}
#minicart-content-wrapper > .block-content .minicart-items-wrapper {
  order: 1;
  height: calc(100vh - 295px) !important;
  background: white;
  border: 0;
  margin: 0;
  padding: 30px 40px 80px 40px;
  position: relative;
}
#minicart-content-wrapper > .block-content .items-total {
  order: 2;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  position: relative;
}
#minicart-content-wrapper > .block-content .items-total::after {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
  z-index: 99;
  left: 0;
  top: -60px;
  background: linear-gradient(0deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}
#minicart-content-wrapper > .block-content .items-total span {
  font-size: 16px;
  font-weight: 700;
}
#minicart-content-wrapper > .block-content .items-total .count {
  text-align: left;
  order: 2;
}
#minicart-content-wrapper > .block-content .items-total .count + span {
  order: 1;
}
#minicart-content-wrapper > .block-content .subtotal {
  order: 3;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 40px 20px;
}
#minicart-content-wrapper > .block-content .subtotal .label {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
#minicart-content-wrapper > .block-content .actions {
  order: 4;
  margin: 0;
}
#minicart-content-wrapper > .block-content > .actions > .primary {
  margin: 0;
  padding: 10px 40px 30px;
}
#top-cart-btn-checkout {
  box-shadow: none;
  text-shadow: none;
  border: 0;
  border-radius: 7px;
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #ef8200;
}
#top-cart-btn-checkout:hover {
  background: #ff1e87;
}
#top-cart-btn-checkout::before {
  content: url(../image/icon-carrito-blanco.svg);
  display: inline-block;
  font-size: 1em;
  width: 20px;
}
.minicart-wrapper .action.close {
  top: 20px;
  right: 20px;
  z-index: 9999;
  border: 2px solid black !important;
  border-radius: 50px !important;
}
.minicart-wrapper .action.close:hover {
  color: #ff1e87;
  border: 2px solid #ff1e87 !important;
}
.minicart-wrapper .action.close::before {
  font-size: 40px !important;
  line-height: 40px !important;
}
.minicart-wrapper::before,
.minicart-wrapper::after,
.minicart-items .product-item > .product::before,
.minicart-items .product-item > .product::after {
  display: none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 0;
}
.minicart-items .product-item > .product {
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 1em;
  align-items: start;
}
.minicart-items .product > .product-item-photo {
  /* background: @gradient-grey; */
  background: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: none;
  height: 100px;
}
/*
.minicart-items .product-item-details {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
} */
.minicart-items .product-item-details {
  padding-left: 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 1em;
}
.minicart-items .product-item-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  order: 1;
}
.minicart-items .product-item-name a {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.minicart-items .product-item-name a:hover {
  text-decoration: none;
  color: #000;
}
.minicart-items .product-item-pricing {
  margin: 0 !important;
  font-size: 22px !important;
  font-weight: 700;
  order: 2;
  color: #ff1e87;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0 !important;
}
.minicart-items .product-item-details .price {
  font-size: 16px !important;
}
.minicart-items .product.options {
  order: 3;
}
/* .minicart-items .product.options .content {
    display: block !important;
}
 */
.minicart-items .product.options .content .list {
  margin-bottom: 0;
}
.minicart-items .product.options .content .list dd {
  margin-top: 5px;
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: 5px auto;
  grid-gap: 5px;
  align-items: center;
  justify-content: start;
}
.minicart-items .product.options .content .list dd::before {
  content: "-";
  line-height: 1em;
  font-size: 16px;
}
.minicart-items .product-item-details .actions {
  margin: 0;
  order: 4;
}
.product-actions-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1em;
  align-items: center;
}
.product-actions-wrap .details-qty {
  text-align: left;
  margin: 0 !important;
}
.product-actions-wrap .details-qty label {
  display: none;
}
.product-actions-wrap .details-qty .cart-item-qty {
  border-radius: 8px;
  width: auto !important;
  flex-basis: auto !important;
}
.product-actions-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1em;
  align-items: center;
}
.minicart-items .product-item-details .details-qty {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: .5em;
}
.minicart-items .product-item-details .details-qty .more,
.minicart-items .product-item-details .details-qty .less {
  font-weight: 700;
  font-size: 16px;
  color: black;
  border-radius: 50px;
  background: #f7f7f7;
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  line-height: 30px;
  text-align: center;
}
.minicart-items .product-item-details .details-qty .update-cart-item {
  background: #ef8200;
  color: white;
  border-radius: 7px;
  border: 0;
}
.minicart-items .product-item-details .details-qty .update-cart-item:hover {
  background: #ff1e87;
}
.minicart-items .action.delete::before {
  content: url(../image/icon-eliminar.svg);
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 0;
}
.metodos-pago-deader .pagebuilder-column-line {
  gap: 1em;
  margin-bottom: 2em;
}
.metodos-pago-aplazame .pagebuilder-column {
  justify-content: center;
  align-items: center;
}
.metodos-pago-aplazame .pagebuilder-column figure {
  max-width: 120px;
}
.metodos-pago-sellos .pagebuilder-column-line {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  gap: 2em;
}
.metodos-pago-sellos .pagebuilder-column {
  width: auto !important;
  max-width: auto !important;
}
.metodos-pago-sellos .pagebuilder-column figure {
  max-height: 80px;
  text-align: center !important;
}
.metodos-pago-sellos .pagebuilder-column figure img {
  width: auto;
  max-width: auto !important;
  height: 100% !important;
}
.abs-discount-block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  padding: .7em 30px .7em 0 !important;
}
.abs-discount-block > .title::after,
.cart-summary .block > .title::after,
.paypal-review-discount .block > .title::after {
  top: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 0 !important;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  padding-left: 0 !important;
}
.cart-summary .actions-toolbar > .primary button {
  width: 100%;
  margin: 0 !important;
}
.checkout-index-index .header-wrap {
  display: none;
}
.checkout-index-index .page-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: none;
  z-index: 999;
}
.checkout-header,
.checkout-index-index .header.content {
  padding: 3em 10% 5em;
  display: flex;
  justify-content: center;
}
.checkout-index-index .header.content {
  display: none;
}
.checkout-header img .checkout-index-index .header.content .logo {
  float: none !important;
  width: 200px;
}
.checkout-index-index .header.content .logo img {
  width: 100% !important;
}
.checkout-index-index .header.content::before,
.checkout-index-index .header.content::after {
  display: none;
}
.checkout-index-index #checkout {
  padding: 0 10%;
}
.checkout-index-index .opc-progress-bar {
  display: flex;
  justify-content: center;
}
.opc-progress-bar-item,
.opc-progress-bar-item > span {
  width: auto !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.opc-progress-bar-item > span::before,
.opc-progress-bar-item > span::after,
.opc-progress-bar-item::before {
  display: none;
}
.opc-progress-bar-item {
  display: flex;
  align-items: center;
}
.opc-progress-bar-item > span {
  padding-top: 0;
  color: #1f1f1f;
}
.opc-progress-bar-item._active > span {
  color: #ff1e87;
}
.opc-progress-bar-item::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 18px;
  background: url(../image/arrow-right.svg) transparent center / contain no-repeat;
}
.opc-progress-bar-item:last-child:after {
  display: none;
}
.checkout-index-index .step-title {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  margin: 0 0 1em;
  position: relative;
  border: 0;
}
.checkout-index-index .step-title::after {
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #ef8200;
  margin-left: 0.5em;
}
.checkout-index-index form {
  width: 100% !important;
  max-width: 100% !important;
}
.checkout-index-index form .field {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.checkout-index-index form .field[name="shippingAddress.company"] {
  grid-column: span 2;
  display: none !important;
}
.checkout-index-index form .field.street {
  grid-column: span 2;
}
.checkout-index-index form .field label {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: auto !important;
  padding: 0 0 .5em !important;
  float: none !important;
  text-align: left !important;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  width: auto !important;
  padding: 0 0 .5em !important;
  float: none !important;
  text-align: left !important;
}
.checkout-index-index form .field input,
.checkout-index-index form .field .control {
  width: 100% !important;
}
/* Orden de los campos */
.checkout-index-index form .field[name="mpShippingAddressAttributes.empresa_particular"] {
  order: 1;
  grid-column: span 2;
  margin-bottom: 0;
}
.checkout-index-index form .field[name="mpShippingAddressAttributes.empresa_particular"] .control {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  grid-gap: 3em;
  margin-top: 10px;
}
.checkout-index-index form .field[name="mpShippingAddressAttributes.empresa_particular"] .visual-option .option {
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  justify-content: start;
  grid-gap: .4em;
}
.checkout-index-index form .field[name="mpShippingAddressAttributes.empresa_particular"] .visual-option .option input {
  width: auto !important;
  margin: 0 !important;
}
.checkout-index-index form .field[name="mpShippingAddressAttributes.empresa_particular"] .visual-option .option label {
  padding: 0 !important;
}
.checkout-index-index form .field[name="shippingAddress.firstname"] {
  order: 2;
}
.checkout-index-index form .field[name="shippingAddress.lastname"] {
  order: 3;
}
.checkout-index-index form .field[name="mpShippingAddressAttributes.nombre_de_la_empresa"] {
  order: 4;
  grid-column: span 2;
}
.checkout-index-index form .field.street {
  order: 5;
}
.checkout-index-index form .field[name="shippingAddress.country_id"] {
  order: 6;
}
.checkout-index-index form .field[name="shippingAddress.region_id"] {
  order: 7;
}
.checkout-index-index form .field[name="shippingAddress.city"] {
  order: 8;
}
.checkout-index-index form .field[name="shippingAddress.postcode"] {
  order: 9;
}
.checkout-index-index form .field[name="shippingAddress.telephone"],
.checkout-index-index form .field[name="mpShippingAddressAttributes.segundo_telefono"] {
  order: 10;
}
.checkout-index-index form .field[name="mpShippingAddressAttributes.fecha_de_nacimiento"] {
  order: 11;
}
.checkout-index-index form .field[name="mpShippingAddressAttributes.fecha_de_nacimiento"] ._has-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  right: 0;
}
.checkout-index-index form .field[name="shippingAddress.vat_id"] {
  order: 12;
}
/* */
.checkout-index-index form .field input[type="text"],
.checkout-index-index form .field input[type="password"],
.checkout-index-index form .field input[type="url"],
.checkout-index-index form .field input[type="tel"],
.checkout-index-index form .field input[type="search"],
.checkout-index-index form .field input[type="number"],
.checkout-index-index form .field input[type*="date"],
.checkout-index-index form .field input[type="email"],
.checkout-index-index form .field select {
  height: 55px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.checkout-index-index form .field input:focus,
.checkout-index-index form .field select:focus {
  border: 1px solid #ff1e87;
}
#co-shipping-form .fieldset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
}
.checkout-index-index form .field[data*="shippingAddress"] {
  grid-column: span 2;
}
.page-layout-1column .product.media {
  position: relative;
}
.page-layout-1column .product.media .gallery-placeholder {
  position: relative;
}
.page-layout-1column .product.media .price-box {
  position: absolute;
  /* top: calc(100% - 200px); */
  right: 40px;
  bottom: 110px;
  z-index: 9;
}
#overlay-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: .5em 1em;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  background: white;
  color: #ff1e87;
  border: 1px solid #ff1e87;
  z-index: 9;
}
.page-layout-1column .product-info-main .percentage-price,
.page-layout-1column .product.media .price-box .special-price,
.page-layout-1column .product.media .price-box .price,
.page-layout-1column .product.media .price-box .old-price {
  display: none;
}
.page-layout-1column .product.media .price-box .percentage-price {
  font-size: 52px;
  color: white;
  padding: 0.2em .5em;
  background: #ef8200;
  border-radius: 15px;
}
.opc-block-summary {
  border-radius: 15px;
  background: white;
  padding: 0;
}
.opc-block-summary > .title[data-bind="i18n: 'Additional Information'"],
.opc-block-summary > .title[data-bind="i18n: 'Additional Information'"] + .table-totals {
  display: none !important;
}
.minicart-items-expanded {
  display: block !important;
}
.checkout-index-index .opc-sidebar .modal-header {
  border: 0 !important;
}
.opc-block-summary .items-in-cart > .title::after {
  display: none;
}
.opc-block-summary > .title {
  background: #f5f5f5;
  padding: 20px 30px 15px;
  margin: 0;
  border-radius: 15px 15px 0 0;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  border: 0 !important;
}
.opc-block-summary .table-totals,
.opc-block-summary > .title + div[data-view="cart"],
.opc-block-summary div[data-view="cart"] {
  background: #f5f5f5;
  padding: 20px 30px 0;
  margin: 0;
}
.opc-block-summary .table-totals {
  border: 30px solid #f5f5f5 !important;
}
.opc-block-summary .table-totals th,
.opc-block-summary .table-totals td {
  padding: 0 30px;
}
.opc-block-summary .block.items-in-cart {
  background: #f5f5f5;
  padding: 20px 30px 15px;
  margin: 0;
  border-radius: 0 0 15px 15px;
}
.opc-block-summary .minicart-items-wrapper .product-item-details .product-options {
  text-align: left;
  font-size: 13px;
}
.opc-block-summary .minicart-items-wrapper .product-item-details .product-options span {
  font-weight: bold;
}
.aplazame-widget-instalments {
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 0 !important;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 0;
}
.cart-empty {
  text-align: center;
  font-size: 16px;
}
.cart-empty::before {
  height: 200px;
  content: "";
  background: url(../image/ilust-empty-cart.svg) transparent center / contain no-repeat;
  display: block;
  margin: 1em 0 2em;
}
.cart-empty p:first-child {
  font-weight: bold;
}
.cart-empty p a {
  color: #ff1e87;
  text-decoration: none;
}
.cart-empty p a:hover {
  color: #ef8200;
  text-decoration: none;
}
.opc-block-summary .items-in-cart > .title {
  padding-right: 0;
}
.opc-block-summary .minicart-items-wrapper {
  padding: 15px 0 0 0;
  margin: 0 !important;
  max-height: max-content !important;
}
.opc-block-summary .minicart-items-wrapper .product-item-details {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.opc-block-summary .product-item .product-item-inner {
  display: grid;
  grid-template-columns: 1fr !important;
  grid-gap: 1em;
  margin-bottom: 0;
}
.opc-block-summary .product-item .product-item-inner .product-item-details .details-qty {
  grid-column: span 2;
}
.opc-block-summary .product-item .product-item-name-block {
  padding-right: 0;
}
.opc-block-summary .product-item .subtotal {
  text-align: left !important;
}
.opc-block-summary .product-item .subtotal .price-including-tax {
  font-size: 16px !important;
  color: #ff1e87;
}
.minicart-items .product .toggle {
  display: flex;
  justify-content: flex-start;
}
.minicart-items .product .toggle::after {
  line-height: 23px;
}
.minicart-items .product .item-options {
  margin: .5em 0 0 0;
}
.opc-block-summary .actions-toolbar .secondary .link_text {
  color: #1f1f1f;
}
.opc-block-summary .actions-toolbar .secondary .link_text:hover {
  color: #ff1e87;
}
.table-checkout-shipping-method tbody td {
  font-size: 16px;
}
.column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-shipping-method .actions-toolbar > .primary {
  float: none;
  margin-top: 1em;
}
.checkout-shipping-method .actions-toolbar .action {
  height: 60px;
  border-radius: 5px;
  border: 0;
  background: #ef8200;
  font-size: 22px;
  color: white;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.checkout-shipping-method .actions-toolbar .action:hover {
  background: #ff1e87;
}
/* Nav filter */
.hidden-scroll {
  overflow: hidden;
}
.hidden-scroll .page-header {
  z-index: 0;
}
.toggle-filter {
  cursor: pointer;
  z-index: 999;
  position: relative;
  width: max-content;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 7px;
  background: #f7f7f7;
  display: none;
  flex-basis: auto;
}
.toggle-filter::before {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/icon-filter.svg) transparent center / contain no-repeat;
  content: "";
}
.toggle-filter img {
  width: 1.5em;
  height: 1.5em;
}
.toggle-filter.toggle-active {
  position: fixed;
  z-index: 999999;
  top: 20px;
  right: 15px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  border: 2px solid black;
  font-size: 0;
  background: url(../image/icon-close.svg) #ffffff center / 14px no-repeat;
}
.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0);
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  overflow: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: all .2s;
}
.overlay.nav-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  background: rgba(0, 0, 0, 0.3);
}
.sidebar-main.overlay #layered-filter-block .filter-content,
#layered-filter-block.overlay .filter-content {
  position: fixed;
  background: white;
  top: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 100vh;
  z-index: 9;
  padding: 140px 20px 20px;
  overflow: auto;
}
.overlay a {
  pointer-events: none;
}
.overlay.nav-active a {
  pointer-events: auto;
}
.overlay > ul {
  position: relative;
  list-style: none;
  padding: 0;
  height: auto;
  max-height: calc(100vh - 255px);
  width: 100%;
  overflow: auto;
}
.overlay > ul li {
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
.overlay > ul li ul {
  padding: 0 !important;
}
.overlay ul li a {
  color: var(--negro) !important;
  text-decoration: none;
  margin: 0 !important;
  transition: all .2s;
}
.overlay ul li a:hover {
  color: white !important;
}
.pages .action {
  border: 0;
}
.pages a.page,
.pages a.page:visited {
  color: #b4b4b4;
}
.pages a.page:hover {
  color: #ff1e87;
}
#product-options-wrapper .fieldset > .field .field.choice {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: .5em;
}
#product-options-wrapper .fieldset > .field .field.choice input {
  top: auto !important;
  margin: 0 !important;
}
#product-options-wrapper .fieldset > .field .field.choice label {
  font-size: 16px;
  flex: 1 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: .5em;
}
/* Checkout */
.checkout-index-index hr {
  display: none !important;
}
.checkout-payment-method .payment-option-title {
  border-top: 0 !important;
}
.checkout-agreements-block .checkout-agreement.field::after,
.checkout-payment-method .billing-address-same-as-shipping-block::after {
  display: none;
}
.checkout-agreements-block .checkout-agreement.field,
.checkout-payment-method .billing-address-same-as-shipping-block {
  display: grid !important;
  grid-template-columns: 20px calc(100% - 20px);
  justify-content: start;
  align-items: start;
  grid-gap: .5em;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.checkout-payment-method div.mage-error {
  grid-column: span 2;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a {
  color: #1f1f1f !important;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show,
.checkout-agreements-block .checkout-agreement.required .action-show,
.checkout-agreements .checkout-agreement.required a,
.checkout-agreements .checkout-agreement.required a:hover,
.checkout-agreements .checkout-agreement.required a:focus,
.checkout-agreements .checkout-agreement.required a:active,
.checkout-agreements .checkout-agreement.required a:visited {
  font-size: 16px;
  color: #1f1f1f !important;
}
.checkout-agreements .checkout-agreement.required a {
  cursor: pointer;
}
.checkout-agreements-block .checkout-agreement.required:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin-left: 5px;
}
.checkout-agreements .checkout-agreement.required {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.checkout-agreements .checkout-agreement.required input[type="checkbox"] {
  margin-top: 0;
  top: 0;
}
.checkout-agreements-block .action-show:hover {
  text-decoration: none;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  padding: 15px 0 !important;
}
.payment-group {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.checkout-payment-method .payment-method-title {
  position: relative;
  border: 0 !important;
  padding: 0 !important;
}
.checkout-payment-method .payment-method-title input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.payment-method .payment-method-title.field label {
  display: block;
  background: #f7f7f7;
  border-radius: 5px;
  background-color: #f7f7f7;
  background-position: 20px center;
  background-size: auto 26px;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 15px 15px 60px !important;
  cursor: pointer;
  transition: all .2s;
}
.payment-method:nth-child(2) .payment-method-title.field label {
  background-image: url(../image/icon-bizum.svg);
}
.checkout-payment-method .payment-method-title.field input#redsys + label {
  background-image: url(../image/icon-tarjeta.svg);
}
.payment-method .payment-method-title #banktransfer + label {
  background-image: url(../image/icon-transferencia.svg);
}
.payment-method._active:nth-child(2) .payment-method-title.field label {
  background-image: url(../image/icon-bizum-white.svg);
}
.checkout-payment-method .payment-method-title.field input#redsys:checked + label {
  background-image: url(../image/icon-tarjeta-white.svg);
}
.payment-method._active .payment-method-title #banktransfer + label {
  background-image: url(../image/icon-transferencia-white.svg);
}
.payment-method-title.field label:hover {
  background-color: #dddddd;
}
.checkout-payment-method .payment-methods div[data-bind="text: button()"] {
  display: none;
}
.payment-method._active .payment-method-title.field label {
  background-position: 20px center !important;
  background-size: auto 26px !important;
  background-repeat: no-repeat !important;
  border-radius: 5px 5px 0 0;
}
.checkout-payment-method .payment-method-title input[type="radio"]:checked + label {
  background: #ef8200;
  color: white;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  font-size: 16px;
  border: 1px solid #ef8200;
  border-radius: 0 0 5px 5px;
  padding: 25px !important;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  padding: 0;
}
.checkout-payment-method .actions-toolbar .primary {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}
.checkout-payment-method .actions-toolbar .primary button {
  margin: 0 !important;
}
.checkout-payment-method .checkout-billing-address .primary .action-update,
.checkout-payment-method .checkout-billing-address .primary .action-cancel {
  background: #ff1e87;
  border-color: #ff1e87;
  color: white !important;
  border-radius: 7px;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.checkout-payment-method .actions-toolbar .primary button {
  background: #ff1e87;
  border-color: #ff1e87;
  border-radius: 7px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update:hover,
.checkout-payment-method .checkout-billing-address .primary .action-cancel:hover,
.checkout-payment-method .actions-toolbar .primary button:hover {
  background: #ef8200;
  border-color: #ef8200;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1f1f1f;
  background: url(../image/icon-discount.svg) transparent left center / auto 18px no-repeat;
  padding-left: 38px;
}
#block-discount-heading {
  font-size: 16px;
}
.checkout-payment-method .payment-option-content {
  padding: 0 !important;
}
.checkout-payment-method .payment-option-content .action-apply {
  color: white;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 100% !important;
}
.checkout-payment-method .billing-address-form > form > fieldset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
.checkout-payment-method .billing-address-form > form > fieldset div[name="billingAddressaplazame_payment.company"],
.checkout-payment-method .billing-address-form > form > fieldset div[name="billingAddressredsys.company"],
.checkout-payment-method .billing-address-form > form > fieldset div[name="billingAddressbanktransfer.company"] {
  grid-column: span 2;
}
.checkout-index-index aside .modal-content {
  padding-top: 0 !important;
  border: 0 !important;
}
/* Cuenta */
.account .page-wrapper {
  margin-top: 160px;
}
.account .page-title-wrapper .page-title {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0 0 60px;
  width: 100%;
}
.account #maincontent > .columns {
  padding: 0 10%;
}
.account .block-collapsible-nav .content {
  background: white;
  padding: 0;
  font-size: 16px;
}
.account .block-collapsible-nav .item.current > strong {
  border: 0;
}
.account .block-collapsible-nav .item {
  margin: 0;
}
.account .block-collapsible-nav .item .delimiter {
  display: none;
}
.account .block-collapsible-nav .nav.items {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.account .block-collapsible-nav .item a {
  background: #f7f7f7;
  border: 0;
  color: #1f1f1f;
  padding: .6em 1em;
  border-radius: 5px;
}
.account .block-collapsible-nav .item.current strong {
  background: #ff1e87 !important;
  border: 0;
  color: white !important;
  padding: .6em 1em;
  border-radius: 5px;
}
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.account .column.main .block:not(.widget) .block-title strong {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}
.account .column.main .block:not(.widget) .block-title strong::after {
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #ef8200;
  margin-left: 0.5em;
}
.account .column.main .block:not(.widget) .block-content .box {
  font-size: 16px;
}
.account .column.main .block:not(.widget) .block-content .box .box-actions {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  margin-top: 20px;
}
.account .column.main .block:not(.widget) .block-title a,
.account .column.main .block:not(.widget) .block-content .box a {
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  padding: .5em 1em;
  background: #f7f7f7;
}
.account .column.main .block:not(.widget) .block-title a:hover,
.account .column.main .block:not(.widget) .block-content .box a:hover {
  color: white;
  text-decoration: none;
  background: #ff1e87;
}
.account .column.main .block:not(.widget) .block-content .box a[href^="tel:"] {
  color: #333 !important;
  text-decoration: none !important;
  background: white;
  padding: 0 !important;
}
.account .column.main .block-dashboard-info {
  padding-left: 60px;
  background: url(../image/icon-user-color.svg) transparent left top / 30px auto no-repeat;
}
.account .column.main .block-dashboard-addresses {
  padding-left: 60px;
  background: url(../image/icon-location-color.svg) transparent left top / 30px auto no-repeat;
}
.servicios-adicionales-wrap {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 1.4em;
}
.product-options-info-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.servicios-adicionales-row {
  margin-bottom: 0 !important;
}
.servicios-adicionales-row::before,
.servicios-adicionales-row::after,
.servicios-adicionales-row > .label {
  display: none !important;
}
.servicios-adicionales-row .options-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.servicios-adicionales-row .options-list .choice {
  margin: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5em !important;
}
.servicios-adicionales-price {
  font-size: 16px;
  font-weight: bold;
}
.modal-popup.additional-modal .modal-inner-wrap {
  bottom: 0 !important;
}
@media all and (min-width: 768px) {
  .modal-popup.additional-modal .modal-inner-wrap {
    width: 80%;
    bottom: auto !important;
  }
}
@media all and (min-width: 1024px) {
  .modal-popup.additional-modal .modal-inner-wrap {
    width: 60%;
  }
}
@media all and (min-width: 1200px) {
  .modal-popup.additional-modal .modal-inner-wrap {
    width: 40%;
  }
}
@media all and (min-width: 1600px) {
  .modal-popup.additional-modal .modal-inner-wrap {
    width: 36%;
  }
}
.additional-modal .modal-header {
  background-color: #ff1e87;
  color: white;
}
.additional-modal .modal-header .action-close:before {
  color: white;
}
.additional-modal .modal-header .modal-title {
  font-weight: 700;
  border: none;
}
.additional-modal .modal-content {
  text-align: left;
  padding: 2rem 4rem 2.6rem;
}
.additional-modal .modal-content .title {
  color: #ff1e87;
  font-size: 2rem;
  font-weight: 700;
}
.additional-modal .modal-content a {
  color: #ff1e87;
}
.additional-modal .modal-content .field.choice {
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  padding: 5px;
}
.additional-modal .modal-content .field.choice > label {
  flex: 1 0 0;
}
.additional-modal .modal-content .field.choice input[type="checkbox"] {
  position: static;
  margin: 0 5px 0 0;
}
.additional-modal .modal-content .field.choice .servicios-adicionales-price {
  margin-left: auto;
}
.additional-modal .modal-content .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 10px;
  margin: 2.5rem 0 0;
  padding: 5px;
}
.additional-modal .modal-content .row .column {
  text-align: center;
  flex: 1 0 0;
}
.additional-modal .modal-content .row .column p {
  font-size: 12px;
}
.additional-modal .modal-content .row .column p strong {
  font-size: 14px;
}
.additional-modal.modal-popup.modal-slide .modal-footer {
  border: none;
}
.additional-modal .modal-footer {
  padding-top: 0;
}
.additional-modal .modal-footer .modal-close {
  width: 80%;
  margin: 0 auto;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .additional-modal .modal-content .field.choice {
    padding: 0;
  }
  .additional-modal .modal-content .row {
    padding: 0;
    flex-direction: row;
  }
  .additional-modal .modal-content column {
    flex: 1 1 0;
  }
}
.product-info-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.product-info-top .marca-producto {
  order: 1;
}
.product-info-top .product-reviews-summary {
  order: 2;
}
.page-layout-column-fullwidth .subtitle-rose,
.page-layout-column-header .subtitle-rose,
.page-layout-column-center .subtitle-rose {
  font-size: 22px;
  font-weight: 700;
  color: #ff1e87;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 15px;
}
.page-layout-column-center #maincontent .columns {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.page-layout-column-fullwidth #maincontent .columns {
  width: 90%;
  max-width: 80%;
  margin: auto;
}
.maxwidth-960,
.page-layout-column-header #maincontent .columns .column.main [data-content-type="row"][data-appearance="contained"] {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.page-layout-column-header #maincontent .columns .column.main [data-content-type="row"][data-appearance="full-width"] {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.page-layout-column-header #maincontent .columns .column.main [data-content-type="row"][data-appearance="full-bleed"] {
  width: 90%;
  max-width: 80%;
  margin: auto;
}
.page-layout-column-header .page-title-wrapper h1,
.page-layout-column-center .page-title-wrapper h1,
.page-layout-column-fullwidth .page-title-wrapper h1 {
  font-size: 34px;
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  text-align: center;
  padding: 30px 10%;
  width: 100%;
}
.cms-quienes-somos #maincontent div[data-content-type="row"] {
  padding: 30px 0;
}
.quienes-somos-page .pagebuilder-column-line {
  display: grid;
  grid-template-columns: 100px auto;
  justify-content: space-between;
  align-items: start;
  gap: 2em;
}
.quienes-somos-page .pagebuilder-column-line img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}
.marcas-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  align-items: center;
  grid-gap: 4em;
}
.marcas-grid figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.marcas-grid figure img {
  max-width: 100% !important;
  max-height: 60px;
  width: auto;
}
.anchor-nav {
  padding: 0;
  margin: 0 0 50px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}
.anchor-nav li {
  padding: .6em 0;
  margin: 0;
  list-style: none;
}
.anchor-nav li a {
  font-weight: 500;
}
.anchor-nav li a:hover {
  text-decoration: none;
  color: #ff1e87;
}
.anchor-nav > li {
  border-bottom: 1px solid #dedede;
}
.anchor-nav > li a {
  color: black;
}
.anchor-nav li:hover {
  opacity: 1;
}
.anchor-nav li ul {
  padding: 0;
  margin: .5em 0 0 1em;
}
.anchor-nav > li ul li {
  padding: .3em 0;
}
.anchor-nav > li ul li a {
  color: #484848;
}
.anchor-content h2 {
  color: #ff1e87;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 1em 0 .5em;
  padding: 0;
}
.anchor-content h2:first-child {
  margin-top: 0;
}
.anchor-content h3 {
  color: black;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 1em 0 .5em;
  padding: 0;
}
.formas-pago .pagebuilder-column-line {
  padding: 40px 0;
}
.formas-pago .pagebuilder-column-line img {
  width: 100%;
  max-width: 500px !important;
  margin: 20px auto 0;
}
.pasos-aplazame .pagebuilder-column-line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
  padding: 40px 0;
}
.pasos-aplazame .pagebuilder-column-line:last-child {
  padding-bottom: 0;
}
.pasos-aplazame .pagebuilder-column-line img {
  width: 100%;
  max-width: 210px !important;
}
.icon-faqs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-faqs img {
  max-height: 80px;
}
.faqs-grid {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
.prefooter-featured div[data-content-type="buttons"],
.featured-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.featured-list a {
  color: #1f1f1f !important;
  text-decoration: none;
  font-style: 16px;
  font-weight: normal !important;
}
.featured-list a:hover {
  color: #ff1e87;
  text-decoration: none;
}
.prefooter-featured div[data-content-type="buttons"] a {
  color: #1f1f1f !important;
  text-decoration: none;
  font-style: 16px;
  font-weight: normal !important;
  background: transparent !important;
  margin: 0 !important;
  border: 0 !important;
}
.prefooter-featured div[data-content-type="buttons"] a:hover {
  color: #ff1e87 !important;
  text-decoration: none;
}
/* ==== RESPONSIVE ==== */
@media all and (max-width: 1360px) {
  .page-products .products-grid .product-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 1100px) {
  .page-layout-1column .product.media .price-box .percentage-price {
    font-size: 34px;
  }
  .header-title-block h2,
  .title-block,
  .subtotal .price-excluding-tax .price {
    font-size: 24px;
  }
  .footer.content .links > li a,
  .privacidad label {
    font-size: 12px;
  }
  .carousel-photo .percentage-price,
  .product-photo-wrap .percentage-price,
  .catalog-product-view .product-info-main .old-price .price,
  .destacados .pagebuilder-slide-wrapper .pagebuilder-overlay p,
  .block.newsletter .action.subscribe,
  .footer-presentation p,
  .footer-presentation .checklist li,
  .prefooter p,
  .cart.table-wrapper .col.qty .input-text,
  .cart.table-wrapper .product-item-details .col.price,
  .price-including-tax,
  .price-excluding-tax,
  .cart-summary-wrap .grand.totals,
  .minicart-items .product-item-pricing,
  .page-layout-column-fullwidth .subtitle-rose,
  .page-layout-column-header .subtitle-rose,
  .page-layout-column-center .subtitle-rose {
    font-size: 20px !important;
  }
  .product-item .price-box .price {
    font-size: 18px;
  }
  .cms-rebajas .final-price-wrap .old-price .price,
  .page-products .final-price-wrap .old-price .price {
    font-size: 14px !important;
  }
  #maincontent p,
  #maincontent li,
  .checklist,
  .checklist ul,
  .btn-clean .pagebuilder-button-link,
  .authentication-wrapper .action-auth-toggle span,
  .message.success,
  .message.error,
  .modal-content,
  .customer-account-login .block-new-customer p,
  .customer-account-login form .field.note,
  .customer-account-login .fieldset .actions-toolbar > .secondary a,
  .catalog-product-view .product-shipping-info .product-shipping-info-title,
  .catalog-product-view .product-shipping-info .shipping-text,
  .catalog-product-view .product-shipping-info .product-shipping-info-type,
  .catalog-product-view .product-shipping-info .product-shipping-info-description,
  #description p,
  .product-info-main .product.attribute.sku,
  .catalog-product-view #description,
  .pagebuilder-button-link .pagebuilder-button-link,
  .toolbar-amount,
  .page-products .filter .filter-options-title,
  .filter-options .filter-options-item .title-accordion,
  .sidebar-additional .empty,
  .compare-attribute-row .attribute .attribute.label,
  .compare-attribute-row .attribute .attribute.value,
  .compare-name,
  .compare-name a,
  .product-item .tocart,
  .categorias-block .block-category-link,
  .categoriy-block-summary .block-category-link,
  .ventajas-block-item-titulo,
  .block.newsletter input[type="email"],
  .footer-menu ul,
  .cart.table-wrapper .product-item-name,
  .minicart-title,
  #minicart-content-wrapper > .block-content .items-total span,
  #minicart-content-wrapper > .block-content .subtotal .label,
  .minicart-items .product-item-name,
  .minicart-items .product-item-name a,
  .minicart-items .product-item-details .details-qty .more,
  .minicart-items .product-item-details .details-qty .less,
  .checkout-index-index form .field label,
  .checkout-index-index form .field input[type="text"],
  .checkout-index-index form .field input[type="password"],
  .checkout-index-index form .field input[type="url"],
  .checkout-index-index form .field input[type="tel"],
  .checkout-index-index form .field input[type="search"],
  .checkout-index-index form .field input[type="number"],
  .checkout-index-index form .field input[type*="date"],
  .checkout-index-index form .field input[type="email"],
  .checkout-index-index form .field select,
  .cart-empty,
  .table-checkout-shipping-method tbody td,
  #product-options-wrapper .fieldset > .field .field.choice label,
  .payment-method .payment-method-title.field label,
  .checkout-payment-method .payment-method._active .payment-method-content,
  #block-discount-heading,
  .account .block-collapsible-nav .content,
  .account .column.main .block:not(.widget) .block-content .box,
  .product-options-info-title,
  .servicios-adicionales-price,
  .featured-list a,
  .prefooter-featured div[data-content-type="buttons"] a {
    font-size: 14px !important;
  }
  .nav-toggle-text {
    font-size: 14px;
  }
  .toggle-filter {
    display: flex;
    justify-content: center;
    gap: 1em;
    align-items: center;
  }
  .page-products #maincontent > .columns {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .page-products.page-layout-2columns-left .column.main {
    width: 100%;
  }
  .page-products.page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 0;
    width: 100%;
  }
  .toolbar-products::before,
  .toolbar-products::after {
    display: none;
  }
  .toolbar-products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .toolbar-products .modes {
    flex-basis: 100%;
  }
  .toolbar-products #toolbar-amount {
    flex-basis: 100%;
    margin-bottom: 1em;
  }
  .overlay .filter-options .filter-options-item.active .filter-options-content {
    max-height: max-content;
  }
  .toolbar-products .toolbar-sorter {
    flex-basis: auto;
    float: none;
  }
  .categorias-block {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (min-width: 780px) {
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    /* left: calc(30% - 2px) !important; */
    overflow-x: hidden;
    padding: 30px;
    position: absolute;
    top: 80px !important;
    right: 0;
    transition: all .2s;
    width: 70%;
    background: white;
    /* height: calc(100vh - 83px); */
    /* height: 100vh; */
    height: calc(100vh - 80px);
    display: block !important;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
}
@media all and (max-width: 780px) {
  .lema-big,
  .lema-big h3,
  .customer-account-login .page-title-wrapper .page-title,
  .customer-account-create .page-title-wrapper .page-title,
  .catalog-category-view #page-title-heading,
  .catalog-product_compare-index .page-title,
  .ventajas-block-title,
  .footer-presentation h2,
  .footer-menu h2,
  .checkout-index-index .step-title,
  .account .page-title-wrapper .page-title,
  .page-layout-column-header .page-title-wrapper h1,
  .page-layout-column-center .page-title-wrapper h1,
  .page-layout-column-fullwidth .page-title-wrapper h1 {
    font-size: 24px;
  }
  .final-price-wrap .old-price,
  .lema,
  .table-comparison .price-box .price,
  .checkout-shipping-method .actions-toolbar .action {
    font-size: 20px !important;
  }
  .widget-product-carousel .price-box .old-price .price,
  .table-comparison .old-price .price,
  .anchor-content h3 {
    font-size: 16px !important;
  }
  .banner-wrap h3,
  .account .column.main .block:not(.widget) .block-title strong,
  .anchor-content h2 {
    font-size: 18px;
  }
  .message.info.empty,
  .customer-account-login .field label,
  .customer-account-login form .field input[type="password"],
  .customer-account-login form .field input[type="text"],
  .customer-account-login form .field input[type="email"],
  .checkout-index-index .fieldset .actions-toolbar > .secondary a,
  .customer-account-create .field label,
  .customer-account-create form .field input[type="password"],
  .customer-account-create form .field input[type="text"],
  .customer-account-create form .field input[type="email"],
  .catalog-product-view .product-info-main .product.attribute.overview,
  .additional-attributes-wrapper .additional-attributes > tbody > tr > th,
  .additional-attributes-wrapper .additional-attributes > tbody > tr > td,
  .review-details,
  .comment-bubble,
  .review-title,
  .filter-current .filter-label,
  .filter-current .filter-value,
  .filter-actions .filter-clear,
  .block-compare #compare-clear-all,
  .table-comparison .cell.attribute::after,
  .opc-block-summary .product-item .subtotal .price-including-tax {
    font-size: 14px !important;
  }
  .review-date,
  .catalog-product-view .review-ratings {
    font-size: 12px;
  }
  .destacados .pagebuilder-slide-wrapper .pagebuilder-overlay {
    left: 40px;
  }
  .title-center {
    padding: 0 20px;
  }
  .compare-header-row .cell,
  .compare-attribute-row .cell {
    width: 400px;
    max-width: 400px;
  }
  .footer-presentation,
  .footer-menu {
    padding: 50px 20px;
  }
  .footer-presentation .pagebuilder-column-line {
    gap: 50px;
  }
  .toggle-filter,
  .toolbar-products .toolbar-sorter {
    flex-basis: 49%;
  }
  .header-wrap {
    padding: 1.5em 20px;
  }
  .container-contained,
  .header.content,
  .footer.content {
    padding: 0;
  }
  .pagebuilder-slider.slider .slick-list,
  .pagebuilder-slider.slider .slick-list .slick-track,
  .pagebuilder-slider.slider .slick-list .slick-track .slick-slide,
  .pagebuilder-slider.slider .slick-list .slick-track .slick-slide .pagebuilder-slide-wrapper,
  .pagebuilder-slider.slider,
  .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 512px !important;
    max-height: 512px !important;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: inline-block;
  }
  .breadcrumbs {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ventajas-block-item-wrap {
    margin-top: 30px;
    padding: 0 20px;
  }
  .ventajas-block-item-imagen img {
    height: 50px;
    width: auto;
  }
  .ventajas-block-item-titulo {
    padding: 0;
  }
  .categorias-home {
    padding: 50px 20px;
  }
  .recomendados-home {
    padding: 0 20px 50px;
  }
  .recomendados-home .slick-slider {
    padding: 0;
  }
  .recomendados-home .slick-slider .slick-slide .product-item {
    max-width: 100%;
  }
  .recomendados-home .slick-slider .slick-arrow {
    display: none;
  }
  .container-right {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .categorias-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-main-full-width {
    margin-top: 72px;
  }
  .page-header {
    width: 100%;
  }
  .block-search .label::before {
    color: #1f1f1f;
  }
  .block-search .label.active {
    border-radius: 50%;
    border: 2px solid #000;
    width: 40px;
    height: 40px;
  }
  .block-search .label.active::before {
    content: '\e616';
    color: #000;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 70px 10px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    background: white !important;
    pointer-events: none;
    opacity: 0;
    transition: all .2s;
  }
  .block-search .label.active {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 9999;
  }
  .block-search .label.active + .control {
    z-index: 999;
    opacity: 1;
    pointer-events: all;
  }
  .block-search input {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border: 0;
    background: #f7f7f7;
    height: 50px;
    position: relative;
    left: 0;
    margin: 0;
  }
  .header-wrap .left-col {
    position: relative;
    z-index: 9999;
  }
  .header-wrap .right-col {
    width: 100%;
    grid-template-columns: 35px auto;
    position: relative;
  }
  .footer.content .links {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .catalog-product-view.page-layout-1column .column.main {
    padding: 0 20px 60px;
    display: flex;
  }
  .page-layout-1column .product.media .price-box {
    right: 20px;
  }
  .fotorama__dot {
    width: 8px !important;
    height: 8px !important;
    background: #b4b4b4;
    border: 0 !important;
  }
  .product.info.detailed {
    width: 100%;
  }
  .catalog-product-view .product.data.items > .item.content {
    margin-top: 0;
    padding: 20px 0 0;
    border: 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 5px !important;
  }
  .product.data.items > .item.title > .switch {
    padding: 10px 5px !important;
    display: flex;
    align-items: center;
  }
  .product.data.items > .item.title {
    margin: 0;
  }
  .catalog-product-view .product-info-price,
  .catalog-product-view .product-add-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: white;
  }
  .catalog-product-view .product-info-price {
    bottom: 71px;
    padding: 20px 10px 35px !important;
    margin-bottom: 0 !important;
  }
  .catalog-product-view .product-info-price::before {
    display: block;
    width: 100%;
    height: 10px;
    content: "";
    top: -10px;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(181, 181, 181, 0.65588242) 0%, rgba(181, 181, 181, 0) 90%);
  }
  .catalog-product-view .product-add-form {
    bottom: 0;
    padding: 10px;
  }
  .catalog-product-view .product-info-main .price {
    font-size: 32px !important;
  }
  .final-price-wrap {
    width: 100%;
    justify-content: center;
  }
  .marcas-wrap figure img {
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .newsletter-wrap {
    padding: 40px 20px;
  }
  .prefooter {
    padding: 60px 20px;
  }
  .page-footer > .footer {
    padding: 40px 20px 180px !important;
  }
  .cms-home .page-footer > .footer {
    padding: 40px 20px 40px !important;
  }
  .footer-presentation h2,
  .newsletter-wrap h2,
  .footer-menu h2 {
    font-size: 22px;
    margin: 0 0 1em;
  }
  .footer-presentation p,
  .prefooter p {
    font-size: 16px;
  }
  .footer-presentation .checklist li {
    font-size: 16px;
  }
  .checklist li {
    background-size: 22px;
  }
  .footer-menu ul li {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
  }
  .prefooter img.pagebuilder-mobile-only {
    height: 70px !important;
  }
  .catalog-category-view #page-title-heading,
  .page-products #maincontent > .columns,
  .customer-account-login #maincontent > .columns,
  .page.messages .messages {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-products .products-grid .product-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .message.success > div {
    display: block;
    text-align: center;
  }
  .toolbar-products {
    padding: 0;
  }
  .page-products.page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 0;
    width: 100%;
  }
  .products-grid .product-item {
    margin-left: 6%;
    width: calc((100% - 6%) / 2);
    margin-bottom: 40px;
  }
  .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .catalog-product-view .product-info-main .price-box {
    align-items: center;
    justify-content: center;
  }
  .destacados .pagebuilder-slide-wrapper .pagebuilder-overlay {
    position: absolute;
    z-index: 2;
    padding: 0 0 15px 15px;
    bottom: 0;
    left: 0;
  }
  .banner-wrap {
    padding: 3em 0 3em 2em;
  }
  .nav-sections-item-content {
    width: calc(100% - 30px);
  }
  .carousel-featured .pagebuilder-mobile-only {
    display: none !important;
  }
  .product-grid > .block-content > .products-grid > .product-items > .slick-list {
    margin-bottom: 50px;
  }
  .product-grid .slick-dots {
    margin: 0;
    width: 100%;
  }
  .image-content .pagebuilder-column-line {
    gap: 2em !important;
    grid-template-columns: 1fr !important;
  }
  .pagebuilder-column .featured-buttons {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 9;
    text-align: center;
    margin-top: 2.5em;
  }
  .banner-wrap {
    margin: 5em 20px;
  }
  .slick-tres {
    padding-right: 0;
  }
  .carousel-featured .product-grid {
    margin: 0 !important;
  }
  .image-content .pagebuilder-column-line .pagebuilder-column:first-child figure {
    max-height: 280px;
  }
}
@media all and (max-width: 600px) {
  .header-wrap {
    grid-template-columns: 250px auto;
  }
  .nav-toggle-text {
    display: none;
  }
  .header-wrap .left-col .toggle {
    grid-template-columns: 1fr;
    order: 1;
  }
  .logo {
    order: 2;
  }
}
@media all and (max-width: 480px) {
  .header-wrap {
    grid-template-columns: 200px auto;
  }
  .page-products .products-grid .product-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.devoluciones-icons img,
.garantia-icons img {
  height: 100px !important;
}
.faqs-grid img {
  height: 80px !important;
}
/* Search - AmSearch */
.amsearch-item-container .amsearch-item .amsearch-link {
  color: #1f1f1f;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  color: #ff1e87;
  background: white;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: white;
  border: 1px solid #1f1f1f;
}
.amsearch-item-container.-recent_searches .amsearch-item:hover {
  border: 1px solid #ff1e87;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  padding: 6px 10px;
  border-radius: 8px;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #ff1e87;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  right: 15px;
}
.amsearch-button.-loupe {
  background-image: url(../image/icon-search-line.svg);
}
.amsearch-button.-disabled {
  opacity: 1;
  pointer-events: none;
}
.amsearch-button.-icon {
  background-size: contain;
}
.amsearch-button.-close {
  background-size: 20px !important;
}
.amsearch-block-header {
  padding: 0 20px 0 !important;
}
.search.results dt.title {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}
.search.results dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
  width: auto;
  display: inline;
  margin-right: 20px;
  font-size: 16px;
}
.search.results dd a {
  color: #1f1f1f;
}
.search.results dd a:hover {
  color: #ff1e87;
}
.amsearch-block-header {
  padding: 0;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}
.amsearch-related-terms > .amsearch-item {
  background: white;
  border-radius: 50px;
  color: #252525;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 8px 15px;
  transition: .1s;
  border: 1px solid #252525;
}
.amsearch-related-terms > .amsearch-item:hover {
  color: #ff1e87;
  border: 1px solid #ff1e87;
}
.amsearch-block-header .amsearch-title {
  text-transform: none !important;
}
/* */
.opc-estimated-wrapper {
  border-bottom: 0;
  margin: 0;
  padding: 18px 0;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5em;
}
@media screen and (max-width: 768px) {
  .authentication-wrapper {
    margin-top: 0 !important;
    float: none;
    position: absolute;
    top: 2em;
    right: 20px;
    z-index: 9;
  }
  .checkout-index-index #checkout {
    padding: 0 20px;
  }
  .checkout-header,
  .checkout-index-index .header.content {
    padding: 2em 0 5em;
    display: flex;
    justify-content: flex-start;
  }
  .checkout-index-index .page-header {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 1080px) {
  .header-wrap {
    grid-template-columns: 350px auto;
  }
  .amsearch-wrapper-block {
    width: 26px;
    height: 26px;
    margin: 0;
  }
  .page-header .amsearch-form-block.-opened .amsearch-input-wrapper {
    width: 100%;
    height: 73px;
    margin: 0;
    background: #fff;
    display: flex;
    align-content: center;
    align-items: center;
  }
  .amsearch-form-block.-opened {
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 73px;
    z-index: 99999;
  }
  .amsearch-form-block {
    height: 100%;
    transition: none;
  }
  .page-header .amsearch-wrapper-block::before {
    display: none;
  }
  .amsearch-input-wrapper .amsearch-input {
    border-width: 0;
    background: white;
    font-size: 0;
  }
  .amsearch-form-block.-opened .amsearch-input-wrapper .amsearch-input {
    border-width: 1px;
    font-size: 16px;
    width: calc(100% - 95px);
    height: 45px;
    background: #f7f7f7;
    margin-left: 20px;
  }
  .amsearch-input-wrapper .amsearch-button.-loupe {
    right: 0;
  }
  .amsearch-form-block.-opened .amsearch-input-wrapper .amsearch-button.-loupe {
    right: 85px;
  }
  .amsearch-button.-loupe {
    height: 26px;
    width: 26px;
  }
  .amsearch-result-section {
    position: fixed;
    top: 67px;
    border-radius: 0;
    box-shadow: none;
  }
  .page-layout-1column {
    margin-top: 73px;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .amsearch-overlay-block {
    background: white;
    bottom: auto;
    height: 38px;
    left: auto;
    position: fixed;
    right: 20px;
    top: 18px;
    width: 38px;
    z-index: 9999;
    border-radius: 50px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .-amsearch-overlay-opened .amsearch-overlay-block {
    display: flex;
  }
  .amsearch-overlay-block .amsearch-overlay {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background: url(../image/icon-close.svg) transparent center / contain no-repeat;
    width: 15px;
    height: 15px;
  }
  .amsearch-result-section {
    margin: 0 !important;
    height: calc(100vh - 63px);
  }
  .amsearch-result-section .amsearch-result-block {
    height: 100%;
  }
  body.-amsearch-overlay-opened {
    overflow: hidden !important;
  }
  .page-header .amsearch-form-block.-opened .amsearch-input-wrapper.-typed .amsearch-button.-close {
    right: 85px !important;
  }
  .amsearch-input-wrapper.-typed .amsearch-button.-loupe {
    left: 25px !important;
    right: auto !important;
  }
  .category-block-summary {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 780px) {
  .category-block-summary {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-products .category-cms {
    padding: 30px 20px 60px;
  }
}
@media screen and (max-width: 600px) {
  .header-wrap {
    grid-template-columns: 213px auto;
  }
  .category-block-summary {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-product-view .block.related .productos-carrusel {
    grid-template-columns: repeat(2, 1fr);
  }
}
.amsearch-loader-block {
  display: none;
}
.slick-slider {
  padding: 0;
}
.product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.slick-dots li button {
  padding: 0 !important;
}
/* Quickview */
.page-products .product-item .weltpixel-quickview {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  font-size: 16px;
  padding: .5em;
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #ef8200;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
}
.page-products .products-grid .product-item .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v2,
.page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
  display: block;
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  text-indent: 0;
  background-image: none;
  background-repeat: no-repeat;
  top: auto;
  right: auto;
  overflow: visible;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #ef8200;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
}
.page-products .products-grid .product-item .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v2:hover,
.page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  background-color: #ff1e87;
}
.page-products .product-item .weltpixel-quickview::before {
  content: url(../image/icon-carrito-blanco.svg);
  display: inline-block;
  font-size: 1em;
  width: 20px;
}
.page-products .product-item .weltpixel-quickview span {
  font-size: 0;
  display: none;
}
.page-products .product-item .weltpixel-quickview::after {
  font-size: 14px;
  font-weight: bold;
  content: "Añadir al carrito";
  color: white;
  line-height: 1.1em;
}
.page-products .products-grid .product-item .product-item-details {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-products .products-grid .product-item .product-item-inner {
  margin: 0 !important;
}
.mfp-bg {
  background: white;
}
.mfp-iframe-scaler iframe {
  border: 1px solid #ff1e87;
  border-radius: 15px;
}
.mfp-preloader {
  background-color: #ff1e87;
  color: #ff1e87;
  border-radius: 100px;
}
.weltpixel_quickview-catalog_product-view.page-layout-1column,
.weltpixel_quickview-catalog_product-view.page-layout-1column .page-wrapper {
  margin-top: 0 !important;
}
.mfp-iframe-holder .catalog-product-view.page-layout-1column .column.main {
  padding: 0 !important;
}
#opc-shipping_method .step-title,
#shipping-method-top-fieldset,
#checkout-shipping-method-load {
  display: none;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ff1e87;
}
.weltpixel_quickview-catalog_product-view .product-options-bottom {
  margin-top: 30px;
}
.weltpixel_quickview-catalog_product-view .fotorama__arr {
  bottom: auto !important;
  top: 50% !important;
  width: 80px;
  height: 80px !important;
  transform: translateY(-50%) !important;
}
.weltpixel_quickview-catalog_product-view .fotorama__stage {
  height: 300px !important;
}
.weltpixel_quickview-catalog_product-view.page-layout-1column .column.main {
  grid-template-columns: 40% auto;
  padding: 40px 50px 60px;
}
.weltpixel_quickview-catalog_product-view .product-shipping-info-price,
.weltpixel_quickview-catalog_product-view .servicios-adicionales-price {
  white-space: nowrap;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}
#product-gotoproduct-button {
  padding: 10px;
  color: #000;
  background: white;
}
#product-gotoproduct-button:hover {
  color: white;
  background: #ff1e87;
}
@media screen and (max-width: 768px) {
  .mfp-bg {
    background: white !important;
  }
  .mfp-iframe-scaler iframe {
    border: 1px solid #ff1e87 !important;
    border-radius: 15px !important;
  }
  .mfp-preloader {
    background-color: #ff1e87 !important;
    color: #ff1e87 !important;
    border-radius: 100px !important;
  }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #ff1e87 !important;
  }
  .weltpixel_quickview-catalog_product-view .product-options-bottom {
    margin-top: 30px;
  }
  .weltpixel_quickview-catalog_product-view .fotorama__arr {
    bottom: auto !important;
    top: 50% !important;
    width: 80px;
    height: 80px !important;
    transform: translateY(-50%) !important;
  }
  .weltpixel_quickview-catalog_product-view .fotorama__stage {
    height: 300px !important;
  }
  .weltpixel_quickview-catalog_product-view.page-layout-1column .column.main {
    grid-template-columns: 40% auto;
    padding: 40px 50px 60px;
  }
  .weltpixel_quickview-catalog_product-view .product-shipping-info-price,
  .weltpixel_quickview-catalog_product-view .servicios-adicionales-price {
    white-space: nowrap;
  }
  .page-products .products-grid .product-items {
    grid-column-gap: 10px;
  }
  .servicios-adicionales-row .options-list {
    display: grid;
    grid-template-columns: 13fr 4fr;
    align-items: start;
    gap: 10px;
  }
  #product-options-wrapper .fieldset > .field .field.choice {
    display: grid;
    grid-template-columns: 14px auto;
    align-items: start;
  }
  #product-options-wrapper .fieldset > .field .field.choice label {
    display: inline;
  }
  .catalog-product-view .servicios-adicionales-wrap {
    display: none !important;
  }
  .catalog-product-view .servicios-adicionales-wrap.info-active {
    display: flex !important;
    padding: 0 7px 17px;
    gap: .7em;
  }
  #product-options-wrapper .fieldset > .field .field.choice label span {
    display: inline;
  }
  #product-options-wrapper .fieldset > .field .field.choice label .info-circle {
    width: 20px;
    height: 20px;
    display: inline-flex;
  }
  .servicios-adicionales-price {
    text-align: right;
  }
  .catalog-product-view #product-options-wrapper .product-options-info-title {
    justify-content: center;
    cursor: pointer;
  }
  .catalog-product-view #product-options-wrapper .product-options-info-title strong {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .catalog-product-view #product-options-wrapper .product-options-info-title strong::before {
    content: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23ef8200"><path d="M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10,10-4.5,10-10S15.5,0,10,0ZM16.1,11h-5.1v5.1c0,.6-.4,1-1,1s-1-.4-1-1v-5.1H3.9c-.6,0-1-.4-1-1s.4-1,1-1h5.1V3.9c0-.6.4-1,1-1s1,.4,1,1v5.1h5.1c.6,0,1,.4,1,1s-.4,1-1,1Z"/></svg>');
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .catalog-product-view #product-options-wrapper .product-options-info-title.toggle-info-active strong::before {
    content: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23ff1e87"><path d="M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10,10-4.5,10-10S15.5,0,10,0ZM16.1,11H3.9c-.6,0-1-.4-1-1s.4-1,1-1h12.2c.6,0,1,.4,1,1s-.4,1-1,1Z"/></svg>');
  }
  #product-options-wrapper .fieldset > .field .field.choice input {
    margin: 3px 0 0 !important;
  }
  .page-products .filter .block-subtitle {
    display: block;
    font-size: 0;
    width: 90%;
    height: 32px;
    position: fixed;
    top: 73px;
    right: 17px;
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
    padding: 30px 20px 20px 20px;
    z-index: 9999;
  }
  .page-products .filter .block-subtitle::before {
    display: block !important;
    width: 14px;
    height: 14px;
    content: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.33 16.33" fill="%23000000"><path d="M16.04.29c-.39-.39-1.02-.39-1.41,0l-6.46,6.46L1.71.29C1.32-.1.68-.1.29.29S-.1,1.32.29,1.71l6.46,6.46L.29,14.62c-.39.39-.39,1.02,0,1.41.2.2.45.29.71.29s.51-.1.71-.29l6.46-6.46,6.46,6.46c.2.2.45.29.71.29s.51-.1.71-.29c.39-.39.39-1.02,0-1.41l-6.46-6.46,6.46-6.46c.39-.39.39-1.02,0-1.41Z" /></svg>');
  }
  .scroll-block {
    overflow: hidden;
  }
  .recomendados-home {
    padding: 0 20px 50px;
    margin-bottom: 30px;
  }
  .recomendados-home .slick-slider {
    padding: 0;
  }
  .recomendados-home .slick-slider .slick-slide .product-item {
    max-width: 100% !important;
  }
  .recomendados-home .slick-slider .slick-arrow {
    display: none !important;
  }
  .productos-carrusel.imagen-fondo-blanco .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 0;
  }
  .recomendados-home .featured-buttons {
    position: absolute;
    right: auto;
    bottom: 26px;
    transform: translateX(-50%);
    left: 50%;
  }
}
