/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
button {
  border-radius: 5px;
  color: #777777;
  font-weight: 200;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
form[id='co-shipping-method-form'] div.field.choice.item {
  padding: 8px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_ProductStockAlert
 * @author    Extension Team
 * @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/** This CSS help us to display the buttons increase and decrease qty*/
.box-tocart div.control {
  position: relative;
  width: 92px !important;
}
.box-tocart div.control .minus:hover button,
.box-tocart div.control .plus:hover button {
  background: #dfdfdf;
  color: #252531;
}
.box-tocart div.control .minus button,
.box-tocart div.control .plus button {
  position: absolute;
  top: 0px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  width: 28px;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
}
.box-tocart div.control .minus button {
  left: 0px;
}
.box-tocart div.control .plus button {
  right: 0px;
  border-radius: 0px 4px 4px 0px;
}
.box-tocart div.control .input-text.qty {
  border-radius: 0px !important;
  height: 20px !important;
  height: 40px !important;
  width: 40px !important;
  text-align: center !important;
  margin-left: 26px !important;
  display: inline-block !important;
  z-index: 5 !important;
  padding: 0px 3px !important;
  border: 1px solid #dfdfdf !important;
}
.details-qty.qty .item-qty.cart-item-qty {
  margin-right: 0px;
}
.details-qty.qty .decreasing-qty {
  vertical-align: top;
  margin-right: -5px;
  padding: 7px 10px;
  box-shadow: none;
}
.details-qty.qty .increasing-qty {
  vertical-align: top;
  margin-left: -5px;
  padding: 7px 8px;
  box-shadow: none;
}
.box-tocart div.control {
  position: relative;
  width: 92px !important;
}
.box-tocart div.control .minus:hover button,
.box-tocart div.control .plus:hover button {
  background: #dfdfdf;
  color: #252531;
}
.box-tocart div.control .minus button,
.box-tocart div.control .plus button {
  position: absolute;
  top: 0px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  width: 28px;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
}
.box-tocart div.control .minus button {
  left: 0px;
}
.box-tocart div.control .plus button {
  right: 0px;
  border-radius: 0px 4px 4px 0px;
}
.box-tocart div.control .input-text.qty {
  border-radius: 0px !important;
  height: 20px !important;
  height: 40px !important;
  width: 40px !important;
  text-align: center !important;
  margin-left: 26px !important;
  display: inline-block !important;
  z-index: 5 !important;
  padding: 0px 3px !important;
  border: 1px solid #dfdfdf !important;
}
.products-grid.wishlist .product-item .fieldset .field.qty {
  padding-right: 52px !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 0px;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
#screen {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0px;
  left: 0px;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 321px;
}
.tmp3-title {
  color: #0083d0;
  font-size: 50px;
  margin-top: 30px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-repeat: no-repeat;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#mp-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#mp-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
.um-prodmatrix-summary {
  border-bottom: 1px solid #c1c1c1;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}
.um-prodmatrix.prodmatrix-type2 {
  border: 1px solid #e3e3e3;
  overflow: auto;
}
.um-prodmatrix.prodmatrix-type2 .prodmatrix-umsubtotal-container {
  padding-top: 5px;
}
.um-prodmatrix.prodmatrix-type2 thead th {
  font-size: 13px;
  padding: 15px 8px;
}
.um-pm-grandtotal {
  border-right: 1px solid #c4c4c4;
  display: inline-block;
  padding-right: 10px;
}
.um-pm-grandtotal .pm-gt-label {
  display: inline-block;
  padding-right: 5px;
}
.um-pm-grandtotal .pm-gt-value {
  display: inline-block;
  font-weight: bold;
}
.um-pm-grandtotal .pm-gt-copts-value {
  display: inline-block;
  font-weight: bold;
}
.um-pm-grandqty {
  display: inline-block;
  padding-left: 10px;
}
.um-pm-grandqty .pm-gqty-label {
  display: inline-block;
  padding-right: 5px;
}
.um-pm-grandqty .pm-gqty-value {
  display: inline-block;
  font-weight: bold;
}
.prodmatrix-umsubtotal-label {
  display: inline-block;
  padding-right: 5px;
}
.prodmatrix-umsubtotal-content {
  display: inline-block;
}
.prodmatrix-umtierprice-container {
  background: rgba(47, 45, 45, 0.98);
  border-radius: 5px;
  color: white;
  font-size: 13px;
  min-width: 250px;
  padding: 15px 5px 5px 5px;
  position: absolute;
  width: 175px;
  z-index: 19;
}
.prodmatrix-umtierprice-container:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(47, 45, 45, 0.98);
  bottom: -15px;
  content: '';
  height: 0;
  left: 62%;
  position: absolute;
  width: 0;
}
.prodmatrix-btn-view-less {
  display: none;
  text-align: right;
}
.prodmatrix-btn-view-less a {
  background-size: 15px;
  background: url(../Ulmod_ProductMatrix/images/minus-line.png) no-repeat 5px center #eeeeee;
  background-size: 15px 15px;
  padding: 5px 10px 5px 25px;
  border-radius: 3px;
  box-shadow: 0px 0.1px 3px 0 rgba(0, 0, 0, 0.15);
  color: #333333;
  text-align: right;
  text-decoration: none;
}
.prodmatrix-btn-view-full {
  text-align: right;
}
.prodmatrix-btn-view-full a {
  background-size: 15px;
  background: url(../Ulmod_ProductMatrix/images/plus.png) no-repeat 5px center #eeeeee;
  background-size: 15px 15px;
  padding: 5px 10px 5px 25px;
  border-radius: 3px;
  box-shadow: 0px 0.1px 3px 0 rgba(0, 0, 0, 0.15);
  color: #333333;
  text-align: right;
  text-decoration: none;
}
.um-prodmatrix {
  margin-bottom: 20px;
  margin-top: 10px;
  overflow: scroll;
}
.um-prodmatrix tbody tr td {
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  text-align: center;
  vertical-align: middle;
}
.um-prodmatrix tbody tr td .swatch-option {
  border-radius: 5px;
  float: none;
  margin: 0 auto;
  width: 50px;
}
.um-prodmatrix tbody tr td:first-child {
  border-left: 0;
}
.um-prodmatrix tbody tr td:last-child {
  border-right: 0;
}
.um-prodmatrix tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.um-prodmatrix tbody tr td.prodmatrix-focus {
  background: #e5f7fe;
}
.um-prodmatrix .prodmatrix-line-wrapper {
  position: relative;
}
.um-prodmatrix .prodmatrix-line-wrapper .prodmatrix-attribute1 {
  position: absolute;
  right: 5px;
  top: 5px;
}
.um-prodmatrix .prodmatrix-line-wrapper .prodmatrix-attribute2 {
  bottom: 5px;
  left: 5px;
  position: absolute;
}
.um-prodmatrix .prodmatrix-line {
  width: 60px;
}
.um-prodmatrix .prodmatrix-line:after {
  background: -moz-linear-gradient(to right top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 50%, #ffffff 50%, #b3b3b3 50%, #b3b3b3 51%, #ffffff 51%, #ffffff 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to right top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 50%, #ffffff 50%, #b3b3b3 50%, #b3b3b3 51%, #ffffff 51%, #ffffff 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to right top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 50%, #ffffff 50%, #b3b3b3 50%, #b3b3b3 51%, #ffffff 51%, #ffffff 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(to right top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 50%, #ffffff 50%, #b3b3b3 50%, #b3b3b3 51%, #ffffff 51%, #ffffff 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 50%, #ffffff 50%, #b3b3b3 50%, #b3b3b3 51%, #ffffff 51%, #ffffff 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color5ff', endColorstr='@color5ff', GradientType=1);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.um-prodmatrix .prodmatrix-qty-wrapper {
  margin: 0 auto;
  position: relative;
  width: 120px;
}
.um-prodmatrix .prodmatrix-qty-wrapper .prodmatrix-qty-button {
  background: #f0f0f0;
  cursor: pointer;
  line-height: 30px;
  margin: 1px;
  position: absolute;
  text-align: center;
  width: 24px;
}
.um-prodmatrix .prodmatrix-qty-wrapper .prodmatrix-qty-button.minus {
  left: 0;
}
.um-prodmatrix .prodmatrix-qty-wrapper .prodmatrix-qty-button.plus {
  right: 0;
}
.um-prodmatrix .prodmatrix-qty-wrapper .prodmatrix-qty {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  width: 120px;
}
.um-prodmatrix .prodmatrix-qty-wrapper div.mage-error {
  display: none !important;
}
.um-prodmatrix .swatch-option {
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  width: 30px;
}
.um-prodmatrix thead th {
  background: #f0f0f0;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  text-align: center;
}
.um-prodmatrix thead th .swatch-option {
  border: 1px solid #c1c1c1;
  float: none;
  margin: 0 auto;
}
.um-prodmatrix thead th:first-child {
  border-left: 0;
}
.um-prodmatrix thead th:last-child {
  border-right: 0;
}
.um-prodmatrix .prodmatrix-price-container {
  text-align: center;
}
.um-prodmatrix .prodmatrix-price {
  display: inline-block;
}
.um-prodmatrix .prodmatrix-old-price {
  display: inline-block;
  position: relative;
}
.um-prodmatrix .prodmatrix-outofstock {
  color: #ff0000;
  text-align: center;
  vertical-align: middle;
}
.prodmatrix-btn-reset {
  margin-bottom: 20px;
  text-align: right;
}
.prodmatrix-btn-reset a {
  background-size: 22px;
  background: url('../Ulmod_ProductMatrix/images/refresh.png') no-repeat 5px center #eeeeee;
  background-size: 20px 20px;
  border-radius: 5px;
  color: #333333;
  padding: 5px 10px 5px 30px;
}
.prodmatrix-btn-reset a:hover {
  border: 1px solid #eeeeee;
  color: #333333;
  outline: 1px solid #999999;
  text-decoration: none;
}
.productmatrix .field.qty {
  display: none;
}
.prodmatrix-view-full {
  margin-bottom: 20px;
}
.prodmatrix-view-full .um-prodmatrix {
  background: #ffffff;
  border: 1px solid #c1c1c1;
  float: right;
  position: relative;
  z-index: 1000;
  z-index: 9;
}
.prodmatrix-view-full .prodmatrix-btn-view-full {
  display: none;
}
.prodmatrix-view-full .prodmatrix-btn-view-less {
  display: block;
}
body .swatch-option-tooltip {
  z-index: 1100;
}
.prodmatrix-type1 .prodmatrix-old-price {
  color: #c2c2c2;
  margin-left: 2px;
  text-decoration: line-through;
}
.prodmatrix-type2 .prodmatrix-instock .prodmatrix-stock-status {
  display: none;
}
.prodmatrix-type2 .prodmatrix-instock .prodmatrix-price-container {
  display: none;
}
.prodmatrix-type2 .prodmatrix-old-price:before {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  background: #ff0000;
  content: '';
  height: 1px;
  left: -5%;
  position: absolute;
  top: 50%;
  transform: rotate(150deg);
  width: 110%;
}
.prodmatrix-type2 tbody tr td.prodmatrix-focus {
  background: transparent;
}
.group-notlogged .category-ofertas .price-box {
  display: block !important;
}
.welcome {
  display: inline-block;
}
.welcome a {
  display: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
@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%;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Productslider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.owl-item li.product-slider {
  width: 100% !important;
}
.mp-product-slider-title {
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.mp-product-slider-block {
  margin: 0 !important;
}
.mp-ps-info {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.slider-product-item-info {
  width: 80% !important;
}
.slider-product-item-actions {
  margin: 0px;
}
.product.details.slider-product-item-details {
  margin-left: 10px;
}
.mp-ps-info {
  color: #bbbbbb;
  margin: -15px 0px 10px 0px;
}
.ulula-priceslider .price {
  font-family: 'MavenPro-ExtraBold', sans-serif !important;
  font-size: 20px;
  color: #ff8222;
}
.ulula-priceslider-oldprice {
  color: #777777;
  font-size: 16px;
  font-family: 'MavenPro-Regular', sans-serif;
}
.ulula-priceslider-factorprice {
  color: #333333;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
}
.ulula_report_report-balance-index .balance-container .balance-header {
  max-width: 660px;
  display: flex;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 10px;
}
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-total {
  background-color: #333;
  color: #fff;
  padding: 25px;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-total dt {
  font: 700 17px 'MavenPro-Bold', sans-serif;
  margin: 0;
}
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-total dd {
  margin: 0;
}
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-total dd span {
  font: 700 28px 'MavenPro-Bold', sans-serif;
}
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-subtotal {
  padding: 25px 30px 25px 20px;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-subtotal .subtotal-due,
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-subtotal .subtotal-pending {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-subtotal .subtotal-due dt,
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-subtotal .subtotal-pending dt {
  font: 700 15px 'MavenPro-Bold', sans-serif;
  margin: 0;
  width: 145px;
}
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-subtotal .subtotal-due dd,
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-subtotal .subtotal-pending dd {
  margin: 0;
}
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-subtotal .subtotal-due dd span,
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-subtotal .subtotal-pending dd span {
  font: 400 20px 'MavenPro-Regular', sans-serif;
}
.ulula_report_report-balance-index .balance-container .balance-header .balance-header-subtotal .subtotal-due {
  color: #F00;
}
.ulula_report_report-balance-index .balance-container section.balance-header-info {
  font: 400 13px 'MavenPro-Regular', sans-serif;
}
.ulula_report_report-balance-index .balance-container section.balance-header-info i {
  color: #C07600;
  margin-right: 5px;
}
.ulula_report_report-balance-index .balance-container section.balance-header-info p strong {
  font: 800 13px 'MavenPro-Bold', sans-serif;
}
.ulula_report_report-balance-index .balance-container .balance-content {
  margin-top: 20px;
}
.ulula_report_report-balance-index .balance-container .balance-content section.cc-filter {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ulula_report_report-balance-index .balance-container .balance-content section.cc-filter label {
  color: #333;
}
.ulula_report_report-balance-index .balance-container .balance-content section.cc-filter label i.fas.fa-filter {
  margin-right: 5px;
  color: #A3A3A3;
}
.ulula_report_report-balance-index .balance-container .balance-content div#balance-table_wrapper div#balance-table_length label {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ulula_report_report-balance-index .balance-container .balance-content div#balance-table_wrapper div#balance-table_length select {
  width: 60px;
  height: 30px;
}
.ulula_report_report-balance-index .balance-container .balance-content div#balance-table_wrapper div#balance-table_filter label {
  display: flex;
  align-items: center;
}
.ulula_report_report-balance-index .balance-container .balance-content div#balance-table_wrapper .dataTables_scroll .dataTables_scrollHead table.dataTable.display thead tr th {
  font: 800 14px 'MavenPro-Bold', sans-serif;
}
.ulula_report_report-balance-index .balance-container .balance-footer {
  border-top: 1px solid #D9D9D9;
  padding: 15px 0;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .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;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .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;
  }
  .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,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler {
    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,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .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;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .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;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .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;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .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 .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: -8px 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;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #d1d1d1;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #d1d1d1;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .mp-product-slider-title {
    font-size: 2.8rem;
  }
  .ulula_report_report-balance-index .balance-container .balance-header .balance-header-total {
    border-radius: 6px 0 0 6px;
  }
  .ulula_report_report-balance-index .balance-container .balance-content section.cc-filter label {
    width: 145px;
  }
  .ulula_report_report-balance-index .balance-container .balance-content section.cc-filter select#statusFilter {
    width: 150px;
  }
  .ulula_report_report-balance-index .balance-container .balance-content div#balance-table_wrapper div#balance-table_info {
    padding: 30px 0;
  }
  .ulula_report_report-balance-index .balance-container .balance-content div#balance-table_wrapper div#balance-table_paginate {
    padding: 22px 0;
  }
  .ulula_report_report-balance-index .balance-container .balance-content div#balance-table_wrapper div#balance-table_length {
    margin-bottom: 30px;
  }
  .ulula_report_report-balance-index .balance-container .balance-content div#balance-table_wrapper div#balance-table_filter {
    margin-bottom: 30px;
  }
  .ulula_report_report-balance-index .balance-container .balance-content div#balance-table_wrapper div#balance-table_filter label input[type="search"] {
    height: 30px;
  }
  .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;
  }
  .sections.nav-sections {
    box-shadow: 0px 4px 7px 1px rgba(128, 128, 128, 0.1);
    background-color: transparent;
  }
  .sections.nav-sections .navigation {
    background: transparent;
    border-top: 1px solid #dadada;
    font-weight: 200;
  }
  .sections.nav-sections .navigation .level0 {
    text-transform: uppercase;
  }
  .sections.nav-sections .navigation .level0 > .level-top > .ui-menu-icon {
    display: none;
  }
  .sections.nav-sections .navigation .submenu {
    text-transform: initial;
    font-weight: 200;
  }
  .sections.nav-sections .navigation .submenu a {
    padding: 2px 20px;
  }
  .sections.nav-sections .navigation .submenu a:hover {
    color: #fff;
    background: #55a4da;
  }
  .sections.nav-sections .navigation .level0.active > .level-top,
  .sections.nav-sections .navigation .level0.has-active > .level-top {
    border-color: #ff8222;
    border-style: solid;
    border-width: 0 0 2px;
  }
  .sections.nav-sections .navigation .level0 > .level-top {
    color: #777777;
    line-height: 41px;
    padding-right: 12px;
  }
  .sections.nav-sections .navigation .level0 > .level-top:hover {
    color: #ff8222;
    transition: .3s;
  }
  .sections.nav-sections .navigation .level0 > .level-top {
    line-height: 41px;
    padding: 0 7px;
  }
  .minicart-items .action.delete {
    margin-top: -3px;
  }
  .cms-home:not(.group-notlogged) .column.main .carousel-container:first-child {
    display: none;
  }
  .cms-home:not(.group-notlogged) .block-on-sale,
  .cms-home:not(.group-notlogged) .block-best-sellers {
    margin: 60px 15px;
  }
  .cms-home:not(.group-notlogged) section.brands-banner {
    margin: 30px 0;
    justify-content: center;
  }
  .cms-home:not(.group-notlogged) section.brands-banner img {
    padding: 0 15px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .cms-home:not(.group-notlogged) .comunicaciones01,
  .cms-home:not(.group-notlogged) .comunicaciones02 {
    margin: 30px auto !important;
  }
  .cms-home .block-content {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
  }
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details strong.product.name.product-item-name {
    height: 60px;
  }
  .cms-home .block-content .owl-nav.disabled,
  .cms-home .block-content .owl-nav {
    display: block !important;
  }
  .cms-home .block-content .owl-nav.disabled button.owl-prev,
  .cms-home .block-content .owl-nav button.owl-prev {
    font: initial !important;
    position: absolute;
    top: 43%;
    left: -40px;
    color: #243a76;
    padding-bottom: 5px !important;
  }
  .cms-home .block-content .owl-nav.disabled button.owl-prev:hover,
  .cms-home .block-content .owl-nav button.owl-prev:hover {
    background: #243a76;
    color: #fff;
    transition: .3s;
  }
  .cms-home .block-content .owl-nav.disabled button.owl-prev span,
  .cms-home .block-content .owl-nav button.owl-prev span {
    padding: 0 8px;
    font-size: 26px;
    border: 1px solid #243a76;
    border-radius: 5px;
    padding-bottom: 5px;
  }
  .cms-home .block-content .owl-nav.disabled button.owl-next,
  .cms-home .block-content .owl-nav button.owl-next {
    font: initial !important;
    position: absolute;
    top: 43%;
    right: -40px;
    color: #243a76;
    padding-bottom: 5px !important;
  }
  .cms-home .block-content .owl-nav.disabled button.owl-next:hover,
  .cms-home .block-content .owl-nav button.owl-next:hover {
    background: #243a76;
    color: #fff;
    transition: .3s;
  }
  .cms-home .block-content .owl-nav.disabled button.owl-next span,
  .cms-home .block-content .owl-nav button.owl-next span {
    padding: 0 8px;
    font-size: 26px;
    border: 1px solid #243a76;
    border-radius: 5px;
    padding-bottom: 5px;
  }
  .cms-home .mp-product-slider-block h2,
  .cms-home .mp-banner-slider-block h2 {
    font-size: 26px;
  }
  .cms-home .carousel-container #banner-slider-carousel .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
  }
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-dots.disabled,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-dots {
    display: block !important;
  }
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav {
    display: block !important;
  }
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-prev,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    bottom: 50%;
    left: 15px;
    color: #243a76;
  }
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-prev span,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-prev span {
    padding: 0 8px;
    font-size: 26px;
    border: 1px solid #243a76;
    border-radius: 5px;
    padding-bottom: 5px;
    background: #ffffff57;
  }
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-prev span:hover,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-prev span:hover {
    transition: .3s;
    color: #fff;
    background: #243a76;
  }
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-next,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 50%;
    right: 15px;
    color: #243a76;
  }
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-next span,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-next span {
    padding: 0 8px;
    font-size: 26px;
    border: 1px solid #243a76;
    border-radius: 5px;
    padding-bottom: 5px;
    background: #ffffff57;
  }
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-next span:hover,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-next span:hover {
    transition: .3s;
    color: #fff;
    background: #243a76;
  }
  .cms-home .brand-carousel {
    margin: 60px auto 100px;
  }
  .new-gastronomico .first-gastronomico .new-quest {
    padding: 35px 0;
  }
  .new-gastronomico .first-gastronomico .new-quest .quest-content {
    padding: 0 60px;
  }
  .new-gastronomico .first-gastronomico .new-quest .quest-content h2 {
    font-size: 28px;
  }
  .new-gastronomico .first-gastronomico .new-quest .quest-content p {
    font-size: 15px;
  }
  .new-gastronomico .first-gastronomico .new-button .button-content {
    padding: 0 60px;
  }
  .new-gastronomico .first-gastronomico .new-button .button-content a {
    display: inline-flex;
  }
  .new-gastronomico .first-gastronomico .new-button .button-content a .register-text p {
    font-size: 25px;
  }
  .new-gastronomico .first-gastronomico .new-button .button-content a .register-text h2 {
    font-size: 27px;
  }
  .new-gastronomico .first-gastronomico .new-button .button-content a .register-arrow i {
    margin-right: 15px;
    font-size: 35px;
  }
  .new-gastronomico .second-gastronomico .gastro-benefits .gastro-content {
    margin: 0 90px;
  }
  .new-gastronomico .second-gastronomico .gastro-benefits .gastro-content .list-title i {
    font-size: 65px;
  }
  .new-gastronomico .second-gastronomico .gastro-benefits .gastro-content .list-title h2 {
    font-size: 31px;
  }
  .new-gastronomico .second-gastronomico .gastro-benefits .gastro-content .list-tips ul li i {
    margin-right: 8px;
  }
  .beneficios-CF .rows .cf-benefits .register-text {
    padding: 25px 50px;
  }
  .beneficios-CF .rows .cf-benefits .register-text h3 {
    font-size: 25px;
  }
  .beneficios-CF .rows .cf-benefits .register-text h3 i {
    font-size: 20px;
  }
  .beneficios-CF .rows .cf-benefits .register-text ul li {
    font-size: 15px;
  }
  .beneficios-G .rows .g-benefits .register-text {
    padding: 25px 50px;
  }
  .beneficios-G .rows .g-benefits .register-text h3 {
    font-size: 25px;
  }
  .beneficios-G .rows .g-benefits .register-text h3 i {
    font-size: 20px;
  }
  .beneficios-G .rows .g-benefits .register-text ul li {
    font-size: 15px;
  }
  .alerta-precios {
    margin: 25px 0;
  }
  .alerta-precios .containerblock {
    text-align: center;
  }
  .alerta-precios .containerblock .price-text p {
    font-size: 20px;
  }
  .comunicaciones01 {
    margin: 50px 0;
  }
  .comunicaciones01 .com-left {
    margin-left: 0;
    margin-right: 15px;
  }
  .comunicaciones01 .com-left img {
    display: block;
  }
  .comunicaciones01 .com-right {
    position: relative;
    margin-right: 0;
  }
  .comunicaciones01 .com-right img.right01 {
    margin-bottom: 21px;
    position: absolute;
    top: 0;
  }
  .comunicaciones01 .com-right img.right02 {
    position: absolute;
    bottom: 0;
  }
  .comunicaciones02 {
    margin: 50px 0;
  }
  .comunicaciones02 .com-left {
    margin-left: 0;
    margin-right: 15px;
  }
  .comunicaciones02 .com-left img {
    display: block;
  }
  .comunicaciones02 .com-right {
    margin-right: 0;
  }
  .comunicaciones02-G {
    margin: 50px 0 20px;
  }
  .comunicaciones02-G .com-left {
    margin-left: 0;
    margin-right: 15px;
  }
  .comunicaciones02-G .com-left img {
    display: block;
  }
  .comunicaciones02-G .com-right {
    margin-right: 0;
  }
  .comunicaciones02-G.down {
    margin: 20px 0;
  }
  .comunicaciones02-G.down .com-left {
    margin-left: 0;
    margin-right: 15px;
  }
  .comunicaciones02-G.down .com-left img {
    display: block;
  }
  .comunicaciones02-G.down .com-right {
    margin-right: 0;
  }
  .catalog-category-view h1#page-title-heading,
  .catalogsearch-result-index h1#page-title-heading {
    margin-bottom: 3rem;
  }
  .catalog-category-view.page-layout-1column .filter-options-content,
  .catalogsearch-result-index.page-layout-1column .filter-options-content {
    padding: 10px 20px ! IMPORTANT;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 0 #cbcbcb !important;
    left: -20px;
    width: fit-content;
    column-count: 4;
    column-width: initial;
    max-height: 300px;
    overflow: auto;
  }
  .catalog-category-view.page-layout-1column .filter-options-content ol,
  .catalogsearch-result-index.page-layout-1column .filter-options-content ol {
    list-style: none;
    padding: 0;
    width: max-content;
  }
  .catalog-category-view #maincontent .columns .column,
  .catalogsearch-result-index #maincontent .columns .column {
    /* Filters on top */
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block {
    background: #f5f5f5;
    border-radius: 5px;
    border-top: 0;
    padding: 10px 15px;
    width: fit-content;
    margin-top: -50px;
    max-width: 900px;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content {
    margin-top: 0;
    align-items: center;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content .filter-subtitle,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content .filter-subtitle {
    display: block;
    color: #ff8222;
    font-family: 'MavenPro-Bold', sans-serif;
    border-bottom: 0;
    padding: 0;
    display: none;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content .filter-options,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content .filter-options {
    display: flex;
    align-items: center;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content div#narrow-by-list .filter-options-item,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content div#narrow-by-list .filter-options-item {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 8px 10px;
    margin-right: 5px;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content div#narrow-by-list .filter-options-item:hover,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content div#narrow-by-list .filter-options-item:hover {
    background: #ff8222 !important;
    border-color: #ff8222 !important;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content div#narrow-by-list .filter-options-item:hover .filter-options-title,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content div#narrow-by-list .filter-options-item:hover .filter-options-title {
    color: #fff !important;
    transition: .3s;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content div#narrow-by-list .filter-options-item .filter-options-title,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content div#narrow-by-list .filter-options-item .filter-options-title {
    color: #707070;
    font-family: 'MavenPro-Bold', sans-serif;
    text-transform: capitalize;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content div#narrow-by-list:before,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content div#narrow-by-list:before {
    content: 'FILTRAR POR';
    display: block;
    color: #ff8222;
    font-family: 'MavenPro-Bold', sans-serif;
    border-bottom: 0;
    padding: 0 15px 0 0;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content .filter-current strong.block-subtitle.filter-current-subtitle,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content .filter-current strong.block-subtitle.filter-current-subtitle {
    color: #ff8222;
    font-family: 'MavenPro-Bold', sans-serif;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content .filter-current ol.items li.item span.filter-label,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content .filter-current ol.items li.item span.filter-label {
    font-family: 'MavenPro-Bold', sans-serif;
    color: #707070;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content .filter-current ol.items li.item .action.remove,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content .filter-current ol.items li.item .action.remove {
    left: -4px;
    position: absolute;
    top: 0px;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content .block-actions.filter-actions a span,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content .block-actions.filter-actions a span {
    font-family: 'MavenPro-Bold', sans-serif;
    color: #243a76;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content .block-actions.filter-actions a span:before,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content .block-actions.filter-actions a span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2ed";
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-weight: 900;
  }
  .catalog-category-view #maincontent .columns .column div#layered-filter-block .block-content.filter-content .block-actions.filter-actions a span:hover,
  .catalogsearch-result-index #maincontent .columns .column div#layered-filter-block .block-content.filter-content .block-actions.filter-actions a span:hover {
    color: #ff8222;
    transition: .3s;
  }
  .catalog-category-view #maincontent .columns .column .toolbar.toolbar-products,
  .catalogsearch-result-index #maincontent .columns .column .toolbar.toolbar-products {
    width: fit-content;
    right: 0;
  }
  .catalog-category-view #maincontent .columns .column .alert-text,
  .catalogsearch-result-index #maincontent .columns .column .alert-text {
    display: inline-block;
  }
  .catalog-category-view #maincontent .columns .column .alert-text p,
  .catalogsearch-result-index #maincontent .columns .column .alert-text p {
    background: #d20202;
    padding: 5px 10px;
    color: #fff;
    font-family: 'MavenPro-Medium', sans-serif;
    border-radius: 5px;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block {
    border: 1px solid #eee;
    padding: 14px;
    border-radius: 5px;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content strong.block-subtitle.filter-subtitle,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content strong.block-subtitle.filter-subtitle {
    background: #ff8222;
    border-bottom: 0;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-title,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
    color: #ff8222;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-title:after,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-title:after {
    color: #777777;
    font-size: 35px;
    line-height: 17px;
    width: 24px;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol.items,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol.items {
    list-style: none;
    padding: 0;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item {
    margin: 2px 0;
    font-size: 13px;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item a span.count,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item a span.count {
    font-size: 12px;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item a:hover,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-options .filter-options-item .filter-options-content ol.items li.item a:hover {
    background-color: #fff;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-current .filter-current-subtitle,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-current .filter-current-subtitle {
    background: #ff8222;
    border-bottom: 0;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-current ol.items,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-current ol.items {
    list-style: none;
    padding: 0 !important;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-current ol.items li.item span.filter-label,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-current ol.items li.item span.filter-label {
    color: #757575;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-current .action.remove,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-current .action.remove {
    left: -5px;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-current .action.remove:before,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .filter-current .action.remove:before {
    color: #757575 !important;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .block-actions.filter-actions,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .block-actions.filter-actions {
    text-align: center;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .block-actions.filter-actions a,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .block-actions.filter-actions a {
    color: #777777;
    border: 1px solid #dadada;
    padding: 6px 26px;
    border-radius: 5px;
  }
  .catalog-category-view #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .block-actions.filter-actions a:hover,
  .catalogsearch-result-index #maincontent .sidebar.sidebar-main div#layered-filter-block .block-content.filter-content .block-actions.filter-actions a:hover {
    background: #eee;
    transition: .3s;
  }
  .catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name,
  .catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name {
    height: 40px;
  }
  .group-notlogged .product-item-inner a.login-button {
    font-size: 15px;
  }
  .catalogsearch-result-index .products.wrapper.grid.products-grid {
    margin-top: 30px;
  }
  .catalog-product-view .product-info-main {
    padding: 40px 0;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart {
    margin: 20px 0 0;
  }
  .catalog-product-view .product-info-main .tooltip .tooltiptext {
    margin-left: -80px;
  }
  .catalog-product-view .product.media {
    margin-bottom: 60px;
  }
  .catalog-product-view .product.info.detailed {
    width: 90%;
    margin: 0 auto;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    margin-bottom: 70px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content {
    padding: 35px 110px;
    line-height: 23px;
  }
  .catalog-product-view .block.related .products-grid .product-items li.item.product.product-item .product-item-info {
    margin: 0 auto;
  }
  footer.page-footer .block.newsletter {
    padding: 25px;
  }
  footer.page-footer .block.newsletter .block-news {
    margin: 0 auto;
  }
  footer.page-footer .block.newsletter .block-news .subscribe-text {
    font-size: 22px;
  }
  footer.page-footer .footer.content .footer-block_mayonet .first-footer-block {
    margin-bottom: 25px;
  }
  footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-three {
    padding: 20px 0;
  }
  footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-three ul {
    display: inline-block;
    padding-left: 35px !important;
  }
  footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-three ul:first-child {
    border-left: 1px solid #55a4da;
  }
  footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-three ul li {
    margin: 6px 0;
    font-size: 14px;
  }
  footer.page-footer .footer.content .footer-block_mayonet .second-footer-block .secondary-links {
    padding: 13px 0;
  }
  footer.page-footer .footer.content .footer-block_mayonet .second-footer-block .secondary-links a {
    margin-left: 21%;
  }
  footer.page-footer .footer.content .footer-block_mayonet .second-footer-block .legal-info .legal-icons {
    float: right;
  }
  footer.page-footer .footer.content .footer-block_mayonet .second-footer-block .legal-info .legal-icons .afip-logo {
    margin-left: 4px;
  }
  .footer-copyright {
    margin: 0 auto;
  }
  .footer-copyright .copyright {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .footer-copyright .copyright .text-rights {
    margin-right: 15px;
  }
  .checkout-cart-index #maincontent {
    min-height: 550px;
  }
  .checkout-cart-index .cart-container form#form-validate {
    width: 70%;
  }
  .checkout-cart-index .cart-container form#form-validate thead th.col.item,
  .checkout-cart-index .cart-container form#form-validate tbody th.col.item {
    width: 40%;
  }
  .checkout-cart-index .cart-container form#form-validate thead th.col.price,
  .checkout-cart-index .cart-container form#form-validate tbody th.col.price,
  .checkout-cart-index .cart-container form#form-validate thead td.col.price,
  .checkout-cart-index .cart-container form#form-validate tbody td.col.price {
    text-align: center !important;
  }
  .checkout-cart-index .cart-container form#form-validate thead th.col.qty,
  .checkout-cart-index .cart-container form#form-validate tbody th.col.qty {
    text-align: center !important;
  }
  .checkout-cart-index .cart-container form#form-validate thead th.col.subtotal,
  .checkout-cart-index .cart-container form#form-validate tbody th.col.subtotal,
  .checkout-cart-index .cart-container form#form-validate thead td.col.subtotal,
  .checkout-cart-index .cart-container form#form-validate tbody td.col.subtotal {
    padding: 5px 80px 5px 10px;
    text-align: center !important;
    vertical-align: middle;
  }
  .checkout-cart-index .cart-container form#form-validate tr.item-actions {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .checkout-cart-index .cart-container form#form-validate tr.item-actions .actions-toolbar {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 5px;
  }
  .checkout-cart-index .cart-container form#form-validate tr.item-actions .actions-toolbar a.action {
    margin: 0 !important;
  }
  .checkout-cart-index .cart-container .cart-summary {
    width: 28%;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .product-item-name {
    margin: 0;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .product-item-details {
    vertical-align: middle;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.item,
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.price,
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item tr.item-info td.col.qty {
    padding: 5px 10px 5px !important;
    vertical-align: middle;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar > .action {
    padding: 5px 20px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper td.col.qty {
    text-align: center;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper td.col.qty input {
    height: 30px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.main.actions {
    position: relative;
  }
  .checkout-cart-index .cart-container .form-cart .cart.main.actions button#empty_cart_button {
    position: absolute;
    top: 60px;
    left: 0;
    margin: 0;
  }
  .checkout-index-index #checkout .authentication-wrapper {
    margin-top: 0;
  }
  section#cms-ofertas-page .cms-product-slider .product-slider-content,
  section#cms-novedades-page .cms-product-slider .product-slider-content {
    position: relative;
    padding: 35px 0;
  }
  section#cms-ofertas-page .cms-product-slider .product-slider-content img.carousel-image,
  section#cms-novedades-page .cms-product-slider .product-slider-content img.carousel-image {
    position: absolute;
  }
  section#cms-ofertas-page .cms-product-slider .product-slider-content .product-carousel,
  section#cms-novedades-page .cms-product-slider .product-slider-content .product-carousel {
    padding-left: 315px;
  }
  section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info,
  section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info {
    max-width: 170px;
  }
  section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info a span span.product-image-wrapper img,
  section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info a span span.product-image-wrapper img {
    max-height: 450px;
  }
  section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info:hover,
  section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info:hover {
    box-shadow: 0px 0px 8px 1px #dedede;
  }
  .account h1.page-title {
    margin-top: 30px;
  }
  .wishlist-index-index .product-item .product-item-info {
    text-align: center;
  }
  .wishlist-index-index .product-item .product-item-info .field.qty {
    display: inline-flex;
  }
  .customer-account-login .columns .block-new-customer .block-content .actions-toolbar .primary a,
  .cms-home .columns .block-new-customer .block-content .actions-toolbar .primary a {
    padding: 10px 18px;
    display: block;
  }
  .customer-account-login,
  .cms-home {
    /* brands-banner block */
    /* comunicaciones01-G block*/
    /* comunicaciones02-G block*/
    /* pie-home-G block */
    /* Slider Carousel */
    /* Login Registro */
  }
  .customer-account-login .G-slider-login,
  .cms-home .G-slider-login {
    padding: 0 0 20px 0;
  }
  .customer-account-login .block-login-g-leyenda,
  .cms-home .block-login-g-leyenda {
    padding: 40px 0;
  }
  .customer-account-login .block-login-g-leyenda .legend,
  .cms-home .block-login-g-leyenda .legend {
    margin: 0 auto;
  }
  .customer-account-login .block-login-g-leyenda .legend .legend-content,
  .cms-home .block-login-g-leyenda .legend .legend-content {
    padding-right: 35px;
    align-items: center;
  }
  .customer-account-login .block-login-g-leyenda .legend .legend-content .legend-icon,
  .cms-home .block-login-g-leyenda .legend .legend-content .legend-icon {
    padding: 20px 25px 20px 30px;
    max-width: 40px;
  }
  .customer-account-login .block-login-g-leyenda .legend .legend-content .legend-icon:after,
  .cms-home .block-login-g-leyenda .legend .legend-content .legend-icon:after {
    content: '';
    position: absolute;
    border-top: 15px solid #55a4da;
    border-left: 48px solid transparent;
    border-right: 47px solid transparent;
    transform: rotate(-90deg);
    top: 40px;
    left: 55px;
  }
  .customer-account-login .block-login-g-leyenda .legend .legend-content .legend-text,
  .cms-home .block-login-g-leyenda .legend .legend-content .legend-text {
    gap: 20px;
  }
  .customer-account-login .block-login-g-leyenda .legend .legend-content .legend-text p,
  .cms-home .block-login-g-leyenda .legend .legend-content .legend-text p {
    font-size: 18px;
  }
  .customer-account-login .login-container .block,
  .cms-home .login-container .block {
    float: none !important;
    margin: 0 auto !important;
  }
  .customer-account-login .second-gastronomico,
  .cms-home .second-gastronomico {
    margin-bottom: 50px;
  }
  .customer-account-login .block-best-sellers,
  .cms-home .block-best-sellers {
    padding: 20px 0;
  }
  .customer-account-login .block-best-sellers section,
  .cms-home .block-best-sellers section {
    flex-direction: row-reverse;
  }
  .customer-account-login .block-login-g-comunicaciones .com-left,
  .cms-home .block-login-g-comunicaciones .com-left {
    margin-left: 0;
    margin-right: 15px;
  }
  .customer-account-login .block-login-g-comunicaciones .com-right,
  .cms-home .block-login-g-comunicaciones .com-right {
    position: relative;
    margin-right: 0;
    margin-left: 15px;
  }
  .customer-account-login .block-login-g-comunicaciones .com-right img.right02,
  .cms-home .block-login-g-comunicaciones .com-right img.right02 {
    position: absolute;
    bottom: 5px;
    left: 0;
  }
  .customer-account-login .new-gastronomico-block,
  .cms-home .new-gastronomico-block {
    margin-top: 40px;
  }
  .customer-account-login .brands-banner-block,
  .cms-home .brands-banner-block {
    padding: 30px 0;
  }
  .customer-account-login .comunicaciones01,
  .cms-home .comunicaciones01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .customer-account-login .big-image,
  .cms-home .big-image {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
  }
  .customer-account-login .big-image img,
  .cms-home .big-image img {
    height: 100%;
  }
  .customer-account-login .small-image-top,
  .cms-home .small-image-top {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
  }
  .customer-account-login .small-image-top img,
  .cms-home .small-image-top img {
    height: 100%;
  }
  .customer-account-login .small-image-bottom,
  .cms-home .small-image-bottom {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
  }
  .customer-account-login .small-image-bottom img,
  .cms-home .small-image-bottom img {
    height: 100%;
  }
  .customer-account-login .comunicaciones02,
  .cms-home .comunicaciones02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 11px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .customer-account-login .com02-image .image-top-left,
  .cms-home .com02-image .image-top-left {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
  }
  .customer-account-login .com02-image .image-bottom-left,
  .cms-home .com02-image .image-bottom-left {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
  }
  .customer-account-login .com02-image .image-top-right,
  .cms-home .com02-image .image-top-right {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
  }
  .customer-account-login .com02-image .image-bottom-right,
  .cms-home .com02-image .image-bottom-right {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
  }
  .customer-account-login .login-container .block,
  .cms-home .login-container .block {
    float: none !important;
  }
  .customer-account-login section .block-content,
  .cms-home section .block-content {
    max-width: 770px;
    position: relative;
    margin: 0 auto;
  }
  .customer-account-login .mp-product-slider-block h2,
  .cms-home .mp-product-slider-block h2,
  .customer-account-login .mp-banner-slider-block h2,
  .cms-home .mp-banner-slider-block h2 {
    margin-bottom: 40px;
  }
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details {
    margin: 10px 15px;
  }
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box {
    margin: 10px 0;
    height: 65px;
  }
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled,
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav {
    display: block !important;
  }
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-prev,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-prev,
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev {
    font: initial !important;
    position: absolute;
    top: 43%;
    left: -40px;
    color: #243a76;
    padding-bottom: 5px !important;
  }
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-prev:hover,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-prev:hover,
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev:hover,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev:hover {
    background: #243a76;
    color: #fff;
    transition: .3s;
  }
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-prev span,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-prev span,
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev span,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev span {
    padding: 0 8px;
    font-size: 26px;
    border: 1px solid #243a76;
    border-radius: 5px;
    padding-bottom: 5px;
  }
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-next,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-next,
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next {
    font: initial !important;
    position: absolute;
    top: 43%;
    right: -40px;
    color: #243a76;
    padding-bottom: 5px !important;
  }
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-next:hover,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-next:hover,
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next:hover,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next:hover {
    background: #243a76;
    color: #fff;
    transition: .3s;
  }
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-next span,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav.disabled button.owl-next span,
  .customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next span,
  .cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next span {
    padding: 0 8px;
    font-size: 26px;
    border: 1px solid #243a76;
    border-radius: 5px;
    padding-bottom: 5px;
  }
  .customer-account-login .block-on-sale,
  .cms-home .block-on-sale,
  .customer-account-login .block-best-sellers,
  .cms-home .block-best-sellers {
    margin: 20px 0;
  }
  .customer-account-login .block-on-sale .sale-img-block,
  .cms-home .block-on-sale .sale-img-block,
  .customer-account-login .block-best-sellers .sale-img-block,
  .cms-home .block-best-sellers .sale-img-block {
    width: 415px;
    background-size: cover;
    min-height: 415px;
  }
  .customer-account-login .block-on-sale section,
  .cms-home .block-on-sale section,
  .customer-account-login .block-best-sellers section,
  .cms-home .block-best-sellers section {
    align-items: center;
  }
  .customer-account-login .block-on-sale .owl-dots,
  .cms-home .block-on-sale .owl-dots,
  .customer-account-login .block-best-sellers .owl-dots,
  .cms-home .block-best-sellers .owl-dots {
    display: none;
  }
  .customer-account-login section.pie-home,
  .cms-home section.pie-home {
    padding: 30px 0 40px;
  }
  .customer-account-login section.pie-home .pie-home-title h3,
  .cms-home section.pie-home .pie-home-title h3 {
    font-size: 2.5rem;
    padding: 10px 30px;
  }
  .customer-account-login section.pie-home .pie-home-content ul,
  .cms-home section.pie-home .pie-home-content ul {
    gap: 15px;
  }
  .customer-account-login section.pie-home .pie-home-content ul li,
  .cms-home section.pie-home .pie-home-content ul li {
    font-size: 2.2rem;
    padding-right: 15px;
    border-right: 2px solid #ffffff;
  }
  .customer-account-login .carousel-container #banner-slider-carousel .owl-theme .owl-nav [class*='owl-']:hover,
  .cms-home .carousel-container #banner-slider-carousel .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
  }
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-dots.disabled,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-dots.disabled,
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-dots,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-dots {
    display: block !important;
  }
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled,
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav {
    display: block !important;
  }
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-prev,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-prev,
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-prev,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    bottom: 50%;
    left: 15px;
    color: #243a76;
  }
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-prev span,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-prev span,
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-prev span,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-prev span {
    padding: 0 8px;
    font-size: 26px;
    border: 1px solid #243a76;
    border-radius: 5px;
    padding-bottom: 5px;
    background: #ffffff57;
  }
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-prev span:hover,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-prev span:hover,
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-prev span:hover,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-prev span:hover {
    transition: .3s;
    color: #fff;
    background: #243a76;
  }
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-next,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-next,
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-next,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 50%;
    right: 15px;
    color: #243a76;
  }
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-next span,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-next span,
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-next span,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-next span {
    padding: 0 8px;
    font-size: 26px;
    border: 1px solid #243a76;
    border-radius: 5px;
    padding-bottom: 5px;
    background: #ffffff57;
  }
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-next span:hover,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav.disabled .owl-next span:hover,
  .customer-account-login .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-next span:hover,
  .cms-home .carousel-container #banner-slider-carousel .owl-carousel .owl-nav .owl-next span:hover {
    transition: .3s;
    color: #fff;
    background: #243a76;
  }
  .customer-account-login .login-gastronomico-heading,
  .cms-home .login-gastronomico-heading {
    margin: 70px auto 0;
  }
  .customer-account-login .login-gastronomico-heading .block-customer-login-banner,
  .cms-home .login-gastronomico-heading .block-customer-login-banner {
    padding: 40px 60px;
  }
  .customer-account-login .login-gastronomico-heading .block-customer-login-banner .banner-title img,
  .cms-home .login-gastronomico-heading .block-customer-login-banner .banner-title img {
    max-width: 60px;
  }
  .customer-account-login .login-gastronomico-heading .block-customer-login-banner .banner-title h3,
  .cms-home .login-gastronomico-heading .block-customer-login-banner .banner-title h3 {
    font: 22px 'Nunito-Regular', sans-serif;
  }
  .customer-account-login .login-gastronomico-heading .block-customer-login-banner .banner-title h3 span,
  .cms-home .login-gastronomico-heading .block-customer-login-banner .banner-title h3 span {
    font: 22px 'Nunito-Black', sans-serif;
  }
  .customer-account-login .login-gastronomico-heading .block-customer-login.wholesale,
  .cms-home .login-gastronomico-heading .block-customer-login.wholesale {
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .customer-account-login .login-gastronomico-heading .block-customer-login.wholesale fieldset.fieldset.login,
  .cms-home .login-gastronomico-heading .block-customer-login.wholesale fieldset.fieldset.login {
    padding: 0 30px;
    max-width: 360px;
    margin: 0 auto;
  }
  .customer-account-login .login-gastronomico-heading .banner-list ul,
  .cms-home .login-gastronomico-heading .banner-list ul {
    padding-left: 19px;
  }
  .customer-account-login .login-gastronomico-heading .banner-list ul li,
  .cms-home .login-gastronomico-heading .banner-list ul li {
    margin: 0;
    font: 17px/1.5 'MavenPro-Regular', sans-serif;
  }
  .customer-account-login .login-gastronomico-heading .banner-list ul li span,
  .cms-home .login-gastronomico-heading .banner-list ul li span {
    font-family: 'MavenPro-Bold', sans-serif;
  }
  /* comunicaciones01-G block*/
  .comunicaciones01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .comunicaciones01 img {
    border-radius: 7px;
  }
  .big-image {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
  }
  .big-image img {
    height: 100%;
  }
  .small-image-top {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
  }
  .small-image-top img {
    height: 100%;
  }
  .small-image-bottom {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
  }
  .small-image-bottom img {
    height: 100%;
  }
  .formhead {
    margin: 0 auto !important;
    padding-bottom: 30px;
  }
  .formhead .formreg-alert {
    width: 70%;
  }
  .form-questions .quest .q-title h3 {
    margin: 0 auto;
  }
  .form-questions .quest .q-title p {
    margin: 0 auto;
  }
  .form-questions .quest .q-options {
    margin: 0 auto;
  }
  .close {
    margin: 0 auto !important;
    padding-bottom: 60px;
  }
  .mp-popup.validador .validador-content h3 {
    color: #ff8222;
    font-family: 'MavenPro-Bold', sans-serif, sans-serif;
    margin-bottom: 20px;
  }
  .mp-popup.validador .validador-content p.intro {
    color: #777777;
    font-size: 13px;
    margin-bottom: 30px;
  }
  .mp-popup.validador .validador-content p.result {
    font-size: 13px;
    color: #ff8222;
  }
  .mp-popup.validador .validador-content p.conoce {
    font-size: 13px;
    color: #777777;
    margin-top: 15px;
  }
  .mp-popup.validador .validador-content p.conoce a {
    font-size: 13px;
    color: #777777;
  }
  .mp-popup.validador .validador-content p.conoce a:hover {
    color: #ff8222;
    transition: .3s;
  }
  .mp-popup.validador .validador-content input.input-text {
    display: block;
    width: 98%;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 7px;
    border-color: #e4e4e4;
    text-align: center;
  }
  .mp-popup.validador .validador-content button {
    width: 100%;
    background-color: #55a4da;
    border: 0;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'MavenPro-Regular', sans-serif, sans-serif;
  }
  .mp-popup.validador .validador-content button:hover {
    background-color: #243a76;
    transition: .3s;
  }
  .panel-checkout .row {
    display: inline-block;
  }
  .col-lgfull {
    width: 100%;
  }
  .col-lg1 {
    width: 8.3%;
    margin: 0 10px;
  }
  .col-lg2 {
    width: 16.6%;
    margin: 0 10px;
  }
  .col-lg3 {
    width: 25%;
    margin: 0 10px;
  }
  .col-lg4 {
    width: 33.3%;
    margin: 0 10px;
  }
  .col-lg5 {
    width: 41.6%;
    margin: 0 10px;
  }
  .col-lg6 {
    width: 50%;
    margin: 0 10px;
  }
  .col-lg7 {
    width: 58.3%;
    margin: 0 10px;
  }
  .col-lg8 {
    width: 66.6%;
    margin: 0 10px;
  }
  .col-lg9 {
    width: 75%;
    margin: 0 10px;
  }
  .col-lg10 {
    width: 83.3%;
    margin: 0 10px;
  }
  .col-lg11 {
    width: 91.6%;
    margin: 0 10px;
  }
  .hidden-lg {
    display: none;
  }
  .hidden-md {
    display: none;
  }
  .containerblock {
    max-width: 1200px;
    margin: 0 auto;
  }
  .rows {
    display: flex;
  }
  header.page-header .panel.wrapper .panel.header .topheader-info {
    display: inline-flex;
  }
  header.page-header .panel.wrapper .panel.header .topheader-info p span {
    margin-right: 10px;
  }
  header.page-header .panel.wrapper .panel.header li.greet.welcome {
    color: #fff;
  }
  header.page-header .panel.wrapper .panel.header > .header.links {
    display: none;
  }
  header.page-header .header.content {
    padding: 15px;
    display: flex;
    align-items: center;
  }
  header.page-header .header.content .minicart-wrapper {
    display: unset;
    position: unset;
    float: none;
    order: 4;
    margin-left: 5px;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart {
    background: #243a76;
    padding: 4px 25px;
    border-radius: 5px;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart:hover {
    background: #55a4da;
    transition: .3s;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart:hover > .counter.qty {
    background: #243a76 !important;
    transition: .3s;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart:before {
    float: right;
    color: #fff;
    font-size: 16px;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart .text {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-family: 'MavenPro-Medium', sans-serif;
    line-height: 31px;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart .text:after {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    font-weight: 600;
    margin-left: 8px;
    font-size: 16px;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
    margin: -6px 0 0 6px;
    vertical-align: middle;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart:before {
    display: none;
  }
  header.page-header .header.content .block.block-search {
    float: none;
    order: 2;
    width: 100%;
  }
  header.page-header .header.content .block.block-search .block-content #search_mini_form {
    max-width: 380px;
    position: relative;
    margin-right: 10px;
  }
  header.page-header .header.content .block.block-search .block-content #search_mini_form .field.search .control {
    padding: 0;
  }
  header.page-header .header.content .block.block-search .block-content #search_mini_form .field.search .control input {
    font-family: 'MavenPro-Regular', sans-serif;
    padding-left: 15px;
    background: #EFECEC;
    border: 0;
  }
  header.page-header .header.content .block.block-search .block-content #search_mini_form .actions button.action.search {
    opacity: 1;
    right: 0;
  }
  header.page-header .header.content .block.block-search .block-content #search_mini_form .actions button.action.search:before {
    background-color: #243a76;
    color: #fff;
    height: 39px;
    width: 42px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 28px;
    line-height: 38px;
  }
  header.page-header .header.content .block.block-search .action.search {
    padding: 0;
  }
  header.page-header .header.content .logo {
    float: none;
    order: 1;
    margin: 0;
    min-width: 200px;
  }
  header.page-header .header.content ul.header.links {
    order: 3;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    align-items: center;
  }
  header.page-header .header.content ul.header.links li {
    background: #ff8222;
    padding: 10px 25px;
    border-radius: 5px;
    margin: 0;
    cursor: pointer;
  }
  header.page-header .header.content ul.header.links li a {
    font-family: 'MavenPro-Bold', sans-serif;
    color: #ffffff;
    text-wrap: nowrap;
  }
  header.page-header .header.content ul.header.links li:hover {
    background-color: #f06800;
    transition: .3s;
  }
  .sections.nav-sections {
    position: sticky;
    top: 113px;
    z-index: 2;
    background: #fff;
  }
}
@media all and (min-width: 1024px), print {
  .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;
  }
}
.sections.nav-sections {
  margin-bottom: 0px;
  /* OFERTAS */
  /* NOVEDADES */
  /* ALMACEN */
  /* LACTEOS */
  /* QUESOS Y FIAMBRES */
  /* CARNES */
  /* CONGELADOS */
  /* BEBIDAS */
  /* DESCARTABLES */
  /* SIN TACC */
}
.sections.nav-sections .navigation .submenu .active > a {
  border-color: #243a76;
  border-width: 0 0 0 4px;
}
.sections.nav-sections .level0.nav-1.category-item > a > span:last-child {
  background: url(../images/menu/tag-solid.svg) no-repeat left;
  background-size: 14px;
  padding-left: 23px;
  font-family: 'MavenPro-Bold', sans-serif;
}
.sections.nav-sections .level0.nav-2.category-item > a > span:last-child {
  background: url(../images/menu/icono-novedades.svg) no-repeat left;
  background-size: 14px;
  padding-left: 23px;
  font-family: 'MavenPro-Bold', sans-serif;
}
.sections.nav-sections .level0.nav-3.category-item > a > span:last-child {
  background: url(../images/menu/can-solid.svg) no-repeat left;
  background-size: 14px;
  padding-left: 23px;
}
.sections.nav-sections .level0.nav-4.category-item > a > span:last-child {
  background: url(../images/menu/milk-solid.svg) no-repeat left;
  background-size: 14px;
  padding-left: 23px;
}
.sections.nav-sections .level0.nav-5.category-item > a > span:last-child {
  background: url(../images/menu/cheese-solid.svg) no-repeat left;
  background-size: 14px;
  padding-left: 23px;
}
.sections.nav-sections .level0.nav-6.category-item > a > span:last-child {
  background: url(../images/menu/meat.svg) no-repeat left;
  background-size: 17px;
  padding-left: 23px;
}
.sections.nav-sections .level0.nav-7.category-item > a > span:last-child {
  background: url(../images/menu/snowflake-regular.svg) no-repeat left;
  background-size: 14px;
  padding-left: 23px;
}
.sections.nav-sections .level0.nav-8.category-item > a > span:last-child {
  background: url(../images/menu/wine-bottle-solid.svg) no-repeat left;
  background-size: 14px;
  padding-left: 23px;
}
.sections.nav-sections .level0.nav-9.category-item > a > span:last-child {
  background: url(../images/menu/descartable_solid.svg) no-repeat left;
  background-size: 14px;
  padding-left: 23px;
}
.sections.nav-sections .level0.nav-10.category-item > a > span:last-child {
  background: url(../images/menu/sintacc-icon.svg) no-repeat left;
  background-size: 16px;
  padding-left: 23px;
}
.block-minicart {
  padding: 25px 20px 10px !important;
  min-width: auto !important;
}
.block-minicart .subtotal {
  text-align: left;
  display: inline-flex;
  margin: 0 10px 0px;
}
.block-minicart .subtotal label {
  font-size: 16px;
}
.block-minicart .actions .secondary {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 12px;
}
.block-minicart .items-total {
  float: none;
}
.block-minicart .items-total span {
  font-size: 11px;
  color: #777777;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  background: #243a76;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'MavenPro-Black', sans-serif;
  font-size: 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  animation: pulse .7s;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 16px;
  margin-left: 5px;
}
.block-minicart .block-content > .actions {
  margin-top: 5px;
}
.block-minicart .minicart-items-wrapper {
  height: auto !important;
}
.block-minicart .minicart-items .product .toggle {
  display: none;
}
.block-minicart .minicart-items .product .action.edit:before {
  display: none;
}
.block-minicart .minicart-items .product .content {
  display: block !important;
}
.block-minicart .minicart-items .product .content dt.label {
  font-size: 11px;
  float: left;
  margin-right: 8px;
  margin-bottom: 0;
}
.block-minicart .minicart-items .product .content dd.values {
  font-size: 11px;
  margin-bottom: 0px;
}
.block-minicart .minicart-items .product-item-name a {
  color: #555555;
  font-weight: 700;
}
.block-minicart .minicart-items dl {
  margin-bottom: 10px;
}
.block-minicart .minicart-items .product-item {
  padding: 15px 0;
}
.block-minicart .minicart-items .product-item a:hover {
  text-decoration: none;
}
.block-minicart .minicart-items .action.delete:hover {
  background: #ff8222;
  border-radius: 100px;
  transition: .3s;
}
.block-minicart .minicart-items .action.delete:hover:before {
  color: #fff;
}
.block-minicart .minicart-items .details-qty.qty label {
  font-size: 11px;
  transition: .3s;
}
.block-minicart .minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 38px;
  height: 24px;
  margin-left: 4px;
}
.block-minicart .minicart-items .update-cart-item {
  padding: 3px 9px;
}
.block-minicart .minicart-items .product-item-details .price {
  color: #55a4da;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
}
.block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty.qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  column-gap: 2px;
}
.block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty.qty .more,
.block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty.qty .less {
  background: #bbb;
  height: 24px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: 'MavenPro-Bold', sans-serif;
  padding: 0 0.6em;
  line-height: 23px;
}
.block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty.qty .more:hover,
.block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty.qty .less:hover {
  background-color: #777777;
  transition: .3s;
}
.block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty.qty .item-qty.cart-item-qty {
  margin: 0px;
}
.minicart-items-wrapper {
  max-height: 250px;
}
.cms-home .page-title-wrapper {
  display: none;
}
.cms-home main#maincontent {
  margin-top: 0px;
}
.cms-home #mageplaza-bannerslider-block-before-content-1 .carousel-container {
  max-width: initial;
  margin: 0 auto;
  position: unset;
}
.cms-home #mageplaza-bannerslider-block-before-content-1 .carousel-container .banner-item.banner-slider {
  padding: 0px;
}
.cms-home .columns {
  margin: 0 !important;
}
.cms-home .breadcrumbs {
  display: none !important;
}
.cms-home:not(.group-notlogged) .column.main .carousel-container:first-child {
  display: none;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info {
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 0 auto;
  width: 95% !important;
  text-align: center;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info a span span.product-image-wrapper {
  padding-bottom: 104% !important;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info a span span.product-image-wrapper img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin: 0;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details {
  margin: 10px;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details strong.product.name.product-item-name {
  overflow: hidden;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details strong.product.name.product-item-name a {
  color: #777777;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details strong.product.name.product-item-name a:hover {
  text-decoration: none;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .marca {
  color: #777777;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box {
  margin: 10px 0;
  height: 80px;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .price-container .price-wrapper .price {
  color: #55a4da;
  font-family: 'MavenPro-ExtraBold', sans-serif;
  font-size: 20px;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .special-price .price-final_price .price-label {
  display: none;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .special-price .price-final_price .price-wrapper span {
  color: #ff8222;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .old-price .price-final_price .price-label {
  display: none;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .old-price .price-final_price .price-wrapper span {
  color: #777777;
  font-size: 16px;
  font-family: 'MavenPro-Regular', sans-serif;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary button {
  background: #ffb80f;
  border: 0;
  width: 100%;
  border-radius: 5px;
  padding: 12px;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary button:hover {
  background: #ff8222;
  transition: .3s;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary button span {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Nunito-Semibold', sans-serif;
  font-size: 16px;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary .stock.unavailable {
  padding: 8px;
  border: 1px dotted #ff8222;
  border-radius: 5px;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary .stock.unavailable span {
  color: #ff8222;
  font-family: 'Nunito-Semibold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info:hover {
  box-shadow: 0px 0px 8px 1px #dedede;
}
.cms-home .mp-product-slider-block h2,
.cms-home .mp-banner-slider-block h2 {
  color: #243a76;
  font-family: 'Nunito-Black', sans-serif, sans-serif;
  margin-top: 70px;
  text-align: center;
  margin-bottom: 40px;
}
.cms-home .brand-carousel .owl-carousel .owl-item img {
  margin: 0 auto;
  max-width: 70%;
}
@media (min-width: 768px) and (max-width: 992px) {
  .block-on-sale,
  .block-best-sellers {
    margin: 20px 15px 0;
  }
  .block-on-sale h2:before,
  .block-best-sellers h2:before {
    font-size: 18px;
  }
  .block-on-sale .sale-img-block,
  .block-best-sellers .sale-img-block {
    display: none;
  }
}
@media (min-width: 520px) and (max-width: 1320px) {
  .brands-banner-block,
  .comunicaciones01,
  .comunicaciones02 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
}
.new-gastronomico {
  margin-bottom: 15px;
}
.new-gastronomico .first-gastronomico .new-quest {
  margin: 0;
  background: #55a4da;
}
.new-gastronomico .first-gastronomico .new-quest .quest-content {
  color: #fff;
}
.new-gastronomico .first-gastronomico .new-quest .quest-content h2 {
  font-family: 'Nunito-Black', sans-serif, sans-serif;
  margin: 0;
}
.new-gastronomico .first-gastronomico .new-quest .quest-content p {
  font-family: 'Nunito-Semibold', sans-serif, sans-serif;
}
.new-gastronomico .first-gastronomico .new-button {
  margin: 0;
  background: #243a76;
  padding: 28px 0;
}
.new-gastronomico .first-gastronomico .new-button .button-content {
  text-align: left;
}
.new-gastronomico .first-gastronomico .new-button .button-content a {
  align-items: center;
}
.new-gastronomico .first-gastronomico .new-button .button-content a .register-text {
  color: #fff;
}
.new-gastronomico .first-gastronomico .new-button .button-content a .register-text p {
  font-family: 'Nunito-Medium', sans-serif, sans-serif;
  margin: 0;
}
.new-gastronomico .first-gastronomico .new-button .button-content a .register-text h2 {
  margin: 0;
  font-family: 'Nunito-Black', sans-serif, sans-serif;
}
.new-gastronomico .first-gastronomico .new-button .button-content a .register-arrow i {
  color: #55a4da;
}
.new-gastronomico .first-gastronomico .new-button .button-content a:hover > .register-text h2 {
  color: #ff8222;
  transition: .3s;
}
.new-gastronomico .first-gastronomico .new-button .button-content a:hover > .register-arrow i {
  color: #ff8222;
  transition: .3s;
}
.new-gastronomico .second-gastronomico {
  background: #eee;
  border-bottom: 4px solid #55a4da;
  padding: 35px 0 30px;
}
.new-gastronomico .second-gastronomico .gastro-benefits {
  margin: 0 auto;
}
.new-gastronomico .second-gastronomico .gastro-benefits .gastro-content .list-title i {
  color: #55a4da;
}
.new-gastronomico .second-gastronomico .gastro-benefits .gastro-content .list-title h2 {
  color: #243a76;
  font-family: 'Nunito-Black', sans-serif;
}
.new-gastronomico .second-gastronomico .gastro-benefits .gastro-content .list-tips ul {
  list-style: none;
  margin-bottom: 0;
}
.new-gastronomico .second-gastronomico .gastro-benefits .gastro-content .list-tips ul li {
  color: #777777;
}
.new-gastronomico .second-gastronomico .gastro-benefits .gastro-content .list-tips ul li i {
  color: #55a4da;
  vertical-align: middle;
  font-size: 13px;
}
.beneficios-CF {
  background: #ff8222;
  margin: 15px 0;
  display: inline-block;
}
.beneficios-CF .rows .cf-photo {
  margin: 0;
  display: inherit;
}
.beneficios-CF .rows .cf-benefits .register-text h3 {
  color: #243a76;
  font-family: 'Nunito-Black', sans-serif, sans-serif;
}
.beneficios-CF .rows .cf-benefits .register-text h3 i {
  color: #fff;
  margin-right: 11px;
}
.beneficios-CF .rows .cf-benefits .register-text h3 span {
  color: #fff;
  font-family: 'Nunito-Black', sans-serif, sans-serif;
}
.beneficios-CF .rows .cf-benefits .register-text ul {
  list-style: none;
  padding: 0;
}
.beneficios-CF .rows .cf-benefits .register-text ul li {
  color: #fff;
}
.beneficios-CF .rows .cf-benefits .register-text ul li i {
  color: #243a76;
  margin-right: 10px;
  font-size: 13px;
}
.beneficios-G {
  background: #243a76;
}
.beneficios-G .rows .g-photo {
  margin: 0;
  display: inherit;
}
.beneficios-G .rows .g-benefits .register-text h3 {
  color: #ff8222;
  font-family: 'Nunito-Black', sans-serif, sans-serif;
}
.beneficios-G .rows .g-benefits .register-text h3 i {
  color: #fff;
  margin-right: 11px;
}
.beneficios-G .rows .g-benefits .register-text h3 span {
  color: #fff;
  font-family: 'Nunito-Black', sans-serif, sans-serif;
}
.beneficios-G .rows .g-benefits .register-text ul {
  list-style: none;
  padding: 0;
}
.beneficios-G .rows .g-benefits .register-text ul li {
  color: #fff;
}
.beneficios-G .rows .g-benefits .register-text ul li i {
  color: #ff8222;
  margin-right: 10px;
  font-size: 13px;
}
.alerta-precios {
  background-color: #ff8222;
  padding: 15px;
}
.alerta-precios .containerblock .price-text {
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.alerta-precios .containerblock .price-text p {
  font-family: 'MavenPro-Black', sans-serif;
}
.alerta-precios .containerblock .price-text p a {
  font-family: 'MavenPro-Black', sans-serif;
  color: #243a76;
}
.alerta-precios .containerblock .price-text p a:hover {
  color: #ffb80f;
  transition: .3s;
}
.alerta-precios .containerblock .price-text i {
  color: #243a76;
  font-size: 25px;
  margin-right: 13px;
}
/*.pie-home-G{
	margin: 25px 0;
}*/
/* Brand carousel SPARSH*/
.sparsh-brand-slider:before {
  content: 'CASOS DE ÉXITO';
  color: #243a76;
  font-family: 'Nunito-Black', sans-serif;
  margin-top: 50px;
  margin-bottom: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 28px;
}
.sparsh-brand-slider .brand-title a {
  pointer-events: none;
}
.sparsh-brand-slider .brand-title b {
  display: none;
}
.sparsh-brand-slider ul.slick-dots {
  padding: 0;
  list-style: none;
  display: flex !important;
  gap: 10px;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 25px;
}
.sparsh-brand-slider ul.slick-dots li {
  margin: 0 !important;
}
.sparsh-brand-slider ul.slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 0;
  background: #D9D9D9;
}
.sparsh-brand-slider ul.slick-dots li.slick-active button {
  background: #ff8222 !important;
}
.sparsh-brand-slider .slick-arrow {
  display: none !important;
}
@media (min-width: 1440px) {
  .new-gastronomico .first-gastronomico .new-quest .quest-content {
    text-align: right;
  }
  .beneficios-CF .rows .cf-photo {
    position: relative;
  }
  .beneficios-CF .rows .cf-photo img {
    position: absolute;
    right: 0;
  }
  .beneficios-G .rows .g-photo {
    position: relative;
  }
  .beneficios-G .rows .g-photo img {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .sparsh-brand-slider {
    max-width: 1280px;
    margin: 0 auto;
  }
}
.catalog-category-view #maincontent .page-title-wrapper h1#page-title-heading {
  padding: 0px;
  display: block;
  text-align: center;
  color: #243a76;
}
.catalog-category-view #maincontent .page-title-wrapper h1#page-title-heading span {
  font-family: 'Nunito-Black', sans-serif, sans-serif;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .columns .column .toolbar.toolbar-products,
.catalogsearch-result-index #maincontent .columns .column .toolbar.toolbar-products {
  margin-bottom: 20px;
}
.catalog-category-view #maincontent .columns .column .toolbar.toolbar-products .modes,
.catalogsearch-result-index #maincontent .columns .column .toolbar.toolbar-products .modes,
.catalog-category-view #maincontent .columns .column .toolbar.toolbar-products .toolbar-amount,
.catalogsearch-result-index #maincontent .columns .column .toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.catalog-category-view #maincontent .columns .column .toolbar.toolbar-products .toolbar-sorter.sorter,
.catalogsearch-result-index #maincontent .columns .column .toolbar.toolbar-products .toolbar-sorter.sorter {
  text-transform: uppercase;
  color: #777777;
  font-family: 'MavenPro-Medium', sans-serif;
  font-size: 12px;
}
.catalog-category-view #maincontent .columns .column .toolbar.toolbar-products .toolbar-sorter.sorter select#sorter,
.catalogsearch-result-index #maincontent .columns .column .toolbar.toolbar-products .toolbar-sorter.sorter select#sorter {
  font-family: 'MavenPro-Regular', sans-serif;
  font-size: 14px;
  color: #777777;
  border-radius: 5px;
}
.catalog-category-view #maincontent .sidebar.sidebar-main,
.catalogsearch-result-index #maincontent .sidebar.sidebar-main {
  padding-right: 0px;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info {
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info:hover,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info:hover {
  box-shadow: 0px 0px 8px 1px #dedede;
  border-radius: 10px;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info a .product-image-container .product-image-wrapper img.product-image-photo,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info a .product-image-container .product-image-wrapper img.product-image-photo {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin: 0;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details {
  margin: 10px;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name {
  overflow: hidden;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name a.product-item-link,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name a.product-item-link {
  color: #777777;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 13px;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name a.product-item-link:hover,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name a.product-item-link:hover {
  text-decoration: none;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box {
  margin: 10px 0;
  min-height: 70px;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box .price-container .price-wrapper .price,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box .price-container .price-wrapper .price {
  color: #55a4da;
  font-family: 'MavenPro-ExtraBold', sans-serif;
  font-size: 18px;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box .special-price .price-final_price .price-label,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box .special-price .price-final_price .price-label {
  display: none;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box .special-price .price-final_price .price-wrapper span,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box .special-price .price-final_price .price-wrapper span {
  color: #ff8222;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box .old-price .price-final_price .price-label,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box .old-price .price-final_price .price-label {
  display: none;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box .old-price .price-final_price .price-wrapper span,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .price-box .old-price .price-final_price .price-wrapper span {
  color: #777777;
  font-size: 14px;
  font-family: 'MavenPro-Regular', sans-serif;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary form button.tocart,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary form button.tocart {
  background: #ffb80f;
  border: 0;
  width: 100%;
  border-radius: 5px;
  padding: 12px;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary form button.tocart:hover,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary form button.tocart:hover {
  background: #ff8222;
  transition: .3s;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary form button.tocart span,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary form button.tocart span {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Nunito-Semibold', sans-serif;
  font-size: 16px;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary .stock.unavailable,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
  padding: 8px;
  border: 1px dotted #ff8222;
  border-radius: 5px;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary .stock.unavailable span,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary .stock.unavailable span {
  color: #ff8222;
  font-family: 'Nunito-Semibold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-secondary > .action.towishlist:before,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-secondary > .action.towishlist:before {
  color: #ff8222;
  font-size: 34px;
}
.catalog-category-view #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-secondary > .action.towishlist:hover:before,
.catalogsearch-result-index #maincontent .products.wrapper.grid.products-grid ol.product-items li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-secondary > .action.towishlist:hover:before {
  content: '\e600';
}
.catalog-category-view #amscroll-navbar,
.catalogsearch-result-index #amscroll-navbar {
  background-color: #ff8222 !important;
  bottom: 3%;
  right: 3%;
  padding: 5px;
  height: 26px;
  border-radius: 100px;
  height: 25px;
  width: 26px;
}
.catalog-category-view #amscroll-navbar span,
.catalogsearch-result-index #amscroll-navbar span {
  display: none;
}
.catalogsearch-result-index .page-title-wrapper {
  background: transparent;
  color: #243a76;
}
.catalogsearch-result-index .page-title-wrapper h1.page-title span {
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
}
.catalogsearch-result-index dl.block {
  display: none;
}
/* General products */
.products {
  margin: 0;
}
.products-grid .product-item {
  margin-bottom: 5px;
}
li.item.product.product-item .product-item-info {
  position: relative;
}
li.item.product.product-item .product-item-info .marca {
  min-height: 20px;
  padding: 5px 0;
}
li.item.product.product-item .product-item-info .actions-secondary {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
}
li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .field.qty .control.qty-change {
  display: flex;
  margin: 0 0 10px 0;
  justify-content: center;
  gap: 3px;
}
li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .field.qty .control.qty-change button,
li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .field.qty .control.qty-change input {
  height: 26px;
}
li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .field.qty .control.qty-change input {
  width: 40px;
  text-align: center;
}
li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .field.qty .control.qty-change button.reduced.items,
li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .field.qty .control.qty-change button.increase.items {
  background: #BBBBBB;
  color: #fff;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 24px;
  padding: 5px 9px;
  line-height: 1px;
  width: 35px;
  border-color: #bbb;
}
li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .field.qty .control.qty-change button.reduced.items:hover,
li.item.product.product-item .product-item-info .product.details.product-item-details .product-item-inner .field.qty .control.qty-change button.increase.items:hover {
  background: #858585;
  transition: .3s;
}
li.item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price {
  display: grid;
  justify-content: center;
  gap: 2px;
}
li.item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price span.old-price {
  grid-row: 1;
}
li.item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .price-factor {
  width: fit-content;
  background: #EEEEEE;
  padding: 2px 12px;
  border-radius: 100px;
  margin-bottom: 2px;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  color: #595959;
  min-height: 24px;
}
mar li.item.product.product-item .product-item-info .product.details.product-item-details .price-box.price-final_price .price-factor:empty {
  background: transparent !important;
}
.group-notlogged .product-item-inner a.login-button {
  font-family: 'Nunito-Semibold', sans-serif;
  padding: 12px;
  text-transform: uppercase;
}
.group-notlogged .product-item-info .product.details.product-item-details .marca {
  padding: 10px 0;
  height: 20px;
}
.catalog-product-view .amlabel-position-wrapper {
  z-index: auto !important;
}
.catalog-product-view .product-info-main {
  max-width: 470px;
}
.catalog-product-view .product-info-main .page-title-wrapper.product {
  color: #555555;
}
.catalog-product-view .product-info-main .page-title-wrapper.product h1.page-title span {
  font-family: 'MavenPro-Medium', sans-serif, sans-serif;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  margin-top: 25px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price-wrapper .price {
  color: #243a76;
  font-size: 26px;
}
.catalog-product-view .product-info-main .product-info-price .price-box span.special-price .price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box span.special-price .price {
  color: #ff8222 !important;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price {
  text-decoration: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: block !important;
  text-decoration: none !important;
  grid-row: 2;
  margin: 0 auto;
  text-transform: uppercase;
  color: #777777;
  font-size: 10px;
  border-radius: 50px;
  margin-top: 2px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label:after {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price {
  font-size: 17px !important;
  color: #8a8a8a !important;
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .product-info-price .price-box .tooltip {
  margin-left: 8px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .tooltip .tooltiptext {
  background-color: #f3f3f3;
  color: #555555;
  border: 2px solid #dcdcdc;
  border-radius: 4px;
  padding: 15px;
  left: 0;
  width: 200%;
}
.catalog-product-view .product-info-main .product-info-price .price-box .tooltip .tooltiptext::after {
  top: 102%;
  border-color: #dcdcdc transparent transparent transparent;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock {
  display: block;
  font-size: 12px;
  color: #777777;
  margin-bottom: 5px;
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .sku {
  background: #ececec;
  padding: 3px 14px;
  border-radius: 100px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart {
  width: 100%;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
  display: block;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .field.qty label.label span {
  font-size: 12px;
  color: #777777;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control input#qty {
  height: 32px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions {
  padding: 0;
  width: 100%;
  display: block;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions button#product-addtocart-button {
  background-color: #55a4da;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions button#product-addtocart-button:hover {
  background-color: #243a76;
  transition: .3s;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  text-align: left;
  margin: 0px 0 15px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist {
  background: transparent;
  border: 0;
  font-size: 13px;
  color: #777777;
  padding-left: 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist:hover {
  background: transparent;
  border: 0;
  color: #ff8222;
  transition: .3s;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .action.towishlist span:before {
  content: '\e600';
  font-family: 'icons-blank-theme';
  font-size: 25px;
  vertical-align: middle;
  padding-right: 5px;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama .fotorama__nav {
  width: 680px;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama .fotorama__nav .fotorama__thumb-border {
  border: 2px solid #777777;
}
.catalog-product-view .product.info.detailed .product.data.items .data.item.title {
  text-transform: uppercase;
}
.catalog-product-view .product.info.detailed .product.data.items .data.item.title a {
  font-size: 14px;
  font-weight: 100;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content {
  border: 1px solid #d1d1d1;
}
.catalog-product-view .product.info.detailed .product.data.items #description .product.attribute .value {
  color: #777777;
}
.catalog-product-view .product.info.detailed .product.data.items #additional .table-wrapper .table tbody tr {
  color: #777777;
  border-bottom: 1px solid #777777;
}
.catalog-product-view .product.info.detailed .product.data.items #additional .table-wrapper .table tbody tr > th,
.catalog-product-view .product.info.detailed .product.data.items #additional .table-wrapper .table tbody tr > td {
  padding: 10px 30px 4px 0;
}
.catalog-product-view .block.related {
  text-align: center;
}
.catalog-product-view .block.related .block-title.title strong {
  font-family: 'Nunito-Black', sans-serif;
  text-transform: uppercase;
  font-size: 20px !important;
  color: #243a76;
  letter-spacing: 2px;
}
.catalog-product-view .block.related .block-actions {
  color: #777777;
}
.catalog-product-view .block.related .block-actions button.action.select {
  background: transparent;
  border-color: #243a76;
  border-radius: 5px;
  font-family: 'MavenPro-Regular', sans-serif;
}
.catalog-product-view .block.related .block-actions button.action.select:hover {
  background: #243a76;
  transition: .3s;
}
.catalog-product-view .block.related .block-actions button.action.select:hover > span {
  color: #fff;
  transition: .3s;
}
.catalog-product-view .block.related .block-actions button.action.select span {
  color: #777777;
}
.catalog-product-view .block.related .block-actions button:hover {
  color: #fff;
  transition: .3s;
}
.catalog-product-view .block.related .products-grid .product-items li.item.product.product-item {
  margin-left: 1px;
}
.catalog-product-view .block.related .products-grid .product-items li.item.product.product-item .product-item-info {
  border: 1px solid #dadada;
  padding: 10px;
  border-radius: 5px;
}
.catalog-product-view .block.related .products-grid .product-items li.item.product.product-item .product-item-info .product-item-details strong.product.name.product-item-name {
  height: 60px;
  font-size: 13px;
}
.catalog-product-view .block.related .products-grid .product-items li.item.product.product-item .product-item-info .product-item-details strong.product.name.product-item-name a.product-item-link {
  color: #777777;
}
.catalog-product-view .block.related .products-grid .product-items li.item.product.product-item .product-item-info .product-item-details strong.product.name.product-item-name a.product-item-link:hover {
  text-decoration: none;
}
.catalog-product-view .block.related .products-grid .product-items li.item.product.product-item .product-item-info .product-item-details .price-box.price-final_price {
  color: #243a76;
}
.catalog-product-view .block.related .products-grid .product-items li.item.product.product-item .product-item-info .product-item-details .field.choice .label span {
  font-size: 13px;
  color: #777777;
}
.catalog-product-view .block.related .products-grid .product-items li.item.product.product-item .product-item-info:hover {
  box-shadow: 0px 0px 8px 1px #dedede;
}
.catalog-product-view .block.related .actions-secondary {
  display: none;
}
footer.page-footer {
  background: #243a76;
}
footer.page-footer .block.newsletter {
  background: #55a4da;
  margin: 0;
  width: auto;
  max-width: 100%;
}
footer.page-footer .block.newsletter input[type="email"] {
  border: 0;
  height: 37px;
  padding-left: 11px;
  font-family: 'MavenPro-Regular', sans-serif;
  margin-right: 0;
  border-radius: 0;
}
footer.page-footer .block.newsletter .block-news .content .form.subscribe .newsletter {
  margin-right: 0px;
}
footer.page-footer .block.newsletter .block-news .content .form.subscribe .newsletter .control:before {
  display: none;
}
footer.page-footer .block.newsletter .block-news .content .form.subscribe .actions {
  vertical-align: middle;
}
footer.page-footer .block.newsletter .block-news .content .form.subscribe .actions .action.subscribe {
  border-radius: 0;
  border: 0;
  background: #243a76;
  height: 37px;
  padding: 0 42px;
}
footer.page-footer .block.newsletter .block-news .content .form.subscribe .actions .action.subscribe:hover {
  background: #ff8222;
  transition: .3s;
}
footer.page-footer .block.newsletter .block-news .content .form.subscribe .actions .action.subscribe span {
  color: #fff;
  text-transform: uppercase;
}
footer.page-footer .block.newsletter .block-news .subscribe-text {
  color: #fff;
  text-transform: uppercase;
  line-height: 39px;
  font-family: 'Nunito-Light', sans-serif;
}
footer.page-footer .block.newsletter .block-news .subscribe-text span {
  font-family: 'Nunito-Semibold', sans-serif;
}
footer.page-footer .footer.content {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-one .logo-mayonet {
  text-align: center;
  margin: 20px 0;
}
footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-one .follow-info {
  text-align: center;
  color: #fff;
}
footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-one .follow-info span {
  margin-right: 14px;
  font-size: 16px;
}
footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-one .follow-info a {
  color: #fff;
  padding: 0 9px;
  font-size: 18px;
}
footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-one .follow-info a:hover {
  color: #ff8222;
  transition: .3s;
}
footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-two h4 {
  color: #fff;
  font-family: 'MavenPro-Black', sans-serif;
}
footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-two a {
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-two a i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 6px;
}
footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-two a span:hover {
  padding-left: 5px;
  transition: .5s;
}
footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-three ul li {
  color: #fff;
}
footer.page-footer .footer.content .footer-block_mayonet .first-footer-block .column-three ul li:hover {
  color: #55a4da;
  transition: .3s;
}
footer.page-footer .footer.content .footer-block_mayonet .second-footer-block .secondary-links a {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}
footer.page-footer .footer.content .footer-block_mayonet .second-footer-block .secondary-links a:hover {
  color: #55a4da;
  transition: .3s;
}
footer.page-footer .footer.content .footer-block_mayonet .second-footer-block .legal-info .ss-logos .ss-icon {
  background-image: url(../images/sitioseguro.svg);
  content: "";
  background-repeat: no-repeat;
  width: 31px;
  height: 41px;
  background-position: center;
  margin: 0 5px;
  display: inline-block;
}
.footer-copyright {
  text-align: center;
}
.footer-copyright .copyright {
  font-size: 11px;
  color: #777777;
}
.footer-copyright .ulula-logo {
  background-image: url(../images/ulula-logo-gris.svg);
  content: "";
  width: 60px;
  height: 21px;
  background-repeat: no-repeat;
  margin: 5px 0;
}
.checkout-cart-index .page-title-wrapper .page-title {
  display: none;
}
.checkout-cart-index .columns .column.main {
  padding-bottom: 80px;
}
.checkout-cart-index .cart-container:before {
  content: 'CARRITO DE COMPRAS';
  color: #243a76;
  font-family: 'MavenPro-ExtraBold', sans-serif, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  margin: 10px 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table thead tr th span {
  color: #777777;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.item {
  padding: 16px 8px 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.item .product-item-details strong.product-item-name a {
  color: #777777;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.item .product-item-details strong.product-item-name a:hover {
  text-decoration: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.qty .qty {
  font-family: 'MavenPro-Regular', sans-serif, sans-serif;
  color: #777777;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.qty .control.qty {
  display: flex;
  margin: 0;
  justify-content: center;
  gap: 3px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.qty .control.qty button,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.qty .control.qty input {
  height: 26px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.qty .control.qty input {
  width: 40px;
  text-align: center;
  margin-top: 0;
  font-weight: 800;
  color: black;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.qty .control.qty span.minus button,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.qty .control.qty span.plus button {
  background: #BBBBBB;
  color: #fff;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 24px;
  padding: 5px 9px;
  line-height: 1px;
  width: 35px;
  border-color: #bbb;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.qty .control.qty span.minus button:hover,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.qty .control.qty span.plus button:hover {
  background: #858585;
  transition: .3s;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.price span,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-info .col.subtotal span {
  font-size: 14px;
  color: #777777;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar > .action {
  background: transparent;
  border-color: #dadada;
  border-radius: 5px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar > .action span {
  color: #777777;
  font-family: 'MavenPro-Regular', sans-serif, sans-serif;
  font-weight: 100;
  font-size: 13px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar .action-towishlist span:before {
  content: '\f004';
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  font-weight: 900;
  font-size: 17px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar .action-edit span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  vertical-align: middle;
  font-weight: 900;
  font-size: 17px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar .action-delete span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2ed";
  vertical-align: middle;
  font-weight: 900;
  font-size: 17px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action {
  padding: 3px;
  border: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action span {
  font-size: 0 !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action:hover span:before {
  color: #ff8222;
  transition: .3s;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions a.action.continue,
.checkout-cart-index .cart-container .form-cart .cart.main.actions button.action.update {
  background: #55a4da;
  border: 0;
  padding: 12px 22px 12px 10px;
  border-radius: 5px;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions a.action.continue span,
.checkout-cart-index .cart-container .form-cart .cart.main.actions button.action.update span {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions a.action.continue:before,
.checkout-cart-index .cart-container .form-cart .cart.main.actions button.action.update:before {
  color: #fff;
  margin-right: -5px;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions a.action.continue:hover,
.checkout-cart-index .cart-container .form-cart .cart.main.actions button.action.update:hover {
  background: #243a76;
  transition: .3s;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions button#empty_cart_button {
  background: transparent;
  border: 2px solid #55a4da;
  border-radius: 5px;
  padding: 9px 20px;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions button#empty_cart_button:hover {
  background: #55a4da;
  transition: .3s;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions button#empty_cart_button:hover > span {
  color: #fff;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions button#empty_cart_button span {
  color: #55a4da;
  font-weight: 200;
  font-size: 13px;
}
.checkout-cart-index .cart-container #block-shipping.cart-summary .block > .title {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary {
  /* Discounts */
}
.checkout-cart-index .cart-container .cart-summary strong.summary.title {
  text-transform: uppercase;
  font-size: 14px;
  color: #777777;
  font-weight: 900;
}
.checkout-cart-index .cart-container .cart-summary tr.grand.totals {
  border-bottom: 1px solid #d1d1d1;
}
.checkout-cart-index .cart-container .cart-summary tr.grand.totals strong {
  color: #555555;
  font-family: 'MavenPro-ExtraBold', sans-serif, sans-serif;
  font-weight: 900;
  font-size: 15px;
}
.checkout-cart-index .cart-container .cart-summary tr.grand.totals td strong span {
  font-weight: 900;
  font-family: 'MavenPro-ExtraBold', sans-serif, sans-serif;
  color: #555555;
  font-size: 15px;
}
.checkout-cart-index .cart-container .cart-summary div#block-discount {
  background: #55a4da;
  margin: 10px 0;
  border-radius: 5px;
  padding-bottom: 1px;
}
.checkout-cart-index .cart-container .cart-summary div#block-discount .title {
  border-top: 0;
  padding: 8px 30px 7px 5px;
}
.checkout-cart-index .cart-container .cart-summary div#block-discount .title #block-discount-heading {
  color: #fff;
  font-size: 15px;
  padding: 10px;
}
.checkout-cart-index .cart-container .cart-summary div#block-discount .content #discount-coupon-form .fieldset {
  margin: 0 15px 15px;
}
.checkout-cart-index .cart-container .cart-summary div#block-discount .content #discount-coupon-form .fieldset .field label span {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary div#block-discount .content #discount-coupon-form .fieldset .actions-toolbar .primary {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary div#block-discount .content #discount-coupon-form .fieldset .actions-toolbar .primary button {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary div#block-discount .content #discount-coupon-form .fieldset .actions-toolbar .primary button span {
  text-transform: uppercase;
  font-weight: 100;
  color: #777777;
}
.checkout-cart-index .cart-container .cart-summary .block > .title:after {
  color: #fff;
  top: -2px;
  right: 0px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item button {
  background: #243a76;
  border: 0;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item button span {
  color: #fff;
  text-transform: uppercase;
  font-family: 'MavenPro-Black', sans-serif;
  font-size: 15px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items button span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items button span:after {
  content: '\f101';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items button:hover span {
  padding-right: 25px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items button:hover span:after {
  opacity: 1;
  right: 0;
}
.checkout-cart-index .cart-container .cart-summary table.data.table.totals {
  border-collapse: separate;
  border-spacing: 0 6px;
}
.checkout-cart-index .cart-container .cart-summary table.data.table.totals tr.totals:not(.without-discount,.grand,.shipping.excl) th.mark {
  border-radius: 5px 0 0 5px;
  background: #E6E6E6;
  padding-left: 6px;
}
.checkout-cart-index .cart-container .cart-summary table.data.table.totals tr.totals:not(.without-discount,.grand,.shipping.excl) th.mark span {
  font-family: 'MavenPro-Bold', sans-serif;
  color: #333;
}
.checkout-cart-index .cart-container .cart-summary table.data.table.totals tr.totals:not(.without-discount,.grand,.shipping.excl) th.mark span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02c";
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  font-weight: 900;
  color: #ff8222;
}
.checkout-cart-index .cart-container .cart-summary table.data.table.totals tr.totals:not(.without-discount,.grand,.shipping.excl) td.amount {
  border-radius: 0 5px 5px 0;
  background: #E6E6E6;
}
@media (min-width: 768px) and (max-width: 992px) {
  .checkout-cart-index .cart-container .cart-summary,
  .checkout-cart-index .cart-container form#form-validate {
    width: 100%;
    float: none;
    position: unset;
  }
}
.checkout-index-index #checkout .authentication-wrapper {
  margin-top: 0;
}
.checkout-index-index #checkout .authentication-wrapper button {
  background: #ececec;
  padding: 8px 16px;
  color: #777777;
  border-radius: 5px;
}
.checkout-index-index #checkout .authentication-wrapper button:hover {
  background: #777777;
  color: #ececec;
  transition: .3s;
  text-decoration: none;
}
.checkout-index-index #checkout ul.opc-progress-bar {
  margin: 0 0 50px;
}
.checkout-index-index #checkout ul.opc-progress-bar .opc-progress-bar-item:before {
  height: 4px;
}
.checkout-index-index #checkout ul.opc-progress-bar .opc-progress-bar-item._active:before {
  background: #243a76;
}
.checkout-index-index #checkout ul.opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #243a76;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps .step-title {
  color: #243a76;
  text-transform: uppercase;
  font-family: 'MavenPro-ExtraBold', sans-serif;
  font-size: 19px;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps input.input-text,
.checkout-index-index #checkout .opc-wrapper #checkoutSteps select {
  color: #777777;
  font-family: 'MavenPro-Regular', sans-serif, sans-serif;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #shipping #checkout-step-shipping .shipping-address-item.selected-item {
  border-color: #ff8222;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #shipping #checkout-step-shipping .shipping-address-item.selected-item:after {
  background: #ff8222;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #shipping #checkout-step-shipping .shipping-address-item.not-selected-item button.action.action-select-shipping-item {
  color: #777777;
  font-size: 14px;
  font-weight: 200;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #shipping #checkout-step-shipping button.action.action-show-popup {
  color: #777777;
  font-size: 14px;
  font-weight: 200;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method {
  background: #ececec;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 35px;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method tbody {
  padding: 0px 25px 20px;
  display: block;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method tbody td.col-method,
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method tbody td.col-carrier {
  font-family: 'MavenPro-Bold', sans-serif;
  color: #777777;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #opc-shipping_method #checkout-step-shipping_method .table-checkout-shipping-method tbody .row-error td {
  width: 100%;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #opc-shipping_method #checkout-step-shipping_method #shipping-method-buttons-container .primary {
  background: #777777;
  border: 0;
  border-radius: 5px;
  color: #fff;
  padding: 6px 28px;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #opc-shipping_method #checkout-step-shipping_method #shipping-method-buttons-container .primary button span span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-size: 16px;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #opc-shipping_method #checkout-step-shipping_method #shipping-method-buttons-container .primary button span:after {
  content: '\f101';
  position: absolute;
  opacity: 0;
  top: 1px;
  right: -20px;
  transition: 0.5s;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #opc-shipping_method #checkout-step-shipping_method #shipping-method-buttons-container .primary button:hover span span {
  padding-right: 25px;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #opc-shipping_method #checkout-step-shipping_method #shipping-method-buttons-container .primary button:hover span span:after {
  opacity: 1;
  right: 0;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment #checkout-payment-method-load .payment-group .step-title {
  border-bottom: 1px solid #cccccc;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment #checkout-payment-method-load .payment-group .payment-method._active .payment-method-content .title-checkout span {
  display: none;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment #checkout-payment-method-load .payment-group .payment-method._active .payment-method-content .actions-toolbar .primary {
  border: 0;
  border-radius: 5px;
  color: #fff;
  padding: 6px 28px;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
  padding: 0 16px !important;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment #checkout-payment-method-load .payment-group .payment-method._active .payment-method-content .actions-toolbar .primary button.action.primary {
  background: #777777;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment #checkout-payment-method-load .payment-group .payment-method._active .payment-method-content .actions-toolbar .primary button.action.primary span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-size: 16px;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment #checkout-payment-method-load .payment-group .payment-method._active .payment-method-content .actions-toolbar .primary button.action.primary span:after {
  content: '\f101';
  position: absolute;
  opacity: 0;
  top: 1px;
  right: -20px;
  transition: 0.5s;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment #checkout-payment-method-load .payment-group .payment-method._active .payment-method-content .actions-toolbar .primary button.action.primary:hover span {
  padding-right: 25px;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment #checkout-payment-method-load .payment-group .payment-method._active .payment-method-content .actions-toolbar .primary button.action.primary:hover span:after {
  opacity: 1;
  right: 0;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment .discount-code .payment-option-title span#block-discount-heading {
  background: #55a4da;
  padding: 10px 15px;
  border-radius: 5px;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment .discount-code .payment-option-title span#block-discount-heading span {
  color: #fff;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment .discount-code .payment-option-title .action-toggle:after {
  color: #fff;
}
.checkout-index-index #checkout .opc-wrapper #checkoutSteps #payment .discount-code .payment-option-content .actions-toolbar button.action.action-apply {
  color: #777777;
  font-size: 14px;
  font-weight: 200;
}
.checkout-index-index #checkout .opc-block-summary .title {
  font-size: 14px;
  color: #333;
  font-family: 'MavenPro-Bold', sans-serif;
  margin-bottom: 15px;
}
.checkout-index-index #checkout .opc-block-summary .items-in-cart .title {
  text-transform: unset !important;
}
.checkout-index-index #checkout .opc-block-summary tr.grand.totals {
  background: #243a76;
  color: #fff;
}
.checkout-index-index #checkout .opc-block-summary tr.grand.totals th.mark {
  padding-top: 9px;
}
.checkout-index-index #checkout .opc-block-summary tr.grand.totals th.mark strong {
  font-weight: 900;
  font-family: 'MavenPro-Black', sans-serif;
  font-size: 18px;
  padding-left: 10px;
}
.checkout-index-index #checkout .opc-block-summary tr.grand.totals td.amount {
  padding-top: 9px;
}
.checkout-index-index #checkout .opc-block-summary tr.grand.totals td.amount strong .price {
  font-weight: 900;
  font-family: 'MavenPro-Black', sans-serif;
  font-size: 18px;
  padding-right: 10px;
}
.checkout-index-index #checkout .opc-block-summary .block.items-in-cart .title strong span {
  font-size: 16px;
}
.checkout-index-index #checkout .opc-block-summary .block.items-in-cart .title:after {
  margin-top: 6px;
}
.checkout-index-index #checkout .opc-block-summary .discount.coupon {
  display: block;
  color: #777777;
  margin-bottom: 10px;
}
.checkout-index-index #checkout .opc-block-shipping-information .shipping-information-title {
  color: #ff8222;
  font-size: 17px;
}
.checkout-index-index #checkout .opc-block-shipping-information .shipping-information-title span {
  font-family: 'MavenPro-Medium', sans-serif;
}
/* Discounts */
.opc-block-summary table.data.table.table-totals {
  border-collapse: separate;
  border-spacing: 0 6px;
}
.opc-block-summary table.data.table.table-totals tr.totals:not(.without-discount,.grand,.shipping.excl) th.mark {
  border-radius: 5px 0 0 5px;
  background: #E6E6E6;
  padding-left: 6px;
}
.opc-block-summary table.data.table.table-totals tr.totals:not(.without-discount,.grand,.shipping.excl) th.mark span:not(.discount.coupon) {
  font-family: 'MavenPro-Bold', sans-serif;
  color: #333;
}
.opc-block-summary table.data.table.table-totals tr.totals:not(.without-discount,.grand,.shipping.excl) th.mark span:not(.discount.coupon):before {
  font-family: "Font Awesome 5 Free";
  content: "\f02c";
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  font-weight: 900;
  color: #ff8222;
}
.opc-block-summary table.data.table.table-totals tr.totals:not(.without-discount,.grand,.shipping.excl) th.mark span.discount.coupon {
  display: none !important;
}
.opc-block-summary table.data.table.table-totals tr.totals:not(.without-discount,.grand,.shipping.excl) td.amount {
  border-radius: 0 5px 5px 0;
  background: #E6E6E6;
}
.cms-page-view .page-title-wrapper {
  text-align: center;
}
.cms-page-view .page-title-wrapper h1.page-title span {
  color: #ff8222;
  text-align: center;
  font-family: 'MavenPro-Medium', sans-serif, sans-serif;
  font-size: 25px;
}
.cms-page-view .columns {
  margin: 17px auto;
}
.cms-page-view .columns .zonas-text,
.cms-page-view .columns p {
  color: #777777;
  line-height: 23px;
}
.cms-page-view .metodos-pago h5 {
  color: #ff8222;
  margin-bottom: 7px;
  font-size: 14px;
}
.cms-page-view .metodos-pago p {
  color: #777777;
  line-height: 23px;
}
.cms-page-view .faq-info .faq-question {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-top: 11px;
  width: 100%;
}
.cms-page-view .faq-info .faq-question a {
  color: #555555;
  font-family: 'MavenPro-Medium', sans-serif, sans-serif;
}
.cms-page-view .faq-info .faq-question p.answer {
  color: #777777;
  padding-top: 10px;
  line-height: 22px;
}
.cms-page-view .faq-info .atencion-cliente {
  background: #ececec;
  margin-top: 30px;
  text-align: center;
  padding: 15px;
}
.cms-page-view .faq-info .atencion-cliente p.ac-title {
  text-transform: uppercase;
  color: #ff8222;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 17px;
}
.cms-page-view .faq-info .atencion-cliente p.ac-content {
  color: #777777;
}
.cms-page-view .como-comprar p.subtitle {
  text-align: center;
  font-weight: 900;
}
.cms-page-view .como-comprar .buy-list {
  margin: 0 auto;
}
.cms-page-view .como-comprar .buy-list li {
  color: orange;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  margin-bottom: 3px;
}
.cms-page-view .como-comprar .buy-list p {
  margin-bottom: 25px;
}
.cms-page-view .como-comprar .buy-faq {
  margin: 0 auto;
  text-align: center;
  background: #55a4da;
  padding: 10px 45px;
  margin-bottom: 40px;
}
.cms-page-view .como-comprar .buy-faq p {
  margin-bottom: 0;
  color: #fff;
  font-family: 'MavenPro-Bold', sans-serif;
  font-size: 16px;
}
.cms-page-view .como-comprar .buy-faq p a {
  color: #fff;
  font-family: 'MavenPro-Bold', sans-serif;
  font-size: 16px;
}
.cms-page-view .como-comprar .buy-faq p a:hover {
  color: #243a76;
  transition: .3s;
}
.cms-ofertas #mageplaza-bannerslider-block-before-content-8,
.cms-novedades #mageplaza-bannerslider-block-before-content-8 {
  display: none;
}
.cms-ofertas h1 span,
.cms-novedades h1 span {
  color: #243a76 !important;
  font-family: 'Nunito-Black', sans-serif, sans-serif !important;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content img.carousel-image,
section#cms-novedades-page .cms-product-slider .product-slider-content img.carousel-image {
  border-radius: 10px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item {
  width: 99% !important;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info {
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info a span span.product-image-wrapper,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info a span span.product-image-wrapper {
  padding-bottom: 104% !important;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info a span span.product-image-wrapper img,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info a span span.product-image-wrapper img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin: 0;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details {
  min-height: 110px;
  justify-content: space-between;
  display: inline-flex;
  flex-direction: column;
  padding: 10px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name {
  overflow: hidden;
  height: 60px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name a,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name a {
  color: #777777;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name a:hover,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details strong.product.name.product-item-name a:hover {
  text-decoration: none;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .marca,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .marca {
  color: #777777;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box {
  margin: 10px 0;
  display: flex !important;
  flex-direction: column;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .price-container .price-wrapper .price,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .price-container .price-wrapper .price {
  color: #55a4da;
  font-family: 'MavenPro-ExtraBold', sans-serif;
  font-size: 20px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .special-price,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .special-price {
  order: 2;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .special-price .price-final_price .price-label,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .special-price .price-final_price .price-label {
  display: none;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .special-price .price-final_price .price-wrapper span,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .special-price .price-final_price .price-wrapper span {
  color: #ff8222;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .old-price,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .old-price {
  order: 1;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .old-price .price-final_price .price-label,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .old-price .price-final_price .price-label {
  display: none;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .old-price .price-final_price .price-wrapper span,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .old-price .price-final_price .price-wrapper span {
  color: #777777;
  font-size: 16px;
  font-family: 'MavenPro-Regular', sans-serif;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .price-factor,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .price-box .price-factor {
  margin: 0 auto;
  order: 2;
  min-height: 20px !important;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions {
  margin: 0 !important;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary {
  display: block !important;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change {
  display: flex;
  margin: 0 0 10px 0;
  justify-content: center;
  gap: 3px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change button,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change button,
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change input,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change input {
  height: 26px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change input,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change input {
  width: 40px;
  text-align: center;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change button.reduced.items,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change button.reduced.items,
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change button.increase.items,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change button.increase.items {
  background: #BBBBBB;
  color: #fff;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 24px;
  padding: 5px 9px;
  line-height: 1px;
  width: 35px;
  border-color: #bbb;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change button.reduced.items:hover,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change button.reduced.items:hover,
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change button.increase.items:hover,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary form .field.qty .control.qty-change button.increase.items:hover {
  background: #858585;
  transition: .3s;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button {
  background: #ffb80f;
  border: 0;
  width: 100%;
  border-radius: 5px;
  padding: 12px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button:hover,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button:hover {
  background: #ff8222;
  transition: .3s;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button span,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button span {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Nunito-Semibold', sans-serif;
  font-size: 16px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary .stock.unavailable,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary .stock.unavailable {
  padding: 8px;
  border: 1px dotted #ff8222;
  border-radius: 5px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary .stock.unavailable span,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary .stock.unavailable span {
  color: #ff8222;
  font-family: 'Nunito-Semibold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info:hover,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .product-item-info:hover {
  box-shadow: 0px 0px 8px 1px #dedede;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev {
  font: initial !important;
  position: absolute;
  top: 43%;
  left: -40px;
  color: #243a76;
  padding-bottom: 5px !important;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev:hover,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev:hover {
  background: #243a76;
  color: #fff;
  transition: .3s;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev span,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-prev span {
  padding: 0 8px;
  font-size: 26px;
  border: 1px solid #243a76;
  border-radius: 5px;
  padding-bottom: 5px;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next {
  font: initial !important;
  position: absolute;
  top: 43%;
  right: -40px;
  color: #243a76;
  padding-bottom: 5px !important;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next:hover,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next:hover {
  background: #243a76;
  color: #fff;
  transition: .3s;
}
section#cms-ofertas-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next span,
section#cms-novedades-page .cms-product-slider .product-slider-content .products-grid ol.product-items .owl-carousel .owl-nav button.owl-next span {
  padding: 0 8px;
  font-size: 26px;
  border: 1px solid #243a76;
  border-radius: 5px;
  padding-bottom: 5px;
}
.checkout-onepage-success #maincontent {
  text-align: center;
}
.checkout-onepage-success #maincontent h1.page-title {
  text-transform: uppercase;
  color: #243a76;
  margin-top: 30px;
  margin-left: 155px;
}
.checkout-onepage-success #maincontent h1.page-title span {
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 23px;
}
.checkout-onepage-success #maincontent h1.page-title span:before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
}
.checkout-onepage-success #maincontent .checkout-success p {
  color: #777777;
}
.checkout-onepage-success #maincontent .checkout-success .actions-toolbar {
  display: inline-flex;
  margin-top: 30px;
}
.checkout-onepage-success #maincontent .checkout-success .actions-toolbar .primary .action.primary {
  margin: 0;
  color: #55a4da;
  text-transform: uppercase;
  font-size: 12px;
  border: 2px solid #55a4da;
  padding: 10px 40px;
  border-radius: 5px;
}
.checkout-onepage-success #maincontent .checkout-success .actions-toolbar .primary .action.primary:hover {
  background: #55a4da;
  color: #fff;
  transition: .3s;
}
.checkout-onepage-success #maincontent .checkout-success .actions-toolbar .primary .action.primary span {
  font-family: 'MavenPro-Medium', sans-serif;
}
.checkout-onepage-failure #maincontent {
  text-align: center;
}
.checkout-onepage-failure #maincontent h1.page-title {
  text-transform: uppercase;
  color: #243a76;
  margin-top: 30px;
}
.checkout-onepage-failure #maincontent h1.page-title span {
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 23px;
}
.checkout-onepage-failure #maincontent h1.page-title span:before {
  content: '\f057';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
}
.checkout-onepage-failure #maincontent .failure-page p {
  color: #777777;
}
.checkout-onepage-failure #maincontent .failure-page .actions-toolbar {
  display: inline-flex;
  margin-top: 30px;
}
.checkout-onepage-failure #maincontent .failure-page .actions-toolbar .primary .action.primary {
  margin: 0;
  color: #55a4da;
  text-transform: uppercase;
  font-size: 12px;
  border: 2px solid #55a4da;
  padding: 10px 40px;
  border-radius: 5px;
}
.checkout-onepage-failure #maincontent .failure-page .actions-toolbar .primary .action.primary:hover {
  background: #55a4da;
  color: #fff;
  transition: .3s;
}
.checkout-onepage-failure #maincontent .failure-page .actions-toolbar .primary .action.primary span {
  font-family: 'MavenPro-Medium', sans-serif;
}
.cart-empty .emptycart-content {
  text-align: center;
}
.cart-empty .emptycart-content h2 {
  color: #243a76;
  margin-top: 30px;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 23px;
}
.cart-empty .emptycart-content p {
  color: #777777;
}
.cart-empty .emptycart-content p.action.primary {
  margin-top: 30px;
}
.cart-empty .emptycart-content p.action.primary a {
  margin: 0;
  color: #55a4da;
  text-transform: uppercase;
  font-size: 12px;
  border: 2px solid #55a4da;
  padding: 10px 40px;
  border-radius: 5px;
}
.cart-empty .emptycart-content p.action.primary a:hover {
  background: #55a4da;
  color: #fff;
  transition: .3s;
}
.no-route .opps {
  margin: 0 auto;
  text-align: center;
}
.no-route .opps .icon-404 i {
  color: #243a76;
  font-size: 34px;
}
.no-route .opps h2 {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 21px;
  color: #243a76;
}
.no-route .opps .text {
  color: #555555;
  margin-bottom: 32px;
}
.no-route .opps .text b {
  color: #555555;
}
.no-route .opps .link-go-back {
  margin-top: 30px;
}
.no-route .opps .link-go-back a {
  color: #55a4da;
  text-transform: uppercase;
  font-size: 12px;
  border: 2px solid #55a4da;
  padding: 10px 40px;
  border-radius: 5px;
}
.no-route .opps .link-go-back a:hover {
  background: #55a4da;
  color: #fff;
  transition: .3s;
}
.customer-account-forgotpassword h1.page-title {
  color: #243a76;
  margin-top: 30px;
}
.customer-account-forgotpassword h1.page-title span {
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 23px;
}
.customer-account-forgotpassword .field.note {
  color: #777777;
}
.customer-account-forgotpassword .field label span {
  color: #777777;
}
.account h1.page-title {
  text-transform: uppercase;
  color: #243a76;
}
.account h1.page-title span {
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 23px;
}
.account .sidebar .account-nav .item.current strong {
  border-color: #243a76;
  font-weight: 600;
}
.account .sidebar-additional {
  display: none;
}
.account .block-title strong,
.account .legend span {
  color: #ff8222;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 17px;
}
.account .box-actions a {
  color: #b1b1b1;
  margin-right: 10px;
}
.account .box-actions a:hover {
  color: #ff8222;
  transition: .3s;
}
.account ul.nav.items {
  list-style: none;
  padding: 0;
}
.account ul.nav.items li.nav.item {
  color: #777;
}
.account ul.nav.items li.nav.item strong.nav.item {
  font: 400 14px 'MavenPro-Regular', sans-serif;
}
.account ul.nav.items li.nav.item ul.nav.items.submenu a.nav-link {
  padding-left: 10px;
  color: #777;
}
.account ul.nav.items li.nav.item ul.nav.items.submenu a.nav-link span:before {
  font: 800 10px 'Font Awesome 5 Free';
  content: '\f054';
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}
.account ul.nav.items li.nav.item ul.nav.items.submenu a.nav-link:hover {
  text-decoration: none;
}
.account ul.nav.items li.nav.item ul.nav.items.submenu a.nav-link:hover span {
  text-decoration: none;
  color: #ff8222;
}
.account .field.password-info {
  display: none;
}
.account .legend,
.account .actions-toolbar {
  margin-left: 0 !important;
}
.account .field.choice:before {
  display: none;
}
.wishlist-index-index .product-item .product-item-info .product-item-name {
  margin: 0 13px;
  color: #777777;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
}
.wishlist-index-index .product-item .product-item-info .product-item-name a:hover {
  text-decoration: none;
}
.wishlist-index-index .product-item .product-item-info .price-box .price-as-configured {
  height: 42px;
}
.wishlist-index-index .product-item .product-item-info .price-box .price {
  color: #55a4da;
  font-family: 'MavenPro-ExtraBold', sans-serif, sans-serif;
  font-size: 16px;
}
.wishlist-index-index .product-item .product-item-info .price-box .price .price-label {
  display: none;
}
.wishlist-index-index .product-item .product-item-info .price-box .special-price .price {
  color: #ff8222;
  font-family: 'MavenPro-ExtraBold', sans-serif, sans-serif;
  font-size: 16px;
}
.wishlist-index-index .product-item .product-item-info .price-box .special-price .price-label {
  display: none;
}
.wishlist-index-index .product-item .product-item-info .price-box .old-price .price {
  color: #777777;
  font-family: 'MavenPro-Regular', sans-serif, sans-serif;
  font-size: 13px;
}
.wishlist-index-index .product-item .product-item-info .price-box .old-price .price .price-label {
  display: none;
}
.wishlist-index-index .product-item .product-item-info .price-box .old-price .price-label {
  display: none;
}
.wishlist-index-index .product-item .product-item-info .product-item-inner .box-tocart .field.qty {
  display: none;
}
.wishlist-index-index .product-item .product-item-info .comment-box {
  display: none;
}
.wishlist-index-index .product-item .product-item-info .actions-primary {
  width: 100%;
}
.wishlist-index-index .product-item .product-item-info .actions-primary button {
  background: #ffb80f;
  border: 0;
  width: 100%;
  border-radius: 5px;
  padding: 12px;
}
.wishlist-index-index .product-item .product-item-info .actions-primary button span {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Nunito-Semibold', sans-serif, sans-serif;
  font-size: 14px;
}
.wishlist-index-index .product-item .product-item-info .actions-primary button:hover {
  background: #ff8222;
  transition: .3s;
}
.wishlist-index-index .actions-toolbar button.action.share {
  display: none;
}
.customer-account-logoutsuccess {
  text-align: center;
}
.customer-account-logoutsuccess h1.page-title {
  text-transform: uppercase;
  color: #243a76;
  margin-top: 30px;
}
.customer-account-logoutsuccess h1.page-title span {
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
  font-size: 23px;
}
.customer-account-login .page-title-wrapper,
.cms-home .page-title-wrapper,
.cms-home .page-title-wrapper {
  display: none;
}
.customer-account-login .columns .block-customer-login .block-content .field.note,
.cms-home .columns .block-customer-login .block-content .field.note,
.cms-home .columns .block-customer-login .block-content .field.note {
  color: #777777;
}
.customer-account-login .columns .block-customer-login .block-content fieldset.fieldset.login,
.cms-home .columns .block-customer-login .block-content fieldset.fieldset.login,
.cms-home .columns .block-customer-login .block-content fieldset.fieldset.login {
  text-align: center;
}
.customer-account-login .columns .block-customer-login .block-content fieldset.fieldset.login label.label,
.cms-home .columns .block-customer-login .block-content fieldset.fieldset.login label.label,
.cms-home .columns .block-customer-login .block-content fieldset.fieldset.login label.label {
  text-align: left;
}
.customer-account-login .columns .block-customer-login .block-content fieldset.fieldset.login label.label span,
.cms-home .columns .block-customer-login .block-content fieldset.fieldset.login label.label span,
.cms-home .columns .block-customer-login .block-content fieldset.fieldset.login label.label span {
  color: #777777;
}
.customer-account-login .columns .block-customer-login .block-content fieldset.fieldset.login:after,
.cms-home .columns .block-customer-login .block-content fieldset.fieldset.login:after,
.cms-home .columns .block-customer-login .block-content fieldset.fieldset.login:after {
  margin-left: 0;
}
.customer-account-login .columns .block-customer-login .block-content fieldset.fieldset.login:last-child,
.cms-home .columns .block-customer-login .block-content fieldset.fieldset.login:last-child,
.cms-home .columns .block-customer-login .block-content fieldset.fieldset.login:last-child {
  margin-bottom: 0;
}
.customer-account-login .columns .block-customer-login .block-content #remember-me-box,
.cms-home .columns .block-customer-login .block-content #remember-me-box,
.cms-home .columns .block-customer-login .block-content #remember-me-box {
  text-align: left;
}
.customer-account-login .columns .block-customer-login .block-content #remember-me-box:before,
.cms-home .columns .block-customer-login .block-content #remember-me-box:before,
.cms-home .columns .block-customer-login .block-content #remember-me-box:before {
  display: none;
}
.customer-account-login .columns .block-customer-login .block-content #remember-me-box .tooltip,
.cms-home .columns .block-customer-login .block-content #remember-me-box .tooltip,
.cms-home .columns .block-customer-login .block-content #remember-me-box .tooltip {
  display: none;
}
.customer-account-login .columns .block-customer-login .block-content .actions-toolbar,
.cms-home .columns .block-customer-login .block-content .actions-toolbar,
.cms-home .columns .block-customer-login .block-content .actions-toolbar {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer-account-login .columns .block-customer-login .block-content .actions-toolbar .primary button,
.cms-home .columns .block-customer-login .block-content .actions-toolbar .primary button,
.cms-home .columns .block-customer-login .block-content .actions-toolbar .primary button {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: 15px 35px;
  border-radius: 5px;
  background: #ff8222;
  line-height: normal;
}
.customer-account-login .columns .block-customer-login .block-content .actions-toolbar .primary button:hover,
.cms-home .columns .block-customer-login .block-content .actions-toolbar .primary button:hover,
.cms-home .columns .block-customer-login .block-content .actions-toolbar .primary button:hover {
  background: #f06800;
  transition: .3s;
}
.customer-account-login .columns .block-customer-login .block-content .actions-toolbar .primary button span,
.cms-home .columns .block-customer-login .block-content .actions-toolbar .primary button span,
.cms-home .columns .block-customer-login .block-content .actions-toolbar .primary button span {
  font: 14px 'MavenPro-Bold', sans-serif;
}
.customer-account-login .columns .block-customer-login .block-content .actions-toolbar .secondary,
.cms-home .columns .block-customer-login .block-content .actions-toolbar .secondary,
.cms-home .columns .block-customer-login .block-content .actions-toolbar .secondary {
  float: left;
}
.customer-account-login .columns .block-new-customer .block-title strong,
.cms-home .columns .block-new-customer .block-title strong,
.cms-home .columns .block-new-customer .block-title strong {
  text-transform: uppercase;
  font-family: 'MavenPro-ExtraBold', sans-serif;
  color: #243a76;
  font-size: 19px;
}
.customer-account-login .columns .block-new-customer .block-content p,
.cms-home .columns .block-new-customer .block-content p,
.cms-home .columns .block-new-customer .block-content p {
  color: #777777;
}
.customer-account-login .columns .block-new-customer .block-content ul,
.cms-home .columns .block-new-customer .block-content ul,
.cms-home .columns .block-new-customer .block-content ul {
  color: #777777;
  list-style: none;
  padding-left: 0;
}
.customer-account-login .columns .block-new-customer .block-content ul li,
.cms-home .columns .block-new-customer .block-content ul li,
.cms-home .columns .block-new-customer .block-content ul li {
  margin-bottom: 5px;
}
.customer-account-login .columns .block-new-customer .block-content .actions-toolbar,
.cms-home .columns .block-new-customer .block-content .actions-toolbar,
.cms-home .columns .block-new-customer .block-content .actions-toolbar {
  margin-left: 0;
}
.customer-account-login .columns .block-new-customer .block-content .actions-toolbar .primary a,
.cms-home .columns .block-new-customer .block-content .actions-toolbar .primary a,
.cms-home .columns .block-new-customer .block-content .actions-toolbar .primary a {
  margin: 0;
  color: #55a4da;
  text-transform: uppercase;
  font-size: 13px;
  border: 2px solid #55a4da;
  border-radius: 5px;
  background: transparent;
  font-weight: 200;
}
.customer-account-login .columns .block-new-customer .block-content .actions-toolbar .primary a:hover,
.cms-home .columns .block-new-customer .block-content .actions-toolbar .primary a:hover,
.cms-home .columns .block-new-customer .block-content .actions-toolbar .primary a:hover {
  background: #55a4da;
  color: #fff;
  transition: .3s;
}
.customer-account-login .columns .block-new-customer .block-content .actions-toolbar .primary a span,
.cms-home .columns .block-new-customer .block-content .actions-toolbar .primary a span,
.cms-home .columns .block-new-customer .block-content .actions-toolbar .primary a span {
  font-family: 'MavenPro-Medium', sans-serif;
}
.customer-account-login,
.cms-home {
  /* Brand banner */
  /* Product carousels*/
  /* comunicaciones01-G block*/
  /* Brand carousel SPARSH*/
  /* comunicaciones02-G block*/
  /* pie-home-G block */
  /* Logged */
}
.customer-account-login .block-login-g-leyenda .legend,
.cms-home .block-login-g-leyenda .legend {
  background: #fff;
  border-radius: 10px;
  max-width: 810px;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.15);
}
.customer-account-login .block-login-g-leyenda .legend .legend-content,
.cms-home .block-login-g-leyenda .legend .legend-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.customer-account-login .block-login-g-leyenda .legend .legend-content .legend-icon,
.cms-home .block-login-g-leyenda .legend .legend-content .legend-icon {
  background-color: #55a4da;
  border-radius: 10px 0 0 10px;
}
.customer-account-login .block-login-g-leyenda .legend .legend-content .legend-text,
.cms-home .block-login-g-leyenda .legend .legend-content .legend-text {
  display: flex;
  align-items: center;
}
.customer-account-login .block-login-g-leyenda .legend .legend-content .legend-text p,
.cms-home .block-login-g-leyenda .legend .legend-content .legend-text p {
  margin: 0;
  color: #243a76;
  font-family: 'Nunito-Medium', sans-serif;
}
.customer-account-login .block-login-g-leyenda .legend .legend-content .legend-text p span,
.cms-home .block-login-g-leyenda .legend .legend-content .legend-text p span {
  font-family: 'Nunito-Black', sans-serif;
}
.customer-account-login .block-login-g-leyenda .legend .legend-content .legend-text a,
.cms-home .block-login-g-leyenda .legend .legend-content .legend-text a {
  background: #ff8222;
  color: #fff;
  font-family: 'MavenPro-Bold', sans-serif;
  font-size: 1.4rem;
  padding: 10px 20px;
  border-radius: 5px;
}
.customer-account-login .block-login-g-leyenda .legend .legend-content .legend-text a:hover,
.cms-home .block-login-g-leyenda .legend .legend-content .legend-text a:hover {
  background-color: #f06800;
  transition: .3s;
}
.customer-account-login .login-gastronomico-heading,
.cms-home .login-gastronomico-heading {
  max-width: 1280px;
  display: flex;
  gap: 20px;
}
.customer-account-login .login-gastronomico-heading .block-customer-login-banner,
.cms-home .login-gastronomico-heading .block-customer-login-banner {
  background: linear-gradient(180deg, #436cdc 0%, #243a76 100%);
  border-radius: 10px;
  color: #fff;
  display: flex;
  gap: 25px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.customer-account-login .login-gastronomico-heading .block-customer-login-banner .banner-title,
.cms-home .login-gastronomico-heading .block-customer-login-banner .banner-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.customer-account-login .login-gastronomico-heading .block-customer-login-banner .banner-title h3,
.cms-home .login-gastronomico-heading .block-customer-login-banner .banner-title h3 {
  font: 20px 'Nunito-Regular', sans-serif;
}
.customer-account-login .login-gastronomico-heading .block-customer-login-banner .banner-title h3 span,
.cms-home .login-gastronomico-heading .block-customer-login-banner .banner-title h3 span {
  font: 20px 'Nunito-Black', sans-serif;
}
.customer-account-login .login-gastronomico-heading .block-customer-login-banner .banner-list ul li,
.cms-home .login-gastronomico-heading .block-customer-login-banner .banner-list ul li {
  margin: 0;
}
.customer-account-login .login-gastronomico-heading .block-customer-login-banner .banner-list ul li span,
.cms-home .login-gastronomico-heading .block-customer-login-banner .banner-list ul li span {
  font-family: 'MavenPro-Bold', sans-serif;
  text-transform: uppercase;
}
.customer-account-login .login-gastronomico-heading .block-customer-login,
.cms-home .login-gastronomico-heading .block-customer-login {
  border-radius: 10px;
  flex: 1;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.customer-account-login .login-gastronomico-heading .block-customer-login .block-title,
.cms-home .login-gastronomico-heading .block-customer-login .block-title {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 3px;
  text-align: center;
}
.customer-account-login .login-gastronomico-heading .block-customer-login .block-title strong#block-customer-login-heading,
.cms-home .login-gastronomico-heading .block-customer-login .block-title strong#block-customer-login-heading {
  font: 20px 'Nunito-Black', sans-serif;
  text-transform: uppercase;
  color: #243a76;
}
.customer-account-login .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .control,
.cms-home .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .control,
.customer-account-login .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .label,
.cms-home .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .label {
  width: 100%;
}
.customer-account-login .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .control span,
.cms-home .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .control span,
.customer-account-login .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .label span,
.cms-home .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .label span {
  font-weight: 400;
}
.customer-account-login .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .field.note,
.cms-home .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .field.note {
  text-align: center;
  margin-bottom: 15px;
}
.customer-account-login .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .email,
.cms-home .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .email,
.customer-account-login .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .password,
.cms-home .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .password {
  margin-bottom: 10px;
}
.customer-account-login .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .email .control .input-text,
.cms-home .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .email .control .input-text,
.customer-account-login .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .password .control .input-text,
.cms-home .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .password .control .input-text {
  z-index: 0;
}
.customer-account-login .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .actions-toolbar .secondary,
.cms-home .login-gastronomico-heading .block-customer-login fieldset.fieldset.login .actions-toolbar .secondary {
  float: none;
  display: block;
}
.customer-account-login .login-gastronomico-heading .block-customer-login .fieldset:after,
.cms-home .login-gastronomico-heading .block-customer-login .fieldset:after {
  margin-top: 15px;
}
.customer-account-login .login-gastronomico-heading .block-customer-login .login-container .fieldset:after,
.cms-home .login-gastronomico-heading .block-customer-login .login-container .fieldset:after {
  text-align: center;
}
.customer-account-login .login-gastronomico-heading .block-customer-login .form-login .field-recaptcha .g-recaptcha,
.cms-home .login-gastronomico-heading .block-customer-login .form-login .field-recaptcha .g-recaptcha {
  display: flex;
  justify-content: center;
}
.customer-account-login .block-new-customer-g,
.cms-home .block-new-customer-g {
  margin: 20px auto 35px;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  gap: 20px;
}
.customer-account-login .block-new-customer-g .new-customer-text.block-title strong,
.cms-home .block-new-customer-g .new-customer-text.block-title strong {
  font: 20px 'Nunito-Black', sans-serif;
  text-transform: uppercase;
  color: #243a76;
}
.customer-account-login .block-new-customer-g .new-customer-text.block-content p,
.cms-home .block-new-customer-g .new-customer-text.block-content p {
  color: #777;
  margin: 0;
  max-width: 300px;
}
.customer-account-login .block-new-customer-g .actions-toolbar .primary a,
.cms-home .block-new-customer-g .actions-toolbar .primary a {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: 15px 35px;
  border-radius: 5px;
  background: #ff8222;
  line-height: normal;
}
.customer-account-login .block-new-customer-g .actions-toolbar .primary a:hover,
.cms-home .block-new-customer-g .actions-toolbar .primary a:hover {
  background: #f06800;
  transition: .3s;
}
.customer-account-login .block-new-customer-g .actions-toolbar .primary a span,
.cms-home .block-new-customer-g .actions-toolbar .primary a span {
  font: 14px 'MavenPro-Bold', sans-serif;
}
.customer-account-login .block-new-customer-info,
.cms-home .block-new-customer-info {
  line-height: 24px;
  color: #777777;
}
.customer-account-login .block-new-customer-info span,
.cms-home .block-new-customer-info span {
  display: block;
  font-family: 'MavenPro-Bold', sans-serif;
}
.customer-account-login .block-login-g-comunicaciones .com-left,
.cms-home .block-login-g-comunicaciones .com-left {
  display: block;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item {
  margin-bottom: 0px;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info {
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 0 auto;
  width: 99% !important;
  text-align: center;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info a span span.product-image-wrapper,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info a span span.product-image-wrapper {
  padding-bottom: 104% !important;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info a span span.product-image-wrapper img,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info a span span.product-image-wrapper img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin: 0;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details {
  min-height: 110px;
  justify-content: space-between;
  display: inline-flex;
  flex-direction: column;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details strong.product.name.product-item-name,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details strong.product.name.product-item-name {
  overflow: hidden;
  min-height: 80px;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details strong.product.name.product-item-name a,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details strong.product.name.product-item-name a {
  color: #777777;
  font-family: 'MavenPro-Bold', sans-serif, sans-serif;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details strong.product.name.product-item-name a:hover,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details strong.product.name.product-item-name a:hover {
  text-decoration: none;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .marca,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .marca {
  color: #777777;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box {
  margin: 10px 0;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .price-container .price-wrapper .price,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .price-container .price-wrapper .price {
  color: #55a4da;
  font-family: 'MavenPro-ExtraBold', sans-serif;
  font-size: 20px;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .special-price .price-final_price .price-label,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .special-price .price-final_price .price-label {
  display: none;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .special-price .price-final_price .price-wrapper span,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .special-price .price-final_price .price-wrapper span {
  color: #ff8222;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .old-price .price-final_price .price-label,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .old-price .price-final_price .price-label {
  display: none;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .old-price .price-final_price .price-wrapper span,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .price-box .old-price .price-final_price .price-wrapper span {
  color: #777777;
  font-size: 16px;
  font-family: 'MavenPro-Regular', sans-serif;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary button,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary button {
  background: #ffb80f;
  border: 0;
  width: 100%;
  border-radius: 5px;
  padding: 12px;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary button:hover,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary button:hover {
  background: #ff8222;
  transition: .3s;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary button span,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary button span {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Nunito-Semibold', sans-serif;
  font-size: 16px;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary .stock.unavailable,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary .stock.unavailable {
  padding: 8px;
  border: 1px dotted #ff8222;
  border-radius: 5px;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary .stock.unavailable span,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .actions-primary .stock.unavailable span {
  color: #ff8222;
  font-family: 'Nunito-Semibold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.customer-account-login .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info:hover,
.cms-home .block-content .products-grid ol.product-items .owl-carousel .owl-stage-outer .owl-stage .owl-item li.product-item .slider-product-item-info:hover {
  box-shadow: 0px 0px 8px 1px #dedede;
}
.customer-account-login .mp-product-slider-block,
.cms-home .mp-product-slider-block {
  display: none;
}
.customer-account-login section.brands-banner,
.cms-home section.brands-banner {
  text-align: center;
  justify-content: center;
}
.customer-account-login section.brands-banner img,
.cms-home section.brands-banner img {
  border-radius: 10px;
}
.customer-account-login .block-on-sale .sale-img-block,
.cms-home .block-on-sale .sale-img-block,
.customer-account-login .block-best-sellers .sale-img-block,
.cms-home .block-best-sellers .sale-img-block {
  background-position: center;
  border-radius: 10px;
}
.customer-account-login .block-on-sale h2,
.cms-home .block-on-sale h2,
.customer-account-login .block-best-sellers h2,
.cms-home .block-best-sellers h2 {
  color: #243a76;
  font-family: 'Nunito-Black', sans-serif, sans-serif;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.customer-account-login .block-on-sale h2:before,
.cms-home .block-on-sale h2:before,
.customer-account-login .block-best-sellers h2:before,
.cms-home .block-best-sellers h2:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff8222;
  font-size: 18px;
}
.customer-account-login .block-on-sale section,
.cms-home .block-on-sale section,
.customer-account-login .block-best-sellers section,
.cms-home .block-best-sellers section {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}
.customer-account-login .block-on-sale h2:before,
.cms-home .block-on-sale h2:before {
  content: "\f02c";
}
.customer-account-login .block-best-sellers h2:before,
.cms-home .block-best-sellers h2:before {
  content: "\f005";
}
.customer-account-login .comunicaciones01 img,
.cms-home .comunicaciones01 img {
  border-radius: 10px;
}
.customer-account-login .brand-carousel-block,
.cms-home .brand-carousel-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
}
.customer-account-login .brand-carousel-block .sparsh-brand-slider,
.cms-home .brand-carousel-block .sparsh-brand-slider {
  padding-top: 10px !important;
}
.customer-account-login .brand-carousel-block .sparsh-brand-slider:before,
.cms-home .brand-carousel-block .sparsh-brand-slider:before {
  display: none;
}
.customer-account-login .brand-carousel-block .brands-carousel-title,
.cms-home .brand-carousel-block .brands-carousel-title {
  color: #243a76;
  font-family: 'Nunito-Black', sans-serif;
  margin-bottom: 35px;
  text-align: center;
}
.customer-account-login .brand-carousel-block .brand-title a,
.cms-home .brand-carousel-block .brand-title a {
  pointer-events: none;
}
.customer-account-login .brand-carousel-block .brand-title b,
.cms-home .brand-carousel-block .brand-title b {
  display: none;
}
.customer-account-login .brand-carousel-block ul.slick-dots,
.cms-home .brand-carousel-block ul.slick-dots {
  padding: 0;
  list-style: none;
  display: flex !important;
  gap: 10px;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 25px;
}
.customer-account-login .brand-carousel-block ul.slick-dots li,
.cms-home .brand-carousel-block ul.slick-dots li {
  margin: 0 !important;
}
.customer-account-login .brand-carousel-block ul.slick-dots li button,
.cms-home .brand-carousel-block ul.slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 0;
  background: #D9D9D9;
}
.customer-account-login .brand-carousel-block ul.slick-dots li.slick-active button,
.cms-home .brand-carousel-block ul.slick-dots li.slick-active button {
  background: #ff8222 !important;
}
.customer-account-login .brand-carousel-block .slick-arrow,
.cms-home .brand-carousel-block .slick-arrow {
  display: none !important;
}
.customer-account-login .comunicaciones02 img,
.cms-home .comunicaciones02 img {
  border-radius: 10px;
}
.customer-account-login section.pie-home,
.cms-home section.pie-home {
  background: #ff8222;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.customer-account-login section.pie-home .pie-home-title,
.cms-home section.pie-home .pie-home-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.customer-account-login section.pie-home .pie-home-title h3,
.cms-home section.pie-home .pie-home-title h3 {
  font-family: 'Nunito-Black', sans-serif;
  color: #ffffff;
  background: #243a76;
  border-radius: 15px;
}
.customer-account-login section.pie-home .pie-home-content ul,
.cms-home section.pie-home .pie-home-content ul {
  list-style: none;
  padding: unset;
  margin: unset;
  display: flex;
  color: #ffffff;
}
.customer-account-login section.pie-home .pie-home-content ul li,
.cms-home section.pie-home .pie-home-content ul li {
  font-family: 'MavenPro-Medium', sans-serif;
  margin-bottom: unset;
  line-height: 20px;
}
.customer-account-login section.pie-home .pie-home-content ul li:last-child,
.cms-home section.pie-home .pie-home-content ul li:last-child {
  border: 0;
}
.customer-account-login .block-static-block.widget,
.cms-home .block-static-block.widget {
  margin-bottom: 0;
}
@media (min-width: 430px) and (max-width: 768px) {
  .customer-account-login,
  .cms-home .block-login-g-leyenda .legend .legend-content {
    gap: 40px;
  }
  .customer-account-login .legend-text,
  .cms-home .block-login-g-leyenda .legend .legend-content .legend-text {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 520px) and (max-width: 992px) {
  .customer-account-login .block-login-g-leyenda .legend .legend-content .legend-text,
  .cms-home .block-login-g-leyenda .legend .legend-content .legend-text {
    flex-direction: row !important;
    gap: 20px !important;
  }
  .brands-banner-block,
  .block-login-g-comunicaciones,
  .block-login-g-comunicaciones,
  .login-gastronomico-heading {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .block-new-customer-g {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .customer-account-login .block-on-sale,
  .cms-home .block-on-sale,
  .customer-account-login .block-best-sellers,
  .cms-home .block-best-sellers {
    margin: 20px 15px 0;
  }
  .customer-account-login .block-on-sale h2:before,
  .cms-home .block-on-sale h2:before,
  .customer-account-login .block-best-sellers h2:before,
  .cms-home .block-best-sellers h2:before {
    font-size: 18px;
  }
  .customer-account-login .block-on-sale .sale-img-block,
  .cms-home .block-on-sale .sale-img-block,
  .customer-account-login .block-best-sellers .sale-img-block,
  .cms-home .block-best-sellers .sale-img-block {
    min-width: 415px;
    margin: 0 15px;
    display: none !important;
  }
  .customer-account-login .block-on-sale button.owl-prev,
  .cms-home .block-on-sale button.owl-prev,
  .customer-account-login .block-best-sellers button.owl-prev,
  .cms-home .block-best-sellers button.owl-prev,
  .customer-account-login .block-on-sale button.owl-next,
  .cms-home .block-on-sale button.owl-next,
  .customer-account-login .block-best-sellers button.owl-next,
  .cms-home .block-best-sellers button.owl-next {
    display: none !important;
  }
}
.brands-banner-block,
.block-login-g-comunicaciones,
.block-login-g-comunicaciones {
  padding: 0 15px;
}
.min.field.taxvat > .control:after {
  content: "SI USTED REQUIERE “FACTURA A” POR SU COMPRA, POR FAVOR INGRESE CUIT EN EL CAMPO CUIT/DNI, SIN ESPACIOS NI GUIONES.";
  text-transform: uppercase;
  color: #f58131;
}
.customer-account-create .page-title span {
  text-transform: uppercase;
  font-family: 'MavenPro-ExtraBold', sans-serif;
  color: #243a76;
  font-size: 19px;
}
.customer-account-create .message.success {
  background: #00b400 !important;
  font-weight: bold;
  text-transform: uppercase;
}
.customer-account-create fieldset .legend span,
.customer-account-create label {
  color: #777777;
}
.customer-account-create .tooltip {
  display: none;
}
.customer-account-create .actions-toolbar {
  margin-left: 0;
}
.customer-account-create .actions-toolbar .primary button {
  margin: 0;
  color: #55a4da;
  text-transform: uppercase;
  font-size: 13px;
  border: 2px solid #55a4da;
  padding: 10px 40px;
  border-radius: 5px;
  background: transparent;
  margin-right: 22px;
  font-weight: 200;
}
.customer-account-create .actions-toolbar .primary button:hover {
  background: #55a4da;
  color: #fff;
  transition: .3s;
}
.customer-account-create .actions-toolbar .primary button span {
  font-family: 'MavenPro-Medium', sans-serif;
}
.gastro.field.taxvat > .control:after {
  content: "LA RAZÓN SOCIAL, MAIL, Y CUIT NO PUEDEN SER MODIFICADOS DESDE AQUÍ EN SU CUENTA GASTRONÓMICA. POR FAVOR COMUNICARSE CON VENTAS@MAYORISTANET.COM PARA SOLICITAR ESTOS CAMBIOS.";
  text-transform: uppercase;
  color: #f58131;
}
.formhead {
  text-align: center;
}
.formhead h2 {
  text-transform: uppercase;
  font-family: 'MavenPro-ExtraBold', sans-serif;
  color: #243a76;
  font-size: 19px;
}
.formhead .formreg-subtitle {
  color: #777777;
}
.formhead .formreg-alert {
  color: #ff8222;
  border: 2px solid #ff8222;
  padding: 15px;
  margin: 0 auto;
  font-size: 15px;
}
.form-questions {
  margin: 0 auto;
}
.form-questions .quest {
  margin: 25px 0;
  padding: 15px 0;
}
.form-questions .quest .q-title {
  background-color: #243a76;
  padding: 10px;
  margin-bottom: 25px;
}
.form-questions .quest .q-title h3 {
  color: #fff;
  font-family: 'MavenPro-ExtraBold', sans-serif, sans-serif;
  font-size: 17px;
}
.form-questions .quest .q-title p {
  color: #fff;
  font-size: 13px;
}
.form-questions .quest .q-options .field {
  margin-bottom: 15px;
}
.form-questions .quest .q-options .mayo-rights {
  color: #ff8222;
  font-size: 14px;
  text-align: center;
  border: 2px solid #ff8222;
  margin-top: 30px;
}
.form-questions .quest .q-options .mayo-rights p {
  padding: 15px 30px;
  margin: 0;
}
.form-questions .quest .q-options .red-ink {
  color: red;
}
.form-questions .quest .q-options .required label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.form-questions .quest .q-options input[type="checkbox"] {
  height: 15px;
}
.close {
  text-align: center;
}
.close p {
  font-size: 12px;
  color: #e02b27;
}
.close .actions-toolbar {
  display: inline-block !important;
}
* {
  font-family: 'MavenPro-Regular', sans-serif;
}
a:hover,
a:active {
  text-decoration: none;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #e6e6e6;
}
a,
.alink {
  color: #777777;
}
a:hover,
.alink:hover {
  color: #ff8222;
}
a:visited,
.alink:visited {
  color: #777777;
}
main#maincontent {
  margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #243a76 !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #243a76 !important;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #fff !important;
  border: 1px solid #777777 !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: 10px;
}
.fotorama__active .fotorama__dot {
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.fotorama__dot {
  height: 7px !important;
  width: 7px !important;
  background: #dadada !important;
}
.breadcrumbs {
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  font-size: 17px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.breadcrumbs .items {
  max-width: 1260px;
  margin: 0 auto;
  font-size: 13px;
}
select,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border-radius: 5px;
  height: 40px;
  color: #777777;
  font-family: 'MavenPro-Regular', sans-serif, sans-serif;
  font-size: 13px;
}
.alert-text {
  display: inline-block;
}
.alert-text p {
  background: #d20202;
  padding: 5px 10px;
  color: #fff;
  font-family: 'MavenPro-Medium', sans-serif;
  border-radius: 5px;
}
.message.success {
  padding: 15px 40px;
  background: #55a4da;
  color: #ffffff;
}
.message.success a {
  color: #243a76;
}
.message.success > *:first-child:before {
  color: #243a76;
  line-height: 36px;
}
.panel-checkout .frame-tarjetas {
  display: none;
}
html {
  scroll-behavior: smooth;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  float: left !important;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.sparsh-brand-slider .brand-title {
  text-align: center !important;
  max-width: 210px;
}
.sparsh-brand-slider .slick-slide {
  padding: 0px 5px;
}
.sparsh-brand-slider .slick-slide img {
  width: 100%;
}
.sparsh-brand-slider .slick-list.draggable {
  margin: 0 15px !important;
}
.sparsh-brand-slider .slick-prev:before {
  content: '';
}
.sparsh-brand-slider .slick-next:before {
  content: '';
}
.sparsh-brand-slider .slick-arrow {
  background: none;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  border: 0;
  z-index: 3;
  color: #000;
  box-shadow: none !important;
  border-radius: 0;
  margin-top: -3px;
  font-size: 0;
  height: 60px;
  line-height: 32px;
  padding: 0;
  width: 36px;
  text-align: center;
}
.sparsh-brand-slider .slick-arrow:after {
  content: '\e617';
  font-family: 'luma-icons';
  color: transparent;
}
.sparsh-brand-slider .slick-arrow:focus {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh-brand-slider .slick-arrow:active {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh-brand-slider .slick-arrow.slick-next {
  left: inherit;
  right: 0;
  transition: all .3s ease;
}
.sparsh-brand-slider .slick-arrow.slick-next:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../Sparsh_Brand/images/right-arrow.png');
  margin-top: -44px;
}
.sparsh-brand-slider .slick-arrow.slick-next:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh-brand-slider .slick-arrow.slick-prev {
  left: 0;
  transition: all .3s ease;
}
.sparsh-brand-slider .slick-arrow.slick-prev:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../Sparsh_Brand/images/left-arrow.png');
  margin-top: -44px;
}
.sparsh-brand-slider .slick-arrow.slick-prev:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh-brand-slider .slick-slider:hover .sparsh-brand-slider .slick-arrow.slick-next {
  right: 0;
}
.sparsh-brand-slider .slick-slider:hover .sparsh-brand-slider .slick-arrow.slick-prev {
  left: 15px;
}
.sparsh-brand-slider > .slick-list > .slick-track {
  margin-left: -55px;
}
.sparsh-brand-toolbar .toolbar .limiter {
  display: none;
}
.sparsh-brand-toolbar .pager {
  display: none;
}
.sparsh-brand-bottom-toolbar .toolbar .limiter {
  display: none !important;
}
.sparsh-brand-slider.product-view .slick-arrow.slick-next {
  left: inherit;
  right: 0px;
  transition: all .3s ease;
}
.sparsh-brand-slider.product-view .slick-arrow.slick-prev {
  left: 0px;
  transition: all .3s ease;
}
.product-info-main .product.attribute.sparsh-brand {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sparsh-brand .value {
  display: inline-block;
}
.brands-index-index .page-wrapper {
  background: #ebebeb;
}
@media only screen and (max-width: 768px) {
  .sparsh-brand-slider > .slick-list > .slick-track {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .page-products.brands-index-index.page-layout-1column .products-grid .product-item {
    width: 20%;
  }
  .sparsh-brand-slider .brand-title {
    padding: 0 80px;
  }
}
header.page-header .panel.wrapper {
  border-bottom: 0px;
  background: #243a76;
  text-align: center;
}
header.page-header .panel.wrapper .panel.header {
  padding-bottom: 8px;
  padding-top: 8px;
}
header.page-header .panel.wrapper .panel.header .topheader-info p {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
}
header.page-header .panel.wrapper .panel.header .topheader-info p span {
  font-family: 'MavenPro-ExtraBold', sans-serif;
}
header.page-header .panel.wrapper .panel.header .topheader-info p a {
  color: #fff;
  background: #243a76;
  padding: 3px 10px;
  border-radius: 100px;
}
header.page-header .panel.wrapper .panel.header .topheader-info p a i.fas:before {
  color: #ff8222;
  margin-right: 5px;
}
header.page-header .panel.wrapper .panel.header .topheader-info p a:hover > i.fas:before {
  color: #ffb80f !important;
}
header.page-header .panel.wrapper .panel.header li.greet.welcome span {
  color: #fff;
  font-family: 'MavenPro-Bold', sans-serif;
}
header.page-header .header.content .minicart-wrapper .action.showcart {
  position: relative;
}
header.page-header .header.content .minicart-wrapper .action.showcart:before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-weight: 600;
}
header.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  background: #55a4da;
  border-radius: 15px;
  border: 1px solid #fff;
  position: relative;
}
header.page-header .header.content ul.header.links.duplicate li.link.wishlist a span.counter.qty {
  display: none;
}
header.page-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 3;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .block.block-search .block-content {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: none;
  }
}
