/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.message.info,
.message.error,
.message.warning,
.message.notice,
.message.success {
  max-width: 400px;
  left: auto;
  right: 100px;
  top: 100px;
}
@media (min-width: 992px) {
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation {
    height: 100%;
    background: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation li.parent.level0 > a:before {
    content: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu {
    padding: 20px 0;
    position: absolute !important;
    top: 100% !important;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
    background: #fff;
    min-width: 220px;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
    padding: 0 20px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu li > ul {
    left: 100%;
    top: -20px !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu li a {
    font-size: 0.9375rem;
    background: none !important;
    font-weight: 400;
    padding: 10px 0;
    color: #222;
    border-left: none !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a {
    color: #222222;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0 20px 2px;
    position: relative;
    display: block;
    line-height: inherit;
    border: none !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    left: 20px;
    right: 20px;
    background-color: #222222;
    top: 100%;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li.active > a:after,
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a.ui-state-focus:after,
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a:hover:after {
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul li > a.ui-state-active + .submenu,
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul li > a.ui-state-focus + .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/*
//
//  Mobile @screen__s
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {}

//
//  Desktop
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {}

//
//  Desktop large
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__xl) {}

*/
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.products-grid:not(.active-slider) .product-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.products-grid:not(.active-slider) .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 15px;
  width: 100%;
}
.row-mobile-1 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
}
.row-mobile-2 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
.row-mobile-3 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
.row-mobile-4 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
.row-mobile-5 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5);
}
.row-mobile-6 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
}
.row-mobile-7 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  max-width: calc(100% / 7);
}
.row-mobile-8 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  max-width: calc(100% / 8);
}
@media (min-width: 768px) {
  .row-tablet-1 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-tablet-2 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-tablet-3 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-tablet-4 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-tablet-5 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-tablet-6 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-tablet-7 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-tablet-8 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
@media (min-width: 992px) {
  .row-1 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-2 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-3 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-4 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-5 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-6 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-7 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-8 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
@media (max-width: 1500px) and (min-width: 1366px) {
  header.page-header .header-area.search-icon-bottom .block-search .block-content {
    padding: 0 40px;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    font-size: 20px;
    padding: 17px 46px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    background: inherit;
    display: inline-block;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #ffffff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .amgdpr-modal-container .modal-header {
    padding: 40px 50px 20px;
  }
  .amgdpr-modal-container .modal-header .modal-title {
    font-size: 30px;
  }
  .amgdpr-modal-container .modal-content {
    padding: 0 30px 0 50px;
  }
  .amgdpr-modal-container .modal-footer {
    padding: 30px 50px 50px;
  }
  .amgdpr-modal-container .action.action-primary {
    width: auto;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .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;
  }
}
/*-- VARIABLES */
/*-- HEADER */
/*-- Logo */
body header.page-header .header-area .horizontal-menu {
  margin-left: 0;
}
header.page-header .header-area .logo {
  flex: 0 1 auto;
  justify-content: center;
  min-width: 100px;
}
header.page-header .header-area .logo img {
  max-width: 190px;
  width: 100%;
}
@media (min-width: 992px) {
  header.page-header .header-area .logo {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  header.page-header .header-area .logo {
    max-width: none;
    min-width: 190px;
  }
}
/*-- Top header */
header.page-header .header-area.header5 .top-header {
  flex-wrap: wrap;
  align-items: center;
  background-color: #000;
}
body header.page-header .header-area.header5 .top-header .left-top-header .content {
  font-size: 12px;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block {
  justify-content: center;
}
header.page-header .header-area.header5 .top-header,
header.page-header .header-area.header5 .top-header a,
body header.page-header .header-area.header5 .top-header .right-top-header .list-block .item a.link {
  color: #fff;
  font-weight: 700;
}
body header.page-header .header-area.header5 .top-header .right-top-header .item.social {
  padding-left: 0;
}
header.page-header .header-area.header5 .top-header .list-social li:first-of-type a {
  padding-left: 0;
}
body header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options .action.toggle {
  color: #fff;
}
body header.page-header .header-area.header5 .top-header .upper-top-header {
  flex: 1 1 100%;
}
body header.page-header .header-area.header5 .top-header .upper-top-header p {
  text-align: center;
  font-size: 0.9rem;
  font-style: italic;
}
@media (max-width: 991px) and (min-width: 768px) {
  body header.page-header .header-area.header5 .top-header .right-top-header .item.social {
    display: block;
  }
}
@media (min-width: 768px) {
  header.page-header .header-area.header5 .top-header .right-top-header .item.social {
    padding-left: 20px;
  }
  header.page-header .header-area.header5 .top-header .list-social li:first-of-type a {
    padding-left: 20px;
  }
}
/*-- Middle header */
header.page-header .middle-header {
  background-color: #fff;
}
/*-- Botones custom header */
.btns-custom-header {
  display: none;
}
/*-- todas las versiones */
@media (min-width: 768px) {
  .btns-custom-header {
    display: flex;
    align-items: center;
    font-size: 10px;
  }
  .btns-custom-header__item-wrapper {
    display: flex;
    max-height: 60px;
    max-width: 160px;
    padding: 5px;
  }
  .btns-custom-header__item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 4em;
    padding: 0.5em 1em;
    background-color: #e6e6e6;
    line-height: 0;
  }
  .btns-custom-header__item-txt-value {
    font-size: 1.1em;
    line-height: 1em;
  }
  .btns-custom-header__item-ico {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  .btns-custom-header {
    font-size: 8px;
  }
}
@media (min-width: 1200px) {
  .btns-custom-header {
    font-size: 10px;
  }
}
/*-- version con hover */
@media (min-width: 768px) {
  .btns-custom-header.v-hover .btns-custom-header__item-txt-value {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
    background: #e6e6e6;
    padding: 0.7em;
    text-align: center;
    font-size: 11px;
    line-height: 1em;
    transition: opacity 0.3s ease-out, top 0.3s ease-out;
    pointer-events: none;
  }
  .btns-custom-header.v-hover .btns-custom-header__item:hover .btns-custom-header__item-txt-value {
    top: 100%;
    opacity: 1;
  }
}
/*-- version normal (sin hover) */
@media (min-width: 768px) {
  .btns-custom-header.v-normal .btns-custom-header__item {
    background-color: #fff;
  }
  .btns-custom-header.v-normal .btns-custom-header__item-ico {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    font-size: 2.6em;
  }
  .btns-custom-header.v-normal .btns-custom-header__item-txt-value {
    font-size: 1.2em;
  }
}
/*-- Botones derecha: busqueda, cuenta, favoritos, carrito... */
body header.page-header .right-content > div {
  margin-left: 14px;
}
header.page-header .search-icon-bottom .block-search .block-title.theme-header-icon,
body .header-top-links .actions .action.top-links,
body header.page-header .top-wishlist > a,
body header.page-header .minicart-wrapper .action.showcart {
  position: relative;
}
header.page-header .search-icon-bottom .right-content .my-text {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  font-size: 12px;
  font-family: 'Nexa';
  line-height: 1em;
}
body header.page-header .theme-header-icon:hover,
body .header-top-links .actions .action.top-links:hover:before,
body header.page-header .block-search.active .theme-header-icon,
body header.page-header .setting-site.active .theme-header-icon,
body header.page-header .minicart-wrapper.active .theme-header-icon,
body header.page-header .header-top-links.active .theme-header-icon {
  color: #4b6e2b;
}
body header.page-header .header-area.header5 .middle-header .right-content .minicart-wrapper .action.showcart .counter.qty,
body header.page-header .header-area.header5 .middle-header .right-content .top-wishlist .counter.qty {
  background-color: #78b045;
}
@media (min-width: 768px) {
  header.page-header .search-icon-bottom .block-search .block-title.theme-header-icon,
  body .header-top-links .actions .action.top-links,
  body header.page-header .top-wishlist > a,
  body header.page-header .minicart-wrapper .action.showcart {
    height: 41px;
    width: 55px;
    text-align: center;
  }
  header.page-header .search-icon-bottom .right-content .my-text {
    display: block;
  }
  header.page-header .block-search .block-title:before,
  body .header-top-links .actions .action.top-links .action.top-links:before,
  body .header-top-links .actions .action.top-links:before,
  body header.page-header .minicart-wrapper .action.showcart:before {
    font-size: 17px;
    line-height: 1em;
  }
  body header.page-header .top-wishlist .wishlist-icon {
    margin-top: 0;
    height: 100%;
    font-size: 17px;
    line-height: 1em;
  }
}
@media (min-width: 992px) {
  body header.page-header .right-content > div {
    margin-left: 10px;
  }
  header.page-header .search-icon-bottom .block-search .block-title.theme-header-icon,
  body .header-top-links .actions .action.top-links,
  body header.page-header .top-wishlist > a,
  body header.page-header .minicart-wrapper .action.showcart {
    height: 34px;
    width: 42px;
  }
  header.page-header .search-icon-bottom .right-content .my-text {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  body header.page-header .right-content > div {
    margin-left: 14px;
  }
  header.page-header .search-icon-bottom .block-search .block-title.theme-header-icon,
  body .header-top-links .actions .action.top-links,
  body header.page-header .top-wishlist > a,
  body header.page-header .minicart-wrapper .action.showcart {
    height: 41px;
    width: 55px;
  }
  header.page-header .search-icon-bottom .right-content .my-text {
    font-size: 12px;
  }
  header.page-header .block-search .block-title:before,
  body .header-top-links .actions .action.top-links .action.top-links:before,
  body .header-top-links .actions .action.top-links:before,
  body header.page-header .minicart-wrapper .action.showcart:before {
    font-size: 20px;
  }
  body header.page-header .top-wishlist .wishlist-icon {
    font-size: 20px;
  }
}
/*-- Language switcher */
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .label,
.dropdown.switcher-dropdown[data-mage-init],
.dropdown.switcher-dropdown:not(.ui-dialog-content) {
  display: none !important;
}
body header.page-header .header-area.header5 .top-header .right-top-header .action.toggle.switcher-trigger {
  cursor: pointer;
}
body header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options {
  position: relative;
}
body header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options .action.toggle::after {
  position: absolute;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  margin-left: 5px;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options .ui-dialog {
  position: absolute;
  min-width: 160px;
  left: 15px;
  z-index: 100;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options .ui-dialog .switcher-dropdown {
  padding: 0;
  background-color: #fff;
}
header.page-header .header-area.header5 .top-header .right-top-header .list-block .item .switcher .options .ui-dialog .switcher-dropdown .switcher-option {
  margin-bottom: 0;
  padding: 10px;
}
/*-- HEADER STICKY BOTTOM MOBILE */
/* body div.header-mobile-tabs--bottom {
    display: none;
} */
/*-- BREADCRUMBS */
/* body.catalog-category-view .page-title-wrapper.layout_type1 .breadcrumbs {
    position: relative;
    padding-right: 80px;
}
body .breadcrumbs .items {
    padding: 0;
}
body.catalog-category-view .page-title-wrapper.layout_type1 .breadcrumbs .items {
    overflow: hidden;
}
body.breadcrumbs .items .item:not(:last-child):after {
    width: 0.15rem;
    height: 0.15rem;
} */
/*-- NAVIGATION */
body header.page-header .header-area .comonline-top-menu--mobile.horizontal-menu {
  position: static;
  width: auto;
  box-shadow: none;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
body header.page-header .header-area .comonline-top-menu--mobile.horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 {
  border-top: 1px solid #f3f3f3;
}
@media (min-width: 992px) {
  body .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > a.level0:after {
    background-color: transparent;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > a.level0 span {
    font-size: 0.95em;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0.menu-1columns .dropdown-submenu._hover > .dropdown-menu-ct {
    max-height: calc(100vh - 175px);
    overflow: auto;
  }
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(7) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(8) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(9) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(10) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(11) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(12) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(13) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(14) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(15) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(16) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(17) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(18) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(19) > .dropdown-mega-menu,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .level0:nth-of-type(20) > .dropdown-mega-menu {
    left: auto;
    right: 0;
  }
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(7) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(8) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(9) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(10) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(11) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(12) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(13) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(14) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(15) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(16) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(17) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(18) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(19) .level1 .dropdown-menu-ct,
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu:not(.comonline-top-menu) .mgs-megamenu--main .nav-main-menu li.level0:nth-of-type(20) .level1 .dropdown-menu-ct {
    left: auto;
    right: 100%;
    z-index: 1;
  }
  body header.page-header .header-area .horizontal-menu.comonline-top-menu--mobile {
    display: none;
  }
  .comonline-main-menu {
    padding-left: 80px;
    padding-right: 80px;
    background-color: #78b045;
    text-align: center;
  }
  .comonline-main-menu .navigation {
    display: inline-block;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 a.level0 {
    color: #fff;
  }
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 a.level0:after {
    background-color: transparent;
  }
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0:first-child {
    padding-left: 8px !important;
  }
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0._hover {
    background-color: #4b6e2b;
  }
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu li > a {
    padding: 5px 32px 5px 10px;
  }
  .header-area:not(.right-slide-menu) .comonline-main-menu.horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > .dropdown-mega-menu li > a > .toggle-menu {
    right: 11px;
  }
  .comonline-main-menu .nav-main-menu {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > a.level0 span {
    font-size: 1em;
  }
  body .header-area:not(.right-slide-menu) .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 1365px) {
  .comonline-main-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1500px) and (min-width: 1366px) {
  .comonline-main-menu {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* .header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu {
    padding: 13px 9px;
} */
/*-- LAYOUT GENERAL */
@media (max-width: 991px) {
  body .page-main > .columns {
    max-width: 100% !important;
  }
}
/*-- PAGE TITLES */
body .page-title-wrapper.layout_type1 {
  padding: 30px 15px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.cms-page-view .page-title-wrapper.layout_type1,
.blog-post-list .page-title-wrapper.layout_type1 {
  padding: 30px 15px;
  margin-bottom: 30px !important;
  background-color: #78b045;
  max-width: 1200px;
  margin: auto;
}
.cms-page-view .page-title-wrapper .page-title,
.blog-post-list .page-title-wrapper .page-title {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 2rem;
  color: #fff;
}
.cms-page-view .page-title-wrapper .status-order-account .breadcrumbs,
.blog-post-list .page-title-wrapper .status-order-account .breadcrumbs {
  display: none;
  bottom: -55px;
  left: 0;
}
.cms-page-view h2,
.blog-post-list h2,
.cms-page-view h3,
.blog-post-list h3,
.cms-page-view .h2,
.blog-post-list .h2,
.cms-page-view .h3,
.blog-post-list .h3 {
  margin-bottom: 1.9em;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: 700;
  color: #000;
}
.cms-page-view h2,
.blog-post-list h2,
.cms-page-view .h2,
.blog-post-list .h2 {
  font-size: 26px;
}
.cms-page-view h3,
.blog-post-list h3,
.cms-page-view .h3,
.blog-post-list .h3 {
  font-size: 24px;
  font-weight: 400;
}
.catalogsearch-result-index .page-title-wrapper.layout_type1,
.instantsearch-result-index .page-title-wrapper.layout_type1,
.instantsearch-category-result .page-title-wrapper.layout_type1,
body.account .page-title-wrapper.layout_type1,
.checkout-cart-index .page-title-wrapper.layout_type1,
.guestwishlist-index-index .page-title-wrapper.layout_type1 {
  padding: 30px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.catalogsearch-result-index .page-title-wrapper .page-title,
.instantsearch-result-index .page-title-wrapper .page-title,
.instantsearch-category-result .page-title-wrapper .page-title,
body.account .page-title-wrapper .page-title,
.checkout-cart-index .page-title-wrapper .page-title,
.guestwishlist-index-index .page-title-wrapper .page-title {
  text-transform: uppercase;
  font-size: 2rem;
}
.catalogsearch-result-index .breadcrumbs,
.instantsearch-result-index .breadcrumbs,
.instantsearch-category-result .breadcrumbs,
body.account .breadcrumbs,
.checkout-cart-index .breadcrumbs,
.guestwishlist-index-index .breadcrumbs {
  display: none;
}
.catalogsearch-result-index .category-result .block.block-title,
.instantsearch-result-index .category-result .block.block-title,
.instantsearch-category-result .category-result .block.block-title,
body.account .category-result .block.block-title,
.checkout-cart-index .category-result .block.block-title,
.guestwishlist-index-index .category-result .block.block-title {
  display: none;
}
.catalogsearch-result-index .category-product-actions.show-breadcrumbs .toolbar-products,
.instantsearch-result-index .category-product-actions.show-breadcrumbs .toolbar-products,
.instantsearch-category-result .category-product-actions.show-breadcrumbs .toolbar-products,
body.account .category-product-actions.show-breadcrumbs .toolbar-products,
.checkout-cart-index .category-product-actions.show-breadcrumbs .toolbar-products,
.guestwishlist-index-index .category-product-actions.show-breadcrumbs .toolbar-products {
  margin-top: 0;
}
@media (min-width: 992px) {
  .cms-page-view .page-title-wrapper .status-order-account .breadcrumbs,
  .blog-post-list .page-title-wrapper .status-order-account .breadcrumbs {
    display: block;
    position: static;
  }
  .cms-page-view .page-title-wrapper .status-order-account .breadcrumbs .items,
  .blog-post-list .page-title-wrapper .status-order-account .breadcrumbs .items {
    justify-content: flex-start;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
  }
  .cms-page-view .page-title-wrapper.layout_type1,
  .blog-post-list .page-title-wrapper.layout_type1 {
    margin-top: 30px;
    margin-bottom: 30px !important;
    background-color: transparent;
  }
  .cms-page-view .page-title-wrapper .page-title,
  .blog-post-list .page-title-wrapper .page-title {
    color: #000;
    text-align: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cms-page-view .page-title-wrapper.layout_type1,
  .blog-post-list .page-title-wrapper.layout_type1 {
    max-width: 960px;
  }
}
/*-- CMS PAGES */
.cms-page-view .page-main ul,
.blog-view .content-description ul,
.page-products .category-view ul {
  list-style: disc;
  padding-left: 15px;
}
/*-- PRODUCT PAGE: all products */
body.catalog-product-view {
  /*-- yotpo fix: yotpo click not scrolling to reviews */
  /*-- columns (image and info) */
}
body.catalog-product-view .yotpoBottomLine {
  position: relative;
}
body.catalog-product-view .yotpoBottomLine .yotpo-click-fix {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
@media (min-width: 767.99px) {
  body.catalog-product-view .product.media {
    width: calc(35% - 15px);
  }
  body.catalog-product-view .product-info-main {
    width: calc(65% - 15px);
  }
}
@media (min-width: 1200px) {
  body.catalog-product-view .product.media {
    width: calc(28% - 15px);
  }
  body.catalog-product-view .product-info-main {
    width: calc(72% - 15px);
  }
}
/*-- PRODUCT PAGE: SIMPLE */
/*-- product reviews */
.product-info-main .product-reviews-summary {
  display: none;
}
.legend.review-legend > span {
  margin-right: 5px;
}
/*-- title and price */
body.catalog-product-view .product-info-main .page-title-wrapper .page-title,
body.catalog-product-view .product-info-main .price-box .price-wrapper .price {
  color: #000;
}
/*-- sku and price (fakeprice mimics template structure) */
body.catalog-product-view .product-info-main .product.attribute.sku {
  display: none;
}
body.catalog-product-view .product-info-main .product.attribute.sku,
body.catalog-product-view .product-info-main .product.attribute.sku .type,
body.catalog-product-view .product-info-main .price-box .price-wrapper .price {
  font-weight: 600;
}
/*-- wishlist button, compare button */
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-info-addtocart-wrapper .box-tocart .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  display: none !important;
}
/*-- quantity input */
body.catalog-product-view .product-info-main .box-tocart .field.qty,
body.catalog-product-view .block-bundle-summary .box-tocart .field.qty,
.product-info-addtocart-wrapper .box-tocart .field.qty {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .input-text,
.catalog-product-view .block-bundle-summary .box-tocart .field.qty .input-text,
.product-info-addtocart-wrapper .box-tocart .field.qty .input-text {
  height: 44px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .edit-qty i,
.catalog-product-view .block-bundle-summary .box-tocart .field.qty .edit-qty i,
.product-info-addtocart-wrapper .box-tocart .field.qty .edit-qty i {
  color: #000;
  font-weight: 700;
}
/*-- product add to cart buttons */
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-info-addtocart-wrapper .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  border-width: 1px;
  background-color: #78b045;
  color: #000;
}
.bundle-actions .action.primary:hover,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover,
.cart-container .checkout-methods-items .action.primary:hover,
.block-minicart .block-content > .actions > .primary .action.primary:hover,
.methods-shipping .actions-toolbar .action.primary:hover,
.block-authentication .action.action-register:hover,
.block-authentication .action.action-login:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover,
.form-address-edit .actions-toolbar .action.primary:hover,
.multicheckout .action.primary:hover,
.product-info-main .box-tocart .action.tocart:hover,
.product-info-addtocart-wrapper .box-tocart .action.tocart:hover,
.product-options-bottom .box-tocart .action.tocart:hover {
  background-color: #000;
  color: #fff;
}
/*-- share this buttons */
body.catalog-product-view .product-info-main .product-social-links .share-this-container {
  justify-content: flex-end;
}
.catalog-product-view .sharethis-inline-share-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.catalog-product-view .sharethis-inline-share-buttons-text,
.catalog-product-view .sharethis-inline-share-buttons {
  padding: 5px 10px;
}
.catalog-product-view .sharethis-inline-share-buttons-text {
  flex: 0 0 auto;
  padding-bottom: 0;
  text-transform: uppercase;
}
.catalog-product-view .sharethis-inline-share-buttons {
  flex: 0 0 auto;
}
body.catalog-product-view .product-info-main .product-social-links .share-this-container .sharethis-inline-share-buttons .st-btn {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
/*-- product tabs */
/*-- product tabs titles */
body .product.info.detailed .product.data.items,
body .product.info.detailed .product.data.items > .item.content {
  border-top-color: #78b045;
}
.product.data.items > .item.title > .switch {
  text-transform: uppercase;
}
body .product.info.detailed .product.data.items > .item.title > .switch {
  font-weight: 400;
}
body .product.info.detailed .product.data.items > .item.title.active > .switch,
body .product.info.detailed .product.data.items > .item.title > .switch:hover {
  color: #000;
}
/*-- Related, up-sells, cross-sells */
body.catalog-product-view .block .block-title.title > strong {
  color: #000;
  text-transform: uppercase;
}
body.catalog-product-view .block .block-actions {
  display: none;
}
/*-- Add to cart btn */
body.catalog-product-view .product-info-main .box-topresupuesto .action.primary.tocart {
  height: auto;
  padding: 15px;
  text-align: center;
  line-height: 1em;
}
/*-- PRODUCT PAGE: CONFIGURABLE */
.product-options-wrapper input[type="text"],
.product-options-wrapper select {
  background-color: #e6e6e6;
  border: 1px solid black;
}
body .product-add-form .fieldset > .field > .label {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #000;
}
.catalog-product-view .product-info-main .price-box .price-label,
.catalog-product-view .product-info-main .stock.available {
  display: block;
}
.page-product-configurable .field.qty {
  display: none !important;
}
/*-- PRODUCT PAGE: SIMPLE WITH LAYOUT MODIFICATIONS */
/*-- move add to cart block outside image and info columns. New div .product-info-addtocart-wrapper container from layout xml */
/*-- add to cart with presupuesto and diseno buttons */
.catalog-product-view .product-info-addtocart-wrapper {
  clear: both;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.catalog-product-view .product-info-addtocart-wrapper-right,
.catalog-product-view .product-info-addtocart-wrapper-left {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  font-size: 0.85em;
}
.catalog-product-view .product-info-addtocart-wrapper-right {
  justify-content: flex-end;
  flex-wrap: wrap;
}
/*-- add to cart button and qty fields */
.catalog-product-view .product-info-addtocart-wrapper .box-tocart {
  padding: 0 5px;
  visibility: hidden;
}
.catalog-product-view .product-info-addtocart-wrapper .box-tocart.is-visible {
  visibility: visible;
}
.catalog-product-view .product-info-addtocart-wrapper .box-tocart > .fieldset {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.catalog-product-view .product-info-addtocart-wrapper .box-tocart .action.primary.tocart {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  height: 2.875rem;
  white-space: nowrap;
}
/*-- quantity fields */
.catalog-product-view .product-info-addtocart-wrapper .box-tocart .field.qty {
  max-width: 150px;
}
.catalog-product-view .product-info-addtocart-wrapper .box-tocart .qty-pr {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-addtocart-wrapper .box-tocart .field.qty .edit-qty {
  width: 50px;
  text-align: center;
  font-size: 11px;
  line-height: 2.775rem;
}
.catalog-product-view .product-info-addtocart-wrapper .box-tocart .field.qty .input-text {
  border: none;
  height: 2.625rem;
  padding: 0;
  width: 100%;
  text-align: center;
}
.catalog-product-view .product-info-addtocart-wrapper .box-tocart .field.qty,
.catalog-product-view .product-info-addtocart-wrapper .box-tocart .actions {
  margin: 0 0 5px 10px;
}
.catalog-product-view .product-info-addtocart-wrapper .box-tocart .field.qty {
  margin-left: 0;
}
/*-- pedir presupuesto boton */
.product-info-addtocart-presupuesto-wrapper {
  display: flex;
  margin-bottom: 20px;
  padding: 0 5px;
}
.product-info-addtocart-presupuesto-wrapper a {
  flex: 1 1 auto;
  opacity: 0.5;
  cursor: default;
}
.product-info-addtocart-presupuesto-wrapper a:hover {
  color: #222;
}
.product-info-addtocart-presupuesto-wrapper a.is-active {
  opacity: 1;
  cursor: pointer;
  color: #4b6e2b;
}
/*-- add tocart feedback */
.product-info-addtocart-feedbackmessage-wrapper {
  flex-basis: 100%;
}
.product-info-addtocart-feedbackmessage {
  padding-bottom: 10px;
  line-height: 1em;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 600;
  text-align: right;
}
.product-info-addtocart-feedbackmessage.error {
  color: #f68872;
}
.product-info-addtocart-feedbackmessage.success {
  color: #78b045;
}
/*-- custom options */
.product-info-addtocart-wrapper .product-options-wrapper {
  display: none;
}
.product-info-addtocart-wrapper .product-options-bottom .box-tocart {
  display: block;
  margin: 0;
}
.product-info-addtocart-wrapper .product-options-bottom .box-tocart .field.qty {
  display: none;
  padding-right: 0;
}
.product-info-addtocart-wrapper .product-options-bottom .box-tocart .actions {
  display: block;
  padding-top: 0;
}
.product-info-addtocart-wrapper .product-options-bottom .box-tocart .action.tocart {
  padding: 0.5rem 2.375rem;
  line-height: 1.6rem;
}
/*-- free shipping notice */
.product-info-free-shipping-notice {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-info-free-shipping-notice > span {
  background-color: #78b045;
  padding: 7px 7px 5px 7px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}
/*-- fake custom options */
.product-info-fakeoptions-wrapper .label,
.product-info-fakeoptions-wrapper .fieldset > .field:not(.choice) > .label {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #000;
}
.product-info-fakeoptions-wrapper select {
  background-color: #e6e6e6;
  border: 1px solid #000;
}
.product-info-fakeoptions-wrapper .product-qtyvariable {
  overflow: hidden;
}
.product-info-fakeoptions-wrapper .product-qtyvariable .label {
  display: block;
  margin-bottom: 10px;
}
.product-info-fakeoptions-wrapper .product-qtyvariable.camisetaspersonalizadas .fakeoptions-col--color {
  display: block;
}
.product-info-fakeoptions-wrapper .product-qtyvariable.camisetaspersonalizadas .fakeoptions-col--color img {
  border: 1px solid #000000;
}
.product-info-fakeoptions-wrapper .field--ojalesmaterial .label {
  display: block;
}
.product-info-fakeoptions-wrapper .field--ojalesmaterial .btn-fake-radio-wrapper {
  display: inline-block;
  min-width: 40px;
  margin-bottom: 15px;
}
.product-info-fakeoptions-wrapper .field--ojalesmaterial .btn-fake-radio--content,
.product-info-fakeoptions-wrapper .field--ojalesmaterial .btn-fake-radio {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #000;
  max-width: calc(72%);
}
.product-info-fakeoptions-wrapper .field--ojalesmaterial .btn-fake-radio--content {
  min-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-info-fakeoptions-wrapper .field--ojalesmaterial .btn-fake-radio {
  margin-left: 10px;
  margin-top: 1px;
}
.product-info-fakeoptions-wrapper .field--ojalesmaterial .field__imagen {
  margin-top: 20px;
  margin-bottom: 0;
}
.product-info-fakeoptions-wrapper .field--ojalesmaterial .field__imagen img {
  width: 100%;
  max-width: 210px;
  display: block;
  margin: auto;
}
.product-info-fakeoptions-wrapper .fakeoptions-row--ojalesmaterial,
.product-info-fakeoptions-wrapper .fakeoptions-row--dropdown,
.product-info-fakeoptions-wrapper .fakeoptions-row {
  margin-top: 20px;
}
.product-info-fakeoptions-wrapper .fakeoptions-row--ojalesmaterial .control,
.product-info-fakeoptions-wrapper .fakeoptions-row--dropdown .control,
.product-info-fakeoptions-wrapper .fakeoptions-row .control {
  min-height: 55px;
}
.product-info-fakeoptions-wrapper .fakeoptions-row--anchoalto .btn-fake-radio-wrapper {
  display: block;
  width: 50%;
  float: left;
}
.product-info-fakeoptions-wrapper .fakeoptions-row--anchoalto .product-opt {
  background-color: #e6e6e6;
  border: 1px solid black;
}
.product-info-fakeoptions-wrapper .fakeoptions-row--anchoalto .control-input-text {
  position: relative;
}
.product-info-fakeoptions-wrapper .fakeoptions-row--anchoalto .control-input-text:before {
  content: attr(data-placeholder-medida);
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
  height: 100%;
  height: calc(100% - 10px);
  padding-right: 5px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 1em;
  visibility: visible;
}
.product-info-fakeoptions-wrapper .fakeoptions-row--anchoalto .control-input-text .input-text {
  padding-right: 70px;
}
.product-info-fakeoptions-wrapper .fakeoptions-row {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
.product-info-fakeoptions-wrapper .fakeoptions-col {
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
}
.product-info-fakeoptions-wrapper .fakeoptions-row--ojalesmaterial .fakeoptions-col {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 35px;
  font-size: 0;
}
.product-info-fakeoptions-wrapper .fakeoptions-row--ojalesmaterial .fakeoptions-col:last-of-type {
  margin-bottom: 0;
}
.product-info-fakeoptions-wrapper .fakeoptions-col2 {
  clear: left;
}
.product-info-fakeoptions-wrapper .fakeoptions-subcol {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
}
.product-info-fakeoptions-wrapper .fakeoptions-subcol + .fakeoptions-subcol .label {
  visibility: hidden;
}
.product-info-fakeoptions-wrapper .fakeoptions-row--dropdown .field__imagen {
  margin-top: 20px;
  margin-bottom: 15px;
}
.product-info-fakeoptions-wrapper .fakeoptions-row--dropdown .field__imagen img {
  width: 100%;
  max-width: 210px;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .fakeoptions-col.fakeoptions-col-dropdown {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .fakeoptions-row--anchoalto .fakeoptions-col {
    width: 50%;
    float: left;
    clear: none;
  }
}
@media (min-width: 1200px) {
  .product-info-fakeoptions-wrapper .fakeoptions-row--ojalesmaterial .fakeoptions-col {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}
.catalog-product-view.product-dibond-aluminio [data-attr-code="opt-tipo-corte"] .field__imagen,
.catalog-product-view.product-vinilo-fondo-blanco [data-attr-code="opt-tipo-corte"] .field__imagen,
.catalog-product-view.product-vinilo-fondo-transparente [data-attr-code="opt-pegado"] .field__imagen,
.catalog-product-view.product-vinilo-acido [data-attr-code="opt-pegado"] .field__imagen,
.catalog-product-view.product-vinilo-corte [data-attr-code="opt-tipo-corte"] .field__imagen,
.catalog-product-view.product-vinilo-micro-perforado [data-attr-code="opt-tipo-corte"] .field__imagen,
.catalog-product-view.product-vinilo-suelo [data-attr-code="opt-tipo-corte"] .field__imagen {
  display: none;
}
/*-- diseno botones */
.product-info-addtocart-diseno-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1 1 0%;
}
.btn-product-diseno-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5px;
  margin-bottom: 20px;
}
.btn-product-diseno-wrapper .btn-fake-radio {
  margin-right: 5px;
}
.btn-product-diseno-wrapper,
.product-info-addtocart-presupuesto-wrapper {
  flex: 1 1 auto;
}
.btn-product-diseno-wrapper > * {
  flex: 0 0 auto;
}
.btn-product-diseno-wrapper > .btn-with-icon {
  flex: 1 1 0%;
}
.btn-product-diseno-wrapper .diseno-opcion-price {
  flex: 0 0 100%;
  padding: 3px 5px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .btn-product-diseno-wrapper {
    margin-bottom: 0;
  }
}
/*-- share this buttons */
.catalog-product-view .product-info-addtocart-wrapper .share-this-container {
  margin-top: 30px;
}
.catalog-product-view .product-info-addtocart-wrapper .sharethis-inline-share-buttons-text {
  flex: 1 1 100%;
}
.catalog-product-view .product-info-addtocart-wrapper .sharethis-inline-share-buttons {
  flex: 1 1 100%;
  border: 1px solid #000;
  background-color: #e6e6e6;
  margin-top: 10px;
  padding: 10px !important;
}
@media (min-width: 380px) {
  .catalog-product-view .product-info-addtocart-wrapper-right,
  .catalog-product-view .product-info-addtocart-wrapper-left {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .btn-product-diseno-wrapper,
  .product-info-addtocart-presupuesto-wrapper {
    flex: 0 1 auto;
  }
  .catalog-product-view .product-info-addtocart-wrapper .share-this-container {
    margin-top: 0;
  }
  .catalog-product-view .product-info-addtocart-wrapper .sharethis-inline-share-buttons-text {
    flex: 0 0 auto;
  }
  .catalog-product-view .product-info-addtocart-wrapper .sharethis-inline-share-buttons {
    flex: 0 0 auto;
    border: none;
    background-color: transparent;
    margin-top: 0;
    padding: 5px 10px;
  }
}
/* Price (fakeprice) */
.product-info-fakeprice-wrapper .price-box {
  display: none;
}
.product-info-fakeprice-wrapper .price-box.is-visible {
  display: block;
}
.product-info-fakeprice-wrapper .feedback {
  display: inline-block;
  line-height: 1em;
  white-space: normal;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
}
/*-- Envio de archivos buttons */
.product-info-sendfile-wrapper {
  clear: both;
  padding-top: 60px;
  display: none;
}
.product-info-sendfile-botones-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.btn-product-archivo-wrapper {
  flex: 1 1 auto;
  display: flex;
  padding: 5px;
}
.btn-product-archivo {
  flex: 1 1 100%;
}
.btn-product-archivo-wrapper .btn-product-archivo {
  color: #000;
}
.btn-product-archivo-wrapper .btn-product-archivo.is-active,
.btn-product-archivo-wrapper .btn-product-archivo:hover {
  color: #fff;
  background-color: #000;
}
.btn-product-archivo .btn-with-icon__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-product-archivo .btn-with-icon__txt {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}
/*-- Envio de archivo contenido */
.product-info-sendfile-content-wrapper {
  margin-top: 25px;
}
.content-product-archivo {
  display: none;
  padding: 5px;
  border: 3px solid #000;
  margin-top: 20px;
}
.content-product-archivo__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #000;
  color: #fff;
}
.content-product-archivo__title-text {
  margin-top: 5px;
  padding-left: 5px;
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 1em;
}
.content-product-archivo__description p:last-of-type {
  margin-bottom: 0;
}
.content-product-archivo__description-instruction {
  text-align: center;
  font-style: italic;
}
.product-archivo_feedback {
  font-style: italic;
  text-align: center;
  display: none;
}
.product-archivo_feedback.error {
  color: #f68872;
}
.product-archivo_feedback.success {
  color: #78b045;
}
.product-archivo_feedback.is-visible {
  display: block;
}
/*-- enviar con enlace descarga */
.product-archivo-enlace__link-btn-wrapper {
  margin-top: 20px;
  text-align: right;
}
.product-archivo-enlace__wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
/*-- subir archivo ahora */
.product-archivo__file-wrapper {
  margin-top: 20px;
}
.product-archivo__file-btn-wrapper {
  margin-top: 20px;
  text-align: right;
}
.product-archivo__fake-file {
  position: relative;
  border: 2px solid #eaeaea;
  height: 2.875rem;
  font-size: 1rem;
  padding: 0 55px 0 1.0625rem;
  box-shadow: none !important;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
}
.product-archivo__fake-file .icon {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 27px;
  color: #000;
}
.product-archivo__fake-file-name {
  line-height: 2.7em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*-- guia impresion y descargar plantilla */
body.product-dtf-por-metros .btn-product-guia-wrapper__fake-qty-inner,
body.product-dtf-metros .btn-product-guia-wrapper__fake-qty-inner,
body.product-dtf-uv-metros .btn-product-guia-wrapper__fake-qty-inner,
body.product-dtf-por-metros .btn-product-guia-wrapper__fake-qty-label,
body.product-dtf-metros .btn-product-guia-wrapper__fake-qty-label,
body.product-dtf-uv-metros .btn-product-guia-wrapper__fake-qty-label {
  display: none !important;
}
.product-info-guia-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.btn-product-guia-wrapper {
  flex: 1 1 50%;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.btn-product-guia-wrapper.btn-product-guia-wrapper--fake-qty {
  justify-content: center;
}
.btn-product-guia-wrapper.btn-product-guia-wrapper--fake-qty .fake-qty {
  border: 1px solid transparent;
  text-align: center;
  max-width: 80px;
}
.btn-product-guia-wrapper .btn-product-guia-wrapper__fake-qty-inner {
  border: 1px solid #000;
}
.btn-product-guia-wrapper .fake-qty-edit-btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  height: 100%;
  font-size: 11px;
  cursor: pointer;
}
.btn-product-guia-wrapper .btn-product-guia-wrapper__fake-qty-label {
  flex-basis: 100%;
  text-align: center;
  padding: 8px 15px 15px 15px;
}
.btn-product-guia {
  flex: 1 1 100%;
}
.product-info-guia-content-wrapper {
  flex: 1 1 100%;
}
.guia-impresion-content,
.plantilla-content {
  display: none;
  margin-top: 5px;
}
.guia-impresion-content .inner,
.plantilla-content .inner {
  padding: 5px;
}
.guia-impresion-content .inner > *,
.plantilla-content .inner > * {
  flex: 1 1 50%;
}
.guia-impresion-content .inner p,
.plantilla-content .inner p,
.guia-impresion-content .inner li,
.plantilla-content .inner li {
  margin-bottom: 5px;
  line-height: 1.2em;
}
.guia-impresion-content .inner ul,
.plantilla-content .inner ul {
  list-style-type: disc;
}
.guia-impresion-content .inner ol,
.plantilla-content .inner ol {
  list-style-type: decimal;
}
.guia-impresion-content .inner ul,
.plantilla-content .inner ul,
.guia-impresion-content .inner ol,
.plantilla-content .inner ol {
  list-style-position: outside;
  padding-left: 20px;
}
.product.media .product-info-guia-wrapper {
  display: block;
}
/*-- quantity date table */
/*-- layout */
.product-info-qtytable-wrapper {
  clear: both;
  padding-top: 35px;
}
.product-info-qtytable-wrapper .only-desktop {
  display: none;
}
.qtytable__feedback-msg {
  padding: 110px 50px;
  background-color: #e6e6e6;
  text-align: center;
  font-weight: 700;
  font-style: italic;
}
.qtytable-table {
  margin-top: 70px;
}
.qtytable__row {
  display: none;
}
.qtytable__row.is-visible {
  display: block;
}
.qtytable__col {
  float: left;
}
.qtytable__col--left {
  width: 25%;
}
.qtytable__col--right {
  width: 75%;
}
.qtytable__right-col {
  float: left;
  width: 33.33333333%;
}
.qtytable__right-col--col50 {
  width: 50%;
}
.qtytable__cell,
.qtytable__header {
  padding: 3px;
}
.qtytable__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  height: 85px;
}
.qtytable__cell {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  height: 44px;
}
.qtytable__header--quantity {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.qtytable__header-badge {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding: 5px 5px 1px 5px;
  margin-bottom: 10px;
}
.qtytable-actions-wrapper {
  padding-top: 30px;
  text-align: center;
}
.product-qtyvariable .qtytable-actions-wrapper {
  text-align: right;
}
@media (min-width: 992px) {
  .product-info-qtytable-wrapper .only-mobile {
    display: none;
  }
  .product-info-qtytable-wrapper .only-desktop {
    display: block;
  }
  .qtytable__header {
    min-height: 114px;
    height: 120px;
  }
  .qtytable__date-day,
  .qtytable__date-month {
    display: inline-block;
    vertical-align: middle;
  }
  .qtytable__cell {
    flex-direction: row;
  }
  .qtytable__cell--price-final,
  .qtytable__cell--price-unit {
    padding: 3px;
  }
}
/*-- styles */
.qtytable-title {
  text-transform: uppercase;
  text-align: center;
}
.qtytable-table {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.qtytable__cell,
.qtytable__header {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
.qtytable__cell:visited,
.qtytable__header:visited {
  color: #000;
}
.qtytable__header,
.qtytable__cell--quantity,
.qtytable__cell--price {
  transition: background 0.3s ease-out, color 0.3s ease-out;
}
.qtytable__header.is-active,
.qtytable__cell--quantity.is-active,
.qtytable__cell--price.is-active {
  color: #fff !important;
  background-color: #555 !important;
}
.qtytable__header.is-active-permanent,
.qtytable__cell--quantity.is-active-permanent,
.qtytable__cell--price.is-active-permanent {
  color: #fff !important;
  background-color: #000 !important;
}
.qtytable__cell--price:hover {
  cursor: initial;
}
.qtytable__cell--price[data-price]:hover {
  cursor: pointer;
}
.qtytable__header-text {
  overflow: hidden;
}
.qtytable__cell--quantity {
  font-size: 1.2em;
}
.qtytable__header-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.qtytable__date-day {
  font-size: 4em;
  line-height: 1em;
}
.qtytable__header--quantity,
.qtytable__date-month {
  text-transform: uppercase;
}
.qtytable__header--quantity,
.qtytable__date-month,
.qtytable__date-day-name {
  font-size: 1.2em;
}
.qtytable__date-month,
.qtytable__date-day-name {
  text-overflow: ellipsis;
  overflow: hidden;
}
.qtytable__date-day-name {
  font-weight: 400;
}
.qtytable__date-note-l1 {
  text-transform: uppercase;
}
.qtytable__cell--price-final,
.qtytable__cell--price-unit {
  line-height: 1em;
}
.qtytable__cell--price-final {
  font-size: 1.2em;
}
.qtytable__cell--price-unit {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.qtytable__header-badge {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff8500;
}
.qtytable-btn-show-more {
  position: relative;
}
.qtytable-btn-show-more span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.qtytable__right-col:nth-child(3n+1) {
  background-color: #fec180;
}
.qtytable__right-col:nth-child(3n+2) {
  background-color: #e3efd9;
}
.qtytable__right-col:nth-child(3n+3) {
  background-color: #c9e0b6;
}
.notice-taxes {
  font-size: 0.9rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 480px) {
  .qtytable__header-badge {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) {
  .qtytable-table {
    font-size: 14px;
  }
  .qtytable__date-day,
  .qtytable__date-month {
    font-size: 2em;
  }
}
/*-- pulseras options */
/*-- layout */
/*-- styles */
/*-- pulseras colores cantidad */
/*-- layout */
.product-info-pulseras-colorqty-wrapper {
  clear: both;
  padding-top: 50px;
}
.pulseras-color-qty__group {
  display: none;
}
.pulseras-color-qty__group.is-visible {
  display: block;
}
/* con cantidad multiple (tipo 4 */
.pulseras-color-qty--qtymultiple .pulseras-color-qty__item-cantidades {
  margin-left: -2px;
  margin-right: -2px;
}
.pulseras-color-qty--qtymultiple .pulseras-color-qty__select {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 3px;
  padding-right: 15px;
}
.pulseras-color-qty--qtymultiple .pulseras-color-qty__item-cantidades-title,
.pulseras-color-qty--qtymultiple .pulseras-color-qty__item-cantidades-item {
  padding-left: 2px;
  padding-right: 2px;
}
.pulseras-color-qty--qtymultiple .pulseras-color-qty__item-cantidades-item {
  float: left;
  width: 33.33333333%;
}
.pulseras-color-qty__group {
  margin-left: -15px;
  margin-right: -15px;
}
.pulseras-color-qty__item {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.pulseras-color-qty__item:nth-of-type(2n+1) {
  clear: left;
}
/* con cantidad multiple (tipo 4 */
.pulseras-color-qty--qtymultiple .pulseras-color-qty__item {
  float: none;
  width: 75%;
  margin: auto;
}
.product-info-fakeoptions-wrapper .product-info-pulseras-colorqty-wrapper {
  padding-top: 0;
}
.product-info-fakeoptions-wrapper .pulseras-color-qty__item {
  padding-left: 3px;
  padding-right: 3px;
  min-height: 2.8em;
}
@media (min-width: 560px) {
  .pulseras-color-qty__item {
    width: 33.333333%;
  }
  .pulseras-color-qty__item:nth-of-type(n) {
    clear: none;
  }
  .pulseras-color-qty__item:nth-of-type(3n+1) {
    clear: left;
  }
  /* con cantidad multiple (tipo 4 */
  .pulseras-color-qty--qtymultiple .pulseras-color-qty__item {
    float: left;
    width: 33.333333%;
    margin: initial;
  }
}
@media (min-width: 768px) {
  .pulseras-color-qty__item {
    width: 25%;
  }
  .pulseras-color-qty__item:nth-of-type(n) {
    clear: none;
  }
  .pulseras-color-qty__item:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .pulseras-color-qty__item {
    width: 20%;
  }
  .pulseras-color-qty__item:nth-of-type(n) {
    clear: none;
  }
  .pulseras-color-qty__item:nth-of-type(5n+1) {
    clear: left;
  }
  /* con cantidad multiple (tipo 4 */
  .pulseras-color-qty--qtymultiple .pulseras-color-qty__item {
    width: 25%;
  }
  .pulseras-color-qty--qtymultiple .pulseras-color-qty__item:nth-of-type(n) {
    clear: none;
  }
  .pulseras-color-qty--qtymultiple .pulseras-color-qty__item:nth-of-type(4n+1) {
    clear: left;
  }
}
/*-- styles */
.pulseras-color-qty__item {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pulseras-color-qty__title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.pulseras-color-qty__img {
  margin-top: 15px;
}
.pulseras-color-qty__img img {
  width: 100%;
}
.pulseras-color-qty__select {
  margin-top: 15px;
  background-color: #e6e6e6;
  border: 1px solid #000;
}
/* con cantidad multiple (tipo 4 */
.pulseras-color-qty--qtymultiple .label {
  display: block;
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
}
.pulseras-color-qty--qtymultiple .pulseras-color-qty__select {
  font-size: 0.9em;
}
.pulseras-color-qty--qtymultiple .pulseras-color-qty__item-cantidades-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  text-align: center;
}
.product-info-fakeoptions-wrapper .pulseras-color-qty__item {
  font-size: 0.8em;
}
/*-- textil tallas cantidad */
/*-- layout */
.product-info-textil-tallasqty-wrapper {
  clear: both;
  padding-top: 50px;
}
.textil-talla-qty__group {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
}
.textil-talla-qty__group.is-visible {
  display: block;
}
.textil-talla-qty__item {
  float: left;
  width: calc(100% / 2);
  padding-left: 15px;
  padding-right: 15px;
}
.product-info-fakeoptions-wrapper .product-info-textil-tallasqty-wrapper {
  padding-top: 0;
}
@media (min-width: 768px) {
  .textil-talla-qty__item {
    width: calc(100% / 4);
  }
  .textil-talla-qty__item:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .textil-talla-qty__item {
    width: calc(100% / 7);
  }
  .textil-talla-qty__item:nth-of-type(n) {
    clear: none;
  }
  .textil-talla-qty__item:nth-of-type(7n+1) {
    clear: left;
  }
}
/*-- styles*/
.textil-talla-qty__item {
  padding-top: 25px;
  padding-bottom: 25px;
}
.textil-talla-qty__title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.textil-talla-qty__img {
  margin-top: 15px;
}
.textil-talla-qty__img img {
  width: 100%;
}
.textil-talla-qty__select {
  margin-top: 15px;
  background-color: #e6e6e6;
  border: 1px solid #000;
}
.product-info-fakeoptions-wrapper .textil-talla-qty__item {
  padding-left: 2px;
  padding-right: 2px;
}
.product-info-fakeoptions-wrapper .textil-talla-qty__title {
  font-size: 0.8em;
}
/*-- columns and sticky addtocart section */
@media (min-width: 650px) {
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col--wrapper {
    clear: both;
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 20px;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-wrapper-right {
    max-width: 100%;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-wrapper,
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-qtytable-wrapper {
    padding-top: 50px;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-diseno-wrapper {
    margin-top: 15px;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-presupuesto-wrapper {
    padding: 0;
    margin-bottom: 15px;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-wrapper {
    position: sticky;
    top: 120px;
    margin-top: 65px;
    padding: 10px;
    border: 1px solid #000;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-wrapper .product-add-form {
    width: 100%;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-wrapper .box-tocart {
    padding: 0;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-wrapper .box-tocart .actions {
    margin: 0;
    flex: 1 1 auto;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-wrapper .box-tocart .action.primary.tocart {
    width: 100%;
    padding: 0;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-wrapper .sharethis-inline-share-buttons-text {
    flex: 1 1 auto;
    text-align: center;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .sharethis-inline-share-buttons {
    background-color: transparent;
    border: none;
  }
}
@media (min-width: 650px) and (max-width: 991px) {
  .catalog-product-view .product-info-clearfix .btn-with-icon__ico {
    font-size: 1.6em;
  }
  .catalog-product-view .product-info-clearfix .btn-with-icon__txt {
    font-size: 0.9rem;
  }
  .catalog-product-view .product-info-clearfix .box-tocart .action.primary.tocart,
  .catalog-product-view .product-info-clearfix .qtytable-btn-actions.action.primary {
    font-size: 0.7rem;
  }
  .catalog-product-view .product-info-clearfix .product-info-guia-wrapper,
  .catalog-product-view .product-info-clearfix .qtytable-title,
  .catalog-product-view .product-info-clearfix .product-info-addtocart-wrapper-right,
  .catalog-product-view .product-info-clearfix .sharethis-inline-share-buttons-wrapper,
  .catalog-product-view .product-info-clearfix .content-product-archivo__title-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .product-info-clearfix .product-info-addtocart-presupuesto-wrapper {
    flex: 1 1 auto;
  }
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-wrapper {
    top: 130px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-info-clearfix .product-info-main-clearfix-col .product-info-addtocart-wrapper {
    top: 160px;
  }
}
/* -- user steps messages */
.catalog-product-view .user-steps-msg {
  flex: 1 1 100%;
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #000;
  color: #000;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: center;
}
.catalog-product-view .user-steps-msg__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  padding-left: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  color: #000;
  border-radius: 50%;
}
/*-- PRODUCT PAGE: CONFIGURABLE PRODUCT */
/*-- CATEGORY PAGE */
/* .products.wrapper.products-grid {
    margin-top: 70px;
} */
/*-- AJAX ADD TO CART POPUP  */
.ajax_cart-popup .ajax_header span {
  visibility: hidden;
}
/*-- CHECKOUT PAGE: opc */
/* .checkout-index-index .page-wrapper {
    padding-top: 50px;
} */
/*-- thankyou page */
body.checkout-onepage-success .print {
  display: none;
  float: none;
}
body.checkout-onepage-success .checkout-success {
  padding: 15px 0;
}
/*-- LAYERED FILTER */
.catalog-category-view .block.filter {
  display: none !important;
}
/* #layered-filter-block {
    display: none;
}
.custom-filter-placeholder {
    display: none;
}
body.catalog-category-view .custom-filter-placeholder {
    position: absolute;
    top: 13px;
    right: 5px;
    display: block;
    font-size: 16px;
}
.custom-filter-placeholder .custom-action-filter {
    padding-right: 12px;
    text-transform: uppercase;
}
.custom-filter-placeholder .custom-action-filter:after {
    content: '+';
    position: absolute;
    right: 2px;
    top: 2px;
    line-height: 1em;
}
.custom-filter-placeholder .custom-action-filter.active:after {
    content: '-';
}
body.page-layout-1column .mgs-filter .block-content.filter-content {
    margin-top: 0;
}
body .category-product-actions {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    body.page-layout-1column .mgs-filter .block-content.filter-content {
        display: block;
    }
} */
/*-- BLOG */
/*-- sidebar blog */
.blog-post-list .sidebar .block-title .title {
  font-weight: 700;
  color: #000;
}
.blog-post-list .sidebar .block-content .title {
  margin-bottom: 20px;
}
.blog-post-list .blog-post-item .meta-date .color-theme {
  display: none;
}
.blog-post-list .newsletter-blog {
  display: none;
}
/*-- single post */
.blog-view .post-actions {
  display: none;
}
.blog-view .sharethis-inline-share-buttons-text,
.blog-view .meta-author {
  display: none;
}
body .blog-view .post-content .post-metas .meta-date {
  margin-left: 0;
}
.blog-view .share-info .text-color {
  display: none;
}
body .blog-view #st-1 .st-btn {
  margin-right: 8px;
}
body .blog-view #st-1 .st-btn[data-network='facebook'] {
  background-color: #4267B2;
}
body .blog-view #st-1 .st-btn[data-network='twitter'] {
  background-color: #55acee;
}
body .blog-view #st-1 .st-btn[data-network='sharethis'] {
  background-color: #95D03A;
}
body .blog-view #st-1 .st-btn[data-network='pinterest'] {
  background-color: #CB2027;
}
body .blog-view #st-1 .st-btn[data-network='email'] {
  background-color: #7d7d7d;
}
.blog-view .related-post-list .meta-date .color-theme {
  display: none;
}
/*-- FOOTER */
body footer.page-footer .footer2 .middle-footer {
  padding: 0 0 30px 0;
  background-color: #000;
}
.page-footer .footer-block {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
footer.page-footer .footer.content .acc-block:first-of-type {
  border-top: none;
}
body footer.page-footer .footer2 .middle-footer .footer-copyright {
  flex: 1;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  body footer.page-footer .footer2 .middle-footer {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .page-footer .footer-block {
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
    padding-bottom: 45px;
  }
  body footer.page-footer .footer-title {
    margin-bottom: 15px;
  }
  body footer.page-footer .footer2 .middle-footer .footer-copyright {
    text-align: left;
    display: flex;
    align-items: center;
  }
  body footer.page-footer .footer2 .middle-footer .footer-copyright > small,
  body footer.page-footer .footer2 .middle-footer .footer-copyright > div {
    flex: 1;
  }
  body footer.page-footer .footer2 .middle-footer .footer-copyright > div {
    text-align: right;
  }
}
/* .footer.content .middle-footer {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f5f5f7;
}
body footer.page-footer .footer.content .footer1 .middle-footer {
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer.content .middle-footer .line {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
}
body footer.page-footer .footer.content .footer1 .middle-footer .footer-block:not(.acc-block) {
    margin-bottom: 0;
}
.footer.content .footer-block a {
    display: block;
    margin-bottom: 10px;
}
.footer.content .bottom-footer-social,
.footer.content .bottom-footer-copyright {
    display: none;
}
.footer.content .footer__underscore-sep {
    display: none;
}
.footer.content .bottom-footer {
    border: none;
}
.footer__underscore-sep {
    visibility: hidden;
}
@media (min-width: 576px) {
    .footer.content .middle-footer {
        margin-left: calc(-100vw / 2 + 555px / 2);
        margin-right: calc(-100vw / 2 + 555px / 2);
    }
}
@media (min-width: 768px) {
    .footer.content .middle-footer {
        margin-left: calc(-100vw / 2 + 735px / 2);
        margin-right: calc(-100vw / 2 + 735px / 2);
    }
    .footer.content .middle-footer .line {
        flex-direction: row;
    }
    body footer.page-footer .footer.content .footer1 .middle-footer .footer-block {
        padding-bottom: 0;
    }
    .footer.content .footer__underscore-sep {
        display: inline-block;
    }
    .footer.content .footer-block {
        padding-left: 20px;
    }
    .footer.content .footer-block.footer-block--1 {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        padding-left: 0;
    }
    .footer-block.footer-block--1 a + a {
        padding-left: 15px;
    }
    .footer.content .footer-block a {
        display: inline-block;
    }
    .footer.content .bottom-footer {
        text-align: right;
    }
    .footer.content .bottom-footer .bottom-footer-link {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto;
    }
}
@media (min-width: 992px) {
    .footer.content .middle-footer {
        margin-left: calc(-100vw / 2 + 975px / 2);
        margin-right: calc(-100vw / 2 + 975px / 2);
        font-size: 13px;
    }

}
@media (min-width: 1200px) {
    .footer.content .middle-footer {
        margin-left: calc(-100vw / 2 + 1215px / 2);
        margin-right: calc(-100vw / 2 + 1215px / 2);
    }
} */
/*
* Hoja de estilos comun para desktop theme y mobile theme
*
* Cargada desde el admin. Hay un css cargado desde layout para desktop theme y otro para mobile theme
*/
/*Extra*/
/* body {
	padding-bottom: 0;
} */
/*-- FONTS */
/*-- general fonts */
html body {
  font-family: 'Nexa';
}
html body {
  color: #000;
}
/*-- general links */
a,
.alink {
  color: #222;
}
.cms-page-view .column.main a,
.cms-page-view .column.main .alink {
  color: #000;
  text-decoration: underline;
}
.cms-page-view .column.main a:hover,
.cms-page-view .column.main .alink:hover {
  color: #4b6e2b;
}
body .color-primary,
body a:visited:hover,
body a:hover,
body a:visited:focus,
body a:focus,
body .field.captcha .control.captcha .nested .control.captcha-image .captcha-reload,
body .btn.btn-gray:focus,
body .action.gray:focus,
body .btn.btn-gray:hover,
body .action.gray:hover,
body .btn.btn-default:focus,
body .action.default:focus,
body .btn.btn-default:hover,
body .action.default:hover,
body .rating-summary .rating-result > span:before,
body footer.page-footer .list-icon li a:hover,
body footer.page-footer .bottom-footer .social-links li a:hover,
body footer.page-footer .footer2 .middle-footer a:hover,
body footer.page-footer .footer5 .bottom-footer .content-bottom .list-links a:hover,
body .cms-about-us .about-color,
body .services .s-title:before,
body body.account .column.main table.table tr td.col .action:hover,
body body.account .column.main .block-dashboard-info .action:hover,
body body.account .column.main .block-dashboard-addresses .action:hover,
body body.account .column.main .block-addresses-default .action:hover,
body body.account .column.main .block-addresses-list .action:hover,
body body.account .column.main .block-title.order .action span,
body body.account .column.main .block.block-dashboard-addresses .block-title .action span,
body .latest-post-list-block .post-item .thumbnail-post .blog-list-video .btn.popup-video:after,
body .latest-post-grid-block .post-item .thumbnail-post .blog-list-video .btn.popup-video:after,
body .latest-post-list-block .post-item .title-blog a:hover,
body .latest-post-grid-block .post-item .title-blog a:hover,
body .latest-post-list-block .post-item .color-theme,
body .latest-post-grid-block .post-item .color-theme,
body .blog-grid .item .post-metas .link-item:hover,
body .post-metas .meta-date .color-theme,
body .blog-post-view .sidebar .block-content .item .title a:hover,
body .blog-post-item .post-images .post-thumbnail .blog-list-video .btn.popup-video:after,
body .blog-view .post-item .meta-name .category-links,
body .blog-view .post-item .meta-name .category-links a,
body .blog-view .share-info .block-blog-tags .tag-cloud li a:hover,
body .portfolio-category-view .portfolio-bottom-content .category-link > a:hover,
body .portfolio-category-view .portfolio-bottom-content .port-title:hover,
body .portfolio-category-view .category-link > a:hover,
body .portfolio-category-view .portfolio-masonry .portfolio-inner .port-title a:hover,
body .portfolio-category-view .portfolio-masonry .portfolio-inner .category-link a:hover,
body .portfolio-details .description .view-title .btn.btn-default:hover,
body .promobanner-v1 .promobanner .banner-text .white-color .btn.btn-default:hover,
body .promobanner-v1 .promobanner .banner-text .white-color .action.default:hover,
body .promobanner-v4 .promobanner:hover .banner-text .title,
body .single-deal .product-item-details .product-item-name a:hover,
body .single-deal .product-item-info.template-2 .product-item-details .deal-timer .countdown span,
body body public-modal .hotspot-modal .modal-dialog:hover .chevron:hover:before,
body .btn-shop:hover,
body .newsletter-home .block.newsletter .content .actions .action.subscribe.primary:hover,
body .login-container .form-login .form-group.password .action.remind,
body .form-wishlist-items .actions-toolbar > .primary button.action.tocart:hover,
body .products-grid .items .product-item .product-top .product-item-inner .action.tocart:hover,
body .product-ultra-grid .banner-url:hover .banner-content .product-item-name,
body .guest_wishlist_list .product-wishlist-items .product-item-info .action.remove:hover:before,
body .slide-home-1 .slider_mgs_carousel .inner-text .sub-title,
body .slide-home-1 .panel-block-row.panel-block:not(.builder-container) .list-social li > a:hover,
body .lookbook-container .popup__content--product .product-details > h3 a:hover,
body .lookbook-container .popup__content--product .product-details button.action.primary:hover,
body .lookbook-container .popup__content--product > div a:hover,
body .page-title-wrapper .status-order-account .order-actions-toolbar .actions > .action:hover,
body .rotate-image-container .close-rotate:hover,
body .catalog-product-view .block .block-actions .action.select:hover,
body .catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .field.choice.related input:checked + .label:before,
body .catalog-product-view .product-info-main .product-social-links .action.tocompare:hover,
body .catalog-product-view .product-info-main .product-social-links .action.mailto.friend:hover,
body .main-coming-soon .list-social li > a:hover,
body .modal_newsletter_popup.modal-slide .modal-inner-wrap .action-close:hover:before,
body .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary .action.tocart:hover,
body .sidebar .product-items-names .product-item:hover .product-item-name > a,
body .slide-text .category-banner a:hover,
body .multicheckout .box-title > .action > span:hover,
body .opc-sidebar .opc-block-summary .grand.totals .amount strong .price,
body .checkout-payment-method .form.payments .action-apply:hover,
body .owl-categories .content a:hover,
body .category-result .category-items .category-item-info:hover strong::before,
body .category-result .category-items .category-item-info:hover .category-item-link,
body .pages-result .pages-grid .page-items .page-item-info:hover strong::before,
body .pages-result .pages-grid .page-items .page-item-info:hover .page-item-link,
body .newsletter-home-v2 .block.newsletter .form.subscribe > .actions .action.subscribe:hover,
body .full-slider .subcribe .block.newsletter .content .actions .action.subscribe.primary:hover,
body .form-address-edit .actions-toolbar .secondary .action.back,
body .slider-home-watch .slider_mgs_carousel .inner-text .sub-title,
body .slider-home-watch .panel-block-row.panel-block:not(.builder-container) .list-social li > a:hover,
body .contact-form .link-item a:hover,
body .contact-store .contact-box .contact-info a:hover,
body .footer.content .footer6 .footer-block .list-links li a:hover,
body .footer.content .footer6 .footer-block .list-icon li a:hover,
body .breadcrumbs .items .item a:hover {
  color: #4b6e2b;
}
body .btn.btn-dark:focus,
body .action.dark:focus,
body .btn.btn-dark:hover,
body .action.dark:hover,
body header.page-header .minicart-wrapper .block-content > .actions > .secondary .action.viewcart:hover {
  color: #000;
  background-color: #78b045;
  border-color: #000;
}
body .fieldset > .field.required > .label:after,
body .fieldset > .field._required > .label:after,
body .fieldset > .fields > .field.required > .label:after,
body .fieldset > .fields > .field._required > .label:after {
  color: inherit;
}
/*-- headings */
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6 {
  line-height: 1.1em;
}
/* body,
    .header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li.level0 > a.level0,
    .breadcrumbs .item,
    .header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu .dropdown-submenu-ct > li > a,
    .catalog-product-view .product-info-main .product.attribute.sku,
    .checkout-payment-method .payment-method-title {
        color: #3b3b3b;
        font-family: 'Work Sans';
        font-size: 12px;
        font-weight: 400;
        letter-spacing: -0.5px;
    }

    p {
        line-height: 1.2em;
    }

    a:visited, a,
    .breadcrumbs .items .item a:hover {
        color: #3b3b3b;
    }
    a:visited:hover, a:hover, a:visited:focus, a:focus,
    header.page-header .setting-site .setting-site-content .actions-close button:hover,
    header.page-header .setting-site .customer-web-config .switcher .switcher-trigger strong,
    header.page-header .setting-site .customer-web-config .switcher .switcher-dropdown li a:hover,
    header .customer-web-config .switcher .switcher-option span,
    .opc-estimated-wrapper .fieldset > .field:not(.choice) > .label, .checkout-index-index .fieldset > .field:not(.choice) > .label,
    .opc-block-summary .mark .value,
    .column.main .opc-block-summary .block .title strong,
    .myaccount-slide .header-top-links .login-form .close-myaccount,
    header.page-header .setting-site .setting-site-content .actions-close button,
    header.page-header .minicart-wrapper .block-content .action.close:before,
    body.account .column.main .color-info {
        color: #3b3b3b;
    }

    header.page-header .search-icon-popup .block-search.active .block-title.theme-header-icon:before,
    header.page-header .block-search.active .theme-header-icon, header.page-header .setting-site.active .theme-header-icon, header.page-header .minicart-wrapper.active .theme-header-icon, header.page-header .header-top-links.active .theme-header-icon,
    header.page-header .search-icon-popup .block-search .block-content .form.minisearch .field.search .label,
    .mgs-instant-search-dropdown .pages.pages-list .title, .mgs-instant-search-dropdown .posts.posts-list .title, .mgs-instant-search-dropdown .categories.categories-list .title, .mgs-instant-search-dropdown .products.products-list .title,
    .authentication-wrapper .action-auth-toggle,
    .checkout-payment-method .form.payments .payment-option-title .action-toggle,
    .header-top-links .block-customer-login .block-title strong,
    header .login-form .block-title strong,
    header.page-header .minicart-wrapper .block-minicart .subtitle.empty,
    .login-container .block-title .title,
    .login-container .form-login .field.note,
    .login-container .form-login .form-group.password .action.remind,
    .register-container .block-title .title,
    .register-container .form-login .field.note,
    .register-container .form-login .form-group.password .action.remind,
    .register-container .form-create-account > .fieldset > .legend,
    .header-top-links .field.password .action.remind,
    header .login-form .field.password .action.remind,
    body.account .column.main table.table tr th.col,
    .order-details-items .table-order-items .product-item-name,
    .order-details-items .item-options dt,
    .order-details-items .price-excluding-tax .price,
    body.account .column.main table.table tr td.col.subtotal .cart-price .price,
    body.account .column.main table.table tfoot tr td .price,
    .block.filter .filter-content .filter-subtitle:before {
        color: #3b3b3b;
        font-weight: 400;
    } */
/*-- forms */
/* input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"],
    select,
    textarea {
        font-size: 12px;
        font-family: 'Work Sans';
    }
    body.account .column.main .fieldset .legend,
    .fieldset > .field:not(.choice) > .label {
        color: #3b3b3b;
        font-weight: 400;
    }
    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: 1px solid #bfbfbf;
        background-color: transparent;
    }
    .field-error {
        font-size: 12px;
    }
    .fieldset > .field:not(.choice) > .label,
    .password-strength-meter,
    .register-container .form-create-account > .fieldset > .field.choice .label,
    .register-container .form-create-account > .fieldset > .field.no-label .label {
        font-size: 12px;
        font-weight: 400;
    } */
/*-- headings */
/* h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
    .page-title-wrapper .page-title,
    body.account .column.main .block-title {
        color: #3b3b3b;
        font-weight: 400;
    }
    h2, .h2 {
        font-size: 22px;
        line-height: 1.2em;
    }
    body .page-title-wrapper .page-title {
        font-size: 16px;
        text-align: left;
        text-transform: uppercase;
    } */
/*-- buttons */
/*-- general buttons */
body button {
  font-size: 14px;
}
body button,
body a.action.primary,
body .cart.table-wrapper .actions-toolbar > .action,
body .action-gift {
  border-radius: 0;
}
body .btn.btn-primary,
body .action.primary,
body .btn.btn-light,
body .action.light,
body .btn.btn-dark,
body .action.dark,
body .btn.btn-gray,
body .action.gray,
body .btn.btn-secondary,
body .action.secondary,
body .guest_wishlist_list .actions-toolbar .action.update {
  font-size: 12px;
  border-width: 1px;
}
body .btn.btn-dark,
body .action.dark {
  border-width: 1px;
  font-size: 12px;
}
body header.page-header .top-wishlist .product-items .product-item .product-item-details .product-item-actions .btn-xs {
  font-size: 12px;
  border-radius: 0;
}
body .bg-primary,
body .btn.btn-secondary,
body .action.secondary,
body .btn.btn-blue:focus,
body .btn-blue:focus,
body .btn.btn-blue:hover,
body .btn-blue:hover,
body .btn.btn-blue2:focus,
body .btn-blue2:focus,
body .btn.btn-blue2:hover,
body .btn-blue2:hover,
body .btn.btn-red:focus,
body .btn-red:focus,
body .btn.btn-red:hover,
body .btn-red:hover,
body .scroll-to-top:hover,
body body.account .column.main .actions-toolbar .secondary .action.back:after,
body .blog-list .section-title .title:after,
body .single-deal .product-info-label .save-count,
body .form-wishlist-items .actions-toolbar > .primary button.action.share,
body .lookbook-container .pin-label,
body .lookbook-slider .owl-dots .owl-dot.active span,
body .catalog-product-view .block .block-actions .action.select:after,
body .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary .action.tocart:hover:after,
body .btn.btn-primary.btn-all:hover,
body .view-btn-radius .tab-cate-link a.action.default,
body .pages .pages-items .item .action:hover,
body .form-address-edit .actions-toolbar .secondary .action.back:after,
body .form-address-edit .actions-toolbar .action.primary:hover,
body .contact-form .social-links li:hover {
  background-color: #78b045;
}
body.account .column.main .actions-toolbar .secondary .action.back:after {
  visibility: hidden;
}
body .sidebar .block .actions-toolbar .action {
  border-radius: 0;
}
body .background-color-primary,
body .sidebar .block .actions-toolbar .primary .action,
body .opc-progress-bar-item._active > span:before,
body .opc-progress-bar-item._active:before,
body .checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-update:hover,
body .opc-wrapper .checkout-shipping-address .action-show-popup:hover,
body .opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item:after {
  background: #000;
}
/*-- primary buttons */
body .btn.btn-primary:focus,
body .action.primary:focus,
body .btn.btn-primary:hover,
body .action.primary:hover {
  color: #222222;
  border-width: 1px;
  border-style: solid;
  background: #ffffff;
  border-color: #000000;
}
/*-- custom button with icon */
.btn-with-icon {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  background-color: #e6e6e6;
  color: #222;
}
.btn-with-icon__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-with-icon__inner > * {
  padding: 0 8px;
}
.btn-with-icon__ico {
  font-size: 2.1em;
}
/*-- fake radio */
.btn-fake-radio {
  width: 1em;
  height: 1em;
  padding: 3px;
  border: 1px solid #000;
}
.btn-fake-radio__inner {
  height: 100%;
  background-color: transparent;
}
.is-active .btn-fake-radio__inner {
  background-color: #78b045;
}
/* .btn.btn-primary, .action.primary, .btn.btn-light, .action.light, .btn.btn-dark, .action.dark, .btn.btn-gray, .action.gray, .btn.btn-secondary, .action.secondary,
    .login-container .form-login .form-group.password .action.remind,
    .login-container .form-login .actions-toolbar .action.btn,
    .register-container .form-create-account .actions-toolbar > .primary button.action {
        font-size: 12px;
        font-weight: 400;
    } */
/*-- my account */
html body.account .column.main .block-dashboard-info .action,
html body.account .column.main .block-dashboard-addresses .action,
html body.account .column.main .block-addresses-default .action,
html body.account .column.main .block-addresses-list .action {
  color: #222;
  text-decoration: underline;
}
html body.account .column.main .block-dashboard-info .action:hover,
html body.account .column.main .block-addresses-default .action:hover {
  color: #4b6e2b;
}
html body.account .column.main table.table tr td.col.status {
  color: #000;
}
.account .box-newsletter {
  display: none !important;
}
/*-- wishlist */
.account .price-box p,
.account .product-item-inner {
  display: none !important;
}
/* hide edit buttons */
body .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner > .product-item-actions .action.edit {
  display: none;
}
body.wishlist-index-index .toolbar select {
  padding-right: 32px;
}
body.wishlist-index-index .product-reviews-summary {
  padding: 0 15PX;
}
body.wishlist-index-index .action.back {
  display: none;
}
.limiter-label,
.account .column.main .toolbar .limiter-options,
.limite-text {
  vertical-align: middle;
}
body .form-wishlist-items .actions-toolbar > .primary button.action {
  font-size: 12px;
  font-family: Nexa;
  border-width: 1px;
}
/* hide 'order date' text from pdf */
.sales-order-view .order-date .label {
  display: none;
}
/* .sidebar .block .account-nav .item.current a, .sidebar .block.account-nav .item.current a, .sidebar .block .account-nav .item.current strong, .sidebar .block.account-nav .item.current strong,
    body.account .column.main .block-title strong,
    body.account .column.main .order-details-items .order-title > strong {
        font-weight: 400 !important;
    }
    body.account .column.main table.table tfoot tr.grand_total strong,
    body.account .column.main table.table tfoot tr.grand_total td.amount .price {
        font-weight: 400;
    }
    body.account .column.main .block-content .box-title span,
    .account .column.main .block:not(.widget) .box-title > span, .multicheckout .box-title > span, .paypal-review .block .box-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span, .sales-guest-view .column.main .block:not(.widget) .box-title > span,
    body.account .column.main .block-dashboard-info .box-information .box-content p,
    body.account .column.main .order-details-items .order-title > strong {
        font-weight: 400;
        color: #3b3b3b;
    }
    body.account .column.main .block-dashboard-info .action, body.account .column.main .block-dashboard-addresses .action, body.account .column.main .block-addresses-default .action, body.account .column.main .block-addresses-list .action {
        color: #222;
    } */
/*-- WISHLIST GUEST PAGE */
.guestwishlist-index-index .price-box,
.guestwishlist-index-index .box-tocart {
  display: none !important;
}
.guestwishlist-index-index .guest_wishlist_list .actions-toolbar .action.update {
  padding: 0.5em 2.375em;
  font-size: 12px;
  text-transform: uppercase;
}
/*-- product listing page */
/* .products.list.product-items .item.product-item .product-item-name a,
    .products-grid .items .product-item .product-item-name a {
        font-weight: 400;
    }
    .price-box .price {
        font-size: 12px;
    } */
/*-- pagination */
/* .pages .pages-items .item .page {
        color: #3b3b3b;
        font-weight: 400;
    }
    .pages .pages-items .item.current .page:after {
        background-color: #989898;
    } */
/*-- FORMS */
body .modal-popup.confirm .action-primary {
  background-color: #000;
  border-color: #000;
}
body .modal-popup.confirm .action-primary:focus,
body .modal-popup.confirm .action-primary:hover {
  background-color: #000;
  border-color: #000;
}
body input[type="text"],
body input[type="password"],
body input[type="url"],
body input[type="tel"],
body input[type="search"],
body input[type="number"],
body input[type="datetime"],
body input[type="email"],
body textarea,
body select {
  border: 1px solid #999;
}
body .border-primary,
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="url"]:focus,
body input[type="tel"]:focus,
body input[type="search"]:focus,
body input[type="number"]:focus,
body input[type="datetime"]:focus,
body input[type="email"]:focus,
body input.mage-error[type="text"],
body input.mage-error[type="password"],
body input.mage-error[type="url"],
body input.mage-error[type="tel"],
body input.mage-error[type="search"],
body input.mage-error[type="number"],
body input.mage-error[type="datetime"],
body input.mage-error[type="email"],
body textarea:focus,
body .btn.btn-primary:focus,
body .action.primary:focus,
body .btn.btn-primary:hover,
body .action.primary:hover,
body .btn.btn-secondary,
body .action.secondary,
body .btn.btn-gray:focus,
body .action.gray:focus,
body .btn.btn-gray:hover,
body .action.gray:hover,
body .btn.btn-dark:focus,
body .action.dark:focus,
body .btn.btn-dark:hover,
body .action.dark:hover,
body .btn.btn-default:focus,
body .action.default:focus,
body .btn.btn-default:hover,
body .action.default:hover,
body .btn.btn-blue:focus,
body .btn-blue:focus,
body .btn.btn-blue:hover,
body .btn-blue:hover,
body .btn.btn-blue2:focus,
body .btn-blue2:focus,
body .btn.btn-blue2:hover,
body .btn-blue2:hover,
body .btn.btn-red:focus,
body .btn-red:focus,
body .btn.btn-red:hover,
body .btn-red:hover,
body body.account .column.main .form-newsletter-manage .actions-toolbar .secondary:hover,
body body.account .column.main .form-edit-account .actions-toolbar .secondary:hover,
body body.account .column.main .form-address-edit .actions-toolbar .secondary:hover,
body .promobanner-v1 .promobanner .banner-text .white-color .btn.btn-default:hover,
body .promobanner-v1 .promobanner .banner-text .white-color .action.default:hover,
body .login-container .form-login .form-group .control input:active,
body .login-container .form-login .form-group .control input:focus,
body .customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .control input:active,
body .customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .control input:focus,
body .register-container .form-create-account > .fieldset > .field .control input:active,
body .register-container .form-create-account > .fieldset > .field .control select:active,
body .register-container .form-create-account > .fieldset > .field .control input:focus,
body .register-container .form-create-account > .fieldset > .field .control select:focus,
body .form-wishlist-items .actions-toolbar > .primary button.action.share,
body .form-wishlist-items .actions-toolbar > .primary button.action.tocart:hover,
body .sidebar .block .actions-toolbar .primary .action,
body .slide-text .category-banner a:hover,
body .checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-update:hover,
body .opc-wrapper .checkout-shipping-address .action-show-popup:hover,
body .opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item,
body .pages .pages-items .item .action:hover,
body .form-address-edit .actions-toolbar .action.primary:hover {
  border-color: #000;
}
body .custom-form {
  max-width: 620px;
  margin: auto;
}
body .custom-form .form.contact {
  max-width: 100%;
  flex-basis: 100%;
}
body .custom-form .fieldset {
  margin-bottom: 10px;
}
body .custom-form .fieldset .field {
  margin-bottom: 4px;
}
body .custom-form .fieldset .field.name,
body .custom-form .fieldset .field.email {
  width: 100%;
}
body .custom-form .fieldset .field .label,
body .custom-form .fieldset > .field.required > .label:after {
  font-size: 0.85rem;
}
body .custom-form .fieldset .field .label {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
body .custom-form .fieldset > .field:not(.choice) > .label {
  margin-bottom: 2px;
}
body .custom-form input[type="text"],
body .custom-form input[type="password"],
body .custom-form input[type="url"],
body .custom-form input[type="tel"],
body .custom-form input[type="search"],
body .custom-form input[type="number"],
body .custom-form input[type="datetime"],
body .custom-form input[type="email"],
body .custom-form textarea {
  border: 1px solid #000;
}
body .custom-form textarea {
  min-height: 120px;
}
body .custom-form input[type="text"],
body .custom-form input[type="password"],
body .custom-form input[type="url"],
body .custom-form input[type="tel"],
body .custom-form input[type="search"],
body .custom-form input[type="number"],
body .custom-form input[type="datetime"],
body .custom-form input[type="email"],
body .custom-form select {
  height: 2.5em;
}
body .custom-form .actions-toolbar > .primary,
body .custom-form .actions-toolbar > .primary .action {
  float: none;
  display: block;
  width: 100%;
}
/*-- BUTTONS */
/* .btn.btn-primary, .action.primary,
    .modal-popup.confirm .action-primary {
        background-color: #3b3b3b;
        border-color: #3b3b3b;
    }
    .action.primary:focus, .action.primary:active,
    .bg-primary, .btn.btn-primary:focus, .action.primary:focus, .btn.btn-primary:hover, .action.primary:hover, .btn.btn-secondary, .action.secondary, .btn.btn-blue:focus, .btn-blue:focus, .btn.btn-blue:hover, .btn-blue:hover, .btn.btn-blue2:focus, .btn-blue2:focus, .btn.btn-blue2:hover, .btn-blue2:hover, .btn.btn-red:focus, .btn-red:focus, .btn.btn-red:hover, .btn-red:hover, .scroll-to-top:hover, body.account .column.main .actions-toolbar .secondary .action.back:after, .blog-list .section-title .title:after, .single-deal .product-info-label .save-count, .form-wishlist-items .actions-toolbar > .primary button.action.share, .lookbook-container .pin-label, .lookbook-slider .owl-dots .owl-dot.active span, .catalog-product-view .block .block-actions .action.select:after, .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary .action.tocart:hover:after, .btn.btn-primary.btn-all:hover, .view-btn-radius .tab-cate-link a.action.default, .pages .pages-items .item .action:hover, .form-address-edit .actions-toolbar .secondary .action.back:after, .form-address-edit .actions-toolbar .action.primary:hover, .contact-form .social-links li:hover {
        background-color: #3b3b3b;
    }
    body .action.primary:hover,
    .modal-popup.confirm .action-primary:focus, .modal-popup.confirm .action-primary:hover {
        font-weight: 500;
        background-color: #fff;
        color: #3b3b3b;
        border-color: #3b3b3b;
    }
    button, a.action.primary,
    .cart.table-wrapper .actions-toolbar > .action,
    .action-gift {
        border-radius: 0;
    }
    .btn.btn-dark, .action.dark {
        border-width: 1px;
    } */
/*-- ELEMENTS */
/* select {
        padding-left: 10px;
    } */
/*-- HEADER */
/* header.page-header .header-area {
    background-color: #fff;
}
.setting-web-letters__item {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 0.9em;
    font-weight: 400;
    text-align: center;
}
header.page-header .megamenu_action.deskop,
header.page-header .header-area.header2 .middle-header .logo,
header.page-header .header-area.header2 .middle-header .right-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.333333%;
}

header.page-header .header-area.header2 .middle-header .block-search {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
} */
/*-- OPEN SIDEBAR/MODAL LAYER */
/* header.page-header .header-area.myaccount-slide .header-top-links.active:after,
header.page-header .header-area .setting-site.active:after,
header.page-header .minicart-slide .minicart-wrapper.active:after,
header.page-header.active-menu .header-area .middle-header:before,
body .modals-wrapper:after {
    background-color: #000!important;
    opacity: 0.5!important;
} */
/*-- HEADER SIDEBAR LOGIN */
@media (max-width: 767px) {
  body header.page-header .header-area .header-top-links .close-myaccount {
    display: block;
  }
}
body .myaccount-slide .header-top-links .login-form .close-myaccount:hover {
  color: #999;
}
body .myaccount-slide .password .action.remind {
  z-index: 2;
  color: #4b6e2b !important;
  font-weight: 400 !important;
  font-size: 0.85em;
}
body .myaccount-slide .password .action.remind:hover {
  background-color: transparent !important;
}
/* .header-top-links .block-customer-login .block-title strong,
header .login-form .block-title strong {
    font-size: 16px;
}
.header-top-links .field.password .action.remind,
header .login-form .field.password .action.remind {
    font-weight: 400;
    top: 11px;
}
*/
body .header-top-links .field.password .action.remind {
  position: static;
  padding-left: 0;
  margin-top: 5px;
}
/*-- HEADER SIDEBAR WISHLIST */
body header.page-header .top-wishlist .product-items .product-item .product-item-details .product-item-name a:hover {
  color: #4b6e2b;
}
body header.page-header .top-wishlist .actions-primary {
  display: none !important;
}
@media (max-width: 767px) {
  body header.page-header .header-area .top-wishlist .block-wishlist .close-wishlist-site {
    display: block;
  }
}
/*-- HEADER MESSAGES */
.message.info,
.message.error,
.message.warning,
.message.notice,
.message.success {
  color: #3b3b3b;
  background: #f4f4f6;
  top: 200px;
}
/*-- HEADER STICKY BOTTOM MOBILE */
body div.header-mobile-tabs--bottom {
  display: none;
}
.action-mb-tabs-mobile-block {
  display: none;
}
@media (max-width: 767px) {
  html body {
    padding-bottom: 0;
  }
  body header.page-header .header-area .right-content {
    max-width: 65px;
  }
  .action-mb-tabs-mobile-block {
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
  .action-mb-tabs-mobile {
    background: none !important;
    box-shadow: none !important;
    width: 100%;
    border: none;
    text-align: center;
    height: 50px;
    padding: 0 5px;
    color: #222;
    font-size: 20px;
    border-radius: 0;
    position: relative;
  }
  .action-mb-tabs-mobile:hover,
  .action-mb-tabs-mobile:focus,
  .action-mb-tabs-mobile:active {
    border: none;
    color: #555;
  }
  .action-mb-tabs-mobile .icon-cart-top:before {
    content: "\e74d";
  }
  .action-mb-tabs-mobile .counter {
    border-radius: 20px;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 600;
    height: 0.9375rem;
    line-height: 0.9375rem;
    min-width: 0.9375rem;
    padding: 0;
    position: absolute;
    top: 8px;
    left: 50%;
    text-align: center;
    z-index: 1;
    background-color: #78b045;
  }
  /*header.page-header .minicart-wrapper .action.showcart {
        display: flex !important;
    }
    header.page-header .header-area .right-content .block-search {
        margin-left: 24px;
    }
    header.page-header .header-area.header2 .middle-header .logo {
        padding: 5px 0;
    }
    header.page-header .header-area.header2 .middle-header .logo img {
        max-height: 50px;
    }
    header.page-header .megamenu_action.deskop {
        flex-basis: 20%;
    }
    header.page-header .header-area.header2 .middle-header .logo {
        flex-basis: 60%;
    }
    header.page-header .header-area.header2 .middle-header .right-content {
        flex-basis: 20%;
    }*/
}
/*

.mobile-menu-wrapper {
 display: none;
}

@media (max-width: 1007px) {
.navigation {
    display: block;
}
}

@media (max-width: 767px) {
.category-product-actions .toolbar .filter-placeholder {
    display: block;
}
}
@media (min-width: 992px){
header.page-header .header-area.right-slide-menu .horizontal-menu {
    right: none;
    left: 0;
}
}
header.page-header .theme-header-icon:hover {
color: #808080;
}

.cart-footer-actions {
background-color: #3b3b3b;
}

.sidebar.sidebar-additional {
display: none;
}
.page-title-wrapper.layout_type1 {
padding: 60px 0 60px;
}*/
/*-- NAVIGATION MENU */
/* header.page-header .close-menu-site {
    color: #3b3b3b;
    font-size: 14px;
}
.horizontal-menu a {
    text-transform: uppercase;
}
body .header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li._show-child > .toggle-menu > .icon-toggle:before,
body .header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu > .icon-toggle:before,
.horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu > .icon-toggle:before {
    color: #3b3b3b;
    font-family: FontAwesome;
    font-weight: 100;
}
body .header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu > .icon-toggle:before,
.horizontal-menu .mgs-megamenu--main .nav-main-menu li .toggle-menu > .icon-toggle:before {
    content: "\f107";
}
body .header-area.right-slide-menu .horizontal-menu .mgs-megamenu--main .nav-main-menu li._show-child > .toggle-menu > .icon-toggle:before,
.horizontal-menu .mgs-megamenu--main .nav-main-menu li._show-child > .toggle-menu > .icon-toggle:before {
    content: "\f106";
} */
/*-- BREADCRUMBS */
/* .breadcrumbs .items .item:last-child {
    color: #3b3b3b;
}
.breadcrumbs .items .item:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    background-color: #989898;
    position: absolute;
    top: 50%;
    margin-top: -0.125rem;
    right: 0;
} */
/*-- SEARCH BAR */
body .mgs-instant-search-dropdown .pages.pages-list .title .see-all,
body .mgs-instant-search-dropdown .posts.posts-list .title .see-all,
body .mgs-instant-search-dropdown .categories.categories-list .title .see-all,
body .mgs-instant-search-dropdown .products.products-list .title .see-all {
  background-color: #78b045;
}
body .mgs-instant-search-dropdown .pages.pages-list .title .see-all:hover,
body .mgs-instant-search-dropdown .posts.posts-list .title .see-all:hover,
body .mgs-instant-search-dropdown .categories.categories-list .title .see-all:hover,
body .mgs-instant-search-dropdown .products.products-list .title .see-all:hover {
  background-color: #4b6e2b;
}
@media (max-width: 1500px) {
  header.page-header .header-area.search-icon-bottom .block-search .action.search {
    top: 0;
  }
}
/* header.page-header .search-icon-popup .block-search .block-content .form.minisearch .field.search .label {
    font-size: 16px;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-name a {
    font-weight: 400;
    font-size: 14px;
} */
/*-- OWL CAROUSEL SLIDER */
body .owl-carousel .owl-dots .owl-dot span,
body .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #78b045;
}
body .owl-carousel:not(.custom-nav) .owl-nav button:hover,
body .mgs-owl-carousel .owl-dots .owl-dot:hover span,
body .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #78b045;
  border-color: #78b045;
}
/* footer.page-footer .list-links li, footer.page-footer .list-links li a {
font-family: 'Work Sans', sans-serif;
font-size: 12px;
font-weight: 400;
padding: 3px 0;
} */
/* a.level0 {
font-family: 'Work Sans', sans-serif;
font-size: 14px!important;
font-weight: 700!important;
} */
/* a.level1 {
font-family: 'Work Sans', sans-serif;
font-size: 12px!important;
font-weight: 400!important;
} */
/* .breadcrumbs .item {
font-family: 'Work Sans', sans-serif;
font-size: 12px;
font-weight: 400;
} */
/* Página producto */
/* .catalog-product-view .product-info-main {
font-family: 'Work Sans', sans-serif;
font-size: 12px;
font-weight: 400;
} */
/*-- FOOTER */
body .page-footer .middle-footer a,
body .page-footer .middle-footer .footer-title,
body footer.page-footer .footer2 .middle-footer .footer-copyright,
body footer.page-footer .footer .bottom-footer,
body .page-footer .list-links li:before {
  color: #fff;
}
.page-footer .middle-footer .footer-title:after,
.page-footer .middle-footer .footer-title:before {
  background-color: #fff;
}
.footer .copyright {
  display: block;
  margin-bottom: 15px;
}
.footer .footer-copyright img,
.footer .bottom-footer img {
  width: 50px;
  height: auto;
}
.page-footer .bottom-footer {
  padding-left: 15px;
  padding-right: 15px;
}
body footer.page-footer .list-links li {
  position: relative;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1em;
}
.page-footer .list-links li:before {
  content: '·';
  position: absolute;
  left: 2px;
  top: 12px;
  font-size: 25px;
  line-height: 0;
}
footer.page-footer .list-links--social {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}
body footer.page-footer .list-links--social li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
}
body footer.page-footer .list-links--social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 0 0 0 4px;
}
footer.page-footer .list-links.list-links--social li a:hover:after {
  width: 0;
}
.page-footer .list-links--social li:before {
  content: '';
}
footer.page-footer .list-links--social .theme-footer-icon {
  position: relative;
  left: 1px;
  top: 2px;
}
@media (min-width: 768px) {
  .page-footer .footer-block.footer-block--7 {
    min-width: 100%;
    flex: 1 1 100%;
  }
  .page-footer .footer-block.footer-block--7 .footer-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-block--product-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .comonline_footer_products_col {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* .footer.content .footer-block {
    text-transform: uppercase;
}
.footer-newsletter__caret {
    padding-left: 3px;
} */
/* mobile footer hotfix */
/* .mobile-footer-hotfix {
    display: none;
}
.page-footer a {
    color: #3b3b3b;
} */
/*-- FOOTER MI CUENTA BTNS MOBILE */
.footer-block--cuenta {
  display: none;
}
@media (max-width: 767px) {
  .footer-block--cuenta {
    display: block;
  }
}
/*-- FOOTER CART */
/* .cart-footer-actions,
.footer_minicart_container {
    display: none;
} */
/*-- MINICART */
.btn-minicart-close2 {
  display: none;
}
body header.page-header .minicart-items .product-item-details .price,
body header.page-header .minicart-wrapper .block-content > .subtotal .price-container .price {
  color: #000;
}
body header.page-header .minicart-items .product-item-pricing .details-qty .update-cart-item {
  border-color: #666;
  background-color: #666;
}
body header.page-header .minicart-items .product-item-details .product-item-name a:hover,
body header.page-header .minicart-items .product .actions > .primary a:hover:before,
body header.page-header .minicart-items .product .actions > .secondary a:hover:before {
  color: #4b6e2b;
}
body .minicart-items .action.edit {
  display: none;
}
body .minicart-items .product-item-details .details-qty {
  display: none;
}
@media (max-width: 767px) {
  body header.page-header .minicart-wrapper .block-minicart {
    padding-top: 50px;
  }
  .btn-minicart-close2 {
    position: absolute;
    top: 5px;
    display: block;
  }
  .btn-minicart-close2,
  .btn-minicart-close2:hover,
  .btn-minicart-close2:focus,
  .btn-minicart-close2:active {
    background: none;
    border: none;
    color: #999;
    margin: 0 10px 10px;
  }
}
/* header.page-header .minicart-wrapper .block-content > .actions > .secondary .action.viewcart:hover {
    color: #3b3b3b;
    border-color: #3b3b3b;
}
header.page-header .minicart-wrapper .block-content > .subtotal .price-container .price,
.product.options .product.options.list .label,
header.page-header .minicart-items .product-item-details .price,
.minicart-items .action.edit:before, .minicart-items .action.delete:before,
header.page-header .minicart-wrapper .block-content > .subtotal > .label,
header.page-header .minicart-items .product .actions > .secondary a:hover:before {
    color: #3b3b3b;
    font-weight: 400;
}
.minicart-items .product-item-details .details-qty {
    display: none;
}

.minicart-items .action.edit {
    display: none;
}
header.page-header .minicart-items .product-item-details .product-item-name a,
header.page-header .minicart-items .product-item-details .product-item-name a:hover {
    color: #3b3b3b;
}
.flycart-animated-add {
    display: none!important;
} */
/*-- CHECKOUT PAGE: summary */
body #shopping-cart-table .actions-toolbar > a.action-edit {
  display: none;
}
body #shopping-cart-table thead th.col {
  color: #444;
}
body #shopping-cart-table .col .control.qty {
  border-width: 1px;
}
body .cart.main.actions .action {
  color: #444;
  background-color: #fff;
  border-width: 1px;
}
/* #shopping-cart-table .col.qty,
#shopping-cart-table .actions-toolbar > a.action-edit {
    display: none;
}
#shopping-cart-table .col.item .product-item-name,
.shopping-cart-bottom .block .title strong,
.cart-totals .totals.sub .mark, .cart-totals .totals.sub, .cart-totals .mark strong,
.cart-totals .grand .amount strong,
#co-shipping-method-form .item-title,
.modal-custom.authentication-dropdown .block-authentication .block-title strong {
    font-weight: 400;
}
#shopping-cart-table .col.item .product-item-name a {
    color: #3b3b3b;
}
#shopping-cart-table .item-options dt,
#shopping-cart-table .item-options dd,
#shopping-cart-table .col .price,
.shopping-cart-bottom .block .title strong,
.cart-totals .totals.sub .mark, .cart-totals .totals.sub, .cart-totals .mark strong,
.cart-totals .grand .amount strong,
#co-shipping-method-form .item-title,
.cart-summary input,
.checkout-index-index input,
.modal-custom.authentication-dropdown .block-authentication .block-title strong {
    color: #3b3b3b;
}
.column.main .block .title strong,
.shopping-cart-bottom select,
.checkout-index-index select,
.cart-summary select,
.shopping-cart-bottom input[type="text"],
.shopping-cart-bottom input[type="password"],
.shopping-cart-bottom input[type="url"],
.shopping-cart-bottom input[type="tel"],
.shopping-cart-bottom input[type="search"],
.shopping-cart-bottom input[type="number"],
.shopping-cart-bottom input[type="datetime"],
.shopping-cart-bottom input[type="email"] {
    font-size: 14px;
    color: #3b3b3b;
}
.shopping-cart-bottom .fieldset.coupon .action.apply {
    position: static !important;
    background: #3b3b3b !important;
    color: #fff !important;
}
.cart-totals,
.cart-summary {
    background-color: transparent;
    border: none;
}
.cart-container .checkout-methods-items .item + .item,
.cart-totals .grand.totals {
    border: none;
}
.cart.main.actions .action {
    color: #fff;
    border: 2px solid #3b3b3b;
    background-color: #3b3b3b;
}
.cart.main.actions .action:hover {
    background-color: #3b3b3b;
    color: #fff;
    border-color: #3b3b3b;
} */
/*-- CHECKOUT PAGE: opc */
body.checkout-cart-index .col.price,
body.checkout-cart-index #block-shipping {
  display: none;
}
body .opc-estimated-wrapper .fieldset > .field:not(.choice) > .label,
body.checkout-index-index .fieldset > .field:not(.choice) > .label,
body .column.main .opc-block-summary .block .title strong {
  color: #000;
}
body .opc-sidebar .opc-block-summary .items-in-cart {
  border: 1px solid #999;
}
/* .opc-progress-bar-item > span,
.opc-estimated-wrapper .authentication-wrapper, .checkout-index-index .authentication-wrapper,
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .product-item-name,
.opc-sidebar .opc-block-summary .grand.totals .mark strong {
    font-weight: 400;
}
body .opc-progress-bar-item._active:before,
body .opc-progress-bar-item._active > span:before {
    background-color: #3b3b3b;
}
.opc-progress-bar-item > span:after,
.opc-progress-bar-item._active > span,
.opc-progress-bar-item > span,
.opc-progress-bar-item._complete > span,
.checkout-payment-method .form.payments .action-apply,
.opc-sidebar .opc-block-summary .price,
.opc-sidebar .opc-block-summary .grand.totals .mark strong,
.opc-sidebar .opc-block-summary .minicart-items .product-item .product-item-details .price {
    color: #3b3b3b;
}
.modal-popup .modal-title, .opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
    font-weight: 400;
    font-size: 18px;
    color: #3b3b3b;
}
.modal-custom.authentication-dropdown .block-authentication .block-title strong {
    font-size: 18px;
}
body .opc-block-summary .items-in-cart {
    border-width: 1px;
}
.checkout-payment-method .form.payments .payment-option-title .action-toggle {
    font-size: 18px;
    line-height: 35px;
} */
/*-- PRODUCT PAGE: SIMPLE PRODUCT AS BASE */
/* .catalog-product-view .product-info-main .page-title-wrapper .page-title,
.catalog-product-view .product-info-main .price-box .price-wrapper .price {
    color: #3b3b3b;
    font-weight: 400;
}
.catalog-product-view .product-info-main .page-title-wrapper {
    margin-top: 0;
    margin-bottom: 10px;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 26px;
    line-height: 1em;
}
.status-product-preorder {
    font-size: 13px;
}
.catalog-product-view .product-info-main .product.attribute.sku,
.catalog-product-view .product-info-main .product.attribute.color {
    margin-top: 0;
    font-size: 13px;
}
.catalog-product-view .product-info-main .product.attribute.color {
    margin-bottom: 25px;
}
.catalog-product-view .product-info-main .product.attribute.color .type {
    text-transform: uppercase;
    font-weight: 400;
}
.catalog-product-view .product-info-main .product.attribute.color .type:after {
    content: ':';
}
.catalog-product-view .product-info-main .product.attribute.color .value {
    display: inline;
}
.catalog-product-view .product-info-main .price-box .price-wrapper .price {
    font-size: 14px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty {
    display: none;
}
.product-guia-tallas-envios {
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 13px;
}
.catalog-product-view .product-info-main .product-options-wrapper {
    margin-bottom: 0;
}
.catalog-product-view.swatch-attribute-options {
    margin-left: -3px;
    margin-right: -3px;
}
.swatch-opt {
    margin-top: 0;
    min-height: 0;
}
.swatch-option-tooltip {
    display: none!important;
}
.catalog-product-view .product-info-main .product-add-form .swatch-attribute .swatch-attribute-selected-option,
.swatch-input.super-attribute-select {
    display: none;
}
.catalog-product-view .product-info-main .product-info-price {
    margin-top: 0;
    margin-bottom: 20px;
} */
/*-- Related block */
/* .catalog-product-view .block.related .block-actions {
        display: none;
    }
    .block.related .price-box {
        display: none;
    }
    .products-grid .items .product-item .product-item-info:hover .product-top:not(.loading-ajax):not(.loading-ajax--wl) .product-item-inner {
        display: none;
    } */
/*-- attributes swatc */
/* .swatch-attribute.talla .swatch-attribute-label {
        display: none;
    }
    .swatch-option.text,
    .swatch-option.text:not(.disabled):hover, .swatch-option.text.selected,
    .block.filter .filter-content .filter-options-content .swatch-attribute-options .swatch-option.text {
        background: none;
        border-color: transparent;
        font-size: 16px;
        height: initial;
        line-height: 1.3em;
        color: #3b3b3b;
        border-radius: 0;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .catalog-product-view .swatch-option.disabled {
        color: #ccc;
    }
    .catalog-product-view .swatch-option.disabled:after {
        background: none;
    }
    .swatch-option.text {
        transition: all 0.3s ease-in;
    }
    .swatch-option.text:not(.disabled):hover, .swatch-option.text.selected,
    .block.filter .filter-content .filter-options-content .swatch-attribute-options .swatch-option.disabled {
        color: #3b3b3b;
        border-color: #eee;
    } */
/*-- guia tallas envios modal */
/* .modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
        color: #3b3b3b;
    }
    .catalog-product-view .modal-popup--guia-tallas,
    .catalog-product-view .modal-popup--guia-envios {
        max-height: 85vh;
    }
    .catalog-product-view .modal-popup--guia-tallas .modal-title,
    .catalog-product-view .modal-popup--guia-envios .modal-title {
        display: none;
    }
    .catalog-product-view .modal-popup--guia-tallas .modal-content,
    .catalog-product-view .modal-popup--guia-envios .modal-content {
        padding-bottom: 30px;
    }

    .catalog-product-view .product-info-main .box-tocart .action.primary.tocart {
        font-weight: 400;
    }
    .catalog-product-view .product-info-main .box-tocart .action.primary.tocart:hover {
        background: white;
        color: #3b3b3b;
        font-weight: 500;
    }

    .catalog-product-view .block .block-title.title > strong {
        font-family: 'Work Sans', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        color: #3b3b3b;
    }
    .producto-guia-tallas-content .table td {
        border: 1px solid #f6f6f6 !important;
        text-align: center;

    } */
/*-- product tabs */
/* .catalog-product-view .product.info.detailed {
        margin-top: 0;
    }
    .product.info.detailed .product.data.items > .item.content,
    .product.info.detailed .product.data.items {
        border: none;
        padding-top: 0;
    }
    .product.info.detailed .product.data.items > .item.content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .catalog-product-view .data.title {
        display: none!important;
    }
    .product.data #reviews,
    .product.data #additional {
        display: none!important;
    }
    .product.data #description {
        display: block!important;
    }

strong.block-subtitle.filter-current-subtitle {
display: none;
}
.action-secondary {
display: none;
} */
/*--CATEGORY PAGE */
/* category_view (content above) */
.page-products .category-view {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.width1200.page-products .category-view {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/*-- columns */
/*-- toolbar */
.toolbar {
  justify-content: center;
}
.toolbar .filter-placeholder,
.toolbar .modes {
  display: none;
}
/*-- page title (category) */
.page-products .page-title-wrapper {
  margin-bottom: 0;
}
body .category-product-actions.show-breadcrumbs .category-title {
  text-transform: uppercase;
  font-size: 2rem;
}
/*-- breadcrumbs (category) */
body .category-product-actions.show-breadcrumbs {
  margin-bottom: 30px;
}
/*-- mgs supro landing view */
body .landing-categories .landing-grid .list-subcate .item {
  overflow: visible;
  margin-bottom: 85px;
}
body .landing-categories .landing-grid .list-subcate .item .image-subcate .image:after {
  opacity: 0;
}
body .landing-categories .landing-grid .list-subcate .item:hover .image-subcate .image:after {
  opacity: 0;
}
body .landing-categories .landing-grid .list-subcate .item .info-subcate {
  top: initial;
  width: 100%;
}
body .landing-categories .landing-grid .list-subcate .item .info-subcate .title a {
  padding: 10px;
}
body .landing-categories .landing-grid .list-subcate .item .info-subcate .sub-title {
  display: none;
}
/*-- product listing grid */
body .products-grid .items .product-item .product-top .product-item-inner {
  padding: 15px 5px 12px;
  background-color: #78b045;
}
body .products-grid .items .product-item .product-top .product-item-inner .action.tocart,
body .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action,
body .products-grid .items .product-item .product-top .product-item-inner .product-item-actions .actions-secondary > .action:hover {
  color: #fff;
}
body .products-grid .items .product-item .product-item-name a {
  font-weight: 400;
  color: #000;
}
body .products-grid .items .product-item .product-item-name a:hover {
  color: #4b6e2b;
}
.price-box .price-label {
  display: none;
}
.products-grid .items .product-item .product-item-info .product-item-details .price-box {
  display: none;
}
/*-- hide action buttons */
.action.tocompare,
.action.quickview {
  display: none !important;
}
@media (max-width: 991px) {
  body .category-product-actions.show-breadcrumbs {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
  }
  body .category-product-actions.show-breadcrumbs .category-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .category-product-actions.show-breadcrumbs .category-title {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #78b045;
    color: #fff;
    line-height: 1em;
  }
  .category-product-actions.show-breadcrumbs .breadcrumbs {
    display: none !important;
  }
  .category-product-actions.show-breadcrumbs .breadcrumbs,
  .category-product-actions.show-breadcrumbs .toolbar-products {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .products-grid .items .product-item .product-top .product-item-inner {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@media (min-width: 768px) {
  body .products-grid .items .product-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .page-products .category-product-container {
    margin-top: 60px;
  }
}
/* .catalog-category-view .page-title-wrapper .page-title {
    font-size: 26px;
    font-weight: 300;
}
.products.list.product-items .item.product-item .product-item-details {
    padding: 10px 0;
}
.page-products .products-grid .product-item .product-item-inner {
    display: none;
    margin-left: 0;
    margin-right: 0;
}
.products.list .price-box .price {
    font-size: 11px;
    font-size: 10.5px;
    color: #3b3b3b;
}
.product-items .product-preorder {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}
.price-box .price-label {
    display: none;
} */
/*-- LAYERED FILTER */
@media (max-width: 767px) {
  .page-layout-1column .mgs-filter .block-content.filter-content {
    display: none;
  }
}
/* .filter-current {
    display: none;
}
.category-product-actions .filter-wrapper {
    display: none;
}
.page-layout-1column .mgs-filter .block-content.filter-content {
    border: none;
}
.block.filter .filter-content .filter-options-title {
    color: #3b3b3b;
    font-weight: 400;
}
@media (min-width: 992px) {
    .page-layout-1column .mgs-filter .block-content.filter-content .filter-options {
        justify-content: space-between;
    }
    .page-layout-1column .mgs-filter .block-content.filter-content .filter-options .filter-item {
        flex-basis: 33.33333333%;
        max-width: calc(33.33333333% - 70px);
    }
} */
/*-- swatch color */
/* .swatch-option.color {
        min-width: 15px;
        height: 15px;
        margin: 0 7px 7px 0;
        border-radius: 0;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
    } */
/*-- swatch talla */
/* .block.filter .swatch-option.disabled:after {
        background: none;
    }
    .block.filter .filter-content .filter-options-content .swatch-attribute-options .swatch-option.text {
        width: auto;
        padding: 0 3px;
    } */
/*-- range price */
/* .irs-with-grid {
        height: 55px;
    }
    .irs-line,
    .irs-bar {
        top: 12px;
    }
    .irs-bar {
        background: #8f8f8f;
    }
    .irs-grid-pol,
    .irs-grid-pol.small{
        background-color: #3b3b3b;
    }
    .irs-grid-pol,
    .irs-grid-pol.small,
    .irs-grid-text {
        color: #3b3b3b;
    }
    .irs-slider {
        top: 6px;
    }
    .irs-max, .irs-min,
    .irs-from, .irs-to, .irs-single {
        display: none;
    } */
/* Cambios en la tipografía - los hacemos uno a uno */
/* .product, .produt-item-pricing, .price-container, .product-item-details {
font-family: 'Work Sans', sans-serif;
}
.block-minicart, .block-customer-login, .register-container {
font-family: 'Work Sans', sans-serif;
}
.fieldset {
font-family: 'Work Sans', sans-serif;
}
header.page-header .minicart-wrapper .action.showcart .counter.qty,
.header-content-search__mini-cart .counter {
background-color: #505050;
}
.header-top-links .actions .action.top-links:hover:before {
color: #808080;
}
header.page-header .header-area.header2 .middle-header .logo {
}
header.page-header .header-area.header2 .middle-header .right-content {
} */
/* .border-primary, input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input.mage-error[type="text"], input.mage-error[type="password"], input.mage-error[type="url"], input.mage-error[type="tel"], input.mage-error[type="search"], input.mage-error[type="number"], input.mage-error[type="datetime"], input.mage-error[type="email"], textarea:focus, .btn.btn-primary:focus, .action.primary:focus, .btn.btn-primary:hover, .action.primary:hover, .btn.btn-secondary, .action.secondary, .btn.btn-gray:focus, .action.gray:focus, .btn.btn-gray:hover, .action.gray:hover, .btn.btn-dark:focus, .action.dark:focus, .btn.btn-dark:hover, .action.dark:hover, .btn.btn-default:focus, .action.default:focus, .btn.btn-default:hover, .action.default:hover, .btn.btn-blue:focus, .btn-blue:focus, .btn.btn-blue:hover, .btn-blue:hover, .btn.btn-blue2:focus, .btn-blue2:focus, .btn.btn-blue2:hover, .btn-blue2:hover, .btn.btn-red:focus, .btn-red:focus, .btn.btn-red:hover, .btn-red:hover, body.account .column.main .form-newsletter-manage .actions-toolbar .secondary:hover, body.account .column.main .form-edit-account .actions-toolbar .secondary:hover, body.account .column.main .form-address-edit .actions-toolbar .secondary:hover, .promobanner-v1 .promobanner .banner-text .white-color .btn.btn-default:hover, .promobanner-v1 .promobanner .banner-text .white-color .action.default:hover, .login-container .form-login .form-group .control input:active, .login-container .form-login .form-group .control input:focus, .customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .control input:active, .customer-account-forgotpassword .block-customer-forgot-password .form.password.forget .control input:focus, .register-container .form-create-account > .fieldset > .field .control input:active, .register-container .form-create-account > .fieldset > .field .control select:active, .register-container .form-create-account > .fieldset > .field .control input:focus, .register-container .form-create-account > .fieldset > .field .control select:focus, .form-wishlist-items .actions-toolbar > .primary button.action.share, .form-wishlist-items .actions-toolbar > .primary button.action.tocart:hover, .sidebar .block .actions-toolbar .primary .action, .slide-text .category-banner a:hover, .checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-update:hover, .opc-wrapper .checkout-shipping-address .action-show-popup:hover, .opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item, .pages .pages-items .item .action:hover, .form-address-edit .actions-toolbar .action.primary:hover {
background-color: #808080;
} */
/* .bg-primary, .btn.btn-primary:focus, .action.primary:focus, .btn.btn-primary:hover, .action.primary:hover, .btn.btn-secondary, .action.secondary, .btn.btn-blue:focus, .btn-blue:focus, .btn.btn-blue:hover, .btn-blue:hover, .btn.btn-blue2:focus, .btn-blue2:focus, .btn.btn-blue2:hover, .btn-blue2:hover, .btn.btn-red:focus, .btn-red:focus, .btn.btn-red:hover, .btn-red:hover, .scroll-to-top:hover, body.account .column.main .actions-toolbar .secondary .action.back:after, .blog-list .section-title .title:after, .single-deal .product-info-label .save-count, .form-wishlist-items .actions-toolbar > .primary button.action.share, .lookbook-container .pin-label, .lookbook-slider .owl-dots .owl-dot.active span, .catalog-product-view .block .block-actions .action.select:after, .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary .action.tocart:hover:after, .btn.btn-primary.btn-all:hover, .view-btn-radius .tab-cate-link a.action.default, .pages .pages-items .item .action:hover, .form-address-edit .actions-toolbar .secondary .action.back:after, .form-address-edit .actions-toolbar .action.primary:hover, .contact-form .social-links li:hover {
background-color: #3b3b3b;
}
.background-color-primary, .sidebar .block .actions-toolbar .primary .action, .opc-progress-bar-item._active > span:before, .opc-progress-bar-item._active:before, .checkout-payment-method .form.payments .payment-method-content .actions-toolbar .action-update:hover, .opc-wrapper .checkout-shipping-address .action-show-popup:hover, .opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item:after {
color: #3b3b3b;
background: #fff;
border-color: #3b3b3b;
font-weight: 500;
}
.opc-progress-bar-item._active > span:before {
background: #3b3b3b;
}
.color-primary,
.fieldset > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .fields > .field._required > .label:after, .field.captcha .control.captcha .nested .control.captcha-image .captcha-reload, .btn.btn-gray:focus, .action.gray:focus, .btn.btn-gray:hover, .action.gray:hover, .btn.btn-dark:focus, .action.dark:focus, .btn.btn-dark:hover, .action.dark:hover, .btn.btn-default:focus, .action.default:focus, .btn.btn-default:hover, .action.default:hover, .rating-summary .rating-result > span:before, footer.page-footer .list-icon li a:hover, footer.page-footer .bottom-footer .social-links li a:hover, footer.page-footer .footer2 .middle-footer a:hover, footer.page-footer .footer5 .bottom-footer .content-bottom .list-links a:hover, .cms-about-us .about-color, .services .s-title:before, body.account .column.main table.table tr td.col .action:hover, body.account .column.main .block-dashboard-info .action:hover, body.account .column.main .block-dashboard-addresses .action:hover, body.account .column.main .block-addresses-default .action:hover, body.account .column.main .block-addresses-list .action:hover, body.account .column.main .block-title.order .action span, body.account .column.main .block.block-dashboard-addresses .block-title .action span, .latest-post-list-block .post-item .thumbnail-post .blog-list-video .btn.popup-video:after, .latest-post-grid-block .post-item .thumbnail-post .blog-list-video .btn.popup-video:after, .latest-post-list-block .post-item .title-blog a:hover, .latest-post-grid-block .post-item .title-blog a:hover, .latest-post-list-block .post-item .color-theme, .latest-post-grid-block .post-item .color-theme, .blog-grid .item .post-metas .link-item:hover, .post-metas .meta-date .color-theme, .blog-post-view .sidebar .block-content .item .title a:hover, .blog-post-item .post-images .post-thumbnail .blog-list-video .btn.popup-video:after, .blog-view .post-item .meta-name .category-links, .blog-view .post-item .meta-name .category-links a, .blog-view .share-info .block-blog-tags .tag-cloud li a:hover, .portfolio-category-view .portfolio-bottom-content .category-link > a:hover, .portfolio-category-view .portfolio-bottom-content .port-title:hover, .portfolio-category-view .category-link > a:hover, .portfolio-category-view .portfolio-masonry .portfolio-inner .port-title a:hover, .portfolio-category-view .portfolio-masonry .portfolio-inner .category-link a:hover, .portfolio-details .description .view-title .btn.btn-default:hover, .promobanner-v1 .promobanner .banner-text .white-color .btn.btn-default:hover, .promobanner-v1 .promobanner .banner-text .white-color .action.default:hover, .promobanner-v4 .promobanner:hover .banner-text .title, .single-deal .product-item-details .product-item-name a:hover, .single-deal .product-item-info.template-2 .product-item-details .deal-timer .countdown span, body public-modal .hotspot-modal .modal-dialog:hover .chevron:hover:before, .btn-shop:hover, .newsletter-home .block.newsletter .content .actions .action.subscribe.primary:hover, .login-container .form-login .form-group.password .action.remind, .form-wishlist-items .actions-toolbar > .primary button.action.tocart:hover, .products-grid .items .product-item .product-top .product-item-inner .action.tocart:hover, .product-ultra-grid .banner-url:hover .banner-content .product-item-name, .guest_wishlist_list .product-wishlist-items .product-item-info .action.remove:hover:before, .slide-home-1 .slider_mgs_carousel .inner-text .sub-title, .slide-home-1 .panel-block-row.panel-block:not(.builder-container) .list-social li > a:hover, .lookbook-container .popup__content--product .product-details > h3 a:hover, .lookbook-container .popup__content--product .product-details button.action.primary:hover, .lookbook-container .popup__content--product > div a:hover, .page-title-wrapper .status-order-account .order-actions-toolbar .actions > .action:hover, .rotate-image-container .close-rotate:hover, .catalog-product-view .block .block-actions .action.select:hover, .catalog-product-view .sidebar .block .block-content .products-grid .product-item .product-item-info .field.choice.related input:checked + .label:before, .catalog-product-view .product-info-main .product-social-links .action.tocompare:hover, .catalog-product-view .product-info-main .product-social-links .action.mailto.friend:hover, .main-coming-soon .list-social li > a:hover, .modal_newsletter_popup.modal-slide .modal-inner-wrap .action-close:hover:before, .products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions > .actions-primary .action.tocart:hover, .sidebar .product-items-names .product-item:hover .product-item-name > a, .slide-text .category-banner a:hover, .multicheckout .box-title > .action > span:hover, .opc-sidebar .opc-block-summary .grand.totals .amount strong .price, .checkout-payment-method .form.payments .action-apply:hover, .owl-categories .content a:hover, .category-result .category-items .category-item-info:hover strong::before, .category-result .category-items .category-item-info:hover .category-item-link, .pages-result .pages-grid .page-items .page-item-info:hover strong::before, .pages-result .pages-grid .page-items .page-item-info:hover .page-item-link, .newsletter-home-v2 .block.newsletter .form.subscribe > .actions .action.subscribe:hover, .full-slider .subcribe .block.newsletter .content .actions .action.subscribe.primary:hover, .form-address-edit .actions-toolbar .secondary .action.back, .slider-home-watch .slider_mgs_carousel .inner-text .sub-title, .slider-home-watch .panel-block-row.panel-block:not(.builder-container) .list-social li > a:hover, .contact-form .link-item a:hover, .contact-store .contact-box .contact-info a:hover, .footer.content .footer6 .footer-block .list-links li a:hover, .footer.content .footer6 .footer-block .list-icon li a:hover {
color: #3b3b3b;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
background-color: #808080;
}
.page-title-wrapper.layout_type1 {
padding: 15px;
}
.page-title-wrapper {
margin-bottom: 10px;
}

.header-mobile-tabs--bottom .counter {
background-color: #000000;
}*/
/*-- Logo */
/*-- HOME PAGE */
body .section-builder.services-in-home .services {
  display: none;
  box-shadow: none;
  border: 1px solid #000;
}
body .services .s-title,
body .services .sub-title {
  color: #000000;
}
body .section-builder.services-in-home .services .s-title {
  text-transform: none;
  font-size: 16px;
  padding-left: 0;
}
body .section-builder.services-in-home .services .sub-title {
  text-transform: uppercase;
  padding-left: 0;
}
body .section-builder.services-in-home .services .item {
  position: relative;
  padding-left: 60px;
}
body .section-builder.services-in-home .services .item:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'icomoon' !important;
  font-size: 35px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #65B32E;
}
.services .envio.item:before {
  content: '\e91d';
}
.services .pago.item:before {
  content: '\e920';
}
.services .entrega.item:before {
  content: '\e91e';
}
.services .diseno.item:before {
  content: '\e91c';
}
.services .precios.item:before {
  content: '\e91f';
}
@media (min-width: 992px) {
  body .section-builder.services-in-home {
    transform: translateY(-30%);
  }
  body .section-builder.services-in-home .services {
    display: flex;
  }
}
@media (min-width: 992px) {
  body .section-builder.services-in-home {
    transform: translateY(-50%);
  }
}
/* .home-destacados-header {
    margin-top: 50px;
    margin-bottom: 30px;
}
.home-destacados-header .heading {
    text-align: center;
    text-transform: uppercase;
}
.slide-home-1 .banner-button .btn.btn-primary,
.slide-home-1 .banner-button .action.primary {
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
} */
/*-- Home slider principal (owl) .slider_home_simple */
body .slider_home_simple .owl-item .slide-text > * {
  /* max-width: 50%; */
  max-width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.2);
}
body .slider_home_simple .item-image {
  background-position: left;
}
body .slider_home_simple .inner-text .sub-title {
  color: #000;
  font-size: 16px;
}
body .slider_home_simple .inner-text .title {
  text-transform: uppercase;
  font-size: 50px;
  /* 50 (hasta 575px), 80 (hasta 767), 100 (hasta fin) */
  line-height: 1em;
}
body .slider_home_simple .inner-text .info p {
  color: #000;
}
@media (max-width: 576px) {
  body .slider_home_simple .owl-item .slide-text > * {
    /* max-width: 100%;
        padding: 15px;
        background: rgba(255,255,255,0.2); */
  }
  body .slider_home_simple .item-image {
    background-position: right;
  }
}
@media (min-width: 575px) {
  body .slider_home_simple .owl-item .slide-text > * {
    max-width: 50%;
    padding: 0;
    background: transparent;
  }
  body .slider_home_simple .item-image {
    background-position: center;
  }
  body .slider_home_simple .inner-text .title {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  body .slider_home_simple .inner-text .title {
    font-size: 100px;
  }
  body .slider_home_simple .item-image {
    min-height: 520px;
  }
}
/*-- temporal vertical fix */
/* .slide-home-1 .slider_mgs_carousel .item-image {
    } */
/*-- Text */
/* .slide-home-1 .text.bottom-center {
        width: 100%;
        text-align: center;
    }
    .slide-home-1.home-left-side .slider_mgs_carousel .slide-text {
        right: 10%;
        left: auto;
        bottom: 10%;
        top: auto;
    }
    .slide-home-1 .slide-text,
    .slide-home-1 .slide-text .title,
    .slide-home-1 .slide-text .btn,
    .slide-home-1 .slide-text .btn {
        color: #fff;
    }
    .slide-home-1 .slide-text .btn {
        border-color: #fff;
    } */
/*-- Home text under slider */
.text_under_slider_home {
  padding-top: 30px;
}
/*-- Home cat destacadas slider (owl) .cat_dest_home__slider */
.cat_dest_home {
  padding-top: 80px;
}
.cat_dest_home__slider .owl-item .item {
  position: relative;
  padding-top: 75px;
  background-color: #e6e6e6;
}
.cat_dest_home__slider .owl-item .slide-text {
  display: flex;
  padding: 0;
  height: 75px;
  text-transform: uppercase;
  font-size: 14px;
}
.cat_dest_home__slider .owl-item .inner-text-link {
  flex: 1 1 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
@media (min-width: 992px) {
  .cat_dest_home {
    padding-top: 30px;
  }
}
/*-- Home prod destacados (grid) .prod_dest_home */
.prod_dest_home {
  padding-top: 80px;
}
.prod_dest_home .products-grid .items .product-item .product-item-details {
  padding-top: 10px;
}
.prod_dest_home .products-grid .items .product-item .product-item-name {
  text-align: center;
}
.prod_dest_home .products-grid .items .product-item .product-item-name a {
  font-weight: 400;
}
/*-- Home banner promo .banner-promo-home */
.banner-promo-home {
  margin-top: 80px;
  margin-bottom: 50px;
  color: #ffffff;
}
.banner-promo-home__img img {
  display: block;
  margin: auto;
}
.banner-promo-home__content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 305px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
}
.banner-promo-home__content .text {
  line-height: 1.2em;
}
.banner-promo-home__content .text-big {
  font-size: 2.5em;
  font-weight: 700;
}
@media (min-width: 992px) {
  .banner-promo-home .col2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/*-- Home text bottom */
.text_bottom_home {
  padding-top: 50px;
}
/*-- Home Newsletter */
.newsletter_home {
  padding: 30px 0 14px 0;
  margin-top: 60px;
  background-color: #78b045;
}
.newsletter_home .frame > .line {
  align-items: center;
}
.newsletter_home .col-text {
  font-weight: 700;
}
.newsletter_home .col-form form {
  margin-bottom: 16px;
}
.newsletter_home .col-form label {
  display: none;
}
.newsletter_home .col-form input[type="submit"] {
  display: none;
}
.newsletter_home .col-form .email-field-group {
  position: relative;
  padding-right: 100px;
}
.newsletter_home .col-form .email-field-group .fake-send-button {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 100px;
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-weight: 700;
}
/*-- Home instagram */
.instagram-home {
  padding-top: 60px;
}
.instagram-home .instagram-slider,
.instagram-home .instagram-more {
  margin-top: 30px;
}
.instagram-home .instagram-more {
  text-align: center;
}
/*-- Home trustedshops */
.home_trustedshops_reviews {
  margin-top: 30px;
}
.home_trustedshops_reviews .skyscraper_horizontal {
  border-color: transparent !important;
}
body .home_trustedshops_reviews .skyscraper_horizontal {
  background-color: transparent;
}
.home_trustedshops_reviews .skyscraper_horizontal .ts-title,
.home_trustedshops_reviews .skyscraper_horizontal .ts-header {
  display: none;
}
.home_trustedshops_reviews .skyscraper_horizontal.ts-rating-light.skyscraper_horizontal,
.home_trustedshops_reviews .skyscraper_horizontal.ts-rating-light.skyscraper_horizontal .ts-wrapper,
.home_trustedshops_reviews .skyscraper_horizontal.ts-rating-light.skyscraper_horizontal .ts-reviews .ts-reviews-list li,
.home_trustedshops_reviews .skyscraper_horizontal.ts-rating-light.skyscraper_horizontal .ts-reviews .ts-reviews-list {
  height: auto !important;
}
.home_trustedshops_reviews .skyscraper_horizontal.ts-rating-light.skyscraper_horizontal .ts-reviews .ts-reviews-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.home_trustedshops_reviews .skyscraper_horizontal.ts-rating-light.skyscraper_horizontal .ts-reviews .ts-reviews-list .ts-review-avatar {
  height: auto;
}
.home_trustedshops_reviews .skyscraper_horizontal.ts-rating-light.skyscraper_horizontal .ts-reviews .ts-reviews-list .ts-review-wrapper {
  height: auto;
  width: auto;
}
.home_trustedshops_reviews .skyscraper_horizontal.ts-rating-light.skyscraper_horizontal .ts-reviews .ts-reviews-list li {
  width: auto;
}
.home_trustedshops_reviews .skyscraper_horizontal .ts-footer {
  background-color: transparent !important;
}
.home_trustedshops_reviews .skyscraper_horizontal.ts-rating-light.skyscraper_horizontal .ts-footer {
  text-align: center;
}
.home_trustedshops_reviews .skyscraper_horizontal.ts-rating-light.skyscraper_horizontal .ts-footer .footerReviewCount {
  color: #000;
  float: none;
}
/* Trusted shops badge */
div._1rdf6aww,
div._1rdf6aww:hover,
div[id*="minimized-trustbadge"],
div[id*="minimized-trustbadge"]:hover,
div._ms3tn21,
div._1nemlop,
div[id*="maximized-trustbadge"],
div[id*="maximized-trustbadge"]:hover {
  left: 10px !important;
  right: auto !important;
}
@media (max-width: 350px) {
  div._1dv3orbw,
  div._1dv3orbw:hover {
    display: none;
  }
}
/*-- Lookbook static temporal design */
/* .lookbook-static {
}
.lookbook-static__video video {
    padding-bottom: 8px;
}
.lookbook-static__inner {
    margin-left: -8px;
    margin-right: -8px;
    font-size: 0;
}
.lookbook-static__col {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
}
.lookbook-static__item {
    padding: 0 8px 10px;
}
@media only screen and (min-width: 600px) {
    .lookbook-static__col {
        width: 33.33333333%;
    }
} */
/*-- EMPRESA (cms page) */
/* layout */
.empresa-row {
  clear: both;
}
.empresa-row-1 {
  margin-top: 25px;
}
.equipo__quienes-img {
  margin-bottom: 50px;
  max-width: 100%;
  width: 100%;
}
.equipo__inner {
  margin-left: -15px;
  margin-right: -15px;
}
.equipo__item {
  float: left;
  width: 50%;
  padding: 0 15px 40px 15px;
}
.equipo__item:nth-of-type(2n+1) {
  clear: left;
}
@media (min-width: 768px) {
  .empresa-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .empresa-col {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .equipo__item {
    width: 25%;
  }
  .equipo__item:nth-of-type(n) {
    clear: none;
  }
  .equipo__item:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .empresa-row-1 {
    margin-top: 0;
  }
}
/* styles */
.empresa__nos-diferencia-list {
  font-weight: 700;
}
.equipo__footer {
  text-align: center;
}
.equipo__cargo {
  text-transform: uppercase;
}
.equipo__img {
  transition: all 0.3s ease-out;
}
.equipo__item:hover .equipo__img {
  transform: scale(1.04) translateY(-10px);
}
/*-- SER DISTRIBUIDOR (cms page) */
/* layout */
.distribuidor-row {
  margin-top: 20px;
}
.distribuidor-ventajas {
  margin-top: 80px;
}
.distribuidor-ventajas__item {
  margin-bottom: 50px;
}
.distribuidor-ventajas__footer {
  margin-top: 15px;
}
.distribuidor-interesa {
  margin-top: 90px;
}
.distribuidor-interesa__pasos {
  margin-top: 30px;
}
.distribuidor-interesa__cto {
  margin-top: 60px;
}
.actions-toolbar .primary {
  float: right;
}
@media (min-width: 480px) {
  .distribuidor-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .distribuidor-ventajas__item {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .distribuidor-ventajas__item:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .claim__wrapper {
    position: relative;
  }
  .claim__img {
    width: 50%;
  }
  .claim__txt {
    position: absolute;
    top: 8.4%;
    right: 2%;
    width: 65%;
    padding: 30px;
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .distribuidor-row {
    margin-top: 0;
  }
  .distribuidor-ventajas__item {
    width: 33.33333333%;
  }
  .distribuidor-ventajas__item:nth-of-type(n) {
    clear: none;
  }
  .distribuidor-ventajas__item:nth-of-type(3n+1) {
    clear: left;
  }
  .distribuidor-interesa-col {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .claim__txt {
    right: 10%;
    width: 55%;
  }
}
/* styles */
.claim__txt {
  padding: 15px;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.2em;
}
.distribuidor-ventajas__item {
  text-align: center;
}
.distribuidor-ventajas__img {
  max-width: 200px;
}
.distribuidor-ventajas__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.1em;
}
.distribuidor-interesa__pasos,
.distribuidor-interesa__cto-form-wrapper {
  background-color: #e6e6e6;
  padding: 45px 30px;
}
.distribuidor-interesa__pasos .paso {
  background-color: #fff;
  padding: 10px;
}
.distribuidor-interesa__pasos .paso:last-of-type {
  margin-bottom: 0;
}
.distribuidor-interesa__pasos .num {
  font-weight: 700;
}
.distribuidor-interesa__cto-img {
  margin-bottom: 30px;
}
body .custom-form .distribuidor-interesa__cto-form {
  margin-top: 30px;
}
body .custom-form .distribuidor-interesa__cto-form .fieldset {
  margin-bottom: 20px;
}
body .custom-form .distribuidor-interesa__cto-form .fieldset > .field {
  margin: 0 0 7px;
}
body .custom-form .distribuidor-interesa__cto-form input,
body .custom-form .distribuidor-interesa__cto-form textarea {
  color: #000;
  border-color: transparent;
}
body .custom-form .distribuidor-interesa__cto-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444 !important;
  text-transform: uppercase;
}
body .custom-form .distribuidor-interesa__cto-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #444 !important;
  text-transform: uppercase;
}
body .custom-form .distribuidor-interesa__cto-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #444 !important;
  text-transform: uppercase;
}
body .custom-form .distribuidor-interesa__cto-form :-moz-placeholder {
  /* Firefox 18- */
  color: #444 !important;
  text-transform: uppercase;
}
body .custom-form .distribuidor-interesa__cto-form .actions-toolbar > .primary .action {
  float: right;
  width: auto;
}
@media (min-width: 480px) {
  .distribuidor-ventajas__img {
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  .distribuidor-ventajas__img {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .distribuidor-interesa__cto-form {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .claim__txt {
    font-size: 1.3em;
  }
  .distribuidor-interesa__cto-form {
    margin-top: 0;
  }
}
/*-- CONTACT PAGE */
.cms-page8 .custom-contact-form-content,
.cms-page50 .custom-contact-form-content,
.cms-page8 .custom-contact-form-formwrapper,
.cms-page50 .custom-contact-form-formwrapper {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .cms-page8 .column.main,
  .cms-page50 .column.main {
    margin: 0 -15px;
  }
  .cms-page8 .custom-contact-form-content,
  .cms-page50 .custom-contact-form-content,
  .cms-page8 .custom-contact-form-formwrapper,
  .cms-page50 .custom-contact-form-formwrapper {
    float: left;
    width: 50%;
    padding: 30px 15px;
  }
}
/*-- ARCHIVOS PAGE */
/*-- LOGIN REGISTER PAGE */
a.to-home,
.field.choice.newsletter,
#password-strength-meter-container {
  display: none;
}
.register-container .form-create-account > .fieldset > .field:not(.choice) > .label,
.register-container .form-create-account > .fieldset > .field.street .field.additional .label {
  z-index: 3;
}
body .login-container .form-login .form-group.password .action.remind {
  position: static;
}
/* .login-container .block-title .title,
.register-container .block-title .title,
.register-container .form-create-account > .fieldset > .legend {
    font-size: 16px;
} */
/*-- SEARCH PAGE */
.instantsearch-result-index .product-item-inner {
  display: none;
}
/* .catalogsearch-result-index .breadcrumbs {
    display: none;
} */
/*-- COOKIES POPUP (MGS-GDPR MODULE) */
#notice-cookie-block {
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  bottom: auto !important;
}
@media (min-width: 600px) {
  #notice-cookie-block {
    width: 70% !important;
  }
  #notice-cookie-block .notice-cookie-title {
    margin-bottom: 30px;
  }
  #notice-cookie-block notice-cookie-content {
    margin-bottom: 50px;
  }
}
/**-- ZOPIM CHAT */
.zopim[data-test-id="ChatWidgetButton"],
.zopim[data-test-id="ChatWidgetWindow"] {
  right: auto !important;
  left: 10px;
}
/**-- SCROLLTOTOP */
.scroll-to-top {
  bottom: 35px !important;
}
/* CUSTOM STYLES: para que se usen estas clases desde un WYSIWYG y quede bonito */
.custom-visual img.img-ancho-completo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.custom-visual .banner-texto {
  display: block;
  padding: 0.33em 0.33em 0.15em 0.33em;
  border: 1px solid;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 2rem;
  text-align: center;
}
.custom-visual .banner-texto.verde {
  background-color: #78b045 !important;
  color: #fff !important;
  border-color: #78b045 !important;
}
.custom-visual .banner-texto.verde:hover {
  background-color: #4b6e2b !important;
  border-color: #4b6e2b !important;
}
.custom-visual .banner-texto.rosa {
  background-color: #ce3581 !important;
  color: #fff !important;
  border-color: #ce3581 !important;
}
.custom-visual .banner-texto.rosa:hover {
  background-color: #991765 !important;
  border-color: #991765 !important;
}
.custom-visual .banner-texto.letra-l {
  font-size: 2.5rem;
}
.custom-visual .banner-texto.letra-xl {
  font-size: 3rem;
}
.custom-visual .banner-texto.letra-xxl {
  font-size: 3.5rem;
}
.custom-visual .banner-texto[href] {
  text-decoration: none !important;
}
.custom-visual .video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.custom-visual .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-visual .boton-cta {
  display: inline-block;
  padding: 0.33em 1em;
  margin: 15px auto;
  width: auto;
  border: 1px solid;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease-out;
}
.custom-visual .boton-cta.verde {
  background-color: #78b045 !important;
  color: #fff !important;
  border-color: #78b045 !important;
}
.custom-visual .boton-cta.verde:hover {
  background-color: #4b6e2b !important;
  border-color: #4b6e2b !important;
}
.custom-visual .boton-cta.rosa {
  background-color: #ce3581 !important;
  color: #fff !important;
  border-color: #ce3581 !important;
}
.custom-visual .boton-cta.rosa:hover {
  background-color: #991765 !important;
  border-color: #991765 !important;
}
.custom-visual .boton-cta.letra-l {
  font-size: 1.3rem;
}
.custom-visual .boton-cta.letra-xl {
  font-size: 1.6rem;
}
.custom-visual .boton-cta.letra-xxl {
  font-size: 2rem;
}
.custom-visual .boton-cta[href] {
  text-decoration: none !important;
}
.custom-visual .fila {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.custom-visual .fila:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.custom-visual .fila .columna {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
.custom-visual .fila .columna.movil-20 {
  width: 20%;
}
.custom-visual .fila .columna.movil-25 {
  width: 25%;
}
.custom-visual .fila .columna.movil-33 {
  width: 33.3333333%;
}
.custom-visual .fila .columna.movil-50 {
  width: 50%;
}
.custom-visual .fila .columna.movil-100 {
  width: 1000%;
}
@media (min-width: 768px) {
  .custom-visual .fila .columna.tablet-20 {
    width: 20%;
  }
  .custom-visual .fila .columna.tablet-25 {
    width: 25%;
  }
  .custom-visual .fila .columna.tablet-33 {
    width: 33.3333333%;
  }
  .custom-visual .fila .columna.tablet-50 {
    width: 50%;
  }
  .custom-visual .fila .columna.tablet-100 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .custom-visual .fila .columna.escritorio-s-20 {
    width: 20%;
  }
  .custom-visual .fila .columna.escritorio-s-25 {
    width: 25%;
  }
  .custom-visual .fila .columna.escritorio-s-33 {
    width: 33.3333333%;
  }
  .custom-visual .fila .columna.escritorio-s-50 {
    width: 50%;
  }
  .custom-visual .fila .columna.escritorio-s-100 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .custom-visual .fila .columna.escritorio-m-20 {
    width: 20%;
  }
  .custom-visual .fila .columna.escritorio-m-25 {
    width: 25%;
  }
  .custom-visual .fila .columna.escritorio-m-33 {
    width: 33.3333333%;
  }
  .custom-visual .fila .columna.escritorio-m-50 {
    width: 50%;
  }
  .custom-visual .fila .columna.escritorio-m-100 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .custom-visual .fila .columna.escritorio-l-20 {
    width: 20%;
  }
  .custom-visual .fila .columna.escritorio-l-25 {
    width: 25%;
  }
  .custom-visual .fila .columna.escritorio-l-33 {
    width: 33.3333333%;
  }
  .custom-visual .fila .columna.escritorio-l-50 {
    width: 50%;
  }
  .custom-visual .fila .columna.escritorio-l-100 {
    width: 100%;
  }
}
/* END CUSTOM STYLES: para que se usen estas clases desde un WYSIWYG y quede bonito */
