body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #1d1d1b;
  font-family: 'vde-font', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'vde-font', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #385ea4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #385ea4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #385ea4;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #1d1d1b;
  font-family: 'vde-font', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button,
.quote-details-items .actions-toolbar > .action {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'vde-font', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.quote-details-items .actions-toolbar > .action:focus,
.quote-details-items .actions-toolbar > .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.quote-details-items .actions-toolbar > .action.disabled,
.quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.quote-details-items .actions-toolbar > .action::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'vde-font', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'vde-font', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'vde-font', sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu,
.bundle-options-container .block-bundle-summary .bundle.items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider,
.purchaseorderrule-index-index .data-grid-actions-cell table th .action-menu .action-submenu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li,
.purchaseorderrule-index-index .data-grid-actions-cell table th .action-menu .action-submenu > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #385ea4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'vde-font', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button,
.block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected,
.checkout-container .action-additional,
.quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #385ea4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.requisition-list-action > .action:visited,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:visited,
.requisition-grid .actions-toolbar > .action-edit:visited,
.requisition-grid .actions-toolbar > .action-delete:visited,
.title-actions-links button:visited,
.block-requisition-management .requisition-list-title button:visited,
.block-requisition-management .requisition-toolbar-actions .remove-selected:visited,
.checkout-container .action-additional:visited,
.quote-grid-filters-wrap .action:visited,
.quote-details-items .actions-toolbar > .action-delete:visited,
.quote-notes-block .notes-block-item .editable:visited,
.attachments-list .attachments-item .action-delete:visited,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:visited,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:visited,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.title-actions-links .quote-details-items .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #385ea4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.requisition-list-action > .action:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.checkout-container .action-additional:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-notes-block .notes-block-item .editable:hover,
.attachments-list .attachments-item .action-delete:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.requisition-list-action > .action:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-delete:active,
.title-actions-links button:active,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.checkout-container .action-additional:active,
.quote-grid-filters-wrap .action:active,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-notes-block .notes-block-item .editable:active,
.attachments-list .attachments-item .action-delete:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #385ea4;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.requisition-list-action > .action:hover,
.requisition-list-action > .action:active,
.requisition-list-action > .action:focus,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:focus,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:hover,
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:focus,
.title-actions-links button:hover,
.title-actions-links button:active,
.title-actions-links button:focus,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:focus,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.quote-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:focus,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:focus,
.quote-notes-block .notes-block-item .editable:hover,
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:focus,
.attachments-list .attachments-item .action-delete:hover,
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:focus,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:focus,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:focus,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:focus,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.requisition-list-action > .action.disabled,
.requisition-list-action > .action[disabled],
fieldset[disabled] .requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after.disabled,
.cart.table-wrapper .requisition-list-action > .action.toggle:after[disabled],
fieldset[disabled] .cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit.disabled,
.requisition-grid .actions-toolbar > .action-edit[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete.disabled,
.requisition-grid .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button.disabled,
.title-actions-links button[disabled],
fieldset[disabled] .title-actions-links button,
.block-requisition-management .requisition-list-title button.disabled,
.block-requisition-management .requisition-list-title button[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected.disabled,
.block-requisition-management .requisition-toolbar-actions .remove-selected[disabled],
fieldset[disabled] .block-requisition-management .requisition-toolbar-actions .remove-selected,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.quote-grid-filters-wrap .action.disabled,
.quote-grid-filters-wrap .action[disabled],
fieldset[disabled] .quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete.disabled,
.quote-details-items .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable.disabled,
.quote-notes-block .notes-block-item .editable[disabled],
fieldset[disabled] .quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete.disabled,
.attachments-list .attachments-item .action-delete[disabled],
fieldset[disabled] .attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup.disabled,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.admin__action-group-wrap .admin__action-multiselect-action-links .action.disabled,
.admin__action-group-wrap .admin__action-multiselect-action-links .action[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary.disabled,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.title-actions-links .quote-details-items .actions-toolbar > .action.disabled,
.title-actions-links .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action.disabled,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #385ea4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.requisition-list-action > .action:active,
.requisition-list-action > .action:not(:focus),
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:not(:focus),
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:not(:focus),
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:not(:focus),
.title-actions-links button:active,
.title-actions-links button:not(:focus),
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:not(:focus),
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:not(:focus),
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:not(:focus),
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:not(:focus),
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:not(:focus),
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:not(:focus),
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:not(:focus),
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:not(:focus),
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.8rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #eaeaea;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'vde-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.requisition-grid .col.qty .input-text,
.quote-details-items .col.qty .input-text,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.product.name a {
  font-weight: 400;
}
.product.name a > a {
  color: #1d1d1b;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #1d1d1b;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #1d1d1b;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #1d1d1b;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #385ea4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #385ea4;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.quote-details-items .col.qty .label,
.action-multicheck-wrap .action-multicheck-toggle > span,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.requisition-grid .actions-toolbar:before,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:before,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:before,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:before,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:before,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:before,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:before,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:before,
.quickorder-index-index .product-block:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.checkout-cart-index .block-requisition-list,
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content,
.column .block-addbysku .sku,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .quote-details-items .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .quote-details-items .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'vde-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.quote-details-items .toggle-action .toggle,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.quote-details-items .toggle-action .toggle:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.quote-details-items .toggle-action .toggle > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.quote-details-items .toggle-action .toggle:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .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 {
  font-size: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.admin__action-group-wrap .action-select,
.admin__action-multiselect-search-label,
.admin__action-multiselect-dropdown,
.admin__action-group-wrap .admin__action-multiselect-remove-label,
.requisition-list-action .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.admin__action-group-wrap .action-select:before,
.admin__action-multiselect-search-label:before,
.admin__action-multiselect-dropdown:before,
.admin__action-group-wrap .admin__action-multiselect-remove-label:before,
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.quote-status,
.purchase-order-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #eaeaea;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #385ea4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #385ea4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #385ea4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #385ea4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #1d1d1b;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #385ea4;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #385ea4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'vde-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #385ea4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'vde-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #385ea4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'vde-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #385ea4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'vde-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #385ea4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'vde-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #385ea4;
  content: '\e609';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 10px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'vde-font', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #559ad8;
  font-family: 'arial';
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  font-size: 2rem;
  margin: 0;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'vde-icons';
  src: url('../fonts/icons/theme-icons.woff2') format('woff2'), url('../fonts/icons/theme-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.quote-details-items .actions-toolbar > .action {
  border-radius: 3px;
}
button:not(.primary),
.quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active,
.quote-details-items .actions-toolbar > .action:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus,
body:not(._keyfocus) .quote-details-items .actions-toolbar > .action:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #385ea4;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'vde-font', sans-serif;
  font-weight: 600;
  padding: 0 15px;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #385ea4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.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 {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #385ea4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #385ea4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #385ea4;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #385ea4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #385ea4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #385ea4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #385ea4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'vde-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #385ea4;
  content: '\e616';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.block-requisition-list {
  display: inline;
  margin-bottom: 0;
}
.requisition-list-action {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
}
.requisition-list-action:before,
.requisition-list-action:after {
  content: '';
  display: table;
}
.requisition-list-action:after {
  clear: both;
}
.requisition-list-action .action.split {
  float: left;
  margin: 0;
}
.requisition-list-action .action.toggle {
  float: right;
  margin: 0;
}
.requisition-list-action button.action.split,
.requisition-list-action .quote-details-items .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.requisition-list-action button + .action.toggle,
.requisition-list-action .quote-details-items .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.requisition-list-action .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle:hover:after {
  color: #333333;
}
.requisition-list-action .action.toggle:active:after {
  color: inherit;
}
.requisition-list-action .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'vde-icons';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle.active:hover:after {
  color: #333333;
}
.requisition-list-action .action.toggle.active:active:after {
  color: inherit;
}
.requisition-list-action .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 20rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.requisition-list-action .items li {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
}
.requisition-list-action .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.requisition-list-action .items:before,
.requisition-list-action .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.requisition-list-action .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.requisition-list-action .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.requisition-list-action .items:before {
  left: 10px;
  top: -12px;
}
.requisition-list-action .items:after {
  left: 9px;
  top: -14px;
}
.requisition-list-action.active {
  overflow: visible;
}
.requisition-list-action.active .items {
  display: block;
}
.requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
  text-align: left;
}
.requisition-list-action .items .list-items {
  list-style-type: none;
  margin: 0;
  max-height: 24rem;
  overflow-y: auto;
  padding: 0;
}
.requisition-list-action .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .items .item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.requisition-list-action .items .item .action.new {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.requisition-list-action .items .item .action.new:focus,
.requisition-list-action .items .item .action.new:active {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new:hover {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new.disabled,
.requisition-list-action .items .item .action.new[disabled],
fieldset[disabled] .requisition-list-action .items .item .action.new {
  pointer-events: none;
  opacity: 0.5;
}
.requisition-list-action > .action.toggle {
  padding: 0.4rem 5px;
}
.requisition-toolbar-actions .requisition-list-action.active .items {
  right: 0;
}
.requisition-toolbar-actions .requisition-list-action.active .items:before {
  left: auto;
  right: 11px;
}
.requisition-toolbar-actions .requisition-list-action.active .items:after {
  left: auto;
  right: 10px;
}
.cart.table-wrapper .requisition-list-action {
  vertical-align: baseline;
}
.cart.table-wrapper .requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
}
.cart.table-wrapper .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
.social-button .requisition-list-button {
  display: inline-block;
  text-decoration: none;
  color: #666666;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05rem;
  line-height: 1.42857143;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.social-button .requisition-list-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e901';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-button .requisition-list-button:before {
  margin-top: -.2rem;
}
.social-button .requisition-list-button:active,
.social-button .requisition-list-button:focus,
.social-button .requisition-list-button:hover {
  color: #333333;
}
.social-button .requisition-list-button:after {
  height: 1.5rem;
  margin: .3rem 0 0;
}
.social-button .requisition-list-button.active:after {
  margin: .4rem 0 0;
}
.link-button .requisition-list-button.toggle:after {
  color: #1979c3;
  vertical-align: bottom;
}
.link-button .requisition-list-button.toggle.active:after {
  color: #1979c3;
  margin: .3rem 0 0;
}
.link-button .requisition-list-button.toggle.active:after:hover {
  color: #1979c3;
}
.data-grid-wrap .list-name-field .cell-label-line-name {
  font-size: 18px;
}
.data-grid-wrap .cell-label-line-description {
  word-break: break-all;
}
.requisition-grid .col {
  padding-top: 20px;
}
.requisition-grid .col .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.requisition-grid .col .price-excluding-tax {
  display: block;
  font-size: 1.3rem;
}
.requisition-grid .col .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-grid .product-item-name {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description .product-item-sku {
  color: #111111;
  font-size: 12px;
}
.requisition-grid .product-item-description .product-item-details {
  color: #111111;
  font-size: 12px;
  margin-top: 5px;
}
.requisition-grid .product-item-description .product-item-details dl {
  margin: 0;
}
.requisition-grid .product-item-description .product-item-details dl dt,
.requisition-grid .product-item-description .product-item-details dl dd {
  display: inline;
}
.requisition-grid .actions-toolbar {
  text-align: right;
}
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.requisition-grid .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e604";
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.requisition-grid .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.requisition-grid .actions-toolbar > .action-edit {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-edit:hover:before {
  color: #333333;
}
.requisition-grid .actions-toolbar > .action-edit:active:before {
  color: #8f8f8f;
}
.requisition-grid .item-error {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.requisition-grid .item-error > *:first-child:before {
  margin-top: -1.4rem;
}
.requisition-list-description {
  word-wrap: break-word;
}
.requisition-popup .action.hidden {
  display: none;
}
.requisition-popup .modal-title {
  padding-right: 20px;
}
.confirm-requisition-popup .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #385ea4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.confirm-requisition-popup .modal-footer .secondary:visited {
  color: #385ea4;
  text-decoration: none;
}
.confirm-requisition-popup .modal-footer .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:active {
  color: #385ea4;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:hover,
.confirm-requisition-popup .modal-footer .secondary:active,
.confirm-requisition-popup .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.confirm-requisition-popup .modal-footer .secondary.disabled,
.confirm-requisition-popup .modal-footer .secondary[disabled],
fieldset[disabled] .confirm-requisition-popup .modal-footer .secondary {
  color: #385ea4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.requisition-view-links {
  margin-bottom: 10px;
  text-align: right;
}
.requisition-view-links .print {
  padding-left: 25px;
  padding-right: 0;
}
.block-requisition-management {
  position: relative;
}
.block-requisition-management .requisition-list-title {
  margin-bottom: 25px;
}
.block-requisition-management .requisition-list-title h1 {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 10px;
}
.block-requisition-management .requisition-toolbar-select,
.block-requisition-management .requisition-toolbar-actions {
  display: inline-block;
  vertical-align: bottom;
}
.block-requisition-management .requisition-toolbar-select {
  margin-right: 20px;
}
.requisition-content {
  margin-bottom: 2rem;
}
.product-item-inner .block-requisition-list {
  margin-bottom: 0;
}
.product-items .product-item-info .requisition-list-button.toggle span {
  font-size: 0;
  letter-spacing: 0;
}
.product-items .product-item-info .requisition-list-button.toggle:after {
  border-left: 0;
  padding-left: 0;
}
.order-actions-toolbar .block-requisition-list,
.requisition-toolbar-actions .block-requisition-list {
  margin-left: 10px;
}
.requisition-list-requisition-view .requisition-grid .col.number {
  display: none;
}
.requisition-list-requisition-print.account .column.main {
  padding-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.requisition-list-requisition-print .block-requisition-management .requisition-list-title {
  margin-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management .requisition-info {
  float: right;
  margin-top: -2.2rem;
}
.requisition-list-requisition-print .requisition-grid .actions-toolbar {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.number {
  width: 1rem;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox {
  padding: 0;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox input[type='checkbox'] {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  padding-right: 0;
}
.requisition-list-requisition-print .requisition-grid .col.price,
.requisition-list-requisition-print .requisition-grid .col.qty,
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .col .product-item-name a {
  pointer-events: none;
}
.requisition-list-requisition-print .requisition-grid .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax {
  font-size: 1.1rem;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-list-requisition-print .requisition-grid .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  pointer-events: none;
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .product-item-image {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .product-item-description {
  float: none;
  width: 100%;
}
.requisition-list-requisition-print .requisition-grid tbody td {
  border-top: 1px solid #e4e4e4;
}
.requisition-list-requisition-print .copyright {
  background-color: transparent;
  color: #333333;
  font-size: 12px;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.requisition-list-requisition-print .copyright .phone {
  float: right;
}
.checkout-cart-index .block-requisition-list {
  margin: 0;
}
.checkout-cart-index .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #ffffff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #cccccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #ffffff;
  outline: 0;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action {
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover {
  cursor: auto;
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary {
  color: #777777;
  text-transform: uppercase;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.payment-method._active .available-credit {
  display: block;
}
.form-purchase-order {
  margin-bottom: 10px;
}
.credit-balance-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-balance-list .credit-balance-item {
  margin-right: 10rem;
}
.credit-balance-list .credit-balance-item:last-child {
  margin-right: 0;
}
.credit-balance-list .credit-balance-label {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.credit-balance-list .credit-balance-price {
  font-size: 2.4rem;
  font-weight: 600;
}
.credit-balance-list .credit-balance-price._negative {
  color: #eb5202;
}
.available-credit {
  display: none;
  float: right;
}
.available-credit strong + span {
  padding: 0 10px;
}
.change-result {
  clear: both;
  padding-top: 20px;
}
.change-result strong {
  padding-left: 5px;
}
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
.negotiable_quote-quote-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: .4rem;
}
.order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.order-reference-content {
  margin: 1px 0;
  padding-right: 25px;
}
[data-role='negotiable-quote-popup'] .add-file {
  background: none;
  border: 0;
  color: #1979c3;
  float: right;
  font-weight: 400;
  padding: 0 0 10px;
  position: relative;
}
[data-role='negotiable-quote-popup'] .add-file:hover,
[data-role='negotiable-quote-popup'] .add-file:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
[data-role='negotiable-quote-popup'] .add-file:not(:focus) {
  box-shadow: none;
}
[data-role='negotiable-quote-popup'] .fieldset {
  margin-bottom: 10px;
}
.reorder-quote-popup .fieldset {
  margin-bottom: 20px;
}
.reorder-quote-popup .action.cancel {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding-left: 10px;
}
.reorder-quote-popup .action.cancel:hover,
.reorder-quote-popup .action.cancel:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.reorder-quote-popup .action.cancel:not(:focus) {
  box-shadow: none;
}
.quote__data-grid-wrap {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  margin-bottom: 20px;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.quote-view-links {
  margin: 10px 0;
}
.quote-view-links ._disabled {
  display: inline-block;
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-actions-toolbar .action {
  padding-right: 25px;
}
.quote-details-items {
  margin-bottom: 20px;
}
.quote-details-items .content .quote-title {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-bottom: 10px;
}
.quote-details-items .content .quote-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.quote-details-items .item .col.item,
.quote-details-items .item .col.sku {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.quote-details-items .item .col.discount-no-price {
  width: 90px;
  text-align: right;
}
.quote-details-items .item .col.discount-no-price .price {
  font-weight: 400;
  font-size: 1.4rem;
}
.quote-details-items .quote-table-totals-wrap {
  background: #f2f2f2;
}
.quote-details-items .quote-table-totals tr td,
.quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  text-align: right;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot {
  background: none;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr td {
  width: 10rem;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr th {
  text-align: left;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child td,
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child th {
  border-top-width: 0;
  padding-top: 10px;
}
.quote-details-items .quote-table-totals .hidden {
  display: none;
}
.quote-details-items .quote-table-totals .toggle-action tr th,
.quote-details-items .quote-table-totals .toggle-action tr td {
  font-weight: 600;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table {
  border-bottom: 1px solid #cccccc;
  display: none;
  padding-bottom: 10px;
}
.quote-details-items .collapsible-table tbody td,
.quote-details-items .collapsible-table tbody th {
  line-height: 1.2;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table tbody td {
  padding-right: 0;
}
.quote-details-items .collapsible-table tbody th {
  padding-left: 0;
}
.quote-details-items .toggle-action td {
  padding-right: 0;
}
.quote-details-items .toggle-action th {
  padding-left: 0;
}
.quote-details-items .toggle-action .toggle {
  border: 0;
  padding: 0;
}
.quote-details-items .toggle-action .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.quote-details-items .toggle-action .toggle.active:after {
  content: '\e621';
}
.quote-details-items .quote-table {
  padding: 20px 20px 40px;
}
.quote-details-items .quote-table .table {
  border-collapse: separate;
}
.quote-details-items .quote-table .table > tbody > tr.item-actions td,
.quote-details-items .quote-table .table > tbody > tr.item-actions th {
  border-top-width: 0;
}
.quote-details-items .items thead + .item {
  border-top-width: 0;
}
.quote-details-items .product-item-name {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}
.quote-details-items .product-item-name + .item-options {
  margin-top: 20px;
}
.quote-details-items .item-options {
  margin-bottom: 0;
}
.quote-details-items .col {
  padding-top: 20px;
}
.quote-details-items .col.qty .input-text {
  margin-top: -5px;
}
.quote-details-items .actions-toolbar {
  position: relative;
}
.quote-details-items .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.quote-details-items .actions-toolbar > .action:hover,
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:focus {
  text-decoration: none;
}
.quote-details-items .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:not(:focus) {
  box-shadow: none;
}
.quote-details-items .actions-toolbar > .action:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.quote-details-items .actions-toolbar .update._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar._disabled a {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -2px;
}
.quote-details-items .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-details-items .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e604";
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.quote-details-items .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.quote-details-items .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.quote-shipping-info .block-content > .box {
  width: 100% !important;
}
.quote-shipping-info .edit {
  display: inline-block;
  margin: 10px 0;
}
.quote-shipping-info .edit._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.quote-reference-content {
  margin-right: 25px;
}
.quote-reference-content:last-child {
  flex: 1 1 auto;
}
.quote-status {
  margin: 0 0 1.4rem 0;
  padding: 5px 10px;
}
.quote-date {
  font-size: 1.4rem;
}
.quote-date > div {
  margin-bottom: 5px;
}
.quote-sales-rep {
  font-size: 1.4rem;
}
.quote-actions-toolbar {
  clear: both;
}
.field-attachment._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-comments-block .quote-block-title {
  display: none;
}
.quote-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-all;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 250px;
}
.quote-comments-block ._disabled {
  opacity: .5;
  pointer-events: none;
}
.quote-notes-block {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-block: 0.1rem solid #d6d6d6;
  border-left: 0.1rem solid #d6d6d6;
  border-right: 0.1rem solid #d6d6d6;
}
.quote-notes-block b {
  color: #999999;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem -0.2rem;
}
.quote-notes-block .comments-block-list {
  padding-left: 25px;
  padding-top: 10px;
}
.quote-notes-block .notes-block-item:not(:last-child) {
  padding-bottom: 10px;
}
.quote-notes-block .notes-block-item .notes-block-item-comment {
  font-size: 1.4rem;
  word-break: break-all;
  margin-bottom: 10px;
}
.quote-notes-block .notes-block-item .editable {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: right;
  top: -.2rem;
}
.quote-notes-block .notes-block-item .editable > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-notes-block .notes-block-item .editable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #333333;
  content: '\e601';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-notes-block .notes-block-item .editable:hover:before {
  color: #333333;
}
.quote-notes-block .notes-block-item .editable:active:before {
  color: #8f8f8f;
}
.quote-notes-block .notes-block-item b {
  color: black;
}
.quote-history-log-block .history-log-block-list {
  list-style-type: none;
  padding-left: 0;
}
.quote-history-log-block .history-log-block-item-info {
  word-break: break-all;
}
.quote-history-log-block .history-log-block-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-history-log-block .history-log-block-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe {
  padding-bottom: 5px;
  padding-top: 10px;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe:last-child {
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item b,
.quote-history-log-block .history-log-block-item strong {
  font-weight: 600;
}
.quote-history-log-block .history-log-block-item-title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.quote-history-log-block .history-log-block-item-old {
  margin-right: 5px;
  text-decoration: line-through;
}
.comments-field .comments-field-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.quote-attach-file {
  text-align: right;
}
.attachments-list {
  padding-top: 10px;
}
.attachments-list .attachments-item {
  padding-bottom: 5px;
}
.attachments-list .attachments-item span {
  padding-right: 5px;
}
.attachments-list .attachments-item .action-delete {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -.2rem;
}
.attachments-list .attachments-item .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.attachments-list .attachments-item .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e604";
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.attachments-list .attachments-item .action-delete:hover:before {
  color: #333333;
}
.attachments-list .attachments-item .action-delete:active:before {
  color: #8f8f8f;
}
.attachments-list .attachments-item .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.field-attachment input {
  display: none;
}
.field-attachment label {
  display: inline-block;
  text-decoration: none;
  color: #1979c3;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.field-attachment label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #1979c3;
  content: '\e900';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-attachment label:before {
  left: -20px;
  position: absolute;
}
.field-attachment.loading label {
  color: inherit;
  pointer-events: none;
}
.field-attachment:after {
  content: attr(data-progress);
  padding-left: 20px;
}
.field-attachment._disabled {
  opacity: .5;
  pointer-events: none;
}
.negotiable-quote-quote-view .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.popup-edit-address .action.hidden {
  display: none;
}
.popup-edit-address .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #385ea4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: #385ea4;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #385ea4;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:hover,
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.popup-edit-address .modal-footer .secondary.disabled,
.popup-edit-address .modal-footer .secondary[disabled],
fieldset[disabled] .popup-edit-address .modal-footer .secondary {
  color: #385ea4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:not(:focus) {
  box-shadow: none;
}
.negotiable-quote.request button,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action {
  width: 100%;
}
.negotiable-quote.request .message-info.message.info {
  font-size: 1.3rem;
  background: #f5f5f5;
  color: #858585;
  margin-top: .5rem;
  padding: 0 .6rem;
  text-align: left;
}
.negotiable-quote.request .message-info.message.info:before {
  display: none;
}
.negotiable-quote-quote-print.account .column.main {
  padding-bottom: 0;
}
.negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  float: left;
  width: 50%;
}
.negotiable-quote-quote-print .columns {
  display: block;
}
.negotiable-quote-quote-print .page-title {
  font-size: 4rem;
  margin-bottom: 5px;
}
.negotiable-quote-quote-print .page-title-wrapper {
  margin-bottom: 30px;
}
.negotiable-quote-quote-print .quote-date {
  float: left;
}
.negotiable-quote-quote-print .quote-sales-rep {
  float: right;
}
.negotiable-quote-quote-print .quote-details-items .quote-table {
  border-width: 0;
  padding: 0;
}
.negotiable-quote-quote-print .quote-name {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-title {
  border-bottom: 1px solid #e4e4e4;
}
.negotiable-quote-quote-print .quote-title > strong {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2;
}
.negotiable-quote-quote-print .quote-status {
  float: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.item,
.negotiable-quote-quote-print .quote-details-items .item .col.item {
  display: table-cell;
}
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  padding-right: 0;
}
.negotiable-quote-quote-print .quote-details-items thead .col.delete,
.negotiable-quote-quote-print .quote-details-items .item .col.delete {
  display: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.price,
.negotiable-quote-quote-print .quote-details-items .item .col.price,
.negotiable-quote-quote-print .quote-details-items thead .col.stock,
.negotiable-quote-quote-print .quote-details-items .item .col.stock,
.negotiable-quote-quote-print .quote-details-items thead .col.qty,
.negotiable-quote-quote-print .quote-details-items .item .col.qty,
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
.negotiable-quote-quote-print .quote-details-items thead .col.discount,
.negotiable-quote-quote-print .quote-details-items .item .col.discount,
.negotiable-quote-quote-print .quote-details-items thead .col.actions,
.negotiable-quote-quote-print .quote-details-items .item .col.actions {
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead .col .product-item-name a,
.negotiable-quote-quote-print .quote-details-items .item .col .product-item-name a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col .price,
.negotiable-quote-quote-print .quote-details-items .item .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.negotiable-quote-quote-print .quote-details-items thead .col .input-text,
.negotiable-quote-quote-print .quote-details-items .item .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  border-color: #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items thead th,
.negotiable-quote-quote-print .quote-details-items .item th,
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  padding-left: 0;
}
.negotiable-quote-quote-print .quote-details-items tbody:last-child td {
  border-bottom: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items tbody td {
  border-top: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tbody {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  padding-left: 0;
  text-align: left;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-size: 1.3rem;
  padding-bottom: 1.2rem;
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > th {
  border: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child td,
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-shipping-info {
  margin-bottom: 0;
}
.negotiable-quote-quote-print .quote-price-block {
  margin: 6rem 0 40px;
}
.negotiable-quote-quote-print .quote-block-title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-block-content {
  width: calc(44%);
}
.negotiable-quote-quote-print .quote-block-content.catalog-price {
  float: left;
}
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals td strong,
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals th strong {
  font-weight: 400;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price {
  float: right;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child td,
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child th {
  border-color: #858585;
}
.negotiable-quote-quote-print .quote-comments-block .quote-block-title {
  border-color: #e4e4e4;
  display: block;
  font-weight: 300;
}
.negotiable-quote-quote-print .quote-comments-block .comments-block-item {
  border-color: #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list {
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-comments-block .comments-field {
  display: none;
}
.negotiable-quote-quote-print .copyright {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.negotiable-quote-quote-print .copyright .phone {
  float: right;
}
.negotiable-quote-errors .error-wrap {
  display: none;
}
.negotiable-quote-order-information {
  font-size: 1.4rem;
  margin: 0 0 1.8rem;
}
.negotiable-quote-order-information:before,
.negotiable-quote-order-information:after {
  content: '';
  display: table;
}
.negotiable-quote-order-information:after {
  clear: both;
}
.table-order-items .page-section-negotiable td {
  padding: 0;
}
.table-order-items .page-section-negotiable td .data-table {
  position: relative;
}
.table-order-items .page-section-negotiable td .data-table tr td {
  border: none;
  padding: 11px 10px;
  text-align: right;
}
.table-order-items .page-section-negotiable td .data-table tr td:first-child {
  width: 79.5%;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal {
  font-weight: 600;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal:after {
  background: #cccccc;
  bottom: 42px;
  content: '';
  height: 1px;
  left: auto;
  position: absolute;
  right: 1.5%;
  width: 36%;
}
.table-order-items tfoot > tr.page-section-negotiable td {
  padding: 0;
}
.sales-order-view .page-main .page-title-wrapper .negotiable-quote-order-information .order-date {
  font-size: 1.4rem;
  margin: 0;
}
.checkout-shipping-address .message.notice .link-back {
  font-size: 0;
}
.checkout-shipping-address .message.notice .link-back a,
.checkout-shipping-address .message.notice .link-back span {
  font-size: 1.3rem;
}
.negotiable-quote-note-popup .form {
  margin-top: 30px;
}
.negotiable-quote-note-popup .actions-toolbar {
  margin-top: 20px;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: '\e622';
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: '\e621';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #1d1d1b;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e621';
}
.admin__action-group-wrap._active .action-menu,
.admin__action-group-wrap._active table th .action-menu .action-submenu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu,
.admin__action-group-wrap table th .action-menu .action-submenu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active,
.admin__action-group-wrap table th .action-menu .action-submenu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover,
.admin__action-group-wrap table th .action-menu .action-submenu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item,
.admin__action-group-wrap table th .action-menu .action-submenu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input {
  border: 1px solid #adadad;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input:active,
.account .table-wrapper .data-grid-checkbox-cell-inner input:hover,
.account .table-wrapper .data-grid-checkbox-cell-inner input:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
}
@media (max-width: 640px) {
  .page-main .table-wrapper table.data-grid tbody tr.data-row th.data-grid-multicheck-cell {
    display: none;
  }
  .page-main .table-wrapper table.data-grid tbody tr.data-row td.data-grid-checkbox-cell {
    display: none;
  }
}
table th .action-menu,
table th table th .action-menu .action-submenu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #385ea4;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 19.5rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
table th .action-menu._active,
table th table th .action-menu .action-submenu._active {
  display: block;
}
table th .action-menu > li,
table th table th .action-menu .action-submenu > li {
  border: none;
  display: block;
  padding: 0;
  transition: background-color 0.1s linear;
}
table th .action-menu > li > a:hover,
table th table th .action-menu .action-submenu > li > a:hover {
  text-decoration: none;
}
table th .action-menu > li._visible,
table th table th .action-menu .action-submenu > li._visible {
  background-color: #e3e3e3;
}
table th .action-menu > li:hover,
table th table th .action-menu .action-submenu > li:hover {
  background-color: #e3e3e3;
}
table th .action-menu > li:active,
table th table th .action-menu .action-submenu > li:active {
  background-color: #cacaca;
}
table th .action-menu > li._parent,
table th table th .action-menu .action-submenu > li._parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
}
table th .action-menu > li._parent > .action-menu-item,
table th table th .action-menu .action-submenu > li._parent > .action-menu-item {
  min-width: 100%;
}
table th .action-menu > li._parent::after,
table th table th .action-menu .action-submenu > li._parent::after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: .4rem 0 .4rem .5rem;
  content: '';
  height: 0;
  position: relative;
  right: 1.2rem;
  top: 1.4rem;
  width: 0;
}
table th .action-menu .item,
table th .action-menu .action-menu-item,
table th table th .action-menu .action-submenu .item,
table th table th .action-menu .action-submenu .action-menu-item {
  cursor: pointer;
  display: block;
  padding: .6875em 1em;
}
table th .action-menu .action-submenu {
  bottom: auto;
  left: auto;
  margin-left: 0;
  margin-top: -1px;
  position: absolute;
  right: auto;
  top: auto;
}
table th .action-menu a.action-menu-item,
table th table th .action-menu .action-submenu a.action-menu-item {
  color: #1d1d1b;
}
table th .action-menu a.action-menu-item:focus,
table th table th .action-menu .action-submenu a.action-menu-item:focus {
  background-color: #e3e3e3;
}
.action-multicheck-wrap {
  display: inline-block;
  height: 1.6rem;
  padding-top: 1px;
  position: relative;
  width: 3.4rem;
  z-index: 200;
}
.action-multicheck-wrap:hover .admin__control-checkbox + label:before,
.action-multicheck-wrap:hover .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .admin__control-checkbox + label:before,
.action-multicheck-wrap._active .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .action-menu,
.action-multicheck-wrap._active table th .action-menu .action-submenu {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before {
  background-color: #ffffff;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before,
.action-multicheck-wrap._disabled .action-multicheck-toggle {
  border-color: #adadad;
  opacity: 1;
}
.action-multicheck-wrap .admin__control-checkbox,
.action-multicheck-wrap .admin__control-checkbox + label,
.action-multicheck-wrap .action-multicheck-toggle {
  float: left;
  margin: 0;
}
.action-multicheck-wrap .admin__control-checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #adadad;
  border-bottom-left-radius: 3px;
  border-right: 0;
  border-top-left-radius: 3px;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.action-multicheck-wrap .admin__control-checkbox:active,
.action-multicheck-wrap .admin__control-checkbox:hover,
.action-multicheck-wrap .admin__control-checkbox:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
  border-color: #757575;
}
.action-multicheck-wrap .admin__control-checkbox._indeterminate:before {
  content: '-';
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.action-multicheck-wrap .admin__control-checkbox:checked:before {
  content: '\e610';
  font-family: 'vde-icons';
  font-size: 1.1rem;
  line-height: 125%;
}
.action-multicheck-wrap .action-multicheck-toggle {
  background: #ffffff url('../images/select-bg.svg') no-repeat 50% 50%;
  background-size: 200%;
  border: 1px solid #adadad;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 1.6rem;
  margin-top: 2px;
  padding: 0;
  position: relative;
  width: 1.8rem;
}
.action-multicheck-wrap .action-multicheck-toggle:focus {
  border-color: #757575;
}
.action-multicheck-wrap .action-multicheck-toggle:after {
  right: .3rem;
}
.action-select-wrap.buttons {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .action-select-wrap.buttons {
    display: none;
  }
}
.action-select-wrap.buttons .selected-number {
  margin-right: auto;
}
.action-select-wrap.buttons button,
.action-select-wrap.buttons .quote-details-items .actions-toolbar > .action {
  margin-left: 15px;
}
.action-select-wrap.buttons .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #385ea4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.action-select-wrap.buttons .secondary:visited {
  color: #385ea4;
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:active {
  color: #385ea4;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:hover,
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:focus {
  background: none;
  border: 0;
}
.action-select-wrap.buttons .secondary.disabled,
.action-select-wrap.buttons .secondary[disabled],
fieldset[disabled] .action-select-wrap.buttons .secondary {
  color: #385ea4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:disabled {
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:not(:focus) {
  box-shadow: none;
}
.admin__action-multiselect-wrap {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  user-select: none;
}
.admin__action-multiselect-wrap.action-select-wrap:focus {
  box-shadow: none;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu,
.admin__action-multiselect-wrap.action-select-wrap table th .action-menu .action-submenu {
  max-height: none;
  overflow-y: inherit;
}
.admin__action-multiselect-wrap .action-menu-item {
  transition: background-color 0.1s linear;
}
.admin__action-multiselect-wrap .action-menu-item._selected {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._hover {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._unclickable {
  cursor: default;
}
.admin__action-multiselect-wrap .admin__action-multiselect {
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  min-height: 3.2rem;
  padding-right: 3.6rem;
  white-space: normal;
}
.admin__action-multiselect-wrap .admin__action-multiselect:after {
  bottom: 1.25rem;
  top: auto;
}
.admin__action-multiselect-wrap .admin__action-multiselect:before {
  height: 3.3rem;
  top: auto;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap {
  position: static;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect {
  position: relative;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect:before {
  right: -1px;
  top: -1px;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .action-menu,
.admin__control-table-wrapper .admin__action-multiselect-wrap table th .action-menu .action-submenu {
  left: auto;
  min-width: 34rem;
  right: auto;
  top: auto;
  z-index: 1;
}
.admin__action-multiselect-wrap .admin__action-multiselect-item-path {
  color: #a79d95;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
}
.admin__action-multiselect-actions-wrap {
  border-top: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  text-align: center;
}
.admin__action-multiselect-actions-wrap .action-default {
  font-size: 1.3rem;
  min-width: 13rem;
}
.admin__action-multiselect-text {
  padding: .6rem 1rem;
}
.action-menu,
table th .action-menu .action-submenu {
  left: 0;
  margin-top: 2px;
  right: auto;
  text-align: left;
}
.admin__action-multiselect-label {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.admin__action-multiselect-label:before {
  margin-right: .5rem;
}
._unclickable .admin__action-multiselect-label {
  cursor: default;
  font-weight: 700;
}
.admin__action-multiselect-search-wrap {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  position: relative;
}
.admin__action-multiselect-search {
  font-style: italic;
  padding-right: 3rem;
  width: 100%;
}
.admin__action-multiselect-search-label {
  display: block;
  font-size: 1.5rem;
  height: 1.3em;
  overflow: hidden;
  position: absolute;
  right: 2.2rem;
  top: 1.7rem;
  width: auto;
}
.admin__action-multiselect-search-label:before {
  content: "\e615";
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-multiselect-search-count {
  color: #a79d95;
  margin-top: 1rem;
}
.admin__action-multiselect-empty-area {
  color: #a79d95;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
}
.admin__action-multiselect-menu-inner {
  margin-bottom: 0;
  max-height: 46rem;
  overflow-y: auto;
}
.admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: none;
  overflow: hidden;
  padding-left: 1.1rem;
}
.admin__action-multiselect-menu-inner ._hidden {
  display: none;
}
.admin__action-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.admin__action-multiselect-crumb:hover {
  border-color: #908379;
}
.admin__action-multiselect-crumb .action-close {
  bottom: 0;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.admin__action-multiselect-crumb .action-close:hover {
  color: #000000;
}
.admin__action-multiselect-crumb .action-close:focus,
.admin__action-multiselect-crumb .action-close:active {
  background-color: transparent;
}
.admin__action-multiselect-crumb .action-close:active {
  transform: scale(0.9);
}
.admin__action-multiselect-crumb .action-close:before {
  display: flex;
  justify-content: center;
}
.admin__action-multiselect-tree .action-menu,
.admin__action-multiselect-tree table th .action-menu .action-submenu {
  min-width: 34.7rem;
}
.admin__action-multiselect-tree .action-menu .action-menu-item,
.admin__action-multiselect-tree table th .action-menu .action-submenu .action-menu-item {
  margin-top: .1rem;
}
.admin__action-multiselect-tree .action-menu-item {
  margin-left: 3.1rem;
  position: relative;
}
.admin__action-multiselect-tree .action-menu-item._expended:before {
  border-left: 1px dashed #a79d95;
  bottom: 0;
  content: '';
  left: -1rem;
  position: absolute;
  top: 1rem;
  width: 1px;
}
.admin__action-multiselect-tree .action-menu-item._expended .admin__action-multiselect-dropdown:before {
  content: '\e622';
}
.admin__action-multiselect-tree .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  padding-left: 2.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner:before {
  left: 2.65rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:last-child:before {
  height: 1.55rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after,
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  content: '';
  left: 0;
  position: absolute;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after {
  border-top: 1px dashed #a79d95;
  height: 1px;
  top: 1.55rem;
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  border-left: 1px dashed #a79d95;
  height: 100%;
  top: 0;
  width: 1px;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._parent:after {
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root {
  margin-left: -1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:after {
  left: 2.1rem;
  width: 1.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:before {
  left: 2.1rem;
  top: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root._parent:after {
  display: none;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:first-child:before {
  top: 1.55rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:last-child:before {
  height: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-label {
  line-height: 1.1rem;
  vertical-align: middle;
  word-break: break-all;
}
.admin__action-multiselect-tree .admin__action-multiselect-label:before {
  left: 0;
  position: absolute;
  top: .4rem;
}
.admin__action-multiselect-dropdown {
  border-radius: 50%;
  height: 1.1rem;
  left: -1.1rem;
  position: absolute;
  top: 1rem;
  width: 1.1rem;
  z-index: 1;
}
.admin__action-multiselect-dropdown:before {
  background: #ffffff;
  color: #a79d95;
  content: '\e622';
  font-size: 1.1rem;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e616';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #ffffff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #1d1d1b;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
.admin__action-group-wrap {
  width: 15rem;
}
.admin__action-group-wrap._active {
  min-height: 120px;
}
.admin__action-group-wrap._disabled {
  pointer-events: none;
}
.admin__action-group-wrap._multiple {
  width: 100%;
}
.admin__action-group-wrap .admin__action-multiselect {
  display: flex;
  flex-wrap: wrap;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap .crumb-action {
  padding: 0;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap .crumb-action:before {
  font-size: 1.1rem;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list {
  min-width: 20rem;
  z-index: 100;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item {
  height: 2.5rem;
  padding: 5px 10px 5px 10px;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item._selected {
  background-color: transparent;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item .admin__action-multiselect-label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap input::-ms-clear {
  display: none;
}
.admin__action-group-wrap._focus .admin__action-multiselect,
.admin__action-group-wrap._focus .admin__action-multiselect:before {
  border-color: #adadad;
}
.admin__action-group-wrap .admin__action-multiselect-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: 30.5rem;
  padding-left: 0;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner:empty {
  overflow-y: visible;
}
.admin__action-group-wrap .admin__action-group-optgroup {
  padding: 5px 10px;
}
.admin__action-group-wrap .admin__action-group-option {
  margin-bottom: 0;
}
.admin__action-group-wrap .admin__action-group-option:hover,
.admin__action-group-wrap .admin__action-group-option._hover {
  background-color: #e3e3e3;
  cursor: pointer;
}
.admin__action-group-wrap .admin__action-multiselect-search-label {
  right: 1.2rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: absolute;
  right: .7rem;
  top: 1.5rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label:before {
  content: '\e616';
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-group-wrap .admin__action-multiselect-search-count {
  font-size: 12px;
  line-height: 2;
}
.admin__action-group-wrap .admin__action-multiselect-action-links {
  float: right;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action {
  float: left;
  padding: 0;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action span {
  font-size: 12px;
  font-weight: 400;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action:not(:last-child):after {
  border-left: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 1.2rem;
  margin: 0 10px;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap {
  text-align: right;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary {
  padding: 7px 15px;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  background-image: none;
  background: #385ea4;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'vde-font', sans-serif;
  font-weight: 600;
  padding: 0 15px;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:focus,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:hover {
  background: #385ea4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary.disabled,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap {
  max-height: 210px;
  overflow-y: auto;
  position: relative;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__control-checkbox {
  margin: auto;
  position: absolute;
  top: auto;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.my-orders-search-advanced .field .secondary,
.my-orders-search-advanced .actions-toolbar,
.my-orders-search-advanced .filters-collapse {
  text-align: right !important;
}
.my-orders-search-advanced .fieldset:first-of-type {
  margin-bottom: 0;
}
.my-orders-search-advanced .actions-toolbar div.primary {
  text-align: right !important;
  width: 100%;
}
.my-orders-search-advanced .actions-toolbar div.primary a {
  text-decoration: none;
}
.my-orders-search-advanced .actions-toolbar button.primary,
.my-orders-search-advanced .actions-toolbar .quote-details-items .actions-toolbar > .action.primary {
  float: none !important;
  margin-right: 0;
  width: auto !important;
}
.my-orders-search-advanced .actions-toolbar button,
.my-orders-search-advanced .actions-toolbar .quote-details-items .actions-toolbar > .action {
  margin-left: 10px !important;
}
.my-orders-search-advanced .extra-order-search,
.my-orders-search-advanced .filter-close {
  display: none;
}
.my-orders-search-advanced .mage-error {
  clear: both;
  display: inline-block;
  padding-right: 10px;
}
.my-orders-search-advanced .filter-summary {
  margin: 5px 0 0;
}
.my-orders-search-advanced .filter-summary ul {
  border-top: 1px solid #cccccc;
  display: inline-block;
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.my-orders-search-advanced .filter-summary li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 14px;
}
.my-orders-search-advanced .filter-summary li span {
  padding: 0 3px;
}
.my-orders-search-advanced .filter-summary li .label {
  font-weight: bold;
}
.my-orders-search-advanced .action-remove {
  font-weight: bold;
  padding: 0 3px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) {
  display: inline-block;
  text-decoration: none;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #1979c3;
  content: '\e616';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):hover:before {
  color: #00699d;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):active:before {
  color: #68a8e0;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  display: inline;
  vertical-align: unset;
}
.my-orders-search-advanced .action-clear-all {
  font-weight: inherit;
}
.my-orders-search-advanced + .filter-divider hr {
  margin-top: 0;
}
.search-sku input {
  float: left;
  padding-right: 24px;
}
.search-sku button[type='submit'],
.search-sku .quote-details-items .actions-toolbar > .action[type='submit'] {
  background: transparent;
  border: none;
  box-shadow: none;
  float: right;
  margin-left: -22px;
  padding: 0;
  position: absolute;
}
.search-sku button[type='submit']:after,
.search-sku .quote-details-items .actions-toolbar > .action[type='submit']:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #7d7d7d;
  content: "\e615";
  display: inline-block;
  font-family: 'vde-icons';
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
}
.field-date .control .sub-label,
.field-order-total .control .sub-label {
  float: left;
  margin-top: 7px;
  position: relative;
  width: 25%;
}
.field-date .control input,
.field-order-total .control input {
  float: left;
  position: relative;
  width: 50%;
}
.field-date .control button.ui-datepicker-trigger,
.field-date .control .quote-details-items .actions-toolbar > .action.ui-datepicker-trigger {
  margin: 4px 0 0 7px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .quote-details-items .actions-toolbar > .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .quote-details-items .actions-toolbar > .action:active,
.slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.slick-dots li .quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #385ea4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:visited {
  color: #385ea4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active {
  color: #385ea4;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-link {
  color: #385ea4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #385ea4;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'vde-font', sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover {
  background: #385ea4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'vde-font', sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1600px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.data-grid .data-grid-th._sortable {
  cursor: pointer;
}
.data-grid .data-grid-th._sortable._ascend > span.data-grid-cell-content:after {
  background: url('../Magento_PurchaseOrderRule/images/ArrowDownSmall.svg') no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  padding-left: 15px;
  width: 8px;
}
.data-grid .data-grid-th._sortable._descend > span.data-grid-cell-content:after {
  background: url('../Magento_PurchaseOrderRule/images/ArrowUpSmall.svg') no-repeat center;
  content: '';
  display: inline-block;
  height: 10px;
  padding-left: 15px;
  width: 8px;
}
.purchaseorder-purchaseorder-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: .4rem;
}
.purchase-order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.purchase-order-reference-content {
  margin-right: 25px;
}
.purchase-order-reference-content:last-child {
  flex: 1 1 auto;
}
.po-action-toolbar form {
  display: inline-block;
}
.po-action-toolbar button,
.po-action-toolbar .quote-details-items .actions-toolbar > .action {
  margin-right: 8px;
}
.comments-field .fieldset .field.comments .label {
  text-align: left;
}
.comments-field .actions-toolbar button,
.comments-field .actions-toolbar .quote-details-items .actions-toolbar > .action {
  float: right;
}
.comments-field .actions-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.page-main .data-grid.bulk-approval tr.disabled td:not(.data-grid-checkbox-cell):not(.actions) {
  opacity: 0.5;
}
.page-main .data-grid .action-menu,
.page-main .data-grid table th .action-menu .action-submenu {
  z-index: 9;
}
.page-main .data-grid .action-menu li,
.page-main .data-grid table th .action-menu .action-submenu li {
  margin-bottom: 0;
}
.page-main .data-grid tr._odd-row td {
  background-color: transparent;
}
.page-main .data-grid tr._odd-row:hover td {
  background-color: transparent;
}
.page-main .data-grid tr:hover td {
  background-color: transparent;
}
.page-main .data-grid td {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #cccccc;
}
.page-main .data-grid * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.page-main .admin__data-grid-loading-mask .spinner span {
  display: none;
}
.page-main .admin__control-support-text {
  border: 0;
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  font-size: 1.4rem;
}
.page-main .admin__data-grid-header {
  position: relative;
  z-index: 1;
}
.page-main .admin__data-grid-header ~ .admin__data-grid-header .admin__data-grid-header-row {
  margin: 0;
}
.page-main .selectmenu {
  background-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  height: 32px;
  padding-left: 0;
  width: 72px;
  z-index: 2;
}
.page-main .selectmenu .selectmenu-value input {
  background: transparent;
  box-shadow: none;
  height: auto;
  padding-left: 10px;
  width: 5rem;
}
.page-main .selectmenu .action-save,
.page-main .selectmenu .action-delete {
  color: #41362f;
  padding: 0 5px 0 0;
}
.page-main .selectmenu .action-save:hover,
.page-main .selectmenu .action-delete:hover {
  border: 0;
}
.page-main .selectmenu .action-delete {
  display: none;
}
.page-main .selectmenu-toggle {
  border: 0 !important;
}
.page-main .selectmenu-toggle:before {
  background: url(../images/select-bg.svg) no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 0;
  width: 22px;
}
.page-main .selectmenu-toggle:after {
  display: none;
}
.page-main .selectmenu-items {
  background: #f0f0f0;
  max-width: 72px;
  min-width: 72px;
  width: 72px;
}
.page-main .selectmenu-items li:hover {
  background: transparent;
  border: 0;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action:hover,
.page-main .selectmenu-items li:last-child .selectmenu-item-action:active {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items .selectmenu-item {
  width: 70px;
}
.page-main .selectmenu-item-action {
  padding: 1rem;
  width: 70px;
}
.page-main .selectmenu-item-action:hover,
.page-main .selectmenu-item-action:focus {
  background: transparent;
  border: 0;
  color: #41362f;
}
.page-main .admin__data-grid-pager-wrap {
  float: none;
}
.page-main .admin__data-grid-pager-wrap .admin__control-support-text {
  padding-left: 2px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
  left: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  color: #333333;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  padding: 0 8px;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-text {
  background: #e5e5e5;
  border: 0;
  box-shadow: none;
  color: #333333;
  display: inline-block;
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 700;
  height: 31px;
  letter-spacing: normal;
  line-height: 30px;
  padding: 0 5px;
}
.page-main .admin__data-grid-header-row .row .col-xs-9 {
  position: static;
}
.page-main .data-grid-filters-action-wrap .action-default {
  border-radius: 3px;
  color: #333333;
  margin: 0;
  padding: 6px 20px;
}
.page-main .data-grid-filters-action-wrap .action-default._active:after {
  background-color: #333333;
}
.page-main .admin__data-grid-wrap {
  padding-top: 0;
}
.page-main .purchase-order-payment-message {
  margin-bottom: 3rem;
}
.message.message-notice.notice.approved-notice {
  margin-top: 10px;
}
.purchase-order-table-items {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.purchase-order-table-items .qty .control.qty input {
  padding: 0;
  width: 35px;
}
.purchase-order-items .order-update-items {
  float: right;
}
.purchase-order-items .purchase-order-table-items thead th {
  padding-top: 0;
}
.purchase-order-totals-wrap {
  background: #f2f2f2;
}
.purchase-order-totals-wrap:before,
.purchase-order-totals-wrap:after {
  content: '';
  display: table;
}
.purchase-order-totals-wrap:after {
  clear: both;
}
.purchase-order-totals-wrap tfoot {
  background: transparent;
}
.purchase-order-totals-wrap tfoot tr td {
  border-top: 0;
}
.purchase-order-totals > tfoot tr.catalog_price_table > td {
  border-top: 0;
}
.purchase-order-totals tfoot td {
  text-align: right;
}
.purchase-order-totals .catalog_price th,
.purchase-order-totals .catalog_price td {
  font-weight: bold;
}
.purchase-order-data-items.product.data.items > .item.title,
.purchase-order-data-items.product.data.items > .item.content {
  position: relative;
}
.purchase-order-data-items.product.data.items > .item.title {
  z-index: 3;
}
.purchase-order-data-items.product.data.items > .item.content {
  padding-top: 20px;
  z-index: 2;
}
.purchase-order-data-items.product.data.items > .item.content ~ .item.content {
  z-index: 1;
}
.purchase-order-data-items .item-options dd {
  margin-bottom: 15px;
}
.purchase-order-data-items .item-options dd,
.purchase-order-data-items .item-options dt {
  display: block;
  float: none;
}
.purchase-order-data-items .message {
  margin-top: 5px;
}
.purchaseorder-actions-toolbar .action.additem {
  padding-right: 10px;
}
.purchase-order-information {
  margin-bottom: 25px;
}
.orderapprovals-purchaseorder-index .order-links-block > a {
  margin-right: 12px;
}
.orderapprovals-purchaseorder-index .order-links-block > a:last-child {
  margin-right: 0;
}
.orderapprovals-purchaseorder-index .order-links-block > a.active-link {
  text-decoration: underline;
}
.admin__data-grid-outer-wrap .admin__data-grid-header {
  z-index: 3;
}
.admin__data-grid-outer-wrap .admin__data-grid-header ~ .admin__data-grid-header {
  z-index: 1;
}
.orderapprovals-purchaseorder-index .admin__data-grid-action-bookmarks .admin__action-dropdown-text:after {
  right: 0;
}
.orderapprovals-purchaseorder-index .admin__action-dropdown ~ .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.purchase-order-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.purchase-order-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.purchase-order-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-word;
}
.purchase-order-comments-block ._disabled {
  opacity: .5;
  pointer-events: none;
}
.grid-content {
  border-width: 1px 0 0 0 !important;
}
.grid-content .table-wrapper {
  margin-bottom: 20px !important;
}
.purchase-order-status {
  margin: 0 0 1.4rem 0;
  padding: 5px 10px;
}
.purchase-order-payment-method .message.info {
  background-color: #f5f5f5;
  color: #333333;
  margin: 20px 0 40px 0;
}
.purchase-order-payment-method .message.info > *:first-child:before {
  color: #1979c3;
  content: '\e60c';
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type='checkbox'].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label,
input[type='checkbox'].storefront__actions-switch-checkbox.disabled + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:before,
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:before,
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.storefront__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.purchaseorder-purchaseorder-index .purchase-order-data-items .requires-approval-counter {
  border: 1px #f87428 solid;
  border-radius: 4px;
  color: #f87428;
  font-size: 1.2rem;
  margin-left: 7px;
  padding: 3px 8px;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select-wrap {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select {
  display: none;
}
.purchaseorderrule-index-index .data-grid-actions-cell li {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell li + li:before {
  content: '|';
  display: inline-block;
  margin: 0 0 0 4px;
}
.purchaseorderrule-index-index .actions-toolbar.empty-rules {
  text-align: center;
}
.purchaseorderrule-index-index .actions-toolbar a {
  float: none;
  margin-top: 2%;
}
.purchaseorderrule-index-index .actions-toolbar .primary {
  float: none;
  margin-bottom: 10px;
}
.purchaseorderrule-create-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-edit-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-view-index .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule .field:not(.choice) .label {
  display: block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule .field:not(.choice) .label + .control {
  margin-top: 6px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li {
  text-indent: -5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li:before {
  content: '-';
  padding-right: 3px;
  text-indent: -5px;
}
.form-create-purchase-order-rule .fieldset {
  margin: 0 0 30px;
}
.form-create-purchase-order-rule .fieldset._hide {
  display: none;
}
.form-create-purchase-order-rule .field-condition-order-total .nested {
  display: flex;
  flex-grow: 1;
}
.form-create-purchase-order-rule .field-condition-order-total .additional {
  flex-grow: 1;
}
.form-create-purchase-order-rule .field-condition-order-total .additional + .additional {
  margin-left: 10px;
  max-width: 80px;
  min-width: 80px;
}
.form-create-purchase-order-rule .field.applies-to .radio-wrapper {
  margin-top: 6px;
}
.form-create-purchase-order-rule .field.applies-to .control {
  padding-bottom: 10px;
}
.form-create-purchase-order-rule .field.rule-type {
  position: relative;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  vertical-align: text-top;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-action:before {
  font-size: 17px;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content {
  font-size: 1.2rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content .field-tooltip-content-title {
  display: block;
  margin-bottom: 1.8rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul li {
  line-height: 16px;
  margin-bottom: 2rem;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content ul li:last-child {
  margin-bottom: 0;
}
.form-create-purchase-order-rule .applies-to-select {
  display: none;
}
.form-create-purchase-order-rule .applies-to-select ul {
  padding-left: 25px;
}
.form-create-purchase-order-rule .applies-to-select.show {
  display: block;
}
.form-create-purchase-order-rule .applies-to-select select {
  margin-top: 8px;
}
.account .column.main .approval-flow-block-applied-rule.block .box-title {
  margin-bottom: 1.5rem;
}
ul.approval-rules-approvers {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.approval-rules-approvers > li {
  background: url('../Magento_PurchaseOrderRule/images/pending.svg') no-repeat left center;
  background-size: 22px;
  margin-bottom: 1.5rem;
  padding-left: 30px;
}
ul.approval-rules-approvers > li.approved {
  background: url('../Magento_PurchaseOrderRule/images/approved.svg') no-repeat left center;
  background-size: 22px;
}
ul.approval-rules-approvers > li.rejected {
  background: url('../Magento_PurchaseOrderRule/images/rejected.svg') no-repeat left center;
  background-size: 22px;
}
.quickorder-index-index .column .block-addbysku .action.remove {
  display: none;
  display: inline-block;
  text-decoration: none;
}
.quickorder-index-index .column .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quickorder-index-index .column .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e604";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quickorder-index-index .column .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action.remove:active:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action:active,
.quickorder-index-index .column .block-addbysku .action:not(:focus) {
  box-shadow: none;
}
.quickorder-index-index .column .block-addbysku .action:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.quickorder-index-index .column .block-addbysku .action.add {
  display: none;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
  position: relative;
  top: .3rem;
  vertical-align: top;
}
.quickorder-index-index .column .block-addbysku .block-content .actions-toolbar {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-items {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-upload {
  margin-bottom: 60px;
}
.quickorder-index-index .column .block-addbysku .deletable-item .label {
  display: none;
}
.quickorder-index-index .column .block-addbysku .deletable-item:last-child .remove {
  display: none;
}
.quickorder-index-index .upload .label {
  margin-bottom: 0;
}
.quickorder-index-index .upload .label + .note {
  margin-bottom: 5px;
  padding-top: 0;
}
.quickorder-index-index .upload-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.quickorder-index-index .upload-container .action-upload {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.quickorder-index-index .upload-container .file-upload {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'vde-font', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-align: center;
}
.quickorder-index-index .upload-container .file-upload:focus,
.quickorder-index-index .upload-container .file-upload:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.quickorder-index-index .upload-container .file-upload:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.quickorder-index-index .upload-container .file-upload.disabled,
.quickorder-index-index .upload-container .file-upload[disabled],
fieldset[disabled] .quickorder-index-index .upload-container .file-upload {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.quickorder-index-index .product-block {
  background-color: #f0f0f0;
}
.quickorder-index-index .product-block:not(:empty) {
  border: 1px solid #c2c2c2;
  border-top: none;
}
.quickorder-index-index .product-block .product-image {
  border: 1px solid #c2c2c2;
  float: left;
  margin: 1.5rem;
}
.quickorder-index-index .product-block .product-image img {
  display: block;
  max-width: 5rem;
}
.quickorder-index-index .product-block .product-name {
  overflow: hidden;
  padding: 1.5rem;
}
.quickorder-index-index .product-block .product-name .name {
  display: inline-block;
  margin-bottom: 10px;
}
.quickorder-index-index .product-error .message {
  margin: 0;
}
.quickorder-index-index .product-error.general-error .message {
  margin-bottom: 10px;
}
.quickorder-index-index .product-error.general-error .message:last-child {
  margin-bottom: 25px;
}
.quickorder-index-index .ui-front {
  z-index: 100;
}
.quickorder-index-index .ui-front .ui-helper-hidden-accessible {
  display: none;
}
.quickorder-index-index .ui-front > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.quickorder-index-index .ui-front > ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.quickorder-index-index .ui-front > ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.quickorder-index-index .ui-front > ul li:first-child {
  border-top: none;
}
.quickorder-index-index .ui-front > ul li:hover,
.quickorder-index-index .ui-front > ul li.selected {
  background: #e8e8e8;
}
.quickorder-index-index .ui-front > ul li a {
  color: #333333;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.quickorder-index-index .ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
/**
 * 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.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .quote-details-items .actions-toolbar > .action {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.company-profile-shipping-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-shipping-methods .shipping-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-shipping-methods .shipping-methods-list {
  list-style: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amexit-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.17);
}
.amexit-popup-container .amexit-popup {
  position: relative;
  width: 90%;
  max-width: 450px;
  height: auto;
  margin: auto;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.amexit-popup-container .amexit-title {
  margin: 0 15px 10px 0;
  font-weight: 600;
  font-size: 18px;
}
.amexit-popup-container .amexit-message {
  margin-bottom: 10px;
}
.amexit-popup-container .amexit-email {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.amexit-popup-container .amexit-button {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 10px;
  color: #fff;
  background: #1979c3;
  box-shadow: none;
}
.amexit-popup-container .amexit-button:hover {
  background: #2b93e4;
}
.amexit-popup-container .amexit-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  padding: 10px;
  cursor: pointer;
}
.amexit-popup-container .amexit-close > .amexit-icon {
  fill: #ccc;
}
.amexit-popup-container .amexit-close:hover > .amexit-icon {
  fill: #1979c3;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amasty-label-container:not(.-preview) {
  max-height: 300px !important;
  max-width: 300px !important;
}
.amasty-label-container.-link:hover {
  cursor: pointer;
}
.amasty-label-container.-link:hover .amlabel-text {
  text-decoration: underline;
}
.fotorama--fullscreen .amasty-label-container {
  display: none;
}
.products-upsell .product-item .amlabel-text {
  font-size: 12px !important;
  padding: 0 !important;
}
.fotorama .amlabel-text.-am-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.admin__field.-amlabel-hidden {
  margin: 0;
}
.admin__field.-amlabel-hidden > .admin__field-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlabel-image-preview {
  border: 1px solid #cccccc;
  display: flex;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: calc(100% * .25 - 30px);
  z-index: 99;
}
.amlabel-image-preview .amlabel-text {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.amlabel-image-preview > .amlabel-image {
  height: 100%;
  width: 100%;
}
.amlabel-image-preview .amlabel-position-wrapper {
  display: flex;
  position: absolute;
}
.amlabel-image-preview .amasty-label-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.amlabel-image-preview .amlabel-preview-image + .amlabel-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amlabel-position-wrapper {
  z-index: 995;
}
.sidebar .amlabel-position-wrapper {
  z-index: 9;
}
.block-viewed-products-grid .amlabel-position-wrapper {
  z-index: 2;
}
.am-labels-rule {
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.am-labels-rule .rule-chooser [id^='skuChooserGrid'] ._clickable .col-in_products:first-child input.checkbox {
  height: 1.6rem;
  margin: 0;
  width: 1.6rem;
}
.amlabel-position-chooser {
  border-collapse: initial;
  border-spacing: 2px;
}
.amlabel-position-chooser td {
  border: 2px solid;
  cursor: pointer;
  padding: 20px;
}
.amlabel-position-chooser td[data-amlabel-position-enabled='0'] {
  background-color: #ced4de;
  cursor: not-allowed;
}
.amlabel-position-chooser td[data-amlabel-position-selected='1'] {
  background-color: #ffa726;
}
.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']) {
  background-color: rgba(255, 167, 38, 0.5);
}
.amlabel-position-chooser.amlabel-visual-chooser {
  border-spacing: 6px;
}
.amlabel-position-chooser.amlabel-visual-chooser td {
  padding: 5px;
}
.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1'] {
  background-color: #007bdb;
  border-color: #007bdb;
  color: #fff;
}
.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']) {
  background-color: #e8f5ff;
  border-color: #000;
  color: #000;
}
.amlabel-shapes-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.amlabel-shapes-container > .amlabel-shape {
  align-items: center;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  height: 55px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  vertical-align: top;
  width: 115px;
}
.amlabel-shapes-container > .amlabel-shape:hover {
  border-color: #c4c4c4;
}
.amlabel-shapes-container > .amlabel-shape.-am-checked {
  border-color: #000;
}
.amlabel-shapes-container .amlabel-image {
  height: 40px;
}
.am-attachments {
  color: #000000;
}
.am-attachments .am-fileline {
  margin-bottom: 5px;
}
.am-attachments .am-fileline .am-fileicon {
  color: #000000;
  margin-right: 10px;
  max-height: 30px;
  vertical-align: middle;
}
.am-attachments .am-fileline .am-filelink {
  line-height: 30px;
  height: 30px;
}
.am-attachments .am-fileline .am-filesize {
  color: #000000;
  font-size: 90%;
}
/* latin-ext */
@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url(https://fonts.gstatic.com/s/abrilfatface/v9/zOL64pLDlL1D99S8g8PtiKchq-lmjdLh.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url(https://fonts.gstatic.com/s/abrilfatface/v9/zOL64pLDlL1D99S8g8PtiKchq-dmjQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Italic'), local('Alegreya-Italic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaHrEBBsBhlBjvfkSLk96fp56N1.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Italic'), local('Alegreya-Italic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaHrEBBsBhlBjvfkSLk967p56N1.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Italic'), local('Alegreya-Italic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaHrEBBsBhlBjvfkSLk96bp56N1.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Italic'), local('Alegreya-Italic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaHrEBBsBhlBjvfkSLk96np56N1.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Italic'), local('Alegreya-Italic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaHrEBBsBhlBjvfkSLk96Xp56N1.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Italic'), local('Alegreya-Italic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaHrEBBsBhlBjvfkSLk96Tp56N1.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Italic'), local('Alegreya-Italic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaHrEBBsBhlBjvfkSLk96rp5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium Italic'), local('Alegreya-MediumItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_1nK8pFULjtH.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium Italic'), local('Alegreya-MediumItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_1nK8phULjtH.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium Italic'), local('Alegreya-MediumItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_1nK8pBULjtH.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium Italic'), local('Alegreya-MediumItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_1nK8p9ULjtH.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium Italic'), local('Alegreya-MediumItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_1nK8pNULjtH.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium Italic'), local('Alegreya-MediumItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_1nK8pJULjtH.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium Italic'), local('Alegreya-MediumItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_1nK8pxULg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold Italic'), local('Alegreya-BoldItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_xHM8pFULjtH.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold Italic'), local('Alegreya-BoldItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_xHM8phULjtH.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold Italic'), local('Alegreya-BoldItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_xHM8pBULjtH.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold Italic'), local('Alegreya-BoldItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_xHM8p9ULjtH.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold Italic'), local('Alegreya-BoldItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_xHM8pNULjtH.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold Italic'), local('Alegreya-BoldItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_xHM8pJULjtH.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold Italic'), local('Alegreya-BoldItalic'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaErEBBsBhlBjvfkSLk_xHM8pxULg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Regular'), local('Alegreya-Regular'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaBrEBBsBhlBjvfkSLsx6jx4w.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Regular'), local('Alegreya-Regular'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaBrEBBsBhlBjvfkSLlx6jx4w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Regular'), local('Alegreya-Regular'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaBrEBBsBhlBjvfkSLtx6jx4w.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Regular'), local('Alegreya-Regular'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaBrEBBsBhlBjvfkSLix6jx4w.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Regular'), local('Alegreya-Regular'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaBrEBBsBhlBjvfkSLux6jx4w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Regular'), local('Alegreya-Regular'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaBrEBBsBhlBjvfkSLvx6jx4w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Regular'), local('Alegreya-Regular'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaBrEBBsBhlBjvfkSLhx6g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium'), local('Alegreya-Medium'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSoS5L3Dwp5MKg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium'), local('Alegreya-Medium'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSoS5L3Kwp5MKg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium'), local('Alegreya-Medium'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSoS5L3Cwp5MKg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium'), local('Alegreya-Medium'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSoS5L3Nwp5MKg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium'), local('Alegreya-Medium'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSoS5L3Bwp5MKg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium'), local('Alegreya-Medium'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSoS5L3Awp5MKg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Alegreya Medium'), local('Alegreya-Medium'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSoS5L3Owp4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold'), local('Alegreya-Bold'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpa4r3Dwp5MKg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold'), local('Alegreya-Bold'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpa4r3Kwp5MKg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold'), local('Alegreya-Bold'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpa4r3Cwp5MKg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold'), local('Alegreya-Bold'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpa4r3Nwp5MKg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold'), local('Alegreya-Bold'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpa4r3Bwp5MKg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold'), local('Alegreya-Bold'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpa4r3Awp5MKg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Alegreya Bold'), local('Alegreya-Bold'), url(https://fonts.gstatic.com/s/alegreya/v12/4UaGrEBBsBhlBjvfkSpa4r3Owp4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZyzwprpvBS1izr_vOEDuSfQZQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZyzwprpvBS1izr_vOECOSfQZQ.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZyzwprpvBS1izr_vOEBeSfQZQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZyzwprpvBS1izr_vOEBOSfQZQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZyzwprpvBS1izr_vOECuSf.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Amatic SC Bold'), local('AmaticSC-Bold'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZ3zwprpvBS1izr_vOMscGKerUC7WQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Amatic SC Bold'), local('AmaticSC-Bold'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZ3zwprpvBS1izr_vOMscGKfLUC7WQ.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Amatic SC Bold'), local('AmaticSC-Bold'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZ3zwprpvBS1izr_vOMscGKcbUC7WQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Amatic SC Bold'), local('AmaticSC-Bold'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZ3zwprpvBS1izr_vOMscGKcLUC7WQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Amatic SC Bold'), local('AmaticSC-Bold'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZ3zwprpvBS1izr_vOMscGKfrUC.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Anton Regular'), local('Anton-Regular'), url(https://fonts.gstatic.com/s/anton/v9/1Ptgg87LROyAm3K8-C8QSw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Anton Regular'), local('Anton-Regular'), url(https://fonts.gstatic.com/s/anton/v9/1Ptgg87LROyAm3K9-C8QSw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Anton Regular'), local('Anton-Regular'), url(https://fonts.gstatic.com/s/anton/v9/1Ptgg87LROyAm3Kz-C8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Bevan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Bevan Regular'), local('Bevan-Regular'), url(https://fonts.gstatic.com/s/bevan/v10/4iCj6KZ0a9NXjG8SWCvLtg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Bevan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Bevan Regular'), local('Bevan-Regular'), url(https://fonts.gstatic.com/s/bevan/v10/4iCj6KZ0a9NXjG8TWCvLtg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bevan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Bevan Regular'), local('Bevan-Regular'), url(https://fonts.gstatic.com/s/bevan/v10/4iCj6KZ0a9NXjG8dWCs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Bowlby One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Bowlby One Regular'), local('BowlbyOne-Regular'), url(https://fonts.gstatic.com/s/bowlbyone/v10/taiPGmVuC4y96PFeqp8sqomI_A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Caveat Regular'), local('Caveat-Regular'), url(https://fonts.gstatic.com/s/caveat/v5/Wnz6HAc5bAfYB2Q7YjYYmg8.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Caveat Regular'), local('Caveat-Regular'), url(https://fonts.gstatic.com/s/caveat/v5/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Caveat Regular'), local('Caveat-Regular'), url(https://fonts.gstatic.com/s/caveat/v5/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Caveat Bold'), local('Caveat-Bold'), url(https://fonts.gstatic.com/s/caveat/v5/Wnz5HAc5bAfYB2Qz3RMNoS7RBAs.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Caveat Bold'), local('Caveat-Bold'), url(https://fonts.gstatic.com/s/caveat/v5/Wnz5HAc5bAfYB2Qz3RMNqy7RBAs.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Caveat Bold'), local('Caveat-Bold'), url(https://fonts.gstatic.com/s/caveat/v5/Wnz5HAc5bAfYB2Qz3RMNpS7R.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Great Vibes'), local('GreatVibes-Regular'), url(https://fonts.gstatic.com/s/greatvibes/v6/RWmMoKWR9v4ksMfaWd_JN9XLiaQ6DQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Great Vibes'), local('GreatVibes-Regular'), url(https://fonts.gstatic.com/s/greatvibes/v6/RWmMoKWR9v4ksMfaWd_JN9XFiaQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
  font-family: 'Katibeh';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Katibeh-Regular'), url(https://fonts.gstatic.com/s/katibeh/v6/ZGjXol5MQJog4bxDWC9bVQNd.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* latin-ext */
@font-face {
  font-family: 'Katibeh';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Katibeh-Regular'), url(https://fonts.gstatic.com/s/katibeh/v6/ZGjXol5MQJog4bxDWCRbVQNd.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Katibeh';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Katibeh-Regular'), url(https://fonts.gstatic.com/s/katibeh/v6/ZGjXol5MQJog4bxDWCpbVQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Kaushan Script'), local('KaushanScript-Regular'), url(https://fonts.gstatic.com/s/kaushanscript/v7/vm8vdRfvXFLG3OLnsO15WYS5DG72wNJHMw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Kaushan Script'), local('KaushanScript-Regular'), url(https://fonts.gstatic.com/s/kaushanscript/v7/vm8vdRfvXFLG3OLnsO15WYS5DG74wNI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Libre Baskerville Italic'), local('LibreBaskerville-Italic'), url(https://fonts.gstatic.com/s/librebaskerville/v5/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcWx8QDP2V.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Libre Baskerville Italic'), local('LibreBaskerville-Italic'), url(https://fonts.gstatic.com/s/librebaskerville/v5/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcWxEQDA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url(https://fonts.gstatic.com/s/librebaskerville/v5/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNXaxMICA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url(https://fonts.gstatic.com/s/librebaskerville/v5/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Libre Baskerville Bold'), local('LibreBaskerville-Bold'), url(https://fonts.gstatic.com/s/librebaskerville/v5/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTgY5KcCsww.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Libre Baskerville Bold'), local('LibreBaskerville-Bold'), url(https://fonts.gstatic.com/s/librebaskerville/v5/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTgY3KcA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Italic'), local('Lora-Italic'), url(https://fonts.gstatic.com/s/lora/v12/0QIhMX1D_JOuMw_LLPtLp_A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Italic'), local('Lora-Italic'), url(https://fonts.gstatic.com/s/lora/v12/0QIhMX1D_JOuMw_LJftLp_A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Italic'), local('Lora-Italic'), url(https://fonts.gstatic.com/s/lora/v12/0QIhMX1D_JOuMw_LLvtLp_A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Italic'), local('Lora-Italic'), url(https://fonts.gstatic.com/s/lora/v12/0QIhMX1D_JOuMw_LL_tLp_A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Italic'), local('Lora-Italic'), url(https://fonts.gstatic.com/s/lora/v12/0QIhMX1D_JOuMw_LIftL.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold Italic'), local('Lora-BoldItalic'), url(https://fonts.gstatic.com/s/lora/v12/0QIiMX1D_JOuMw_Dmt5eldGry70.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold Italic'), local('Lora-BoldItalic'), url(https://fonts.gstatic.com/s/lora/v12/0QIiMX1D_JOuMw_Dmt5enNGry70.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold Italic'), local('Lora-BoldItalic'), url(https://fonts.gstatic.com/s/lora/v12/0QIiMX1D_JOuMw_Dmt5el9Gry70.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold Italic'), local('Lora-BoldItalic'), url(https://fonts.gstatic.com/s/lora/v12/0QIiMX1D_JOuMw_Dmt5eltGry70.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold Italic'), local('Lora-BoldItalic'), url(https://fonts.gstatic.com/s/lora/v12/0QIiMX1D_JOuMw_Dmt5emNGr.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v12/0QIgMX1D_JOuO7HeNtFumsmv.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v12/0QIgMX1D_JOuO7HeNthumsmv.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v12/0QIgMX1D_JOuO7HeNtNumsmv.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v12/0QIgMX1D_JOuO7HeNtJumsmv.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v12/0QIgMX1D_JOuO7HeNtxumg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZOg3z8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZOg3z8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZFgrz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZFgrz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZFgrz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZFgrz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZcgvz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Alternates Italic'), local('MontserratAlternates-Italic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057pffIJl70w.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Alternates Italic'), local('MontserratAlternates-Italic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057pfWIJl70w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Alternates Italic'), local('MontserratAlternates-Italic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057pfdIJl70w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Alternates Italic'), local('MontserratAlternates-Italic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057pfcIJl70w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Alternates Italic'), local('MontserratAlternates-Italic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057pfSIJk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Alternates Medium Italic'), local('MontserratAlternates-MediumItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA4xJ8mRBkw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Alternates Medium Italic'), local('MontserratAlternates-MediumItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA4xA8mRBkw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Alternates Medium Italic'), local('MontserratAlternates-MediumItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA4xL8mRBkw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Alternates Medium Italic'), local('MontserratAlternates-MediumItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA4xK8mRBkw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Alternates Medium Italic'), local('MontserratAlternates-MediumItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA4xE8mQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat Alternates SemiBold Italic'), local('MontserratAlternates-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBIxJ8mRBkw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat Alternates SemiBold Italic'), local('MontserratAlternates-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBIxA8mRBkw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat Alternates SemiBold Italic'), local('MontserratAlternates-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBIxL8mRBkw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat Alternates SemiBold Italic'), local('MontserratAlternates-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBIxK8mRBkw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat Alternates SemiBold Italic'), local('MontserratAlternates-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBIxE8mQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Alternates Bold Italic'), local('MontserratAlternates-BoldItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBYxJ8mRBkw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Alternates Bold Italic'), local('MontserratAlternates-BoldItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBYxA8mRBkw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Alternates Bold Italic'), local('MontserratAlternates-BoldItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBYxL8mRBkw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Alternates Bold Italic'), local('MontserratAlternates-BoldItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBYxK8mRBkw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Alternates Bold Italic'), local('MontserratAlternates-BoldItalic'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBYxE8mQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Alternates Regular'), local('MontserratAlternates-Regular'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU055qfQOJ0.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Alternates Regular'), local('MontserratAlternates-Regular'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0576fQOJ0.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Alternates Regular'), local('MontserratAlternates-Regular'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU055KfQOJ0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Alternates Regular'), local('MontserratAlternates-Regular'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU055afQOJ0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Alternates Regular'), local('MontserratAlternates-Regular'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0566fQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Alternates Medium'), local('MontserratAlternates-Medium'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGITFCrxG6mA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Alternates Medium'), local('MontserratAlternates-Medium'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGITFA7xG6mA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Alternates Medium'), local('MontserratAlternates-Medium'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGITFCLxG6mA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Alternates Medium'), local('MontserratAlternates-Medium'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGITFCbxG6mA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Alternates Medium'), local('MontserratAlternates-Medium'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGITFB7xG.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat Alternates SemiBold'), local('MontserratAlternates-SemiBold'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIPFCrxG6mA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat Alternates SemiBold'), local('MontserratAlternates-SemiBold'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIPFA7xG6mA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat Alternates SemiBold'), local('MontserratAlternates-SemiBold'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIPFCLxG6mA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat Alternates SemiBold'), local('MontserratAlternates-SemiBold'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIPFCbxG6mA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat Alternates SemiBold'), local('MontserratAlternates-SemiBold'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIPFB7xG.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Alternates Bold'), local('MontserratAlternates-Bold'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUILFCrxG6mA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Alternates Bold'), local('MontserratAlternates-Bold'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUILFA7xG6mA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Alternates Bold'), local('MontserratAlternates-Bold'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUILFCLxG6mA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Alternates Bold'), local('MontserratAlternates-Bold'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUILFCbxG6mA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Alternates Bold'), local('MontserratAlternates-Bold'), url(https://fonts.gstatic.com/s/montserratalternates/v10/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUILFB7xG.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu4DRmBKY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu6zRmBKY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu6jRmBKY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu5DRm.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWoe5ixi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWEe5ixi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWAe5ixi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lW4e5g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Italic'), local('Poppins-Italic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiGyp8kv8JHgFVrJJLucXtAKPY.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Italic'), local('Poppins-Italic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Italic'), local('Poppins-Italic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmg1hVFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmr19VFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmy15VFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url(https://fonts.gstatic.com/s/poppins/v5/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v8/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v8/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v8/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Quicksand Medium'), local('Quicksand-Medium'), url(https://fonts.gstatic.com/s/quicksand/v8/6xKodSZaM9iE8KbpRA_p2HcYQML_B48.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Quicksand Medium'), local('Quicksand-Medium'), url(https://fonts.gstatic.com/s/quicksand/v8/6xKodSZaM9iE8KbpRA_p2HcYQcL_B48.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Quicksand Medium'), local('Quicksand-Medium'), url(https://fonts.gstatic.com/s/quicksand/v8/6xKodSZaM9iE8KbpRA_p2HcYT8L_.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v8/6xKodSZaM9iE8KbpRA_pkHEYQML_B48.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v8/6xKodSZaM9iE8KbpRA_pkHEYQcL_B48.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v8/6xKodSZaM9iE8KbpRA_pkHEYT8L_.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Radley';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Radley Italic'), local('Radley-Italic'), url(https://fonts.gstatic.com/s/radley/v13/LYjBdGzinEIjCN1NojNJjV8XVQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Radley';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Radley Italic'), local('Radley-Italic'), url(https://fonts.gstatic.com/s/radley/v13/LYjBdGzinEIjCN1NojNHjV8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Radley';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Radley Regular'), local('Radley-Regular'), url(https://fonts.gstatic.com/s/radley/v13/LYjDdGzinEIjCN1NqQNFlVs.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Radley';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Radley Regular'), local('Radley-Regular'), url(https://fonts.gstatic.com/s/radley/v13/LYjDdGzinEIjCN1NpwNF.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Vidaloka';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Vidaloka '), local('Vidaloka-Regular'), url(https://fonts.gstatic.com/s/vidaloka/v11/7cHrv4c3ipenMKlEavs7wH8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Oswald Medium'), local('Oswald-Medium'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTvs9CE5Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Oswald Medium'), local('Oswald-Medium'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTtc9CE5Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Oswald Medium'), local('Oswald-Medium'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTtM9CE5Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Oswald Medium'), local('Oswald-Medium'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-6hwTus9C.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-xhsTvs9CE5Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-xhsTtc9CE5Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-xhsTtM9CE5Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-xhsTus9C.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTvs9CE5Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTtc9CE5Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTtM9CE5Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-ohoTus9C.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Pathway Gothic One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Pathway Gothic One Regular'), local('PathwayGothicOne-Regular'), url(https://fonts.gstatic.com/s/pathwaygothicone/v7/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-tRVZfX80.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Pathway Gothic One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Pathway Gothic One Regular'), local('PathwayGothicOne-Regular'), url(https://fonts.gstatic.com/s/pathwaygothicone/v7/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-tS1Zf.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Prata */
/* cyrillic-ext */
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Prata Regular'), local('Prata-Regular'), url(https://fonts.gstatic.com/s/prata/v10/6xKhdSpbNNCT-sWCCm7JLQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Prata Regular'), local('Prata-Regular'), url(https://fonts.gstatic.com/s/prata/v10/6xKhdSpbNNCT-sWLCm7JLQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Prata Regular'), local('Prata-Regular'), url(https://fonts.gstatic.com/s/prata/v10/6xKhdSpbNNCT-sWACm7JLQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Prata Regular'), local('Prata-Regular'), url(https://fonts.gstatic.com/s/prata/v10/6xKhdSpbNNCT-sWPCm4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Raleway */
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  33% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.magenest-popup-action {
  position: relative;
  display: inline-block;
  padding: 7px 25px;
  border-radius: 5px;
  font-size: 15px;
  overflow: hidden;
  cursor: pointer;
}
.magenest-popup-action:before,
.magenest-popup-action:after {
  content: '';
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.magenest-popup-action:before {
  animation: pulse 1.5s infinite linear;
}
.magenest-popup-action:after {
  animation: pulse 2s .4s infinite linear;
}
.magenest-popup-action:hover:before,
.magenest-popup-action:hover:after {
  display: none;
}
.magenest-popup-inner {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.magenest-popup-inner.animate__zoomOut {
  -webkit-animation-name: mgn_zoomOut;
  animation-name: mgn_zoomOut;
}
@-webkit-keyframes mgn_zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.6, 1.6, 1.6);
    transform: scale3d(1.6, 1.6, 1.6);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes mgn_zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.6, 1.6, 1.6);
    transform: scale3d(1.6, 1.6, 1.6);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes text-33 {
  from {
    opacity: 0;
    position: relative;
    left: -2000px;
  }
  to {
    opacity: 1;
    position: relative;
    left: 0;
  }
}
@keyframes text-33 {
  from {
    opacity: 0;
    position: relative;
    left: -2000px;
  }
  to {
    opacity: 1;
    position: relative;
    left: 0;
  }
}
@-webkit-keyframes action-33 {
  from {
    opacity: 0;
    position: relative;
    right: -2000px;
  }
  to {
    opacity: 1;
    position: relative;
    right: 0;
  }
}
@keyframes action-33 {
  from {
    opacity: 0;
    position: relative;
    right: -2000px;
  }
  to {
    opacity: 1;
    position: relative;
    right: 0;
  }
}
#bio_ep {
  display: none;
  position: fixed;
  max-height: 90vh;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
}
#bio_ep .magenest-popup-inner {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
#bio_ep input:not([disabled]):focus,
#bio_ep textarea:not([disabled]):focus,
#bio_ep select:not([disabled]):focus {
  box-shadow: none;
}
#bio_ep button,
#bio_ep .quote-details-items .actions-toolbar > .action {
  border: 0;
  box-shadow: none;
}
#bio_ep button:hover,
#bio_ep button:focus,
#bio_ep .quote-details-items .actions-toolbar > .action:hover,
#bio_ep .quote-details-items .actions-toolbar > .action:focus {
  border: 0;
  box-shadow: none;
}
#bio_ep button:not(.primary),
#bio_ep .quote-details-items .actions-toolbar > .action:not(.primary) {
  border: 0;
  box-shadow: none;
}
#bio_ep button:not(.primary):active,
#bio_ep .quote-details-items .actions-toolbar > .action:not(.primary):active {
  box-shadow: none;
  border: 0;
}
#bio_ep img {
  width: 100%;
  height: 100%;
  max-height: 90vh;
}
#bio_ep p {
  margin: 0;
}
#bio_ep a {
  color: inherit;
  text-decoration: none;
}
#bio_ep a:hover,
#bio_ep a:active,
#bio_ep a:focus,
#bio_ep a:visited {
  color: inherit;
  text-decoration: none;
}
#bio_ep.popup-top-left {
  top: 0;
  left: 0;
  transform: translate(0);
}
#bio_ep.popup-top-right {
  top: 0;
  left: unset;
  right: 0;
  transform: translate(0);
}
#bio_ep.popup-bottom-left {
  top: unset;
  bottom: 0;
  left: 0;
  transform: translate(0);
}
#bio_ep.popup-bottom-right {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  transform: translate(0);
}
#bio_ep.popup-middle-left {
  left: 0;
  right: unset;
  transform: translate(0, -50%);
}
#bio_ep.popup-middle-right {
  left: unset;
  right: 0;
  transform: translate(0, -50%);
}
#bio_ep.popup-top-center {
  margin: auto;
  bottom: unset;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0);
}
#bio_ep.popup-bottom-center {
  margin: auto;
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0);
}
#bio_ep.popup-center-center {
  transform: translate(-50%, -50%) scale(1);
}
#bio_ep_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 10001;
  opacity: 0.7 !important;
}
#bio_ep_bg.popup-bg-3 {
  opacity: 0.92 !important;
}
#bio_ep_bg.popup-bg-none {
  filter: alpha(opacity=0) !important;
}
.magenest-popup-step {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-content {
  max-height: calc(90vh - 24px);
  overflow: auto;
}
.popup-step-1 {
  padding-bottom: 24px;
}
.popup-step-1:after {
  content: "";
  display: block;
  clear: both;
}
.popup-step-2 {
  padding-bottom: 24px;
  overflow: hidden;
  height: 400px;
  max-height: 90vh;
  font-size: 20px;
  position: relative;
}
.popup-step-2 .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.popup-coupon .coupon {
  display: block;
  font-weight: 700;
}
.text-label {
  display: none;
}
#copyright {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 12px;
  font-style: italic;
  opacity: 0.4;
  color: #ffffff;
}
#bio_ep_close {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 16px;
  z-index: 1000;
  cursor: pointer;
}
#bio_ep_close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 24px;
}
#bio_ep_close:hover {
  color: #ffffff;
}
#popup-submit-button {
  position: relative;
}
#popup-submit-button .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bio_ep.popup-default-1 {
  width: 750px;
  height: auto;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  /* Hien thi cho Firefox */
  /* Hien thi cho Safari and Chrome */
  /* Hien thi cho Opera */
}
#bio_ep.popup-default-1 .magenest-popup-inner {
  height: auto;
  background-image: url("../Magenest_Popup/images/bg-popup-27.png");
  background-size: cover;
}
#bio_ep.popup-default-1 #bio_ep_close:before {
  content: "\f2d3";
}
#bio_ep.popup-default-1 .popup-step-1 {
  background: rgba(0, 0, 0, 0.4);
}
#bio_ep.popup-default-1 .popup-step-2 {
  background: rgba(0, 0, 0, 0.4);
}
#bio_ep.popup-default-1 .popup-title {
  padding: 30px 15px 0;
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  animation-name: myAnimation;
  -moz-animation: 1s;
  -moz-animation-name: myAnimation;
  -webkit-animation: 1s;
  -webkit-animation-name: myAnimation;
  -o-animation: 1s;
  -o-animation-name: myAnimation;
}
@keyframes myAnimation {
  from {
    font-size: 0px;
  }
  to {
    font-size: 48px;
  }
}
@-moz-keyframes myAnimation {
  from {
    font-size: 0px;
  }
  to {
    font-size: 48px;
  }
}
@-webkit-keyframes myAnimation {
  from {
    font-size: 0px;
  }
  to {
    font-size: 48px;
  }
}
@-o-keyframes myAnimation {
  from {
    font-size: 0px;
  }
  to {
    font-size: 48px;
  }
}
#bio_ep.popup-default-1 .popup-description {
  margin: 20px 0;
  padding: 0 15px;
  font-size: 16px;
}
#bio_ep.popup-default-1 .popup-action {
  padding: 0 15px;
  width: 400px;
  margin: auto;
  max-width: 100%;
}
#bio_ep.popup-default-1 .popup-action input {
  min-height: 48px;
  margin-bottom: 5px;
  border: 0;
}
#bio_ep.popup-default-1 .popup-action input::placeholder {
  color: #888;
  font-size: 13px;
}
#bio_ep.popup-default-1 .popup-action p {
  margin: 0;
}
#bio_ep.popup-default-1 .popup-action textarea {
  border: 0;
  min-height: 100px;
}
#bio_ep.popup-default-1 .popup-action textarea:focus {
  box-shadow: none;
}
#bio_ep.popup-default-1 .popup-action textarea::placeholder {
  color: #888;
  font-size: 13px;
}
#bio_ep.popup-default-1 .popup-action .popup-subscribe-bottom {
  margin: 10px 0;
}
#bio_ep.popup-default-1 .popup-action .popup-subscribe-bottom .popup-text-accept {
  margin-bottom: 10px;
  line-height: 36px;
  font-size: 14px;
}
#bio_ep.popup-default-1 .popup-action .popup-subscribe-bottom .popup-send-feedback button,
#bio_ep.popup-default-1 .popup-action .popup-subscribe-bottom .popup-send-feedback .quote-details-items .actions-toolbar > .action {
  background: #ff0059;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 0;
  width: 150px;
  height: 45px;
  font-weight: 400;
  font-size: 16px;
}
#bio_ep.popup-default-1 .popup-action .popup-subscribe-bottom .popup-send-feedback button strong,
#bio_ep.popup-default-1 .popup-action .popup-subscribe-bottom .popup-send-feedback .quote-details-items .actions-toolbar > .action strong {
  font-weight: 400;
}
#bio_ep.popup-default-4 {
  width: 750px;
  height: auto;
  text-align: center;
  color: #c7c6c7;
}
#bio_ep.popup-default-4 .magenest-popup-inner {
  height: auto;
  background-image: url("../Magenest_Popup/images/bg-popup-38-2.png");
  background-size: cover;
}
#bio_ep.popup-default-4 #bio_ep_close:before {
  content: "\f2d3";
  color: #afafaf;
}
#bio_ep.popup-default-4 .popup-box-1 {
  text-align: left;
  padding: 0 30px;
}
#bio_ep.popup-default-4 .popup-box-1 .popup-title {
  padding-top: 25px;
  font-size: 94px;
  line-height: 100px;
  font-weight: 500;
}
#bio_ep.popup-default-4 .popup-box-1 .popup-title span {
  display: block;
  font-family: "Oswald";
  text-transform: uppercase;
}
#bio_ep.popup-default-4 .popup-box-1 .popup-title span.title-top {
  color: #ff9900;
  white-space: nowrap;
}
#bio_ep.popup-default-4 .popup-box-1 .popup-title span.title-bottom {
  white-space: nowrap;
  color: #c7c6c7;
}
#bio_ep.popup-default-4 .popup-box-1 .popup-description {
  margin-top: 20px;
  font-size: 21px;
  color: #444;
  font-weight: 400;
}
#bio_ep.popup-default-4 .popup-box-1 .popup-cursor-pointer {
  padding: 30px 0 26px;
}
#bio_ep.popup-default-4 .popup-box-1 .popup-cursor-pointer .cursor-pointer {
  width: 330px;
  height: 45px;
  background: #ff2b63;
  border-radius: 5px;
  font-size: 20px;
  color: #ffffff;
  max-width: 100%;
}
#bio_ep.popup-default-4 .popup-box-2 {
  display: none;
  text-align: left;
  padding: 0 30px;
}
#bio_ep.popup-default-4 .popup-box-2 .popup-title {
  padding-top: 15px;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
#bio_ep.popup-default-4 .popup-box-2 .popup-title .title-left {
  display: inline-block;
  font-size: 102px;
  color: #ff9900;
  line-height: 130px;
}
#bio_ep.popup-default-4 .popup-box-2 .popup-title .title-right {
  display: inline-block;
  padding: 19px 0;
  font-size: 46px;
  line-height: 46px;
}
#bio_ep.popup-default-4 .popup-box-2 .popup-title .title-right-top {
  color: #333333;
}
#bio_ep.popup-default-4 .popup-box-2 .popup-title .title-right-bottom {
  color: #c7c6c7;
}
#bio_ep.popup-default-4 .popup-box-2 .popup-description {
  width: 310px;
  text-align: left;
  font-size: 18px;
  color: #444;
  font-weight: 400;
  padding: 15px 0;
}
#bio_ep.popup-default-4 .popup-box-2 .popup-action {
  margin-top: 30px;
  padding-bottom: 26px;
  text-align: left;
  position: relative;
}
#bio_ep.popup-default-4 .popup-box-2 .popup-action input {
  width: 320px;
  max-width: 50%;
  min-height: 53px;
  border: 0;
  background: #c7c6c7;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  color: #888;
  font-weight: 400;
}
#bio_ep.popup-default-4 .popup-box-2 .popup-action input::placeholder {
  color: #888;
  font-weight: 400;
}
#bio_ep.popup-default-4 .popup-box-2 .popup-action .action.primary {
  min-height: 53px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  box-shadow: none;
  background-color: #ff2b63;
  border-radius: 0 5px 0 0;
  position: absolute;
  top: 0;
  width: 152px;
}
#bio_ep.popup-default-4 .popup-step-2 .popup-content {
  width: 100%;
  color: #444;
  left: 30px;
  transform: translateX(0);
  padding: 0;
  text-align: left;
}
#bio_ep.popup-default-15 {
  width: 800px;
  text-align: center;
  font-family: 'Open Sans';
}
#bio_ep.popup-default-15 .magenest-popup-inner {
  height: 470px;
  background-color: #ffffff !important;
  border-radius: 5px;
}
#bio_ep.popup-default-15 #bio_ep_close:before {
  color: #a09d9d;
  content: "\f2d3";
}
#bio_ep.popup-default-15 .popup-step-1 {
  width: 400px;
  float: right;
  max-width: 50%;
}
#bio_ep.popup-default-15 .popup-step-2 {
  width: 400px;
  float: right;
  max-width: 50%;
}
#bio_ep.popup-default-15 .popup-bg {
  background-image: url("../Magenest_Popup/images/bg-popup-2.png");
  background-size: cover;
  height: 100%;
  width: 400px;
  max-width: 50%;
  position: absolute;
}
#bio_ep.popup-default-15 .popup-title {
  color: #d6b9ba;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0 15px;
  font-family: 'Playfair Display';
}
#bio_ep.popup-default-15 .popup-description {
  color: #606060;
  font-size: 13px;
  padding: 0 15px 15px;
}
#bio_ep.popup-default-15 .popup-action {
  width: 350px;
  margin: auto;
  max-width: 90%;
  text-align: right;
}
#bio_ep.popup-default-15 .popup-action .popup-action-elm {
  position: relative;
  margin-bottom: 5px;
}
#bio_ep.popup-default-15 .popup-action .popup-action-elm i,
#bio_ep.popup-default-15 .popup-action .popup-action-elm em {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #606060;
  font-size: 14px;
}
#bio_ep.popup-default-15 .popup-action input {
  height: 40px;
  color: #606060;
  font-size: 13px;
}
#bio_ep.popup-default-15 .popup-action input::placeholder {
  color: #606060;
  font-size: 13px;
}
#bio_ep.popup-default-15 .popup-action textarea {
  height: 100px;
  margin-bottom: 5px;
}
#bio_ep.popup-default-15 .popup-action button,
#bio_ep.popup-default-15 .popup-action .quote-details-items .actions-toolbar > .action {
  background: #ff0061;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  border-radius: 0;
  margin-bottom: 15px;
  width: 151px;
  text-transform: uppercase;
}
#bio_ep.popup-default-15 .popup-action button strong,
#bio_ep.popup-default-15 .popup-action .quote-details-items .actions-toolbar > .action strong {
  font-weight: 400;
}
#bio_ep.popup-default-31 {
  width: 600px;
}
#bio_ep.popup-default-31 .magenest-popup-inner {
  background-color: #ffffff;
}
#bio_ep.popup-default-31 .popup-step-1 {
  display: flex;
}
#bio_ep.popup-default-31 .popup-title {
  display: block;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
#bio_ep.popup-default-31 .popup-bg {
  width: 50%;
  background-color: #FDEDEC;
  margin: 30px 0;
  text-align: center;
  height: 240px;
}
#bio_ep.popup-default-31 .popup-bg .bg-images {
  background-image: url("../Magenest_Popup/images/contact-us-6.png");
  background-size: cover;
  height: 300px;
  margin: -30px 50px;
  background-repeat: no-repeat;
}
#bio_ep.popup-default-31 .popup-content {
  width: 50%;
  padding-left: 30px;
  margin: 40px 0;
}
#bio_ep.popup-default-31 .popup-content .popup-description {
  font-size: 14px;
  margin: 10px 0 20px;
}
#bio_ep.popup-default-31 .popup-action .popup-action-phone {
  font-family: Alegreya;
  font-size: 40px;
  line-height: 42px;
}
#bio_ep.popup-default-31 .popup-action .popup-action-phone span {
  color: #F0B27A;
  font-size: 48px;
}
#bio_ep.popup-default-31 .popup-action .popup-action-elm {
  padding: 10px 0;
}
#bio_ep.popup-default-26 {
  width: 700px;
}
#bio_ep.popup-default-26 .popup-step-1 {
  display: flex;
  padding: 0;
}
#bio_ep.popup-default-26 .popup-bg {
  width: 50%;
  background-image: url("../Magenest_Popup/images/contact-us-4.jpg");
  background-position: center right;
  background-size: cover;
  opacity: 0;
  animation-name: text-33;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#bio_ep.popup-default-26 .popup-bg:after {
  content: '';
  display: block;
  border: 75px solid transparent;
  border-bottom-width: 200px;
  border-right-color: #ffffff;
}
#bio_ep.popup-default-26 .popup-content {
  width: 50%;
  padding: 20px;
}
#bio_ep.popup-default-26 .popup-description {
  font-family: 'Pathway Gothic One';
  font-size: 22px;
  margin: 10px;
  opacity: 0;
  animation-name: action-33;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#bio_ep.popup-default-26 .popup-title {
  padding: 15px 0;
  font-family: 'Pathway Gothic One';
  font-size: 26px;
  letter-spacing: 1px;
  color: #000000;
  opacity: 0;
  animation-delay: 1s;
  animation-name: action-33;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
#bio_ep.popup-default-26 .popup-title strong {
  letter-spacing: 1px;
  font-size: 26px;
  font-style: italic;
}
#bio_ep.popup-default-26 .popup-action {
  position: relative;
  margin: 15px 0;
  opacity: 0;
  animation-name: action-33;
  animation-delay: 1s;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
#bio_ep.popup-default-26 .popup-action input {
  display: inline-block;
  border: 0;
  border-bottom: 1px solid #000000;
  height: 40px;
  color: #000000;
  background: transparent;
  font-family: 'Pathway Gothic One';
  padding-left: 0;
  font-size: 18px;
}
#bio_ep.popup-default-26 .popup-action input::placeholder {
  color: #000000;
  font-family: 'Pathway Gothic One';
  letter-spacing: 2px;
}
#bio_ep.popup-default-26 .popup-action button,
#bio_ep.popup-default-26 .popup-action .quote-details-items .actions-toolbar > .action {
  background: 0;
  border: 1px solid #ff0000;
  height: 40px;
  text-transform: uppercase;
  width: 112px;
  font-family: 'Pathway Gothic One';
  border-radius: 0;
  display: block;
  margin: 20px auto;
  letter-spacing: 2px;
  color: #000000;
}
#bio_ep.popup-default-26 .popup-action button:hover,
#bio_ep.popup-default-26 .popup-action .quote-details-items .actions-toolbar > .action:hover {
  color: #ff0000;
  border: 1px solid #000000;
}
#bio_ep.popup-default-37 {
  width: 700px;
}
#bio_ep.popup-default-37 .magenest-popup-inner {
  background-image: url("../Magenest_Popup/images/bg-popup-19.jpg");
  background-position: center right;
  background-size: cover;
}
#bio_ep.popup-default-37 .popup-step-1 {
  padding-bottom: 0;
}
#bio_ep.popup-default-37 .popup-title {
  width: 40%;
  padding: 40px;
  border-right: 3px solid #000000;
  font-family: 'Raleway', arial;
  font-weight: 600;
  color: #000000;
  font-size: 32px;
  animation-name: text-33;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}
#bio_ep.popup-default-37 .popup-action .popup-action-elm {
  display: flex;
}
#bio_ep.popup-default-37 .popup-action .popup-action-title {
  width: 40%;
  text-align: right;
  font-family: 'Raleway', arial;
  font-weight: 400;
  color: #888888;
  font-size: 14px;
  border-right: 3px solid #000000;
  animation-name: text-33;
  animation-delay: 0.5s;
  animation-duration: 0.7s;
}
#bio_ep.popup-default-37 .popup-action .popup-action-title.name {
  border-top: 2px solid #000000;
  padding-right: 10px;
}
#bio_ep.popup-default-37 .popup-action .popup-action-title.email {
  border-top: 2px solid #cccccc;
  padding-right: 10px;
}
#bio_ep.popup-default-37 .popup-action .popup-action-title.message {
  border-top: 2px solid #cccccc;
}
#bio_ep.popup-default-37 .popup-action .popup-action-title.message span {
  border-bottom: 2px solid #000000;
  display: block;
  padding-bottom: 10px;
  padding-right: 10px;
}
#bio_ep.popup-default-37 .popup-action .popup-newsletter {
  width: 60%;
  border: none;
  border-top: 2px solid #000000;
  background: none;
  animation-name: action-33;
  animation-delay: 0.5s;
  animation-duration: 0.7s;
}
#bio_ep.popup-default-37 .popup-action textarea.popup-newsletter {
  max-height: 140px;
}
#bio_ep.popup-default-37 .popup-action #popup-submit-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  float: right;
  background-color: #fff200;
  border-radius: 0;
  height: 63px;
  z-index: 1000013;
  text-align: right;
  padding: 0 30px 0 0;
  font-family: 'Raleway', arial;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation-name: action-33;
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
#bio_ep.popup-default-37 .popup-action #popup-submit-button:hover {
  background-color: rgba(255, 242, 0, 0.6);
}
#bio_ep.popup-default-37 .action-social {
  width: 40%;
  border-right: 3px solid #000000;
  padding: 70px 0 10px 10px;
  animation-name: text-33;
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
#bio_ep.popup-default-37 .action-social .social-elm {
  display: inline-block;
  padding: 5px;
}
#bio_ep.popup-default-37 .action-social .social-elm button,
#bio_ep.popup-default-37 .action-social .social-elm .quote-details-items .actions-toolbar > .action {
  width: 25px;
  height: 25px;
  padding: 0;
}
#bio_ep .social-elm a {
  color: #ffffff;
}
#bio_ep .social-elm.social-face button,
#bio_ep .social-elm.social-face .quote-details-items .actions-toolbar > .action {
  background-color: #3b5998;
}
#bio_ep .social-elm.social-face button:hover,
#bio_ep .social-elm.social-face .quote-details-items .actions-toolbar > .action:hover {
  background-color: rgba(59, 89, 152, 0.7);
}
#bio_ep .social-elm.social-twitter button,
#bio_ep .social-elm.social-twitter .quote-details-items .actions-toolbar > .action {
  background-color: #55acee;
}
#bio_ep .social-elm.social-twitter button:hover,
#bio_ep .social-elm.social-twitter .quote-details-items .actions-toolbar > .action:hover {
  background-color: rgba(85, 172, 238, 0.7);
}
#bio_ep .social-elm.social-youtube button,
#bio_ep .social-elm.social-youtube .quote-details-items .actions-toolbar > .action {
  background-color: #e52d27;
}
#bio_ep .social-elm.social-youtube button:hover,
#bio_ep .social-elm.social-youtube .quote-details-items .actions-toolbar > .action:hover {
  background-color: rgba(229, 45, 39, 0.7);
}
#bio_ep.popup-default-5 {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  color: #ffffff;
}
#bio_ep.popup-default-5 .magenest-popup-inner {
  height: 100vh;
  max-height: 100vh;
  background-image: url("../Magenest_Popup/images/bg-popup-6.jpg");
  background-size: cover;
}
#bio_ep.popup-default-5 #bio_ep_close:before {
  color: #ffffff;
  font-size: 24px;
}
#bio_ep.popup-default-5 #copyright {
  right: 5px;
  bottom: 0;
}
#bio_ep.popup-default-5 .popup-step-1 {
  width: 600px;
  height: 100vh;
  margin: auto;
  position: relative;
  padding-bottom: 174px;
  max-width: 100%;
  text-align: center;
  color: #ffffff;
}
#bio_ep.popup-default-5 .popup-step-1 .popup-content {
  max-height: calc(90vh - 174px);
}
#bio_ep.popup-default-5 .popup-title {
  padding: 80px 15px 0;
  font-size: 46px;
  font-weight: 400;
  font-family: "Roboto";
  text-transform: uppercase;
}
#bio_ep.popup-default-5 .popup-description {
  margin-top: 20px;
  font-size: 20px;
  font-family: "Roboto";
}
#bio_ep.popup-default-5 .subscribe-form {
  width: 390px;
  position: relative;
  margin: 20px auto;
}
#bio_ep.popup-default-5 .subscribe-form input {
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
  color: #ffffff;
  min-height: 45px;
  width: 100%;
}
#bio_ep.popup-default-5 .subscribe-form input::placeholder {
  color: #ffffff;
}
#bio_ep.popup-default-5 .subscribe-form .action-subscribe button,
#bio_ep.popup-default-5 .subscribe-form .action-subscribe .quote-details-items .actions-toolbar > .action {
  background: transparent;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 10px;
  border: 0;
  box-shadow: none;
}
#bio_ep.popup-default-5 .subscribe-form .action-subscribe button i,
#bio_ep.popup-default-5 .subscribe-form .action-subscribe button em,
#bio_ep.popup-default-5 .subscribe-form .action-subscribe .quote-details-items .actions-toolbar > .action i,
#bio_ep.popup-default-5 .subscribe-form .action-subscribe .quote-details-items .actions-toolbar > .action em {
  font-size: 31px;
  color: #ffffff;
}
#bio_ep.popup-default-5 .popup-category {
  width: 200px;
  margin: auto;
  border-bottom: 2px solid #ffffff;
  bottom: 50px;
  left: 0;
  right: 0;
  font-family: "Roboto";
}
#bio_ep.popup-default-5 .popup-category button span,
#bio_ep.popup-default-5 .popup-category .quote-details-items .actions-toolbar > .action span {
  font-size: 16px;
}
#bio_ep.popup-default-5 .popup-category .category-home,
#bio_ep.popup-default-5 .popup-category .category-contact-us {
  display: inline-block;
}
#bio_ep.popup-default-5 .popup-category .category-home a,
#bio_ep.popup-default-5 .popup-category .category-contact-us a {
  display: block;
  padding: 7px 15px;
  background: transparent;
  color: #ffffff;
}
#bio_ep.popup-default-5 .popup-category .category-home {
  z-index: 100;
}
#bio_ep.popup-default-5 .popup-category .category-contact-us {
  display: inline-block;
}
#bio_ep.popup-default-5 .popup-category .category-contact-us a {
  background: transparent;
  color: #ffffff;
}
#bio_ep.popup-default-5 .action-social {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#bio_ep.popup-default-5 .action-social .social-elm {
  display: inline-block;
  padding: 15px;
}
#bio_ep.popup-default-5 .action-social .social-elm button,
#bio_ep.popup-default-5 .action-social .social-elm .quote-details-items .actions-toolbar > .action {
  background: #ffffff;
  border-radius: 0;
  position: relative;
  padding: 10px;
}
#bio_ep.popup-default-5 .action-social .social-elm button i,
#bio_ep.popup-default-5 .action-social .social-elm button em,
#bio_ep.popup-default-5 .action-social .social-elm .quote-details-items .actions-toolbar > .action i,
#bio_ep.popup-default-5 .action-social .social-elm .quote-details-items .actions-toolbar > .action em {
  color: #000000;
  font-size: 18px;
  width: 18px;
}
#bio_ep.popup-default-17 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
#bio_ep.popup-default-17 .magenest-popup-inner {
  height: 100%;
  max-height: 100%;
  background-image: url("../Magenest_Popup/images/bg-popup-54.png");
  background-size: cover;
}
#bio_ep.popup-default-17 #bio_ep_close:before {
  color: #000000;
}
#bio_ep.popup-default-17 .popup-step-1 {
  width: 400px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  max-width: 90%;
}
#bio_ep.popup-default-17 .popup-title {
  text-transform: uppercase;
  font-weight: 700;
  padding: 30px 0 15px;
  font-size: 36px;
  font-family: '';
}
#bio_ep.popup-default-17 .popup-description {
  padding: 0 30px;
}
#bio_ep.popup-default-17 .action-social {
  padding: 15px 0;
}
#bio_ep.popup-default-17 .social-elm {
  display: inline-block;
  padding: 0 15px;
  max-width: 30%;
  width: 80px;
}
#bio_ep.popup-default-17 .social-elm button,
#bio_ep.popup-default-17 .social-elm .quote-details-items .actions-toolbar > .action {
  outline: 0;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 20px;
  background-position: center center;
  background-repeat: repeat;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  position: relative;
}
#bio_ep.popup-default-17 .social-elm button i,
#bio_ep.popup-default-17 .social-elm button em,
#bio_ep.popup-default-17 .social-elm .quote-details-items .actions-toolbar > .action i,
#bio_ep.popup-default-17 .social-elm .quote-details-items .actions-toolbar > .action em {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bio_ep.popup-default-17 .line {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
#bio_ep.popup-default-17 .line:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background: #afafac;
  content: '';
  left: 80px;
}
#bio_ep.popup-default-17 .line:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background: #afafac;
  content: '';
  right: 80px;
}
#bio_ep.popup-default-29 {
  width: 700px;
  height: 400px;
}
#bio_ep.popup-default-29 .magenest-popup-inner {
  height: 400px;
  background-image: url("../Magenest_Popup/images/share-social-3.png");
  background-size: cover;
  background-position: center;
}
#bio_ep.popup-default-29 .magenest-popup-step {
  display: block;
  width: 100%;
  height: 100%;
}
#bio_ep.popup-default-29 .popup-step-1 {
  height: 100%;
  padding: 0;
}
#bio_ep.popup-default-29 .popup-step-1 .popup-bg {
  width: 55%;
  height: 100%;
  margin: auto;
  background-color: #ffffff;
  opacity: 0.5;
}
#bio_ep.popup-default-29 .popup-step-1 .popup-content {
  transform: translateY(-100%);
  text-align: center;
  width: 55%;
  margin: auto;
  height: 100%;
}
#bio_ep.popup-default-29 .popup-step-1 .popup-content .action-social .line {
  color: #ffffff;
  font-family: 'Kaushan Script';
  font-size: 80px;
  display: block;
}
#bio_ep.popup-default-29 .popup-step-1 .popup-content .action-social .social-elm {
  display: inline-block;
}
#bio_ep.popup-default-29 .popup-step-1 .popup-content .action-social .social-elm button,
#bio_ep.popup-default-29 .popup-step-1 .popup-content .action-social .social-elm .quote-details-items .actions-toolbar > .action {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
#bio_ep.popup-default-29 .popup-step-1 .popup-content .popup-title {
  margin-top: 12px;
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
}
#bio_ep.popup-default-29 .popup-step-1 .popup-content .popup-action > div {
  display: flex;
  width: 263px;
  height: 38px;
  padding: 10px;
  margin: 20px auto 10px;
  background: #ffffff;
  border-radius: 6px;
}
#bio_ep.popup-default-29 .popup-step-1 .popup-content .popup-action .bld-el {
  border: none;
  background: none;
  padding-left: 10px;
}
#bio_ep.popup-default-29 .popup-step-1 .popup-content .popup-action #popup-submit-button {
  position: relative;
  width: 263px;
  height: 38px;
  border-radius: 6px;
  background: #47d8f3;
  color: #ffffff;
}
#bio_ep.popup-default-29 .popup-step-1 .popup-content .popup-action #popup-submit-button:after {
  content: "\f0a9";
  margin-left: 10px;
  font-family: 'FontAwesome';
  color: #ffffff;
}
#bio_ep.popup-default-30 {
  width: 600px;
  text-align: center;
}
#bio_ep.popup-default-30 .magenest-popup-inner {
  background: url("../Magenest_Popup/images/share-social.jpg");
  background-position: center;
  background-size: cover;
  transform: skew(-10deg, 0deg);
  box-shadow: none;
}
#bio_ep.popup-default-30 .popup-step-1 {
  padding-bottom: 0;
}
#bio_ep.popup-default-30 .popup-step-1 .popup-bg {
  width: 88px;
  height: 88px;
  position: absolute;
  bottom: 0;
  right: -8px;
  background: url(../Magenest_Popup/images/share-social.jpg) no-repeat;
  background-position: left center;
  background-size: cover;
  transform: skew(10deg, 0deg);
}
#bio_ep.popup-default-30 .popup-step-1 .popup-title {
  font-size: 56px;
  color: #ffffff;
  font-family: Kaushan Script;
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 30px;
}
#bio_ep.popup-default-30 .popup-step-1 .action-social {
  background-color: rgba(11, 0, 226, 0.6);
  padding: 30px 0 50px;
}
#bio_ep.popup-default-30 .popup-step-1 .action-social .social-elm {
  display: inline-block;
  margin: 0 30px;
}
#bio_ep.popup-default-30 .popup-step-1 .action-social .social-elm button,
#bio_ep.popup-default-30 .popup-step-1 .action-social .social-elm .quote-details-items .actions-toolbar > .action {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
#bio_ep.popup-default-30 .popup-step-1 .popup-description {
  background-color: rgba(255, 255, 255, 0.6);
  color: #ff0000;
  font-size: 24px;
  padding-bottom: 40px;
  font-family: 'Kaushan Script';
}
#bio_ep.popup-default-7 {
  color: #000000;
  font-family: 'Roboto';
}
#bio_ep.popup-default-7 .magenest-popup-inner {
  padding: 30px;
  background-color: #ffffff !important;
}
#bio_ep.popup-default-7 .popup-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 56px;
}
#bio_ep.popup-default-7 .title-elm {
  position: relative;
  padding: 5px 0;
  letter-spacing: 10px;
}
#bio_ep.popup-default-7 .title-elm:after {
  content: '';
  position: absolute;
  width: 240px;
  height: 5px;
  background: #000000;
  bottom: 0;
  left: 0;
}
#bio_ep.popup-default-7 .popup-description {
  padding: 30px 0 0;
  font-weight: 700;
  width: 215px;
}
#bio_ep.popup-default-7 .popup-description .description-bottom {
  font-weight: 500;
  text-transform: uppercase;
  margin: 15px 0 0;
  letter-spacing: 1px;
  font-size: 13px;
}
#bio_ep.popup-default-7 .popup-bg {
  position: absolute;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("../Magenest_Popup/images/bg-popup-47.jpeg");
  background-size: cover;
  z-index: -1;
}
#bio_ep.popup-default-8 {
  text-align: center;
}
#bio_ep.popup-default-8 .magenest-popup-inner {
  background-color: #f1ecec;
}
#bio_ep.popup-default-8 .popup-bg {
  width: 100%;
  height: 200px;
  background-image: url("../Magenest_Popup/images/bg-popup-50.png");
  background-size: cover;
}
#bio_ep.popup-default-8 .popup-top {
  padding: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #635b55;
}
#bio_ep.popup-default-8 .popup-title {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-size: 54px;
  padding-bottom: 15px;
}
#bio_ep.popup-default-8 #bio_ep_close:before {
  color: #ffffff;
}
#bio_ep.popup-default-12 {
  width: 800px;
  text-align: center;
}
#bio_ep.popup-default-12 .magenest-popup-inner {
  background-image: url("../Magenest_Popup/images/bg-popup-58.png");
  background-size: cover;
}
#bio_ep.popup-default-12 .popup-step-1 {
  width: 350px;
  background: rgba(255, 255, 255, 0.6);
  max-width: 100%;
  margin: 60px 30px;
}
#bio_ep.popup-default-12 .popup-title {
  font-family: 'Lora';
  color: #de5790;
  font-size: 60px;
  font-style: italic;
  padding: 15px;
}
#bio_ep.popup-default-12 .popup-description {
  color: #302929;
  font-family: '';
  padding: 0 15px;
}
#bio_ep.popup-default-12 #bio_ep_close {
  color: #666;
}
#bio_ep.popup-default-12 #bio_ep_close:before {
  content: "\f057";
}
#bio_ep.popup-default-13 {
  width: 800px;
  height: 500px;
  color: #ffffff;
  font-family: 'Katibeh';
}
#bio_ep.popup-default-13 .magenest-popup-inner {
  height: 500px;
  padding: 0 30px;
  background-image: url("../Magenest_Popup/images/bg-popup-41.jpeg");
  background-size: cover;
}
#bio_ep.popup-default-13 #bio_ep_close:before {
  font-size: 24px;
}
#bio_ep.popup-default-13 .popup-step-1 {
  padding: inherit;
  height: 100%;
  width: 300px;
  position: relative;
  max-width: 100%;
  opacity: 0.9;
  color: #000000;
  background: rgba(255, 255, 255, 0.8);
}
#bio_ep.popup-default-13 .popup-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bio_ep.popup-default-13 .popup-title {
  font-size: 16px;
  position: relative;
  text-align: center;
  font-family: 'Vidaloka';
  line-height: 56px;
  padding: 0 15px 25px;
  font-style: italic;
}
#bio_ep.popup-default-13 .popup-title strong {
  font-style: normal;
  font-size: 45px;
  text-transform: uppercase;
  display: block;
}
#bio_ep.popup-default-13 .popup-title:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background: #000000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#bio_ep.popup-default-13 .popup-description {
  text-align: center;
  margin: 30px 0 15px;
  font-size: 20px;
  padding: 0 15px;
}
#bio_ep.popup-default-24 {
  display: block;
  width: 750px;
  font-family: 'Libre Baskerville';
  color: #000000;
}
#bio_ep.popup-default-24 .magenest-popup-inner {
  background-image: url("../Magenest_Popup/images/bg-popup-29.jpeg");
  background-size: cover;
}
#bio_ep.popup-default-24 #bio_ep_close:before {
  content: "\f05c";
  font-size: 24px;
}
#bio_ep.popup-default-24 .popup-content {
  text-align: center;
  padding: 15px;
  text-shadow: 0 0 2px #ffffff;
}
#bio_ep.popup-default-24 .popup-title {
  padding: 15px 0;
}
#bio_ep.popup-default-24 .popup-title p {
  text-transform: uppercase;
  font-size: 62px;
}
#bio_ep.popup-default-24 .popup-title .top {
  font-size: 100px;
}
#bio_ep.popup-default-24 .popup-title .upto {
  position: relative;
  display: inline-block;
}
#bio_ep.popup-default-24 .popup-title .upto:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background: #000000;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
#bio_ep.popup-default-24 .popup-title .upto:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background: #000000;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
#bio_ep.popup-default-24 .popup-description {
  font-style: italic;
  margin-bottom: 5px;
}
#bio_ep.popup-default-24 .popup-code {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
#bio_ep.popup-default-24 .popup-code:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 2px;
  background: #222;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#bio_ep.popup-default-22 .magenest-popup-inner {
  box-shadow: none;
}
#bio_ep.popup-default-22 .popup-step-1 {
  padding: 0;
}
#bio_ep.popup-default-21 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  color: #ffffff;
}
#bio_ep.popup-default-21 .magenest-popup-inner {
  height: 100%;
  max-height: 100%;
  background-image: url("../Magenest_Popup/images/bg-popup-35.jpeg");
  background-size: cover;
}
#bio_ep.popup-default-21 .popup-step-1 {
  width: 600px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 90vw;
}
#bio_ep.popup-default-21 .popup-step-1 .popup-content {
  padding: 30px 30px 0 30px;
}
#bio_ep.popup-default-21 .popup-title {
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 26px;
}
#bio_ep.popup-default-21 .popup-title strong {
  display: block;
  font-family: 'Caveat';
  text-transform: initial;
  font-size: 96px;
}
#bio_ep.popup-default-21 .popup-description {
  padding: 10px 0;
}
#bio_ep.popup-default-25 {
  overflow: hidden;
  width: 700px;
}
#bio_ep.popup-default-25 .magenest-popup-inner {
  background-image: url("../Magenest_Popup/images/bg-popup-55.png");
  background-size: cover;
}
#bio_ep.popup-default-25 .popup-step-1 {
  width: 300px;
  color: #000000;
  text-transform: uppercase;
  padding: 0 30px;
}
#bio_ep.popup-default-25 .popup-title {
  padding: 30px 0;
  font-size: 36px;
}
#bio_ep.popup-default-25 .popup-action {
  padding: 100px 0 30px;
  text-align: center;
}
#bio_ep.popup-default-25 .popup-action button,
#bio_ep.popup-default-25 .popup-action .quote-details-items .actions-toolbar > .action {
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 25px;
  height: 40px;
  padding: 0 15px;
}
#bio_ep.popup-default-25 .popup-bg {
  position: absolute;
  width: 230px;
  height: 100%;
  top: 0;
  left: 0;
  background: #d1d1d1;
  z-index: -1;
  transform: scale(2) rotate(-80deg) translate(6px, -80px);
}
#bio_ep.popup-default-38 {
  width: 700px;
}
#bio_ep.popup-default-38 .magenest-popup-inner {
  background-image: url(../Magenest_Popup/images/static-form-10.jpg);
  background-size: cover;
  background-position: center bottom;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
#bio_ep.popup-default-38 .popup-step-1 {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 30px 0;
}
#bio_ep.popup-default-38 .popup-content {
  width: 45%;
  background: #f3f3f3;
  box-shadow: 0 5px 20px 0 #202020;
  float: right;
  margin: -60px 5% -30px auto;
  padding: 20px;
  animation-name: fadeInRight;
  animation-delay: 0.5s;
  animation-duration: 800ms;
}
#bio_ep.popup-default-38 .popup-title {
  animation-name: fadeInUp;
  animation-delay: 1s;
  animation-duration: 1s;
}
#bio_ep.popup-default-38 .popup-title .title-elm {
  font-family: 'Open Sans', arial;
  font-weight: 700;
  color: #ea5455;
  font-size: 60px;
  display: inline-block;
  width: 70%;
  float: left;
}
#bio_ep.popup-default-38 .popup-title .fa {
  width: 30%;
  font-size: 0;
  float: left;
}
#bio_ep.popup-default-38 .popup-title .fa:before {
  font-size: 69px;
}
#bio_ep.popup-default-38 .popup-description {
  display: inline-block;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
  animation-duration: 1s;
  text-indent: 15px;
  font-family: 'arial', arial;
  font-weight: 400;
  color: #223147;
  font-size: 16px;
  margin: 5px 0 25px;
}
#bio_ep.popup-default-38 .actions {
  animation-name: fadeInUp;
  animation-delay: 0.5s;
  animation-duration: 1.1s;
}
#bio_ep.popup-default-38 .actions.email {
  margin-top: 10px;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
  animation-duration: 1.2s;
}
#bio_ep.popup-default-38 .actions.email input {
  width: 20px;
  height: 20px;
}
#bio_ep.popup-default-38 .actions.email label {
  font-size: 15px;
}
#bio_ep.popup-default-38 .actions.email #popup-submit-button {
  position: relative;
  display: block;
  border-radius: 0;
  background: #223147;
  border: 1px solid #223147;
  color: #ffffff;
  height: 45px;
  width: 100%;
  margin-top: 10px;
}
#bio_ep.popup-default-28 {
  overflow: hidden;
  width: 600px;
}
#bio_ep.popup-default-28 .magenest-popup-inner {
  border-radius: 15px;
  background-image: url("../Magenest_Popup/images/static-form-12.jpg");
  background-size: cover;
}
#bio_ep.popup-default-28 .popup-step-1 {
  width: 100%;
  height: 100%;
  display: flex;
  padding-bottom: 0;
}
#bio_ep.popup-default-28 .popup-step-1 .popup-bg {
  width: 50%;
  background-image: url("../Magenest_Popup/images/static-form-13.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
  animation-duration: 700ms;
}
#bio_ep.popup-default-28 .popup-step-1 .popup-content {
  background-color: #f70508;
  width: 50%;
  text-align: left;
  padding: 30px;
}
#bio_ep.popup-default-28 .popup-step-1 .popup-title {
  margin-top: 30px;
  color: #ffffff;
  font-size: 41px;
  font-family: 'Great Vibes';
  animation-name: fadeInUp;
  animation-delay: 0.7s;
  animation-duration: 800ms;
}
#bio_ep.popup-default-28 .popup-step-1 .popup-description {
  color: #000000;
  margin: 40px 0;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
  animation-duration: 900ms;
}
#bio_ep.popup-default-33 {
  text-align: center;
}
#bio_ep.popup-default-33 .magenest-popup-inner {
  background-image: url("../Magenest_Popup/images/static-form-14.png");
  background-size: cover;
  background-position: center;
}
#bio_ep.popup-default-33 .actions {
  display: inline-block;
  width: 85%;
  position: relative;
  right: -100%;
  animation-name: action-33;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
#bio_ep.popup-default-33 .actions .popup-newsletter {
  width: calc(25% - 10px);
  margin: 0 5px;
  float: left;
}
#bio_ep.popup-default-33 .actions.email .popup-newsletter {
  width: 100%;
  margin: 0;
}
#bio_ep.popup-default-33 .actions.email button,
#bio_ep.popup-default-33 .actions.email .quote-details-items .actions-toolbar > .action {
  margin-top: 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
#bio_ep.popup-default-33 .actions.email button:hover,
#bio_ep.popup-default-33 .actions.email .quote-details-items .actions-toolbar > .action:hover {
  background-color: #ff0000;
}
#bio_ep.popup-default-33 .title-elm {
  margin: 5px 20px;
  color: #990000;
  font-family: Oswald;
  font-size: 30px;
}
#bio_ep.popup-default-33 .description-top,
#bio_ep.popup-default-33 .description-bottom {
  font-family: Oswald;
  color: #cccccc;
  margin: 6px 0;
}
#bio_ep.popup-default-33 .description-center {
  opacity: 0;
  animation-name: text-33;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#bio_ep.popup-default-33 .description-center p {
  color: #990000;
  font-weight: bold;
  font-size: 84px;
  font-family: Oswald;
  display: inline-block;
}
#bio_ep.popup-default-33 .description-center span {
  font-family: Oswald;
  color: #333333;
  font-size: 30px;
  width: 203px;
  text-align: left;
  display: inline-block;
}
#bio_ep.popup-default-2 {
  width: 750px;
  text-align: center;
  color: #403526;
  font-family: 'Libre Baskerville';
}
#bio_ep.popup-default-2 .magenest-popup-inner {
  background-color: #b5a184 !important;
}
#bio_ep.popup-default-2 .popup-bg {
  position: absolute;
  width: calc(50% - 30px);
  height: 100%;
  right: 0;
  background-image: url("../Magenest_Popup/images/bg-popup-59.png");
  background-size: cover;
  z-index: -1;
}
#bio_ep.popup-default-2 .popup-step-1 {
  width: 50%;
  margin: 30px;
  background: #fdfdf6;
}
#bio_ep.popup-default-2 .popup-step-2 {
  width: 50%;
  margin: 30px;
  background: #fdfdf6;
}
#bio_ep.popup-default-2 .popup-title {
  padding: 30px 15px 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Poppins';
  font-size: 40px;
}
#bio_ep.popup-default-2 .popup-description {
  font-style: italic;
}
#bio_ep.popup-default-2 .popup-action {
  padding: 30px 15px 15px;
}
#bio_ep.popup-default-2 .popup-action input {
  height: 40px;
  margin-bottom: 5px;
  border: 1px solid #403526;
  color: #403526;
}
#bio_ep.popup-default-2 .popup-action input::placeholder {
  color: #403526;
}
#bio_ep.popup-default-2 .popup-action button,
#bio_ep.popup-default-2 .popup-action .quote-details-items .actions-toolbar > .action {
  background: #403526;
  color: #ffffff;
  border-radius: 0;
  height: 40px;
  text-transform: uppercase;
  width: 150px;
  padding: 10px;
  font-size: 13px;
  line-height: 13px;
}
#bio_ep.popup-default-2 #bio_ep_close {
  color: #403625;
}
#bio_ep.popup-default-2 #bio_ep_close:before {
  content: "\f2d4";
}
#bio_ep.popup-default-6 {
  width: 800px;
  height: auto;
  color: #ffffff;
  text-align: left;
}
#bio_ep.popup-default-6 .magenest-popup-inner {
  height: auto;
}
#bio_ep.popup-default-6 #copyright {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}
#bio_ep.popup-default-6 #bio_ep_close {
  line-height: 12px;
  background: #ffffff;
  padding: 5px;
  border-radius: 0;
  right: 5px;
}
#bio_ep.popup-default-6 #bio_ep_close:before {
  font-size: 16px;
  color: #000000;
}
#bio_ep.popup-default-6 .popup-bg {
  background-image: url("../Magenest_Popup/images/bg-popup-44.png");
  background-size: cover;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#bio_ep.popup-default-6 .popup-title {
  z-index: 103;
  padding-top: 30px;
  font-size: 58px;
  font-weight: 400;
  font-family: "Playfair Display";
  color: #000000;
  text-transform: uppercase;
}
#bio_ep.popup-default-6 .popup-description {
  margin: 20px 0;
}
#bio_ep.popup-default-6 .popup-description .social-elm {
  display: inline-block;
  padding: 0;
  max-width: 30%;
  width: 40px;
  margin-right: 20px;
}
#bio_ep.popup-default-6 .popup-description .social-elm button,
#bio_ep.popup-default-6 .popup-description .social-elm .quote-details-items .actions-toolbar > .action {
  outline: 0;
  color: #ffffff;
  font-size: 20px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  position: relative;
  background: #4f4f4f;
}
#bio_ep.popup-default-6 .popup-description .social-elm button i,
#bio_ep.popup-default-6 .popup-description .social-elm button em,
#bio_ep.popup-default-6 .popup-description .social-elm .quote-details-items .actions-toolbar > .action i,
#bio_ep.popup-default-6 .popup-description .social-elm .quote-details-items .actions-toolbar > .action em {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bio_ep.popup-default-6 .subscribe-text {
  padding: 30px 0 15px;
  font-family: "Open Sans";
  display: block;
  font-size: 14px;
  color: #888;
}
#bio_ep.popup-default-6 .subscribe-text .subscribe {
  font-size: 16px;
  color: #434343;
  text-transform: uppercase;
  font-weight: 600;
}
#bio_ep.popup-default-6 .popup-action {
  margin: 20px 0;
}
#bio_ep.popup-default-6 .popup-action .popup-email {
  position: relative;
  margin-bottom: 10px;
  margin: 0 auto 10px;
}
#bio_ep.popup-default-6 .popup-action .popup-email .icon-email i,
#bio_ep.popup-default-6 .popup-action .popup-email .icon-email em {
  font-size: 16px;
  color: #828282;
  position: absolute;
  left: 12px;
  top: 12px;
}
#bio_ep.popup-default-6 .popup-action .popup-email input {
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Open Sans";
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #888;
  padding-left: 40px;
  max-width: 100%;
  font-weight: 400;
}
#bio_ep.popup-default-6 .popup-action .popup-email input:before {
  content: "";
  font-family: "FontAwesome";
}
#bio_ep.popup-default-6 .popup-action .popup-email input::placeholder {
  text-transform: uppercase;
  font-weight: 400;
}
#bio_ep.popup-default-6 .popup-action .action-subscribe button,
#bio_ep.popup-default-6 .popup-action .action-subscribe .quote-details-items .actions-toolbar > .action {
  outline: 0;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  border-radius: 0;
  background-color: #000000;
  width: 100%;
  height: 40px;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  max-width: 100%;
}
#bio_ep.popup-default-6 .popup-content {
  padding: 0 30px;
}
#bio_ep.popup-default-6 .popup-step-1 {
  width: 50%;
  color: #000000;
}
#bio_ep.popup-default-6 .popup-step-2 {
  width: 50%;
  color: #000000;
}
#bio_ep.popup-default-9 {
  text-align: center;
  font-family: 'Lato';
}
#bio_ep.popup-default-9 .popup-step-1 {
  width: 350px;
  background: #edf0e5;
  z-index: 1000;
  max-width: 60%;
}
#bio_ep.popup-default-9 .popup-step-2 {
  width: 350px;
  background: #edf0e5;
  z-index: 1000;
  max-width: 60%;
  position: relative;
}
#bio_ep.popup-default-9 .popup-title {
  font-family: 'Vidaloka';
  text-transform: uppercase;
  font-size: 56px;
  padding: 30px 15px 15px;
  color: #53423a;
}
#bio_ep.popup-default-9 .popup-description {
  color: #9f6e4d;
  font-size: 16px;
  padding: 0 15px;
}
#bio_ep.popup-default-9 .popup-action {
  padding: 15px 15px 20px;
}
#bio_ep.popup-default-9 .popup-action input {
  border: 1px solid #888;
  margin-bottom: 10px;
  width: 285px;
  max-width: 100%;
  height: 40px;
}
#bio_ep.popup-default-9 .popup-action button,
#bio_ep.popup-default-9 .popup-action .quote-details-items .actions-toolbar > .action {
  color: #ffffff;
  text-transform: uppercase;
  background: #53423a;
  border-radius: 0;
  width: 150px;
  font-size: 13px;
  padding: 10px;
  line-height: 13px;
}
#bio_ep.popup-default-9 .popup-bg {
  position: absolute;
  width: 250px;
  right: 0;
  height: 100%;
  top: 0;
  background-image: url("../Magenest_Popup/images/bg-popup-57.png");
  background-size: cover;
  z-index: -1;
}
#bio_ep.popup-default-9 #bio_ep_close {
  color: #ffffff;
}
#bio_ep.popup-default-9 #bio_ep_close:before {
  content: "\f05c";
}
#bio_ep.popup-default-10 {
  width: 800px;
  font-family: 'Montserrat Alternates';
}
#bio_ep.popup-default-10 .magenest-popup-inner {
  background-color: #f4eded !important;
}
#bio_ep.popup-default-10 .popup-bg {
  width: 45%;
  float: left;
  height: 100%;
  background-image: url('../Magenest_Popup/images/bg-popup-12.jpeg');
  background-size: cover;
  position: absolute;
}
#bio_ep.popup-default-10 .popup-content {
  width: 50%;
  text-align: center;
  padding: 0 15px;
  float: right;
}
#bio_ep.popup-default-10 .popup-title {
  font-size: 12px;
  color: #25020f;
  padding: 30px 0 15px;
  font-family: 'Open Sans';
  position: relative;
}
#bio_ep.popup-default-10 .popup-title strong {
  display: block;
  font-size: 38px;
  font-family: 'Montserrat Alternates';
}
#bio_ep.popup-default-10 .popup-title:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  background: #25020f;
  bottom: 0;
  left: 85px;
}
#bio_ep.popup-default-10 .popup-title:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  background: #ff1168;
  bottom: 0;
  right: 85px;
}
#bio_ep.popup-default-10 .popup-title .line-center {
  position: absolute;
  width: 40px;
  height: 5px;
  background: #9e1e4c;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#bio_ep.popup-default-10 .popup-description {
  margin: 20px 0;
  font-size: 14px;
}
#bio_ep.popup-default-10 .popup-action {
  padding-bottom: 30px;
}
#bio_ep.popup-default-10 .popup-action .subscribe-text {
  color: #222;
  font-size: 26px;
  margin-bottom: 10px;
}
#bio_ep.popup-default-10 .popup-action input {
  height: 48px;
  border: 1px solid #cccccc;
  color: #333333;
  margin-bottom: 10px;
}
#bio_ep.popup-default-10 .popup-action input::placeholder {
  color: #333333;
}
#bio_ep.popup-default-10 .popup-action button,
#bio_ep.popup-default-10 .popup-action .quote-details-items .actions-toolbar > .action {
  width: 100%;
  background: #222;
  text-transform: capitalize;
  color: #ffffff;
  height: 48px;
}
#bio_ep.popup-default-14 {
  width: 700px;
  text-align: center;
}
#bio_ep.popup-default-14 .magenest-popup-inner {
  height: 429px;
}
#bio_ep.popup-default-14 #bio_ep_close:before {
  font-size: 24px;
  color: #333333;
}
#bio_ep.popup-default-14 .popup-bg {
  position: absolute;
  width: 45%;
  height: 100%;
  background-image: url(../Magenest_Popup/images/bg-popup-2.jpeg);
  background-size: cover;
}
#bio_ep.popup-default-14 .popup-step-1 {
  width: 50%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}
#bio_ep.popup-default-14 .popup-step-2 {
  width: 50%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}
#bio_ep.popup-default-14 .popup-title {
  font-family: '';
  font-size: 40px;
  color: #000000;
  padding-top: 54px;
  text-transform: uppercase;
}
#bio_ep.popup-default-14 .popup-description {
  color: #333333;
  font-size: 26px;
  font-family: '';
}
#bio_ep.popup-default-14 .popup-action {
  margin: 30px auto;
}
#bio_ep.popup-default-14 .popup-action input {
  margin-bottom: 5px;
  height: 45px;
  border: 1px solid #999999;
  color: #333333;
}
#bio_ep.popup-default-14 .popup-action input::placeholder {
  color: #999999;
}
#bio_ep.popup-default-14 .popup-action button,
#bio_ep.popup-default-14 .popup-action .quote-details-items .actions-toolbar > .action {
  height: 45px;
  text-transform: capitalize;
  color: #ffffff;
  background: #000000;
  border-radius: 0;
  font-size: 16px;
  width: 210px;
  margin-top: 15px;
}
#bio_ep.popup-default-14 .popup-action button strong,
#bio_ep.popup-default-14 .popup-action .quote-details-items .actions-toolbar > .action strong {
  font-weight: 400;
}
#bio_ep.popup-default-16 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
#bio_ep.popup-default-16 .magenest-popup-inner {
  height: 100%;
  max-height: 100%;
  background-image: url("../Magenest_Popup/images/bg-popup-56.jpeg");
  background-size: cover;
}
#bio_ep.popup-default-16 .popup-bg {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #ffffff;
}
#bio_ep.popup-default-16 #bio_ep_close:before {
  color: #ffffff;
}
#bio_ep.popup-default-16 .popup-step-1 {
  width: 500px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 10px #000000;
  max-width: 75%;
}
#bio_ep.popup-default-16 .popup-step-2 {
  width: 500px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 10px #000000;
  max-width: 75%;
}
#bio_ep.popup-default-16 .popup-title {
  padding: 30px 0;
  text-transform: uppercase;
  font-size: 36px;
}
#bio_ep.popup-default-16 .popup-title p {
  font-family: 'Playfair Display';
  font-weight: 700;
}
#bio_ep.popup-default-16 .popup-title span {
  font-family: 'Quicksand';
  font-size: 26px;
  letter-spacing: 2px;
}
#bio_ep.popup-default-16 .popup-description {
  padding: 30px 0;
  margin: 0 30px;
  position: relative;
}
#bio_ep.popup-default-16 .popup-description:after {
  content: '';
  position: absolute;
  width: 370px;
  height: 1px;
  background: #888;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#bio_ep.popup-default-16 .popup-description:before {
  content: '';
  width: 370px;
  height: 1px;
  background: #888;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#bio_ep.popup-default-16 .popup-action {
  padding: 30px 15px;
}
#bio_ep.popup-default-16 .popup-action input {
  display: block;
  width: 300px;
  height: 40px;
  border: 1px solid #888;
  margin: 0 auto 5px;
}
#bio_ep.popup-default-16 .popup-action button,
#bio_ep.popup-default-16 .popup-action .quote-details-items .actions-toolbar > .action {
  height: 40px;
  background: #000000;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #000000;
  width: 150px;
}
#bio_ep.popup-default-16 .popup-bottom {
  font-size: 13px;
  font-style: italic;
}
#bio_ep.popup-default-16 .popup-bottom span {
  position: relative;
  cursor: pointer;
}
#bio_ep.popup-default-16 .popup-bottom span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333;
}
#bio_ep.popup-default-18 {
  display: block;
  width: 450px;
  text-align: center;
}
#bio_ep.popup-default-18 .magenest-popup-inner {
  background-color: #ffffff !important;
}
#bio_ep.popup-default-18 .popup-title {
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
}
#bio_ep.popup-default-18 .popup-bg {
  width: 100%;
  height: 200px;
  background-image: url("../Magenest_Popup/images/bg-popup-60.png");
  background-size: cover;
}
#bio_ep.popup-default-18 .popup-description {
  padding: 0 50px;
  font-size: 18px;
}
#bio_ep.popup-default-18 .popup-action {
  width: 330px;
  margin: auto;
  padding: 15px;
  max-width: 100%;
}
#bio_ep.popup-default-18 .popup-action input {
  border: 1px solid #222;
  border-radius: 0;
  height: 40px;
  text-align: center;
}
#bio_ep.popup-default-18 .popup-action input::placeholder {
  text-align: center;
}
#bio_ep.popup-default-18 .popup-action button,
#bio_ep.popup-default-18 .popup-action .quote-details-items .actions-toolbar > .action {
  border-radius: 0;
  background: #222;
  height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 5px;
  width: 100%;
}
#bio_ep.popup-default-18 .popup-action button strong,
#bio_ep.popup-default-18 .popup-action .quote-details-items .actions-toolbar > .action strong {
  font-weight: 400;
}
#bio_ep.popup-default-19 {
  text-align: center;
  font-family: 'Quicksand';
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
#bio_ep.popup-default-19 .magenest-popup-inner {
  height: 100%;
  max-height: 100%;
  background-image: url("../Magenest_Popup/images/bg-popup-34.jpeg");
  background-size: cover;
}
#bio_ep.popup-default-19 #bio_ep_close:before {
  color: #ffffff;
}
#bio_ep.popup-default-19 .popup-step-1 {
  width: 600px;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 90vw;
}
#bio_ep.popup-default-19 .popup-content {
  padding: 30px 15px;
}
#bio_ep.popup-default-19 .popup-title {
  text-transform: uppercase;
  padding: 30px 0 15px;
  font-size: 46px;
}
#bio_ep.popup-default-19 .popup-description {
  width: 350px;
  padding: 0 15px;
  margin: auto;
  margin-bottom: 15px;
  max-width: 100%;
}
#bio_ep.popup-default-19 .popup-action {
  padding: 0 15px;
  width: 350px;
  max-width: 100%;
  margin: 0 auto 15px;
}
#bio_ep.popup-default-19 .popup-action input {
  border: 0;
  height: 45px;
  margin-bottom: 5px;
}
#bio_ep.popup-default-19 .popup-action button,
#bio_ep.popup-default-19 .popup-action .quote-details-items .actions-toolbar > .action {
  width: 100%;
  background: #222;
  color: #ffffff;
  text-transform: uppercase;
  height: 45px;
  border-radius: 0;
}
#bio_ep.popup-default-19 .popup-step-2 {
  width: 600px;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 90vw;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.7);
}
#bio_ep.popup-default-20 {
  width: 750px;
  font-family: 'Poppins';
}
#bio_ep.popup-default-20 .magenest-popup-inner {
  background-color: #f4f4f4 !important;
}
#bio_ep.popup-default-20 #bio_ep_close:before {
  content: "\f2d3";
}
#bio_ep.popup-default-20 .popup-bg {
  width: 45%;
  float: left;
  display: inline-block;
  height: 470px;
  max-height: 90vh;
  background-image: url("../Magenest_Popup/images/bg-popup-42.jpeg");
  background-size: cover;
}
#bio_ep.popup-default-20 .popup-content {
  width: 55%;
  padding: 0 15px;
  text-align: center;
}
#bio_ep.popup-default-20 .popup-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 46px;
  padding: 30px 0 15px;
}
#bio_ep.popup-default-20 .popup-description strong {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
}
#bio_ep.popup-default-20 .popup-action {
  padding: 15px 0;
  text-align: center;
}
#bio_ep.popup-default-20 .popup-action .popup-sex {
  padding: 15px 0;
}
#bio_ep.popup-default-20 .popup-action .popup-sex input {
  min-height: 1px;
  margin-bottom: 0;
  margin-left: 10px;
}
#bio_ep.popup-default-20 .popup-action .popup-sex input:first-child {
  margin-left: 0;
}
#bio_ep.popup-default-20 .popup-action input {
  min-height: 40px;
  border: 1px solid #cccccc;
  color: #222;
}
#bio_ep.popup-default-20 .popup-action input::placeholder {
  color: #cccccc;
}
#bio_ep.popup-default-20 .popup-action button,
#bio_ep.popup-default-20 .popup-action .quote-details-items .actions-toolbar > .action {
  color: #ffffff;
  text-transform: uppercase;
  background: #222;
  border-radius: 0;
  width: 100%;
  height: 40px;
}
#bio_ep.popup-default-20 .popup-step-2 {
  text-align: center;
}
#bio_ep.popup-default-20 .popup-step-2 .popup-content {
  width: 100%;
}
#bio_ep.popup-default-23 {
  width: 570px;
  text-align: center;
}
#bio_ep.popup-default-23 .magenest-popup-inner {
  background-color: #ffffff !important;
}
#bio_ep.popup-default-23 #bio_ep_close:before {
  color: #b7974f;
}
#bio_ep.popup-default-23 .popup-bg {
  width: 100%;
  height: 220px;
  background-image: url("../Magenest_Popup/images/bg-popup-51.png");
  background-size: cover;
}
#bio_ep.popup-default-23 .popup-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  padding: 15px 0;
  font-family: 'Abril Fatface';
  letter-spacing: 3px;
  color: #000000;
}
#bio_ep.popup-default-23 .popup-title strong {
  display: block;
}
#bio_ep.popup-default-23 .popup-description {
  color: #b7974f;
  font-size: 16px;
  font-weight: 600;
}
#bio_ep.popup-default-23 .popup-action {
  width: 320px;
  margin: auto;
  padding: 15px;
  max-width: 100%;
}
#bio_ep.popup-default-23 .popup-action input {
  margin-bottom: 5px;
  height: 40px;
}
#bio_ep.popup-default-23 .popup-action input::placeholder {
  color: #b7974f;
}
#bio_ep.popup-default-23 .popup-action button,
#bio_ep.popup-default-23 .popup-action .quote-details-items .actions-toolbar > .action {
  width: 155px;
  text-transform: uppercase;
  color: #ffffff;
  background: #b7974f;
  border-radius: 0;
  margin-top: 10px;
  height: 40px;
}
#bio_ep.popup-default-23 .coupon {
  color: #b7974f;
}
#bio_ep.popup-default-39 {
  width: 400px;
}
#bio_ep.popup-default-39 .popup-step-1 {
  padding-bottom: 0;
}
#bio_ep.popup-default-39 .popup-content {
  background-image: url("../Magenest_Popup/images/bg-popup-29.jpeg");
  background-position: center;
  border-radius: 2px 2px 0 0;
  text-align: center;
  padding: 20px 20px 0;
}
#bio_ep.popup-default-39 .or {
  background-color: #01718d;
  text-align: center;
  padding: 0;
  box-shadow: -3px -3px 0px rgba(0, 0, 0, 0.1) inset;
  border-radius: 2px;
  width: 40px;
  height: 26px;
  display: block;
  margin: 10px auto;
  color: #ffffff;
}
#bio_ep.popup-default-39 .popup-title {
  font-family: 'arial', arial;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  animation-name: fadeInRight;
  animation-delay: 500ms;
  animation-duration: 600ms;
}
#bio_ep.popup-default-39 .popup-description {
  font-family: 'arial', arial;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  animation-name: fadeInRight;
  animation-delay: 500ms;
  animation-duration: 800ms;
}
#bio_ep.popup-default-39 .popup-action {
  padding: 10px 0;
  animation-name: fadeInRight;
  animation-delay: 500ms;
  animation-duration: 1000ms;
}
#bio_ep.popup-default-39 .popup-action .popup-newsletter {
  margin: 5px;
  height: 36px;
  width: 80%;
  border-radius: 5px;
}
#bio_ep.popup-default-39 .popup-action #popup-submit-button {
  border-radius: 2px !important;
  background: #555555;
  border: 1px solid #555555;
  box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
  font-family: 'arial', arial;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
}
#bio_ep.popup-default-39 .action-social {
  margin: 20px 0 30px;
  animation-name: fadeInLeft;
  animation-delay: 500ms;
  animation-duration: 1000ms;
}
#bio_ep.popup-default-39 .action-social .social-elm button,
#bio_ep.popup-default-39 .action-social .social-elm .quote-details-items .actions-toolbar > .action {
  display: block;
  width: 55%;
  margin: 15px auto;
  box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
  padding-left: 5px;
}
#bio_ep.popup-default-39 .action-social .social-elm .text-label {
  display: inline-block;
  font-family: 'arial', arial;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  padding: 5px;
}
#bio_ep.popup-default-39 .action-social .social-google button,
#bio_ep.popup-default-39 .action-social .social-google .quote-details-items .actions-toolbar > .action {
  background-color: #d34836;
}
#bio_ep.popup-default-36 {
  width: 640px;
}
#bio_ep.popup-default-36 .magenest-popup-inner {
  background-color: #9d99ce;
  background: linear-gradient(180deg, #9d99ce 0%, #cccccc 100%);
  padding: 0;
}
#bio_ep.popup-default-36 #bio_ep_close {
  right: -10px;
}
#bio_ep.popup-default-36 .popup-step-1 {
  margin: 10px -20px;
  padding: 0;
  box-shadow: 0 10px 40px -5px #202020;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#bio_ep.popup-default-36 .popup-step-1 .popup-content {
  background-image: url("../Magenest_Popup/images/subcribe_form-3.jpg");
  background-size: cover;
  background-position: center;
  width: 65%;
  padding: 30px 0;
  opacity: 0;
  animation-name: right-36;
  animation-delay: 0.7s;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
#bio_ep.popup-default-36 .popup-step-1 .popup-content .popup-title {
  font-weight: 400;
  color: #ffffff;
  font-family: 'Open Sans', arial;
  font-size: 34px;
  margin: 30px 10px 10px 30px;
}
#bio_ep.popup-default-36 .popup-step-1 .popup-content .popup-description {
  font-weight: 100;
  font-family: 'Open Sans', arial;
  color: #ffffff;
  font-size: 14px;
  margin: 0 30px 0 50px;
}
#bio_ep.popup-default-36 .popup-step-1 .popup-action {
  margin: 20px 30px;
}
#bio_ep.popup-default-36 .popup-step-1 .popup-action .popup-newsletter {
  border-radius: 5px;
  border: 1px solid #ffea00;
}
#bio_ep.popup-default-36 .popup-step-1 .popup-action #popup-submit-button {
  background: #ffea00;
  border: 1px solid #ffea00;
  text-align: center;
  font-family: 'Open Sans', arial;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  margin: 20px 0;
  width: 180px;
  height: 45px;
}
#bio_ep.popup-default-36 .popup-step-1 .popup-bottom {
  background-image: url("../Magenest_Popup/images/subcribe_form-2.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation-name: left-36;
  animation-delay: 0.7s;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  width: 35%;
}
#bio_ep.popup-default-36 .popup-step-1 .popup-bottom .action-social {
  position: absolute;
  bottom: 13px;
  right: 10px;
}
#bio_ep.popup-default-36 .popup-step-1 .popup-bottom .action-social .social-elm {
  display: inline-block;
}
#bio_ep.popup-default-36 .popup-step-1 .popup-bottom .action-social button,
#bio_ep.popup-default-36 .popup-step-1 .popup-bottom .action-social .quote-details-items .actions-toolbar > .action {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
}
#bio_ep.popup-default-27 {
  width: 800px;
  height: 400px;
  text-align: center;
}
#bio_ep.popup-default-27 .magenest-popup-inner {
  height: 400px;
  background-image: url("../Magenest_Popup/images/background-027.jpg");
  background-size: cover;
}
#bio_ep.popup-default-27 #bio_ep_close {
  left: 10px;
  right: auto;
}
#bio_ep.popup-default-27 #popup-no-submit {
  background: none;
  color: #ffffff;
  text-decoration: underline;
}
#bio_ep.popup-default-27 #popup-submit-button {
  position: relative;
  height: 44px;
  background: #1992f4;
  color: #ffffff;
  border-radius: 0;
}
#bio_ep.popup-default-27 .popup-bg {
  position: absolute;
  top: 0;
  right: 45%;
  border: 1px solid transparent;
  width: 155px;
  height: 400px;
  z-index: 105;
  animation-delay: 500ms;
}
#bio_ep.popup-default-27 .popup-bg .popup-border {
  outline: 0;
  border-width: 0;
  width: 0;
  height: 0;
  border-bottom: 400px solid #4e2176;
  border-left: 155px solid transparent;
  background: none;
  font-size: 0;
}
#bio_ep.popup-default-27 .popup-newsletter {
  margin: 15px 20px;
  height: 40px;
  width: 76%;
}
#bio_ep.popup-default-27 .popup-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 400px;
  max-height: 100%;
  border: 1px solid transparent;
  background-color: #4e2176;
}
#bio_ep.popup-default-27 .popup-title {
  margin-top: 40px;
}
#bio_ep.popup-default-27 .popup-step-2 .popup-content {
  top: 50%;
  height: auto;
  padding: 20px 15px;
  color: #ffffff;
}
#bio_ep.popup-default-32 {
  width: 400px;
}
#bio_ep.popup-default-32 .magenest-popup-inner {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 2px solid #cccccc;
}
#bio_ep.popup-default-32 .popup-bg {
  background-image: url("../Magenest_Popup/images/subcribe_form-1.png");
  height: 270px;
  max-height: 40vh;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#bio_ep.popup-default-32 .popup-content {
  text-align: center;
}
#bio_ep.popup-default-32 .popup-content .popup-title {
  font-family: Prata;
  font-size: 40px;
  color: #CD711E;
  font-weight: bold;
  animation-name: bounceInUp;
  animation-duration: 1.3s;
}
#bio_ep.popup-default-32 .popup-content .popup-description {
  margin: 10px 10%;
  animation-name: bounceInUp;
  animation-duration: 1.5s;
}
#bio_ep.popup-default-32 .popup-content .popup-action {
  animation-name: bounceInUp;
  animation-duration: 1.8s;
  margin: 0 20px;
}
#bio_ep.popup-default-32 .popup-content .popup-action .popup-newsletter {
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #c2c2c2;
}
#bio_ep.popup-default-32 .popup-content .popup-action #popup-submit-button {
  display: block;
  margin: 5px auto;
  background: #CD711E;
  color: #ffffff;
}
#bio_ep.popup-default-32 .popup-content .popup-action #popup-no-submit {
  background: none;
}
@-webkit-keyframes left-36 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, -50%, 0);
    transform: translate3d(3000px, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes left-36 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, -50%, 0);
    transform: translate3d(3000px, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes right-36 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, -50%, 0);
    transform: translate3d(-3000px, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes right-36 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, -50%, 0);
    transform: translate3d(-3000px, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#bio_ep.popup-default-3 {
  width: 700px;
  height: auto;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat";
}
#bio_ep.popup-default-3 .magenest-popup-inner {
  height: auto;
  background-image: url("../Magenest_Popup/images/bg-popup-49.png");
  background-size: cover;
}
#bio_ep.popup-default-3 ~ #bio_ep_bg {
  opacity: 0.9;
}
#bio_ep.popup-default-3 #bio_ep_close {
  display: none;
}
#bio_ep.popup-default-3 .popup-title {
  margin-top: 80px;
  font-size: 50px;
  text-transform: uppercase;
}
#bio_ep.popup-default-3 .popup-description {
  max-width: 410px;
  font-size: 18px;
  margin: 20px auto;
  padding: 0 15px;
}
#bio_ep.popup-default-3 .popup-action {
  margin-top: 40px;
  margin-bottom: 30px;
}
#bio_ep.popup-default-3 .popup-action button,
#bio_ep.popup-default-3 .popup-action .quote-details-items .actions-toolbar > .action {
  width: 200px;
  height: 60px;
  color: #ffffff;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 0;
}
#bio_ep.popup-default-3 .popup-action button:hover,
#bio_ep.popup-default-3 .popup-action .quote-details-items .actions-toolbar > .action:hover {
  opacity: 0.7;
  color: #ffffff;
}
#bio_ep.popup-default-3 .popup-action button:hover ~ i,
#bio_ep.popup-default-3 .popup-action .quote-details-items .actions-toolbar > .action:hover ~ i {
  opacity: 0.7;
}
#bio_ep.popup-default-3 .popup-action button:hover ~ em,
#bio_ep.popup-default-3 .popup-action .quote-details-items .actions-toolbar > .action:hover ~ em {
  opacity: 0.7;
}
#bio_ep.popup-default-3 .popup-action .action-yes {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
#bio_ep.popup-default-3 .popup-action .action-yes button,
#bio_ep.popup-default-3 .popup-action .action-yes .quote-details-items .actions-toolbar > .action {
  background: #00b14f;
}
#bio_ep.popup-default-3 .popup-action .action-no {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
#bio_ep.popup-default-3 .popup-action .action-no button,
#bio_ep.popup-default-3 .popup-action .action-no .quote-details-items .actions-toolbar > .action {
  background: #ed4308;
}
#bio_ep.popup-default-3 .popup-action i,
#bio_ep.popup-default-3 .popup-action em {
  position: absolute;
  right: 15px;
  top: 22px;
}
#bio_ep.popup-default-34 {
  width: 600px;
  text-align: center;
}
#bio_ep.popup-default-34 .magenest-popup-inner {
  background-image: url("../Magenest_Popup/images/yesno-1.png");
  background-position: center;
  background-size: cover;
}
#bio_ep.popup-default-34 #bio_ep_close {
  color: #ffffff;
}
#bio_ep.popup-default-34 .popup-title {
  font-family: 'Raleway', arial;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  margin: 50px 10px;
  position: relative;
  left: -100%;
  animation-name: text-34;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#bio_ep.popup-default-34 .popup-description {
  font-family: 'Raleway', arial;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  margin: 10px 10% 30px;
  position: relative;
  right: -100%;
  animation-name: action-34;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#bio_ep.popup-default-34 .popup-action {
  margin-bottom: 30px;
}
#bio_ep.popup-default-34 .popup-action > div {
  box-shadow: 0 0 20px 2px #202020;
  border-radius: 0;
  text-align: center;
  width: 150px;
  height: 40px;
  display: inline-block;
}
#bio_ep.popup-default-34 .popup-action > div button,
#bio_ep.popup-default-34 .popup-action > div .quote-details-items .actions-toolbar > .action {
  background: none;
  height: 100%;
  font-family: 'Raleway', arial;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
}
#bio_ep.popup-default-34 .popup-action > div.action-yes {
  position: relative;
  left: -100%;
  animation-name: text-34;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  background-color: #46b045;
  margin: 15px;
}
#bio_ep.popup-default-34 .popup-action > div.action-no {
  position: relative;
  right: -100%;
  animation-name: action-34;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  background-color: #e30f04;
  margin: 15px;
}
#bio_ep.popup-default-11 {
  width: 820px;
  text-align: center;
  color: #ffffff;
}
#bio_ep.popup-default-11 .magenest-popup-inner {
  background-image: url("../Magenest_Popup/images/bg-popup-1.png");
  background-size: cover;
}
#bio_ep.popup-default-11 #bio_ep_close:before {
  color: #ffffff;
  content: "\f2d3";
}
#bio_ep.popup-default-11 .popup-title {
  font-family: 'Libre Baskerville';
  font-weight: 600;
  padding: 60px 15px 0;
}
#bio_ep.popup-default-11 .popup-title strong {
  display: block;
  font-size: 92px;
  font-family: 'Titillium Web';
  text-transform: uppercase;
}
#bio_ep.popup-default-11 .popup-description {
  font-family: 'Libre Baskerville';
  padding: 0 15px;
}
#bio_ep.popup-default-11 .popup-description strong {
  display: block;
  text-transform: uppercase;
  font-family: 'Libre Baskerville';
  padding: 30px 0;
}
#bio_ep.popup-default-11 .popup-action {
  padding-bottom: 36px;
}
#bio_ep.popup-default-11 .popup-action button,
#bio_ep.popup-default-11 .popup-action .quote-details-items .actions-toolbar > .action {
  width: 200px;
  height: 45px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  max-width: 100%;
  font-weight: 400;
  border-radius: 0;
}
#bio_ep.popup-default-11 .popup-action .action-yes {
  display: inline-block;
  margin-right: 20px;
}
#bio_ep.popup-default-11 .popup-action .action-yes button,
#bio_ep.popup-default-11 .popup-action .action-yes .quote-details-items .actions-toolbar > .action {
  background: #ffffff;
  color: #000000;
  font-weight: 400;
}
#bio_ep.popup-default-11 .popup-action .action-no {
  display: inline-block;
}
#bio_ep.popup-default-11 .popup-action .action-no button,
#bio_ep.popup-default-11 .popup-action .action-no .quote-details-items .actions-toolbar > .action {
  border: 1px solid #ffffff;
  background: transparent;
  font-weight: 400;
}
#bio_ep.popup-default-35 {
  width: 500px;
  height: 500px;
  text-align: center;
}
#bio_ep.popup-default-35 .magenest-popup-inner {
  height: 500px;
  background-image: url("../Magenest_Popup/images/bg-popup-58.png");
  background-position: left center;
  background-size: cover;
  border-radius: 50%;
}
#bio_ep.popup-default-35 .popup-title {
  font-family: 'Raleway', arial;
  font-weight: 700;
  color: #000000;
  font-size: 32px;
  margin: 100px 10px 20px;
  position: relative;
  left: -100%;
  animation-name: text-34;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#bio_ep.popup-default-35 .popup-description {
  font-family: 'Raleway', arial;
  color: #ff0000;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  margin: 10px 16% 45px;
  position: relative;
  right: -100%;
  animation-name: action-34;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#bio_ep.popup-default-35 .popup-coupon {
  font-family: 'Raleway', arial;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  margin: 20px;
}
#bio_ep.popup-default-35 .popup-coupon span {
  color: #ff0000;
}
#bio_ep.popup-default-35 .popup-action {
  margin-bottom: 30px;
}
#bio_ep.popup-default-35 .popup-action > div {
  border-radius: 0;
  text-align: center;
  width: 174px;
  height: 50px;
  display: inline-block;
}
#bio_ep.popup-default-35 .popup-action > div button,
#bio_ep.popup-default-35 .popup-action > div .quote-details-items .actions-toolbar > .action {
  background: none;
  height: 100%;
  font-family: 'Raleway', arial;
  font-weight: 700;
  font-size: 18px;
}
#bio_ep.popup-default-35 .popup-action > div button span,
#bio_ep.popup-default-35 .popup-action > div .quote-details-items .actions-toolbar > .action span {
  display: block;
  font-size: 12px;
}
#bio_ep.popup-default-35 .popup-action > div.action-yes {
  position: relative;
  left: -100%;
  animation-name: text-34;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  background-color: #46b045;
  margin: 15px;
}
#bio_ep.popup-default-35 .popup-action > div.action-yes button,
#bio_ep.popup-default-35 .popup-action > div.action-yes .quote-details-items .actions-toolbar > .action {
  color: #ffffff;
}
#bio_ep.popup-default-35 .popup-action > div.action-no {
  position: relative;
  right: -100%;
  animation-name: action-34;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  background-color: #ffffff;
  margin: 15px;
}
#bio_ep.popup-default-35 .popup-action > div.action-no button,
#bio_ep.popup-default-35 .popup-action > div.action-no .quote-details-items .actions-toolbar > .action {
  color: #333333;
}
@-webkit-keyframes text-34 {
  from {
    opacity: 0;
    position: relative;
    left: -3000px;
  }
  to {
    opacity: 1;
    position: relative;
    left: 0;
  }
}
@keyframes text-34 {
  from {
    opacity: 0;
    position: relative;
    left: -3000px;
  }
  to {
    opacity: 1;
    position: relative;
    left: 0;
  }
}
@-webkit-keyframes action-34 {
  from {
    opacity: 0;
    position: relative;
    right: -3000px;
  }
  to {
    opacity: 1;
    position: relative;
    right: 0;
  }
}
@keyframes action-34 {
  from {
    opacity: 0;
    position: relative;
    right: -3000px;
  }
  to {
    opacity: 1;
    position: relative;
    right: 0;
  }
}
@keyframes left-36 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, -50%, 0);
    transform: translate3d(3000px, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes right-36 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, -50%, 0);
    transform: translate3d(-3000px, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes right-36 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, -50%, 0);
    transform: translate3d(-3000px, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#bio_ep.popup-default-40,
#bio_ep.popup-default-41,
#bio_ep.popup-default-42,
#bio_ep.popup-default-43,
#bio_ep.popup-default-44,
#bio_ep.popup-default-45 {
  font-family: "Open Sans", sans-serif;
}
#bio_ep.popup-default-40 .magenest-popup-step .swatch-option,
#bio_ep.popup-default-41 .magenest-popup-step .swatch-option,
#bio_ep.popup-default-42 .magenest-popup-step .swatch-option,
#bio_ep.popup-default-43 .magenest-popup-step .swatch-option,
#bio_ep.popup-default-44 .magenest-popup-step .swatch-option,
#bio_ep.popup-default-45 .magenest-popup-step .swatch-option {
  display: none;
}
#bio_ep.popup-default-40 .popup-product-hotdeals,
#bio_ep.popup-default-41 .popup-product-hotdeals,
#bio_ep.popup-default-42 .popup-product-hotdeals,
#bio_ep.popup-default-43 .popup-product-hotdeals,
#bio_ep.popup-default-44 .popup-product-hotdeals,
#bio_ep.popup-default-45 .popup-product-hotdeals {
  position: relative;
}
#bio_ep.popup-default-40 .popup-product-hotdeals .block-products-list > .block-content,
#bio_ep.popup-default-41 .popup-product-hotdeals .block-products-list > .block-content,
#bio_ep.popup-default-42 .popup-product-hotdeals .block-products-list > .block-content,
#bio_ep.popup-default-43 .popup-product-hotdeals .block-products-list > .block-content,
#bio_ep.popup-default-44 .popup-product-hotdeals .block-products-list > .block-content,
#bio_ep.popup-default-45 .popup-product-hotdeals .block-products-list > .block-content {
  margin-left: -15px;
  margin-right: -15px;
}
#bio_ep.popup-default-40 .popup-product-hotdeals .slick-list,
#bio_ep.popup-default-41 .popup-product-hotdeals .slick-list,
#bio_ep.popup-default-42 .popup-product-hotdeals .slick-list,
#bio_ep.popup-default-43 .popup-product-hotdeals .slick-list,
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-list,
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-list {
  margin-bottom: -55px;
}
#bio_ep.popup-default-40 .popup-product-hotdeals .slick-list .slick-track,
#bio_ep.popup-default-41 .popup-product-hotdeals .slick-list .slick-track,
#bio_ep.popup-default-42 .popup-product-hotdeals .slick-list .slick-track,
#bio_ep.popup-default-43 .popup-product-hotdeals .slick-list .slick-track,
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-list .slick-track,
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-list .slick-track {
  margin: 0;
  padding-bottom: 55px;
}
#bio_ep.popup-default-40 .popup-product-hotdeals .slick-list .slick-slide > div,
#bio_ep.popup-default-41 .popup-product-hotdeals .slick-list .slick-slide > div,
#bio_ep.popup-default-42 .popup-product-hotdeals .slick-list .slick-slide > div,
#bio_ep.popup-default-43 .popup-product-hotdeals .slick-list .slick-slide > div,
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-list .slick-slide > div,
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-list .slick-slide > div {
  display: inline-flex;
  width: 100%;
  height: 100%;
}
#bio_ep.popup-default-40 .popup-product-hotdeals .slick-list .slick-slide .product-item,
#bio_ep.popup-default-41 .popup-product-hotdeals .slick-list .slick-slide .product-item,
#bio_ep.popup-default-42 .popup-product-hotdeals .slick-list .slick-slide .product-item,
#bio_ep.popup-default-43 .popup-product-hotdeals .slick-list .slick-slide .product-item,
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-list .slick-slide .product-item,
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-list .slick-slide .product-item {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
#bio_ep.popup-default-40 .popup-product-hotdeals .slick-arrow,
#bio_ep.popup-default-41 .popup-product-hotdeals .slick-arrow,
#bio_ep.popup-default-42 .popup-product-hotdeals .slick-arrow,
#bio_ep.popup-default-43 .popup-product-hotdeals .slick-arrow,
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-arrow,
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-arrow {
  width: auto;
  height: auto;
  margin-top: -27.5px;
}
#bio_ep.popup-default-40 .popup-product-hotdeals .slick-arrow:before,
#bio_ep.popup-default-41 .popup-product-hotdeals .slick-arrow:before,
#bio_ep.popup-default-42 .popup-product-hotdeals .slick-arrow:before,
#bio_ep.popup-default-43 .popup-product-hotdeals .slick-arrow:before,
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-arrow:before,
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-arrow:before {
  content: '';
  font-family: FontAwesome;
  font-size: 34px;
  font-weight: 300;
  color: #ffffff;
  opacity: 1;
}
#bio_ep.popup-default-40 .popup-product-hotdeals .slick-arrow.slick-prev,
#bio_ep.popup-default-41 .popup-product-hotdeals .slick-arrow.slick-prev,
#bio_ep.popup-default-42 .popup-product-hotdeals .slick-arrow.slick-prev,
#bio_ep.popup-default-43 .popup-product-hotdeals .slick-arrow.slick-prev,
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-arrow.slick-prev,
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-arrow.slick-prev {
  left: -50px;
}
#bio_ep.popup-default-40 .popup-product-hotdeals .slick-arrow.slick-prev:before,
#bio_ep.popup-default-41 .popup-product-hotdeals .slick-arrow.slick-prev:before,
#bio_ep.popup-default-42 .popup-product-hotdeals .slick-arrow.slick-prev:before,
#bio_ep.popup-default-43 .popup-product-hotdeals .slick-arrow.slick-prev:before,
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-arrow.slick-prev:before,
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-arrow.slick-prev:before {
  content: '\f053';
}
#bio_ep.popup-default-40 .popup-product-hotdeals .slick-arrow.slick-next,
#bio_ep.popup-default-41 .popup-product-hotdeals .slick-arrow.slick-next,
#bio_ep.popup-default-42 .popup-product-hotdeals .slick-arrow.slick-next,
#bio_ep.popup-default-43 .popup-product-hotdeals .slick-arrow.slick-next,
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-arrow.slick-next,
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-arrow.slick-next {
  right: -50px;
}
#bio_ep.popup-default-40 .popup-product-hotdeals .slick-arrow.slick-next:before,
#bio_ep.popup-default-41 .popup-product-hotdeals .slick-arrow.slick-next:before,
#bio_ep.popup-default-42 .popup-product-hotdeals .slick-arrow.slick-next:before,
#bio_ep.popup-default-43 .popup-product-hotdeals .slick-arrow.slick-next:before,
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-arrow.slick-next:before,
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-arrow.slick-next:before {
  content: '\f054';
}
#bio_ep.popup-default-40.popup-top-center,
#bio_ep.popup-default-41.popup-top-center,
#bio_ep.popup-default-42.popup-top-center,
#bio_ep.popup-default-43.popup-top-center,
#bio_ep.popup-default-44.popup-top-center,
#bio_ep.popup-default-45.popup-top-center {
  text-transform: unset;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  #bio_ep.popup-default-42,
  #bio_ep.popup-default-43,
  #bio_ep.popup-default-44,
  #bio_ep.popup-default-45 {
    height: 600px;
    width: 1200px;
  }
}
#bio_ep.popup-default-40 {
  width: 100%;
  max-width: 1200px !important;
}
@media (max-width: 1199px) {
  #bio_ep.popup-default-40 {
    overflow: auto;
  }
}
#bio_ep.popup-default-40 .magenest-popup-inner {
  background-color: transparent;
  box-shadow: none;
}
#bio_ep.popup-default-40 #bio_ep_close {
  top: 0;
  right: 10%;
  color: #ffffff;
}
#bio_ep.popup-default-40 #copyright {
  display: none;
}
#bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1 {
  border-radius: 15px;
  position: relative;
}
#bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1:before,
#bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1:after {
  content: '';
  display: block;
  width: calc(100% - 30px);
  position: absolute;
}
#bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1:before {
  background: #f6c329;
  bottom: 0;
  right: 0;
}
#bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1:after {
  background: #32667d;
  top: 0;
  left: 0;
}
#bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1 .popup-product-hotdeals {
  z-index: 1;
}
#bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1 .popup-product-hotdeals .popup-title {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  line-height: normal;
}
#bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1 .popup-product-hotdeals .popup-product .block {
  margin-bottom: 0;
}
#bio_ep.popup-default-41 {
  width: 100%;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-41 {
    max-width: 1200px !important;
    margin-bottom: 0;
  }
}
#bio_ep.popup-default-41 .magenest-popup-inner {
  padding: 30px 8.34028357vw 0;
  background-color: #D03D38;
  background-image: url("../Magenest_Popup/images/hotdeals-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-41 .magenest-popup-inner {
    padding: 50px 175px 0;
  }
}
#bio_ep.popup-default-41 #bio_ep_close {
  color: #ffffff;
}
#bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
#bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title {
  display: inline-block;
  font-size: 5.838198499vw;
  line-height: normal;
  color: #ffffff;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title {
    font-size: 70px;
  }
}
#bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title:before,
#bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title:after {
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url("../Magenest_Popup/images/hotdeals-fire.svg");
  background-size: cover;
}
#bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title:before {
  margin-right: 15px;
}
#bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title:after {
  margin-left: 15px;
}
#bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title span {
  color: #FED300;
}
#bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .desc {
  display: block;
  max-width: 500px;
  margin: auto;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 768px) {
  #bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 {
    text-align: center;
  }
}
#bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .block.widget {
  margin-bottom: 0;
}
#bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .slick-list {
  padding-bottom: 50px;
}
#bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .slick-arrow {
  margin-top: -62px;
}
#bio_ep.popup-default-42 {
  width: 100%;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-42 {
    max-width: 1200px !important;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #bio_ep.popup-default-42 {
    transform: translate(-50%, -64%) scale(1);
  }
}
@media (max-width: 768px) {
  #bio_ep.popup-default-42 {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 90%;
  }
}
#bio_ep.popup-default-42 .product-item-info:not(:hover) a,
#bio_ep.popup-default-42 .product-item-info:not(:hover) span {
  color: #fff;
}
#bio_ep.popup-default-42 .magenest-popup-inner {
  padding: 30px 8.34028357vw 0;
  background: transparent radial-gradient(closest-side at 50% 50%, #203ba8 0%, #2c1892 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
  min-height: 100%;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-42 .magenest-popup-inner {
    padding: 50px 175px 0;
  }
}
#bio_ep.popup-default-42 #bio_ep_close {
  color: #ffffff;
}
#bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-title {
    text-align: left;
  }
}
#bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-title:before {
  content: '';
  display: inline-block;
  width: 265px;
  height: 183px;
  background-image: url("../Magenest_Popup/images/hotdeal-03.png");
  background-size: cover;
  margin-right: 15px;
}
#bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-title .title {
  font-size: 23px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-title .title {
    font-size: 23px;
  }
}
#bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-title .title span {
  color: #FED300;
}
#bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-title .desc {
  display: block;
  max-width: 500px;
  margin: auto;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 768px) {
  #bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-title .title {
    font-size: 14px;
    margin-bottom: 0;
  }
  #bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-title:before {
    width: 180px;
    height: 125px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  #bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-product {
    text-align: center;
  }
  #bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-product .block.widget .products-grid .product-item {
    width: 50% !important;
    margin: auto;
  }
  #bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-product .slick-track {
    padding-bottom: 0;
  }
  #bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow {
    z-index: 10;
  }
  #bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow.slick-prev {
    left: 43px;
  }
  #bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow.slick-next {
    right: 35px;
  }
}
#bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .block.widget {
  margin-bottom: 0;
}
#bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .slick-list {
  padding-bottom: 50px;
}
#bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .slick-arrow {
  top: 40%;
  margin-top: -62px;
}
#bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .slick-arrow:before {
  font-size: 20px;
}
#bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .slick-arrow.slick-prev {
  left: -25px;
}
#bio_ep.popup-default-42 .popup-content-wrapper .popup-step-1 .slick-arrow.slick-next {
  right: -27px;
}
#bio_ep.popup-default-43 {
  top: 42%;
  width: 100%;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-43 {
    max-width: 1200px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #bio_ep.popup-default-43 {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 90%;
    margin-top: 60px;
  }
}
#bio_ep.popup-default-43 .product-item-info:not(:hover) a,
#bio_ep.popup-default-43 .product-item-info:not(:hover) span {
  color: #ffffff;
}
#bio_ep.popup-default-43 .rating-summary .rating-result > span:before {
  color: #ffffff;
}
#bio_ep.popup-default-43 .magenest-popup-inner {
  padding: 20px;
  background-image: url("../Magenest_Popup/images/hotdeal-bg-04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100%;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-43 .magenest-popup-inner {
    padding: 20px 175px 0;
  }
}
#bio_ep.popup-default-43 #bio_ep_close {
  color: #ffffff;
}
#bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-title {
  position: relative;
  width: 486px;
  height: 335px;
  margin-left: -123px;
  margin-top: -18px;
  background-image: url("../Magenest_Popup/images/hotdeal-04.png");
  background-size: cover;
  text-align: left;
}
@media (max-width: 768px) {
  #bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-title {
    width: 290px;
    height: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    background-position-x: right;
  }
}
#bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-title .title {
  position: absolute;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 0;
  transform: rotate(353deg);
  bottom: 100px;
  left: 138px;
  background: -webkit-linear-gradient(#ef3600, #bd3513);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  #bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-title .title {
    font-size: 16px;
    bottom: 57px;
    left: 91px;
  }
}
#bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-product {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-product {
    text-align: center;
  }
  #bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-product .block.widget .products-grid .product-item {
    width: 50% !important;
    margin: auto;
  }
  #bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-product .slick-track {
    padding-bottom: 0;
  }
  #bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow {
    z-index: 10;
  }
  #bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow.slick-prev {
    left: 43px;
  }
  #bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow.slick-next {
    right: 35px;
  }
}
@media (min-width: 768px) {
  #bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .popup-product {
    max-height: 380px;
  }
}
#bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .block.widget {
  margin-bottom: 0;
}
#bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .slick-list {
  padding-bottom: 50px;
}
#bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .slick-arrow {
  top: 40%;
  margin-top: -62px;
}
#bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .slick-arrow:before {
  font-size: 20px;
}
#bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .slick-arrow.slick-prev {
  left: -25px;
}
#bio_ep.popup-default-43 .popup-content-wrapper .popup-step-1 .slick-arrow.slick-next {
  right: -27px;
}
#bio_ep.popup-default-44 {
  width: 100%;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-44 {
    max-width: 1200px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #bio_ep.popup-default-44 {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 90%;
  }
}
#bio_ep.popup-default-44 .product-item-info:not(:hover) a,
#bio_ep.popup-default-44 .product-item-info:not(:hover) span {
  color: #ffffff;
}
#bio_ep.popup-default-44 .popup-product-hotdeals {
  display: flex;
  justify-content: space-between;
}
#bio_ep.popup-default-44 .popup-product-hotdeals .products-grid .product-item {
  width: 100%;
}
@media (max-width: 768px) {
  #bio_ep.popup-default-44 .popup-product-hotdeals {
    flex-direction: column-reverse;
  }
}
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-arrow {
  top: 40%;
}
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-arrow:before {
  font-size: 20px;
}
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-arrow.slick-prev {
  left: -15px;
}
#bio_ep.popup-default-44 .popup-product-hotdeals .slick-arrow.slick-next {
  right: -7px;
}
#bio_ep.popup-default-44 .magenest-popup-inner {
  padding: 30px 8.34028357vw 0;
  background-color: #16171c59;
  background-image: url("../Magenest_Popup/images/hotdeal-bg-05.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-blend-mode: overlay;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-44 .magenest-popup-inner {
    padding: 125px 215px 50px;
  }
}
#bio_ep.popup-default-44 #bio_ep_close {
  color: #ffffff;
}
#bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 50px;
  z-index: 1;
}
#bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-title .title {
  display: block;
  max-width: 500px;
  font-size: 20px;
  margin: 0;
  letter-spacing: 8.32px;
  text-transform: uppercase;
  color: #ffffff;
}
#bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-title .percent {
  text-align: center;
  font-size: 98px;
  line-height: 120px;
  color: #FAAE1A;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 900;
  text-shadow: 6px 3px 0 #2c2c36, 7px 4px 0 #d1d1d1;
}
#bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-title .desc {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 30px;
  color: #ffffff;
}
#bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-title .buy-now-btn {
  width: 150px;
  height: 50px;
  margin-top: 50px;
  background: #FAAE1A;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: 800;
}
#bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-product {
  max-width: 250px;
}
@media (max-width: 1024px) {
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-product {
    margin: auto;
  }
}
@media (max-width: 767px) {
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-title {
    margin-bottom: 60px;
    margin-top: 0;
  }
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-title:before {
    width: 409px;
    height: 285px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -52px;
    left: -52px;
    margin: 0 0 0 10px;
  }
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-title .title {
    font-size: 12px;
  }
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-title .percent {
    font-size: 65px;
    line-height: 52px;
    margin: 10px 0;
  }
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-title .desc {
    font-size: 18px;
    line-height: 24px;
  }
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-title .buy-now-btn {
    margin-top: 10px;
    height: 32px;
    line-height: 30px;
  }
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-product {
    margin: auto;
    margin-top: -20px;
    padding-bottom: 40px;
  }
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-product .block.widget .products-grid .product-item {
    width: 50% !important;
    margin: auto;
  }
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-product .slick-track {
    padding-bottom: 0;
  }
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow {
    z-index: 10;
  }
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow.slick-prev {
    left: 43px;
  }
  #bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow.slick-next {
    right: 35px;
  }
}
#bio_ep.popup-default-44 .popup-content-wrapper .popup-step-1 .block.widget {
  margin-bottom: 0;
}
#bio_ep.popup-default-45 {
  width: 100%;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-45 {
    max-width: 1200px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #bio_ep.popup-default-45 {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 90%;
  }
}
#bio_ep.popup-default-45 .product-item-info:not(:hover) a,
#bio_ep.popup-default-45 .product-item-info:not(:hover) span {
  color: #ffffff;
}
#bio_ep.popup-default-45 .popup-product-hotdeals {
  display: flex;
  justify-content: space-between;
}
#bio_ep.popup-default-45 .popup-product-hotdeals .products-grid .product-item {
  width: 100%;
}
@media (max-width: 767px) {
  #bio_ep.popup-default-45 .popup-product-hotdeals {
    flex-direction: column-reverse;
  }
}
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-arrow {
  top: 40%;
}
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-arrow:before {
  font-size: 20px;
}
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-arrow.slick-prev {
  left: -15px;
}
#bio_ep.popup-default-45 .popup-product-hotdeals .slick-arrow.slick-next {
  right: -7px;
}
#bio_ep.popup-default-45 .magenest-popup-inner {
  padding: 30px 8.34028357vw 0;
  background: transparent linear-gradient(180deg, #e84545 0%, #bd20c2 100%) 0 0 no-repeat padding-box;
}
@media (min-width: 1200px) {
  #bio_ep.popup-default-45 .magenest-popup-inner {
    padding: 125px 215px 50px;
  }
}
#bio_ep.popup-default-45 #bio_ep_close {
  color: #ffffff;
}
#bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 30px;
  z-index: 1;
  font-style: italic;
  transform: rotate(354deg);
}
#bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title:before {
  content: "";
  background: url("../Magenest_Popup/images/hotdeal-06.png");
  width: 760px;
  height: 538px;
  position: absolute;
  top: -116px;
  z-index: -1;
}
#bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title .title {
  display: block;
  max-width: 500px;
  font-size: 20px;
  margin: 0 0 0 52px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ffffff;
}
#bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title .percent {
  text-align: center;
  font-size: 98px;
  line-height: 86px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 900;
}
#bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title .percent span {
  margin-left: 90px;
}
#bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title .desc {
  display: inline-block;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}
#bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title .desc span {
  font-weight: 700;
  margin-left: 90px;
}
#bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title .buy-now-btn {
  width: 150px;
  height: 50px;
  margin-top: 50px;
  background: #FAAE1A;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: 800;
}
#bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-product {
  max-width: 250px;
  z-index: 2;
}
#bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .block.widget {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title:before {
    width: 409px;
    height: 285px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -52px;
    left: -52px;
    margin: 0 0 0 10px;
  }
  #bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title .title {
    font-size: 12px;
  }
  #bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title .percent {
    font-size: 50px;
    line-height: 47px;
  }
  #bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-title .desc {
    font-size: 18px;
    line-height: 24px;
  }
  #bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-product {
    margin: auto;
    margin-top: -20px;
    padding-bottom: 40px;
  }
  #bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-product .block.widget .products-grid .product-item {
    width: 50% !important;
    margin: auto;
  }
  #bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-product .slick-track {
    padding-bottom: 0;
  }
  #bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow {
    z-index: 10;
  }
  #bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow.slick-prev {
    left: 43px;
  }
  #bio_ep.popup-default-45 .popup-content-wrapper .popup-step-1 .popup-product .slick-arrow.slick-next {
    right: 35px;
  }
}
#bio_ep .pager {
  display: none !important;
}
@media (max-width: 1024px) {
  #bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1 {
    padding: 30px 70px;
  }
  #bio_ep.popup-default-41 {
    background-size: contain;
    background-position: bottom center;
    overflow-y: auto;
  }
  #bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title {
    margin-bottom: 10px;
  }
  #bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title:before,
  #bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title:after {
    width: 20px;
    height: 20px;
  }
  #bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title:before {
    margin-right: 10px;
  }
  #bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .title:after {
    margin-left: 10px;
  }
  #bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .slick-list {
    margin: 0 -15px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_PromoBar
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mppromobar-style {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
#mppromobar-fixed-page-top {
  position: sticky;
  top: 0;
  z-index: 10;
}
#mppromobar-fixed-page-bottom {
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.mppromobar-style .content-template {
  padding: 1rem 2rem;
}
.mppromobar-style .content-template a {
  text-decoration: none;
}
.mppromobar-style .content-template .mppromobar_url_text {
  padding: .5rem .5rem;
  border-radius: 3px;
}
.mppromobar-style .content-template .mppromobar-close-btn {
  font-size: 20px;
  float: right;
  cursor: pointer;
}
.mppromobar-style .content-template .mppromobar-close-btn:hover {
  font-weight: bold;
}
.mst-nav__horizontal-bar {
  padding-bottom: 2rem;
}
.mst-nav__horizontal-bar strong {
  display: none;
}
.mst-nav__horizontal-bar strong[role=heading] {
  display: none;
}
.mst-nav__horizontal-bar .filter-options {
  display: flex !important;
  border-bottom: 1px solid #cccccc;
  flex-wrap: wrap;
}
.mst-nav__horizontal-bar .filter-options .filter-options-item {
  border-bottom: 0;
}
.mst-nav__horizontal-bar .filter-options .filter-options-item:first-child .filter-options-title {
  padding-left: 0;
}
.mst-nav__horizontal-bar .filter-options .filter-options-item.active .filter-options-title {
  color: #000000;
}
.mst-nav__horizontal-bar .filter-options .filter-options-item .filter-options-title {
  user-select: none;
}
.mst-nav__horizontal-bar .filter-options .filter-options-item .filter-options-content {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  position: absolute !important;
  z-index: 10000;
  display: none;
  max-width: 23rem;
}
.mst-nav__horizontal-bar #mst-nav__search .filter-options-content {
  display: block !important;
  max-width: 100%;
  width: 100%;
  position: relative !important;
}
.mst-nav__horizontal-bar #mst-nav__search .mst-nav__search-suggestion {
  overflow-x: hidden;
}
.mst-nav__horizontal-bar .block-actions {
  display: none;
}
.mst-nav__horizontal-bar .filter-current strong[role=heading] {
  display: block;
}
.mst-nav__horizontal-bar .filter-current .items {
  padding: 0;
}
.mst-nav__horizontal-bar .filter-current .items .mst-nav__state-filter {
  white-space: nowrap;
  padding-left: 1rem;
  display: inline-block;
}
.mst-nav__horizontal-bar .filter-current .items .mst-nav__state-filter .action.remove {
  position: initial;
}
.mst-nav__horizontal-bar .filter-current .items .filter-actions {
  margin: 1rem 0;
  display: inline-block;
}
.mst-nav__horizontal-bar .mst-nav__checked-counter {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mst-nav__horizontal-bar {
    padding-bottom: 2rem;
  }
  .mst-nav__horizontal-bar strong[role=heading] {
    display: none;
  }
  .mst-nav__horizontal-bar .filter-options {
    display: block !important;
    border-bottom: 1px solid #cccccc;
  }
  .mst-nav__horizontal-bar .filter-options .filter-options-item {
    border-bottom: 0;
    float: left;
  }
}
.mst-nav__state-filter._removed {
  text-decoration: line-through;
}
.mst-nav__apply-button-wrapper {
  display: none;
  position: absolute;
  align-items: center;
  z-index: 1000;
  transition: all 300ms ease-out;
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1), 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  margin-left: 20px;
}
.mst-nav__apply-button-wrapper:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1), 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  top: 50%;
  left: -8px;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button {
  display: flex;
  padding: 10px;
  align-items: center;
  background-color: #ffffff;
  position: relative;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button .items {
  display: flex;
  justify-content: center;
  min-width: 80px;
  align-items: center;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button .items strong {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-right: 5px;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button .items [data-items-label],
.mst-nav__apply-button-wrapper .mst-nav__apply-button .items [data-one-item-label] {
  display: none;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button .loader {
  display: none;
  min-width: 80px;
  justify-content: center;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button button,
.mst-nav__apply-button-wrapper .mst-nav__apply-button .quote-details-items .actions-toolbar > .action {
  border-radius: 0;
  margin-left: 10px;
  transition: all 100ms;
}
.mst-nav__apply-button-wrapper._loading .mst-nav__apply-button .loader {
  display: flex;
}
.mst-nav__apply-button-wrapper._loading .mst-nav__apply-button .items {
  display: none;
}
.mst-nav__apply-button-wrapper._loading .mst-nav__apply-button button,
.mst-nav__apply-button-wrapper._loading .mst-nav__apply-button .quote-details-items .actions-toolbar > .action {
  opacity: .5;
}
@media only screen and (max-width: 768px) {
  .mst-nav__apply-button-wrapper {
    display: none;
  }
  .filter-active .mst-nav__apply-button-wrapper {
    display: block;
    z-index: 1000;
    left: unset !important;
    right: 10px;
  }
}
.navigation-overlay {
  position: absolute;
  top: -78px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  z-index: 1000000;
  display: none;
  transition: all 100ms ease-in;
}
.navigation-overlay > svg {
  font-size: 3rem;
  position: absolute;
  right: 0;
  top: 0;
}
.navigation-overlay._show {
  opacity: .6;
}
.arrowHolder {
  width: 25px;
  height: 25px;
  position: relative;
  float: left;
  z-index: 100;
  top: 0;
}
.arrowHolder .arrowDown {
  border-color: transparent #494949 transparent transparent;
  content: "";
  border-style: solid;
  border-width: 5px;
  height: 0px;
  width: 0px;
  position: absolute;
  top: 8px;
  z-index: 1;
}
.arrowHolder .arrowLeft {
  border-color: #494949 transparent transparent transparent;
  content: "";
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  position: absolute;
  top: 9px;
  left: 5px;
  z-index: 1;
}
.ensure_show {
  display: block;
}
.ensure_show:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
.mst-nav__tooltip-holder {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h48v48H0z' fill='none'/%3E%3Cpath d='M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm2 30h-4V22h4v12zm0-16h-4v-4h4v4z' fill='%23cccccc'/%3E%3C/svg%3E");
  background-size: contain;
  vertical-align: top;
  margin-left: 1rem;
}
.mst-nav__tooltip-holder:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h48v48H0z' fill='none'/%3E%3Cpath d='M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm2 30h-4V22h4v12zm0-16h-4v-4h4v4z' fill='%23ff915b'/%3E%3C/svg%3E");
}
.mst-nav__tooltip-wrapper {
  max-width: 300px;
}
.mst-nav__checked-counter__wrapper {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}
.mst-nav__checked-counter__wrapper .mst-nav__checked-counter {
  background: #f3f3f3;
  border: 1px solid #dddddd;
  border-radius: 1px;
  padding: 3px 5px;
  margin-right: 5px;
  color: #999999;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
}
.mst-nav__checked-counter__wrapper a {
  text-decoration: none;
  font-size: 12px;
  margin-left: 2px;
  line-height: 1.8rem;
  color: #333333;
  font-weight: 100;
  opacity: .2;
}
.mst-nav__checked-counter__wrapper a:hover {
  text-decoration: none;
}
.mst-nav__checked-counter__wrapper:hover a {
  opacity: 1;
}
.filter-options-title {
  display: flex;
  align-items: center;
}
[data-element="search"] {
  margin-bottom: 5px;
}
.mst-nav__alphabetical {
  margin: 0 -2px 5px -2px;
  display: flex;
  flex-wrap: wrap;
}
.mst-nav__alphabetical span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006bb4;
  padding: 4px;
  text-decoration: none;
}
.mst-nav__alphabetical span:hover {
  text-decoration: underline;
}
.mst-nav__alphabetical span._checked {
  color: #949494;
  text-decoration: none;
  display: flex !important;
}
[data-element="filter"][data-hidden=true] {
  display: none !important;
}
[data-element="filter"][data-search-hidden=true] {
  display: none !important;
}
[data-element="filter"][data-letter-hidden=true] {
  display: none !important;
}
.mst-nav__horizontal-bar .mst-nav__alphabetical-wrapper {
  display: none !important;
}
.mst-nav__sizeLimiter {
  cursor: pointer;
  color: #757575;
}
.mst-nav__slider .mst-nav__slider-slider {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #cccccc;
  box-shadow: none;
  height: .4rem;
  margin: 1rem 0 2.5rem 0;
  visibility: hidden;
}
.mst-nav__slider .mst-nav__slider-slider.ui-slider {
  visibility: visible;
}
.mst-nav__slider .mst-nav__slider-slider .ui-slider-handle {
  position: absolute;
  display: inline-block;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  transition: background 450ms;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
  width: 1.4rem;
  height: 2.2rem;
  left: 0;
  top: -.9rem;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 0;
}
.mst-nav__slider .mst-nav__slider-slider :nth-child(3) {
  margin-left: -1.5rem;
}
.mst-nav__slider .mst-nav__slider-slider .ui-slider-range {
  height: 4px;
  background: #f50;
  position: relative;
}
.mst-nav__slider .mst-nav__slider-text {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  font-size: 1.3rem;
}
.mst-nav__slider .mst-nav__slider-from-to {
  display: flex;
  align-items: center;
}
.mst-nav__slider .mst-nav__slider-from-to .mst-nav__slider-del {
  margin: 0 .5rem;
}
.mst-nav__slider .mst-nav__slider-from-to button,
.mst-nav__slider .mst-nav__slider-from-to .quote-details-items .actions-toolbar > .action {
  margin-left: .5rem;
}
.mst-nav__slider .mst-nav__slider-from-to input {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .mst-nav__slider .mst-nav__slider-from-to input {
    font-size: 16px;
  }
}
.mst-nav__label .mst-nav__label-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
}
.mst-nav__label .mst-nav__label-item a {
  display: flex;
  align-items: center;
  padding: .5rem;
  transition: background-color 100ms ease-out;
}
.mst-nav__label .mst-nav__label-item a label,
.mst-nav__label .mst-nav__label-item a input {
  cursor: pointer;
}
.mst-nav__label .mst-nav__label-item a label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mst-nav__label .mst-nav__label-item a input[type="checkbox"] {
  margin: 0 1rem 0 0;
  top: 0;
}
.mst-nav__label .mst-nav__label-item._mode-link input[type="checkbox"] {
  display: none;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  width: 1.7rem;
  height: 1.7rem;
  min-width: 1.7rem;
  min-height: 1.7rem;
  display: inline-block;
  border: .1rem solid #cacaca;
  border-radius: 0.2rem;
  cursor: pointer;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: .9rem;
  height: .9rem;
  margin: .3rem;
  border-radius: 0.2rem;
  background: #ff915b;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"][checked=true]:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: .9rem;
  height: .9rem;
  margin: .3rem;
  border-radius: 0.2rem;
  background: #ff915b;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"][checked=false]:before {
  background: none;
}
.mst-nav__label .mst-nav__label-item._mode-circle input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  width: 1.7rem;
  height: 1.7rem;
  min-width: 1.7rem;
  min-height: 1.7rem;
  display: inline-block;
  border: .1rem solid #cacaca;
  border-radius: 1rem;
  cursor: pointer;
}
.mst-nav__label .mst-nav__label-item._mode-circle input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: .9rem;
  height: .9rem;
  margin: .3rem;
  border-radius: 1rem;
  background: #ff915b;
}
.mst-nav__label .mst-nav__label-item._mode-circle input[type="checkbox"][checked=true]:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: .9rem;
  height: .9rem;
  margin: .3rem;
  border-radius: 1rem;
  background: #ff915b;
}
.mst-nav__label .mst-nav__label-item._mode-circle input[type="checkbox"][checked=false]:before {
  background: none;
}
.mst-nav__label .mst-nav__label-item._highlight a {
  color: #ff5501;
}
.mst-nav__label .mst-nav__label-item._image .swatch-option {
  background-color: #ffffff !important;
  margin-bottom: 0;
}
.mst-nav__label .mst-nav__label-item._image input[type="checkbox"] {
  display: none;
}
.mst-nav__label .mst-nav__label-item._image._checked .swatch-option,
.mst-nav__label .mst-nav__label-item._image:hover .swatch-option {
  transition: outline-color 50ms ease-out;
  outline: 2px solid #ff5501;
  border-color: #ffffff;
}
.mst-nav__label .mst-nav__label-item._image._full-width label {
  display: none;
}
.mst-nav__label .mst-nav__label-item._image._full-width .swatch-option {
  min-width: 98%;
}
.filter-options-content .count {
  white-space: nowrap;
}
.mst-nav__swatch .swatch-option-link-layered._checked .swatch-option {
  outline: 2px solid #ff5501;
  border-color: #fff;
}
.mst-nav__category .items > .items {
  margin-left: 2.7rem;
}
.mst-nav__category .items.collapsible li {
  margin-left: 24px;
}
.mst-nav__category .items.collapsible .items {
  display: none;
}
.mst-nav__category .items.collapsible .items._active {
  display: block;
}
.mst-nav__category .items.collapsible .mst-nav__label-item._parent {
  display: inline-block;
  width: calc(100% - 24px);
}
.mst-nav__category .items.collapsible .mst-nav__label-item._disabled {
  opacity: .5;
}
.mst-nav__category .items.collapsible .mst-nav__label-item._disabled * {
  cursor: default;
}
.mst-nav__category .items.collapsible .mst-nav__label-item._disabled *:hover {
  cursor: default;
}
.mst-nav__category .items.collapsible .mst-nav__label-item._disabled a:hover {
  background-color: inherit;
}
.mst-nav__category .mst-nav_category-toggler {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}
.mst-nav__category .mst-nav_category-toggler:hover {
  background-color: inherit;
  cursor: pointer;
}
.mst-nav__category .mst-nav_category-toggler span {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  display: inline-block;
  margin-bottom: -7px;
}
.mst-nav__category .mst-nav_category-toggler._active span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
.mst-nav__rating .rating-summary {
  display: flex;
  align-items: center;
}
.mst-nav__rating .rating-summary .rating-result {
  margin-right: 5px;
}
.mst-nav__search {
  padding-left: 0;
  width: 100%;
  position: relative;
}
.mst-nav__search .mst-nav__category a.mst-nav_category-toggler {
  display: none !important;
}
.mst-nav__search .mst-nav__category .items > .items {
  margin-left: 0;
}
.mst-nav__search .filter-current {
  padding: 0 10px;
  width: fit-content;
}
.mst-nav__search .filter-current span {
  color: inherit;
}
.mst-nav__search .filter-current .mst-nav__search-term:hover {
  background: none;
}
.mst-nav__search .action.search {
  display: inline-block;
  background: none;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.mst-nav__search .action.search::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #757575;
  content: "\e615";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mst-nav__search .mst-nav__search-suggestion {
  position: absolute;
  border: 1px solid #cccccc;
  background: white;
  z-index: 1000;
  max-height: 600px;
  overflow-y: auto;
  left: 0;
  margin-top: -1px;
  min-width: 100%;
  max-width: 50vw;
  width: 400px;
}
.mst-nav__search .mst-nav__search-suggestion .mst-nav__sizeLimiter {
  display: none;
}
.mst-nav__search .mst-nav__search-suggestion .mst-nav__alphabetical {
  display: none;
}
.mst-nav__search .mst-nav__search-suggestion .mst-nav__letter {
  display: none !important;
}
.mst-nav__search .mst-nav__search-suggestion .filter-options-item {
  border: none;
  padding: 0;
}
.mst-nav__search .mst-nav__search-suggestion .filter-options-item .mst-nav__suggestion-title {
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 5px 10px;
  background: #eeeeee5c;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.mst-nav__search .mst-nav__search-suggestion .filter-options-item .filter-options-content {
  padding: 0 10px;
}
.mst-nav__search .mst-nav__search-suggestion .filter-options-item .filter-options-content .items {
  display: flex !important;
  flex-wrap: wrap;
}
.mst-nav__search .mst-nav__search-suggestion .filter-options-item .filter-options-content .items li,
.mst-nav__search .mst-nav__search-suggestion .filter-options-item .filter-options-content .items .mst-nav__label-item {
  margin: 5px 2rem 5px 0 !important;
  display: block;
  width: auto;
}
.mst-nav__search .mst-nav__search-suggestion .mst-nav__suggest-match {
  color: #0e89dc;
  font-weight: 600;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
.mst-nav__progress-bar {
  background: #ff5501;
  position: fixed;
  z-index: 103100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.mst-nav__progress-bar .mst-nav__progress-bar-peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff5501, 0 0 5px #ff5501;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.mst-nav__theme-magento-blank:not(.mst-nav__theme-magento-luma) .mst-nav__horizontal-bar .filter-options {
  flex-direction: column;
  align-items: flex-start;
}
body.mst-nav__theme-magento-blank:not(.mst-nav__theme-magento-luma) .mst-nav__horizontal-bar .filter-options .filter-options-content .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mst-brand__brand-list .js-brand-letter {
  display: block;
  padding: .3rem 1rem;
  text-align: center;
  color: #949494;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.mst-brand__brand-list .js-brand-letter:hover {
  border-color: #ffffff;
  z-index: 1005;
  color: #333333;
}
.mst-brand__brand-list .js-brand-letter._active {
  color: #ff5501;
  z-index: 900;
}
.mst-brand__brand-list .mst-brand__all_brands_link {
  margin-top: 1.6rem;
}
.mst-brand__brand-list .toolbar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.mst-brand__brand-list .toolbar > a {
  margin-right: 5rem;
}
.mst-brand__brand-list .toolbar .letters {
  display: flex;
  flex-wrap: wrap;
}
.mst-brand__brand-list .toolbar .letters a {
  margin-left: -1px;
}
.mst-brand__brand-list .letter-row {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
}
.mst-brand__brand-list .letter-row .letter {
  top: 0;
  left: 0;
  font-size: 40px;
  line-height: 60px;
  clear: left;
}
.mst-brand__brand-list .letter-row ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.mst-brand__brand-list .letter-row ul li {
  text-align: center;
}
.mst-brand__brand-list .letter-row ul li a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 1rem;
}
.mst-brand__brand-list .letter-row ul li a .logo-wrapper {
  height: 10rem;
  vertical-align: middle;
  display: table-cell;
  opacity: 0.8;
}
.mst-brand__brand-list .letter-row ul li a .logo-wrapper img {
  max-height: 10rem;
  max-width: 15rem;
}
.mst-brand__brand-list .letter-row ul li a:hover {
  text-decoration: underline;
  outline: 2px solid #ff5501;
}
.mst-brand__brand-list .letter-row ul li a:hover .logo-wrapper {
  opacity: 1;
}
.mst-brand__modal .mst-brand__menu-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}
.mst-brand__modal .mst-brand__brand-list {
  background: content-box;
  color: #333333;
}
.mst-brand__modal .modal-inner-wrap {
  max-width: 80rem;
  height: auto;
}
.mst-brand__modal .modal-inner-wrap .mst-brand__menu-modal .letter-row {
  overflow-y: auto;
  max-height: 32rem;
  padding-top: 0;
  border-bottom: 0;
}
.mst-brand__modal .modal-inner-wrap .mst-brand__menu-modal .letter-row ul {
  padding: 0.25rem;
  justify-content: space-evenly;
}
.mst-brand__modal .modal-inner-wrap .mst-brand__menu-modal .letter-row ul li {
  margin-bottom: 0;
}
.mst-brand__modal .modal-inner-wrap .mst-brand__menu-modal .letter-row ul li a .logo-wrapper img {
  max-width: 10rem;
}
.mst-brand__modal .modal-inner-wrap .mst-brand__menu-modal .letter-row ul .m__all_brand_label {
  width: 10rem;
  heigh: 4rem;
  overflow: hidden;
}
.brand-brand-view .columns {
  position: relative;
}
.m-brand-logo {
  float: left;
  margin-right: 10px;
  width: 200px;
}
.m-brand-additional-info {
  margin: 0 0 35px 0;
  display: inline-block;
}
.brand-brand-view .m-brand-banner img {
  width: 100%;
}
.m-brand-slider-container {
  text-align: -webkit-center;
  min-height: 230px;
}
.m-brand-slider-container .m-brand-slider-title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.m-brand-slider-container .m-brand-slider-wrapper.flexslider .slides {
  display: flex;
  align-items: center;
}
.m-brand-slider-container .m-brand-label {
  position: absolute;
  bottom: 0;
  width: inherit;
  text-align: center;
}
.m-brand-slider-wrapper {
  margin: 0 auto;
}
.m-slider-brand-label {
  padding-bottom: 30px;
  min-height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.m-brand-slider-wrapper .slides {
  text-align: -webkit-center;
}
.m-brand-slider-container .m-brand-slider-wrapper.flexslider .slides .m-brand-label a {
  color: #333333;
}
/*
     * jQuery FlexSlider v2.7.1
     * http://www.woothemes.com/flexslider/
     *
     * Copyright 2012 WooThemes
     * Free to use under the GPLv2 and later license.
     * http://www.gnu.org/licenses/gpl-2.0.html
     *
     * Contributing author: Tyler Smith (@mbmufffin)
     *
     */
/* ====================================================================================================================
     * FONT-FACE
     * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../Mirasvit_Brand/fonts/flexslider-icon.eot");
  src: url("../Mirasvit_Brand/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../Mirasvit_Brand/fonts/flexslider-icon.woff") format("woff"), url("../Mirasvit_Brand/fonts/flexslider-icon.ttf") format("truetype"), url("../Mirasvit_Brand/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
     * RESETS
     * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
     * BASE STYLES
     * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
     * DEFAULT THEME
     * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 37px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
     * RESPONSIVE
     * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.m-brand-tooltip-container .ui-tooltip-content::after,
.m-brand-tooltip-container .ui-tooltip-content::before {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  left: 4px;
}
.m-brand-tooltip-container.bottom .ui-tooltip-content::before {
  bottom: -8px;
  border-color: #AAA transparent;
  border-width: 8px 10px 0;
}
.m-brand-tooltip-container.bottom .ui-tooltip-content::after {
  bottom: -7px;
  border-color: white transparent;
  border-width: 8px 10px 0;
}
.m-brand-tooltip-container.top .ui-tooltip-content::before {
  top: -8px;
  border-color: #AAA transparent;
  border-width: 0 8px 8px;
}
.m-brand-tooltip-container.top .ui-tooltip-content::after {
  top: -7px;
  border-color: white transparent;
  border-width: 0 8px 8px;
}
.m-brand-tooltip-container.ui-tooltip {
  border-width: 0.8px !important;
  max-width: 350px !important;
  padding: 10px 10px;
  text-align: justify;
}
.m-brand-tooltip-container .ui-tooltip-content img {
  display: block;
  margin: 0 auto;
}
.catalog-product-view .m-logo .m-brand-tooltip img {
  padding-right: 15px;
}
.catalog-product-view .m-logo {
  display: inline-block;
}
.catalog-product-view .m-logo a {
  float: left;
}
.mst-quick-nav__filterList {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.mst-quick-nav__filterList:after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 40px;
  width: 20px;
  top: 0;
  right: 0;
  position: absolute;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-container {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-block {
  display: flex;
}
.mst-quick-nav__filterList .mst-quick-nav__item {
  display: flex;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.mst-quick-nav__filterList .mst-quick-nav__filterList-next {
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 300ms ease-out;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-prev > span,
.mst-quick-nav__filterList .mst-quick-nav__filterList-next > span {
  display: none;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-prev:before,
.mst-quick-nav__filterList .mst-quick-nav__filterList-next:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23cccccc' d='M20,25a1,1,0,0,1-.71-.29l-8-8a1,1,0,0,1,0-1.42l8-8a1,1,0,1,1,1.42,1.42L13.41,16l7.3,7.29a1,1,0,0,1,0,1.42A1,1,0,0,1,20,25Z'/%3E%3C/svg%3E");
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-prev:hover:before,
.mst-quick-nav__filterList .mst-quick-nav__filterList-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ff5501' d='M20,25a1,1,0,0,1-.71-.29l-8-8a1,1,0,0,1,0-1.42l8-8a1,1,0,1,1,1.42,1.42L13.41,16l7.3,7.29a1,1,0,0,1,0,1.42A1,1,0,0,1,20,25Z'/%3E%3C/svg%3E");
}
.mst-quick-nav__filterList._scrollable .mst-quick-nav__filterList-prev,
.mst-quick-nav__filterList._scrollable .mst-quick-nav__filterList-next {
  opacity: 1;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-prev {
  left: -24px;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-next {
  right: -24px;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-next:before {
  transform: rotate(180deg);
}
.mst-quick-nav__filterList .mst-quick-nav__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 12px 0 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-quick-nav__filterList .mst-quick-nav__item strong {
  margin-right: 5px;
  font-size: 90%;
}
.mst-quick-nav__filterList .mst-quick-nav__item .count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 90%;
}
.mst-quick-nav__filterList .mst-quick-nav__item label {
  cursor: pointer;
}
.mst-quick-nav__filterList .mst-quick-nav__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst-quick-nav__filterList .mst-quick-nav__item._checked {
  background: #ff5501;
  border-color: #ff5501;
  color: #ffffff;
}
.mst-quick-nav__filterList .mst-quick-nav__item._checked .count {
  color: #efefef;
}
.mst-quick-nav__filterList .mst-quick-nav__item._checked:after {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' height='512px' width='512px'%3E%3Cpath fill='%23ffffff' d='M437.5,386.6L306.9,256l130.6-130.6c14.1-14.1,14.1-36.8,0-50.9c-14.1-14.1-36.8-14.1-50.9,0L256,205.1L125.4,74.5 c-14.1-14.1-36.8-14.1-50.9,0c-14.1,14.1-14.1,36.8,0,50.9L205.1,256L74.5,386.6c-14.1,14.1-14.1,36.8,0,50.9 c14.1,14.1,36.8,14.1,50.9,0L256,306.9l130.6,130.6c14.1,14.1,36.8,14.1,50.9,0C451.5,423.4,451.5,400.6,437.5,386.6z'/%3E%3C/svg%3E");
  margin-left: 8px;
}
.mst-quick-nav__filterList .mst-quick-nav__item._checked:hover label {
  text-decoration: line-through;
}
.mst-quick-nav__filterList .mst-quick-nav__attribute {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  cursor: default;
}
.main .mst-scroll__button {
  cursor: pointer;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
}
.main .mst-scroll__button:before {
  opacity: 0.6;
  display: block;
  content: "";
  height: 36px;
  width: 36px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7928 10.3055C22.589 11.2646 23.2047 12.2066 24.1681 12.4094L32.3858 14.1402L34.1553 6.39665C34.3738 5.44085 33.7725 4.48961 32.8125 4.27207C31.8524 4.05452 30.8971 4.65321 30.6786 5.60915L30.104 8.12397C30.066 8.06061 30.0251 7.99829 29.9783 7.9388C27.0513 4.20575 22.488 1.79999 17.3614 1.79999C8.51464 1.79999 1.3501 8.9562 1.3501 17.775C1.3501 26.5939 8.51464 33.75 17.3614 33.75C26.2081 33.75 33.3729 26.5939 33.3729 17.775C33.3729 16.7946 32.5743 16 31.5901 16C30.6053 16 29.8072 16.7946 29.8072 17.775C29.8072 24.6411 24.231 30.2 17.3614 30.2C10.4918 30.2 4.91563 24.6411 4.91563 17.775C4.91563 10.909 10.4918 5.34999 17.3614 5.34999C20.9298 5.34999 24.7283 7.04316 27.0001 9.44976L24.9059 8.93618C23.9426 8.73341 22.9966 9.34644 22.7928 10.3055Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.main .mst-scroll__button:hover:before {
  opacity: 1;
}
.main .mst-scroll__button._loading {
  opacity: .7;
}
.main .mst-scroll__button._loading:before {
  opacity: 1;
  animation: rotating 3s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.mst-scroll__loader {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.mst-scroll__loader .loader-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.mst-scroll__loader .loader-dot:nth-child(1),
.mst-scroll__loader .loader-dot:nth-child(2) {
  left: 0;
}
.mst-scroll__loader .loader-dot:nth-child(3) {
  left: 1.5em;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  left: 3em;
}
.mst-scroll__loader .loader-dot:nth-child(1) {
  animation-name: reveal;
}
.mst-scroll__loader .loader-dot:nth-child(2),
.mst-scroll__loader .loader-dot:nth-child(3) {
  animation-name: slide;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.mst-scroll__progress {
  text-align: center;
  width: 40%;
  min-width: 300px;
  margin: 0 auto 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-label {
  font-size: 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-bar {
  width: 100%;
  height: 2px;
  background-color: #9a9a9a;
  margin: 1rem 0;
}
.mst-scroll__progress .mst-scroll__progress-bar div {
  background-color: #ff5501;
  height: 100%;
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333333;
  background: #ffffff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #ffffff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.mst-search__index ul.mst-search__list {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul.mst-search__list li {
  margin: 2rem 0;
}
.mst-search__index ul.mst-search__list li:before,
.mst-search__index ul.mst-search__list li:after {
  content: '';
  display: table;
}
.mst-search__index ul.mst-search__list li:after {
  clear: both;
}
.mst-search__index ul.mst-search__list li:last-child {
  margin-bottom: 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > a {
  color: #333333;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > span {
  color: #aaaaaa;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -2px 5px;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:last-child:after {
  display: none;
}
.mst-search__index ul.mst-search__list li .mst-search__index-content {
  color: #666666;
  margin: .5rem 0 0 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__highlight {
  background: #ffff00;
}
.mst-search__misc-recommendations {
  display: flex;
  flex-wrap: wrap;
}
.mst-search__misc-recommendations dt {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd .count {
  color: #7d7d7d;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 7px;
  top: 3px;
  font-size: 21px;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border-top: 2px solid #1ba1fc;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 7px;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results {
  height: 100%;
  overflow-y: auto;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results.__all {
  margin-bottom: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  border-top: 1px solid #efefef;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  font-weight: 600;
  padding: 10px 0;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  border-bottom: 1px solid #efefef;
  padding: 10px 0 9px 0px;
  margin: 0 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #777777;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0;
  padding: 7px 10px;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 500;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active {
  background: #f8f8f8;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
  font-weight: 600;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__index.magento_catalog_product {
  border-left: 1px solid transparent;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
  padding: 10px;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 8rem;
  max-width: 8rem;
  display: block;
  margin: auto;
  object-fit: contain;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #777777;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #777777;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .store > .price {
  display: block;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.3rem;
}
.mst-searchautocomplete__item.magento_catalog_product .store > .price .price-label {
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mst-searchautocomplete__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #f8f8f8 !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #777777;
}
.mst-searchautocomplete__item a.title {
  word-break: break-word;
}
.mst-searchautocomplete__item a.title i {
  color: #777777;
  display: inline-block;
  margin: 0 .5rem;
  font-style: normal;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1ba1fc;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 480px;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 223px;
    width: 223px;
    padding-bottom: 2rem;
    box-sizing: border-box;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index .mst-searchautocomplete__index-title {
    margin-right: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px;
    max-width: 480px;
    clear: right;
    float: right;
    border-left: 1px solid #f6f6f6;
    border-right: unset;
    padding-bottom: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
}
@media (max-width: 768px) {
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    font-weight: bold;
    color: #999999;
    font-size: 1.6rem;
    padding: 10px;
    line-height: 1rem;
    cursor: pointer;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
html.mstInPage,
html.mstInPage body {
  position: absolute;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mstInPage__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
  overflow-y: scroll;
}
.mstInPage__container._visible {
  display: block;
}
.mstInPage__backdrop {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(240, 243, 246, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.mstInPage__wrapper {
  position: relative;
  z-index: 1000001;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #ffffff;
}
.mstInPage__header form {
  width: 100%;
  display: flex;
  align-items: center;
}
.mstInPage__header form:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg enable-background='new 0 0 32 32' height='32px' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='play'/%3E%3Cg id='stop'/%3E%3Cg id='pause'/%3E%3Cg id='replay'/%3E%3Cg id='next'/%3E%3Cg id='Layer_8'/%3E%3Cg id='search'%3E%3Cg%3E%3Ccircle cx='14.5' cy='14.5' fill='none' r='11.5' stroke='%23CCCCCC' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%23CCCCCC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='29' x2='23' y1='29' y2='23'/%3E%3C/g%3E%3C/g%3E%3Cg id='list'/%3E%3Cg id='love'/%3E%3Cg id='menu'/%3E%3Cg id='add'/%3E%3Cg id='headset'/%3E%3Cg id='random'/%3E%3Cg id='music'/%3E%3Cg id='setting'/%3E%3Cg id='Layer_17'/%3E%3Cg id='Layer_18'/%3E%3Cg id='Layer_19'/%3E%3Cg id='Layer_20'/%3E%3Cg id='Layer_21'/%3E%3Cg id='Layer_22'/%3E%3Cg id='Layer_23'/%3E%3Cg id='Layer_24'/%3E%3Cg id='Layer_25'/%3E%3Cg id='Layer_26'/%3E%3C/svg%3E");
}
.mstInPage__header .mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header._loading form:before {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.542 1.487A21.507 21.507 0 00.5 22c0 11.874 9.626 21.5 21.5 21.5 9.847 0 18.364-6.675 20.809-16.072a1.5 1.5 0 00-2.904-.756C37.803 34.755 30.473 40.5 22 40.5 11.783 40.5 3.5 32.217 3.5 22c0-8.137 5.3-15.247 12.942-17.65a1.5 1.5 0 10-.9-2.863z' fill='%23CCCCCC' %3E%3C/path%3E%3C/svg%3E");
  animation: mstInPage--loading 0.5s linear infinite;
}
.mstInPage__header input[type=search] {
  border: none;
  font-size: 2.3rem;
  color: #575757;
  height: 60px;
  background: #ffffff;
  margin-right: 30px;
  padding-left: 30px;
  width: 100%;
}
.mstInPage__header input[type=search]::placeholder {
  color: #cccccc;
}
.mstInPage__header input[type=search]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.mstInPage__viewAll {
  white-space: nowrap;
  margin-right: 50px;
  color: #1ba1fc;
  text-decoration: none;
}
.mstInPage__viewAll:hover {
  color: #1ba1fc;
  text-decoration: underline;
}
.mstInPage__indexList {
  display: flex;
  align-items: center;
}
.mstInPage__indexList .mstInPage__indexListList {
  display: flex;
}
.mstInPage__indexList .mstInPage__index {
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-right: 10px;
}
.mstInPage__indexList .mstInPage__index span,
.mstInPage__indexList .mstInPage__index i {
  display: block;
}
.mstInPage__indexList .mstInPage__index span {
  font-weight: 600;
  line-height: 2rem;
  font-size: 1.4rem;
}
.mstInPage__indexList .mstInPage__index i {
  font-style: normal;
  font-size: 1.2rem;
  color: #999999;
  margin-left: 1rem;
  line-height: 2rem;
}
.mstInPage__indexList .mstInPage__index:hover {
  border-color: #1ba1fc;
}
.mstInPage__indexList .mstInPage__index._active {
  background: #1ba1fc;
  border-color: #1ba1fc;
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._active i {
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._empty {
  display: none;
  opacity: 0.3;
  border-color: transparent !important;
}
.mstInPage__itemList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.mstInPage__itemList._empty {
  background: #fdf0d5;
  color: #6f4400;
  padding: 15px;
  font-size: 90%;
}
.mstInPage__highlight {
  color: #1ba1fc;
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product {
  display: flex;
}
.mstInPage__item.magento_catalog_product .mst__product-image {
  width: 130px;
  flex-shrink: 0;
  margin-right: 20px;
  background: #ffffff;
}
.mstInPage__item.magento_catalog_product .mst__product-image img {
  border: 1px solid #ececec;
  padding: 5px;
  max-width: 120px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__title {
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__sku {
  color: #999999;
  margin-bottom: 5px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__description {
  font-size: 1.2rem;
  color: #999999;
  height: 4.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 8px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .reviews-actions {
  font-size: 12px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mstInPage__item.magento_catalog_product .mst__product-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .to-cart {
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-container {
  display: flex;
  align-items: center;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-label {
  font-size: 1.2rem;
  color: #999999;
  font-weight: 500;
  display: block;
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price {
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mstInPage__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mstInPage__item.mst__item-border {
  padding: 10px;
  border: 1px solid #ececec;
}
.mstInPage__item.mst__item-border .title i {
  font-style: normal;
  color: #999999;
  margin: 0 10px;
}
.mstInPage__content {
  display: flex;
  background: #ffffff;
  border-top: 1px solid #ececec;
  overflow: hidden;
  flex-wrap: nowrap;
}
.mstInPage__content.disable {
  flex-direction: column;
}
.mstInPage__content.disable .mstInPage__sidebar {
  display: none;
}
.mstInPage__content .mstInPage__sidebar {
  width: 350px;
  flex-shrink: 0;
  overflow: scroll;
}
.mstInPage__content .mstInPage__main {
  padding: 30px;
  flex-grow: 1;
  overflow: auto;
}
.mstInPage__content._empty {
  display: none;
}
.mstInPage__bucketList.disable {
  dispalay: none;
}
.mstInPage__bucketList.listApplied {
  padding: 0 0 20px 0;
}
.mstInPage__bucketList.filters_top {
  overflow-x: scroll;
}
.mstInPage__bucketList .mstInPage__bucket {
  border-bottom: 1px solid #ececec;
  user-select: none;
}
.mstInPage__bucketList .mstInPage__bucket:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding: 20px 30px;
  letter-spacing: .5px;
  cursor: pointer;
}
.mstInPage__bucketList .mstInPage__bucket strong {
  padding: 20px 0 20px 30px;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket.listApplied strong {
  padding: 0px 0 0px 30px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  padding: 0 28px 10px 28px;
  flex-wrap: wrap;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem {
  margin: 11px 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  font-size: 14px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem:first-child {
  margin-top: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem span {
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem i {
  display: block;
  font-style: normal;
  margin-left: 16px;
  background: rgba(65, 66, 71, 0.08);
  color: #999999;
  font-weight: 600;
  font-size: 10px;
  border-radius: 1px;
  padding: 0 4px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(65, 66, 71, 0.08);
  border: none;
  border-radius: 2px;
  height: 16px;
  margin: -4px 16px 0 0;
  position: relative;
  width: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox]:after {
  background-color: #ffffff;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-2px) translateY(-2px);
  width: 4px;
  opacity: .1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox] {
  background-color: #1ba1fc;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox]:after {
  opacity: 1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active span {
  font-weight: 600;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketItemList {
  display: block;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketExpand {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M33.17 17.17l-9.17 9.17-9.17-9.17-2.83 2.83 12 12 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E");
  background-size: cover;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketExpand {
  transform: rotate(180deg);
}
.mstInPage__bucketState {
  display: none;
  flex-wrap: wrap;
  padding: 10px 28px;
}
.mstInPage__bucketState .mstInPage__bucketItemList strong {
  display: none;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem {
  cursor: pointer;
  border: 1px solid #ececec;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  margin: 3px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem .mstInPage__close {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem:hover {
  border-color: #1ba1fc;
}
.mstInPage__content.filters_top {
  flex-direction: column;
}
.mstInPage__content.filters_top .mstInPage__sidebar {
  width: 100%;
  overflow: auto;
}
.mstInPage__content.filters_top .mstInPage__bucketList > div:first-of-type {
  display: flex;
}
.mstInPage__content.filters_top .mstInPage__main {
  padding-top: 0;
}
.mstInPage__content.filters_top .mstInPage__bucketList {
  border-bottom: 1px solid #ececec;
  padding: 0px 20px;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  padding: 10px;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  position: absolute !important;
  z-index: 10000;
  max-height: 36vh;
  overflow-y: auto;
  min-width: 12rem;
  max-width: 28rem;
  padding: 10px 10px 0 10px;
  margin-top: -1rem;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__slider {
  width: 20rem;
}
.mstInPage__stat {
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 10px;
  margin-top: -18px;
  transition: all 100ms;
}
.mstInPage__stat._loading {
  opacity: 0.3;
}
.mstInPage__pagination {
  display: flex;
  margin-top: 30px;
}
.mstInPage__pagination .mstInPage__page {
  padding: 5px 11px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-right: 5px;
}
.mstInPage__pagination .mstInPage__page.current {
  background: #1ba1fc;
  color: #ffffff;
}
.mstInPage__pagination .mstInPage__page:hover {
  border-color: #1ba1fc;
}
.mstInPage__pagination .mstInPage__pagination_prev {
  content: "<";
}
.mstInPage__pagination .mstInPage__pagination_next {
  content: ">";
}
.mstInPage__slider {
  margin: 10px 42px 20px 35px;
  height: 5px;
  background: #d9d9d9;
}
.mstInPage__slider .ui-slider-range {
  height: 5px;
  position: absolute;
  background: #1ba1fc;
}
.mstInPage__slider .ui-slider-handle {
  height: 24px;
  border-radius: 2px;
  width: 16px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  margin-top: -10px;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
  cursor: pointer;
}
.mstInPage__sliderFromTo {
  display: flex;
  margin: 0 30px 20px 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
@keyframes mstInPage--loading {
  to {
    transform: rotate(1turn);
  }
}
@media (min-width: 768px) {
  .mstInPage__wrapper {
    margin: 15px auto;
    max-width: 1420px;
    max-height: calc(100vh - 30px);
  }
}
@media (max-width: 768px) {
  .mstInPage__wrapper {
    margin: 0;
    max-width: 100%;
  }
  .mstInPage__wrapper .mstInPage__header {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__header .mstInPage__indexList {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__main {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__itemList {
    grid-template-columns: 1fr;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__stat {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__sidebar {
    display: none;
  }
}
.all-products-page-index-index .columns {
  position: relative;
}
.navpro.navpro .text-left {
  text-align: left;
}
.navpro.navpro .text-center {
  text-align: center;
}
.navpro.navpro .text-right {
  text-align: right;
}
.navpro.navpro .text-justify {
  text-align: justify;
}
.navpro.navpro .nowrap {
  white-space: nowrap;
}
.navpro.navpro .break-word {
  word-wrap: break-word;
}
.navpro.navpro .va-middle {
  vertical-align: middle;
}
.navpro.navpro .va-top {
  vertical-align: top;
}
.navpro.navpro .va-bottom {
  vertical-align: bottom;
}
.navpro.navpro .va-baseline {
  vertical-align: baseline;
}
.navpro.navpro .inline {
  display: inline;
}
.navpro.navpro .block {
  display: block;
}
.navpro.navpro .inline-block {
  display: inline-block;
}
.navpro.navpro .float-left {
  float: left;
}
.navpro.navpro .float-right {
  float: right;
}
.navpro.navpro .m0 {
  margin: 0;
}
.navpro.navpro .mt0 {
  margin-top: 0;
}
.navpro.navpro .mr0 {
  margin-right: 0;
}
.navpro.navpro .mb0 {
  margin-bottom: 0;
}
.navpro.navpro .ml0 {
  margin-left: 0;
}
.navpro.navpro .m1 {
  margin: 0.5rem;
}
.navpro.navpro .mt1 {
  margin-top: 0.5rem;
}
.navpro.navpro .mr1 {
  margin-right: 0.5rem;
}
.navpro.navpro .mb1 {
  margin-bottom: 0.5rem;
}
.navpro.navpro .ml1 {
  margin-left: 0.5rem;
}
.navpro.navpro .m2 {
  margin: 1rem;
}
.navpro.navpro .mt2 {
  margin-top: 1rem;
}
.navpro.navpro .mr2 {
  margin-right: 1rem;
}
.navpro.navpro .mb2 {
  margin-bottom: 1rem;
}
.navpro.navpro .ml2 {
  margin-left: 1rem;
}
.navpro.navpro .m3 {
  margin: 2rem;
}
.navpro.navpro .mt3 {
  margin-top: 2rem;
}
.navpro.navpro .mr3 {
  margin-right: 2rem;
}
.navpro.navpro .mb3 {
  margin-bottom: 2rem;
}
.navpro.navpro .ml3 {
  margin-left: 2rem;
}
.navpro.navpro .m4 {
  margin: 4rem;
}
.navpro.navpro .mt4 {
  margin-top: 4rem;
}
.navpro.navpro .mr4 {
  margin-right: 4rem;
}
.navpro.navpro .mb4 {
  margin-bottom: 4rem;
}
.navpro.navpro .ml4 {
  margin-left: 4rem;
}
.navpro.navpro .ml-auto {
  margin-left: auto;
}
.navpro.navpro .mr-auto {
  margin-right: auto;
}
@media (max-width: 480px) {
  .navpro.navpro .xs-m0 {
    margin: 0;
  }
  .navpro.navpro .xs-mt0 {
    margin-top: 0;
  }
  .navpro.navpro .xs-mr0 {
    margin-right: 0;
  }
  .navpro.navpro .xs-mb0 {
    margin-bottom: 0;
  }
  .navpro.navpro .xs-ml0 {
    margin-left: 0;
  }
  .navpro.navpro .xs-m1 {
    margin: 0.5rem;
  }
  .navpro.navpro .xs-mt1 {
    margin-top: 0.5rem;
  }
  .navpro.navpro .xs-mr1 {
    margin-right: 0.5rem;
  }
  .navpro.navpro .xs-mb1 {
    margin-bottom: 0.5rem;
  }
  .navpro.navpro .xs-ml1 {
    margin-left: 0.5rem;
  }
  .navpro.navpro .xs-m2 {
    margin: 1rem;
  }
  .navpro.navpro .xs-mt2 {
    margin-top: 1rem;
  }
  .navpro.navpro .xs-mr2 {
    margin-right: 1rem;
  }
  .navpro.navpro .xs-mb2 {
    margin-bottom: 1rem;
  }
  .navpro.navpro .xs-ml2 {
    margin-left: 1rem;
  }
  .navpro.navpro .xs-m3 {
    margin: 2rem;
  }
  .navpro.navpro .xs-mt3 {
    margin-top: 2rem;
  }
  .navpro.navpro .xs-mr3 {
    margin-right: 2rem;
  }
  .navpro.navpro .xs-mb3 {
    margin-bottom: 2rem;
  }
  .navpro.navpro .xs-ml3 {
    margin-left: 2rem;
  }
  .navpro.navpro .xs-m4 {
    margin: 4rem;
  }
  .navpro.navpro .xs-mt4 {
    margin-top: 4rem;
  }
  .navpro.navpro .xs-mr4 {
    margin-right: 4rem;
  }
  .navpro.navpro .xs-mb4 {
    margin-bottom: 4rem;
  }
  .navpro.navpro .xs-ml4 {
    margin-left: 4rem;
  }
  .navpro.navpro .xs-ml-auto {
    margin-left: auto;
  }
  .navpro.navpro .xs-mr-auto {
    margin-right: auto;
  }
}
.navpro.navpro .p0 {
  padding: 0;
}
.navpro.navpro .pt0 {
  padding-top: 0;
}
.navpro.navpro .pr0 {
  padding-right: 0;
}
.navpro.navpro .pb0 {
  padding-bottom: 0;
}
.navpro.navpro .pl0 {
  padding-left: 0;
}
.navpro.navpro .p1 {
  padding: 0.5rem;
}
.navpro.navpro .pt1 {
  padding-top: 0.5rem;
}
.navpro.navpro .pr1 {
  padding-right: 0.5rem;
}
.navpro.navpro .pb1 {
  padding-bottom: 0.5rem;
}
.navpro.navpro .pl1 {
  padding-left: 0.5rem;
}
.navpro.navpro .p2 {
  padding: 1rem;
}
.navpro.navpro .pt2 {
  padding-top: 1rem;
}
.navpro.navpro .pr2 {
  padding-right: 1rem;
}
.navpro.navpro .pb2 {
  padding-bottom: 1rem;
}
.navpro.navpro .pl2 {
  padding-left: 1rem;
}
.navpro.navpro .p3 {
  padding: 4rem;
}
.navpro.navpro .pt3 {
  padding-top: 4rem;
}
.navpro.navpro .pr3 {
  padding-right: 4rem;
}
.navpro.navpro .pb3 {
  padding-bottom: 4rem;
}
.navpro.navpro .pl3 {
  padding-left: 4rem;
}
.navpro.navpro .p4 {
  padding: 4rem;
}
.navpro.navpro .pt4 {
  padding-top: 4rem;
}
.navpro.navpro .pr4 {
  padding-right: 4rem;
}
.navpro.navpro .pb4 {
  padding-bottom: 4rem;
}
.navpro.navpro .pl4 {
  padding-left: 4rem;
}
@media (max-width: 480px) {
  .navpro.navpro .xs-p0 {
    padding: 0;
  }
  .navpro.navpro .xs-pt0 {
    padding-top: 0;
  }
  .navpro.navpro .xs-pr0 {
    padding-right: 0;
  }
  .navpro.navpro .xs-pb0 {
    padding-bottom: 0;
  }
  .navpro.navpro .xs-pl0 {
    padding-left: 0;
  }
  .navpro.navpro .xs-p1 {
    padding: 0.5rem;
  }
  .navpro.navpro .xs-pt1 {
    padding-top: 0.5rem;
  }
  .navpro.navpro .xs-pr1 {
    padding-right: 0.5rem;
  }
  .navpro.navpro .xs-pb1 {
    padding-bottom: 0.5rem;
  }
  .navpro.navpro .xs-pl1 {
    padding-left: 0.5rem;
  }
  .navpro.navpro .xs-p2 {
    padding: 1rem;
  }
  .navpro.navpro .xs-pt2 {
    padding-top: 1rem;
  }
  .navpro.navpro .xs-pr2 {
    padding-right: 1rem;
  }
  .navpro.navpro .xs-pb2 {
    padding-bottom: 1rem;
  }
  .navpro.navpro .xs-pl2 {
    padding-left: 1rem;
  }
  .navpro.navpro .xs-p3 {
    padding: 2rem;
  }
  .navpro.navpro .xs-pt3 {
    padding-top: 2rem;
  }
  .navpro.navpro .xs-pr3 {
    padding-right: 2rem;
  }
  .navpro.navpro .xs-pb3 {
    padding-bottom: 2rem;
  }
  .navpro.navpro .xs-pl3 {
    padding-left: 2rem;
  }
  .navpro.navpro .xs-p4 {
    padding: 4rem;
  }
  .navpro.navpro .xs-pt4 {
    padding-top: 4rem;
  }
  .navpro.navpro .xs-pr4 {
    padding-right: 4rem;
  }
  .navpro.navpro .xs-pb4 {
    padding-bottom: 4rem;
  }
  .navpro.navpro .xs-pl4 {
    padding-left: 4rem;
  }
}
.navpro.navpro .flex {
  display: flex !important;
}
.navpro.navpro .flex-column {
  flex-direction: column;
}
.navpro.navpro .flex-wrap {
  flex-wrap: wrap;
}
.navpro.navpro .flex-nowrap {
  flex-wrap: nowrap;
}
.navpro.navpro .items-start {
  align-items: flex-start;
}
.navpro.navpro .items-end {
  align-items: flex-end;
}
.navpro.navpro .items-center {
  align-items: center;
}
.navpro.navpro .items-baseline {
  align-items: baseline;
}
.navpro.navpro .items-stretch {
  align-items: stretch;
}
.navpro.navpro .self-start {
  align-self: flex-start;
}
.navpro.navpro .self-end {
  align-self: flex-end;
}
.navpro.navpro .self-center {
  align-self: center;
}
.navpro.navpro .self-baseline {
  align-self: baseline;
}
.navpro.navpro .self-stretch {
  align-self: stretch;
}
.navpro.navpro .justify-start {
  justify-content: flex-start;
}
.navpro.navpro .justify-end {
  justify-content: flex-end;
}
.navpro.navpro .justify-center {
  justify-content: center;
}
.navpro.navpro .justify-between {
  justify-content: space-between;
}
.navpro.navpro .justify-around {
  justify-content: space-around;
}
.navpro.navpro .justify-evenly {
  justify-content: space-evenly;
}
.navpro.navpro .content-start {
  align-content: flex-start;
}
.navpro.navpro .content-end {
  align-content: flex-end;
}
.navpro.navpro .content-center {
  align-content: center;
}
.navpro.navpro .content-between {
  align-content: space-between;
}
.navpro.navpro .content-around {
  align-content: space-around;
}
.navpro.navpro .content-stretch {
  align-content: stretch;
}
.navpro.navpro .order-0 {
  order: 0;
}
.navpro.navpro .order-1 {
  order: 1;
}
.navpro.navpro .order-2 {
  order: 2;
}
.navpro.navpro .order-3 {
  order: 3;
}
.navpro.navpro .order-last {
  order: 99999;
}
.navpro.navpro .hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.navpro.navpro .display-none {
  display: none !important;
}
@media (max-width: 480px) {
  .navpro.navpro .xs-hide {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .navpro.navpro .sm-hide {
    display: none !important;
  }
}
.column.main .navpro ul {
  padding: 0 !important;
}
.column.main .navpro li {
  margin: 0 !important;
}
.column.main .navpro li::before {
  display: none;
}
.column.main .navpro .li-item {
  padding: 0 !important;
  text-indent: 0 !important;
}
.navpro ul {
  margin: 0;
  padding: 0;
}
.navpro ul ul {
  padding: 0;
}
.navpro li {
  margin: 0;
}
.navpro li.level0::after,
.navpro li.level0:hover::after {
  display: none;
  position: static;
  height: auto;
  width: auto;
}
.navpro.navpro {
  position: static;
}
.navpro.navpro ul {
  position: static;
}
.navpro.navpro ul ul {
  padding: 0;
}
.navpro.navpro li.li-item {
  position: static;
}
.navpro.navpro .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.navpro.navpro .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin: 0;
}
.navpro.navpro .li-item > a {
  position: relative;
}
.navpro.navpro .parent > a {
  position: relative;
}
.navpro.navpro .parent > a::after {
  content: '' !important;
}
.navpro.navpro .level0 > .level-top {
  padding: 11px 12px 11px 12px;
  border: none;
  display: inline-block;
  line-height: normal;
}
.navpro.navpro .level0.parent > .level-top {
  padding-right: 20px;
}
.navpro.navpro .level0.active > .level-top,
.navpro.navpro .level0.has-active > .level-top {
  border: none;
  display: inline-block;
}
.navpro > .navpro-menu .panel {
  padding: 10px 5px;
  background-color: #fafafa;
}
.navpro > .navpro-menu .links li {
  padding: 0 5px;
}
.navpro > .navpro-menu .links li a {
  padding: 0;
}
.navpro > .navpro-menu .transparent {
  background-color: transparent;
}
.navpro > .navpro-menu li.text-small > a {
  font-size: .8em;
}
.navpro > .navpro-menu li.text-big > a {
  font-size: 1.1em;
}
.navpro > .navpro-menu a .text-small,
.navpro > .navpro-menu span .text-small,
.navpro > .navpro-menu p .text-small,
.navpro > .navpro-menu div .text-small {
  font-size: .8em;
}
.navpro > .navpro-menu a .text-big,
.navpro > .navpro-menu span .text-big,
.navpro > .navpro-menu p .text-big,
.navpro > .navpro-menu div .text-big {
  font-size: 1.1em;
}
.navpro > .navpro-menu img.row {
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .navpro > .navpro-menu .xs-hide-dropdown > a > .navpro-icon-caret::before {
    display: none !important;
  }
  .navpro > .navpro-menu .xs-hide-dropdown > .navpro-dropdown {
    display: none !important;
  }
  .navpro > .navpro-menu .xs-hide-dropdown a.level-top::before,
  .navpro > .navpro-menu .xs-hide-dropdown a.level-top::after {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .navpro > .navpro-menu .sm-hide-dropdown > a > .navpro-icon-caret::before {
    display: none !important;
  }
  .navpro > .navpro-menu .sm-hide-dropdown > .navpro-dropdown {
    display: none !important;
  }
  .navpro > .navpro-menu .sm-hide-dropdown a.level-top::before,
  .navpro > .navpro-menu .sm-hide-dropdown a.level-top::after {
    display: none !important;
  }
}
.navpro-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .navpro-row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.navpro-row.gutters,
.navpro-row.gutters > .navpro-row {
  margin-left: -12px;
}
@media (max-width: 768px) {
  .navpro-row.gutters,
  .navpro-row.gutters > .navpro-row {
    margin-left: 0;
  }
}
.navpro-row.gutters > .navpro-col,
.navpro-row.gutters > .navpro-row > .navpro-col {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .navpro-row.gutters > .navpro-col,
  .navpro-row.gutters > .navpro-row > .navpro-col {
    margin-left: 0;
  }
}
.navpro-row.around {
  justify-content: space-around;
}
.navpro-row.between {
  justify-content: space-between;
}
.navpro-row.auto .navpro-col {
  flex-grow: 1;
}
.navpro-col-12 {
  width: 100%;
}
.navpro-offset-12 {
  margin-left: 100%;
}
.navpro-col-11 {
  width: 91.66666667%;
}
.navpro-offset-11 {
  margin-left: 91.66666667%;
}
.navpro-col-10 {
  width: 83.33333333%;
}
.navpro-offset-10 {
  margin-left: 83.33333333%;
}
.navpro-col-9 {
  width: 75%;
}
.navpro-offset-9 {
  margin-left: 75%;
}
.navpro-col-8 {
  width: 66.66666667%;
}
.navpro-offset-8 {
  margin-left: 66.66666667%;
}
.navpro-col-7 {
  width: 58.33333333%;
}
.navpro-offset-7 {
  margin-left: 58.33333333%;
}
.navpro-col-6 {
  width: 50%;
}
.navpro-offset-6 {
  margin-left: 50%;
}
.navpro-col-5 {
  width: 41.66666667%;
}
.navpro-offset-5 {
  margin-left: 41.66666667%;
}
.navpro-col-4 {
  width: 33.33333333%;
}
.navpro-offset-4 {
  margin-left: 33.33333333%;
}
.navpro-col-3 {
  width: 25%;
}
.navpro-offset-3 {
  margin-left: 25%;
}
.navpro-col-2 {
  width: 16.66666667%;
}
.navpro-offset-2 {
  margin-left: 16.66666667%;
}
.navpro-col-1 {
  width: 8.33333333%;
}
.navpro-offset-1 {
  margin-left: 8.33333333%;
}
.navpro-col-0 {
  width: 0%;
}
.navpro-offset-0 {
  margin-left: 0%;
}
.navpro .gutters > .navpro-col-12 {
  width: calc(100% - 12px);
}
.navpro .gutters > .navpro-offset-12 {
  margin-left: calc(100% + 12px) !important;
}
.navpro .gutters > .navpro-col-11 {
  width: calc(91.66666667% - 12px);
}
.navpro .gutters > .navpro-offset-11 {
  margin-left: calc(91.66666667% + 12px) !important;
}
.navpro .gutters > .navpro-col-10 {
  width: calc(83.33333333% - 12px);
}
.navpro .gutters > .navpro-offset-10 {
  margin-left: calc(83.33333333% + 12px) !important;
}
.navpro .gutters > .navpro-col-9 {
  width: calc(75% - 12px);
}
.navpro .gutters > .navpro-offset-9 {
  margin-left: calc(75% + 12px) !important;
}
.navpro .gutters > .navpro-col-8 {
  width: calc(66.66666667% - 12px);
}
.navpro .gutters > .navpro-offset-8 {
  margin-left: calc(66.66666667% + 12px) !important;
}
.navpro .gutters > .navpro-col-7 {
  width: calc(58.33333333% - 12px);
}
.navpro .gutters > .navpro-offset-7 {
  margin-left: calc(58.33333333% + 12px) !important;
}
.navpro .gutters > .navpro-col-6 {
  width: calc(50% - 12px);
}
.navpro .gutters > .navpro-offset-6 {
  margin-left: calc(50% + 12px) !important;
}
.navpro .gutters > .navpro-col-5 {
  width: calc(41.66666667% - 12px);
}
.navpro .gutters > .navpro-offset-5 {
  margin-left: calc(41.66666667% + 12px) !important;
}
.navpro .gutters > .navpro-col-4 {
  width: calc(33.33333333% - 12px);
}
.navpro .gutters > .navpro-offset-4 {
  margin-left: calc(33.33333333% + 12px) !important;
}
.navpro .gutters > .navpro-col-3 {
  width: calc(25% - 12px);
}
.navpro .gutters > .navpro-offset-3 {
  margin-left: calc(25% + 12px) !important;
}
.navpro .gutters > .navpro-col-2 {
  width: calc(16.66666667% - 12px);
}
.navpro .gutters > .navpro-offset-2 {
  margin-left: calc(16.66666667% + 12px) !important;
}
.navpro .gutters > .navpro-col-1 {
  width: calc(8.33333333% - 12px);
}
.navpro .gutters > .navpro-offset-1 {
  margin-left: calc(8.33333333% + 12px) !important;
}
.navpro .gutters > .navpro-col-0 {
  width: calc(0% - 12px);
}
.navpro .gutters > .navpro-offset-0 {
  margin-left: calc(0% + 12px) !important;
}
@media (max-width: 768px) {
  [class^='offset-'],
  [class*=' offset-'] {
    margin-left: 0;
  }
}
.navpro .pull-first {
  order: -1;
}
.navpro .push-last {
  order: 1;
}
@media (max-width: 768px) {
  .navpro-row .navpro-col {
    margin-left: 0;
    width: 100%;
  }
  .navpro-row.gutters .navpro-col {
    margin-left: 0;
    width: 100%;
  }
  .navpro-row.gutters .navpro-col + .navpro-col {
    margin-top: 16px;
  }
  .navpro .pull-first-sm {
    order: -1;
  }
  .navpro .push-last-sm {
    order: 1;
  }
}
.navpro .gutters .navpro-col.push-left,
.navpro .push-left {
  margin-right: auto;
}
.navpro .gutters .navpro-col.push-right,
.navpro .push-right {
  margin-left: auto;
}
.navpro .gutters .navpro-col.push-center,
.navpro .push-center {
  margin-left: auto;
  margin-right: auto;
}
.navpro .gutters .navpro-col.push-middle,
.navpro .push-middle {
  margin-top: auto;
  margin-bottom: auto;
}
.navpro .push-bottom {
  margin-top: auto;
}
@media (max-width: 768px) {
  .navpro .gutters .navpro-col.push-left-sm,
  .navpro .push-left-sm {
    margin-left: 0;
  }
  .navpro .gutters .navpro-col.push-center-sm,
  .navpro .push-center-sm {
    margin-left: auto;
    margin-right: auto;
  }
  .navpro .push-top-sm {
    margin-top: 0;
  }
}
.navpro .align-middle {
  align-items: center;
}
.navpro .align-right {
  justify-content: flex-end;
}
.navpro .align-center {
  justify-content: center;
}
@media (max-width: 768px) {
  .navpro .align-left-sm {
    justify-content: flex-start;
  }
}
.navpro-menu a:hover > .tip {
  text-decoration: none;
}
.navpro-menu .tip {
  display: inline-block;
  top: -3px;
  position: relative;
  padding: 2px 3px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.7em;
  line-height: normal;
  color: #ffffff;
  background: #1979c3;
}
.navpro-menu .tip.text-small {
  font-size: .65em;
}
.navpro-menu .tip.text-big {
  font-size: .8em;
}
.navpro-menu .tip.text-big.top {
  top: -8px;
}
.navpro-menu .tip.top {
  position: absolute;
  top: -6px;
  right: 21px;
}
.rtl .navpro-menu .tip.top {
  right: auto;
  left: 21px;
}
.navpro-menu .tip.top::before {
  content: '';
  position: absolute;
  right: 6px;
  top: 100%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #1979c3;
}
.rtl .navpro-menu .tip.top::before {
  right: auto;
  left: 6px;
}
.navpro-menu .tip.inverted {
  color: #1979c3;
  background: #ffffff;
}
.navpro-menu .tip.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.accent {
  background: #ff7103;
}
.navpro-menu .tip.accent::before {
  border-top-color: #ff7103;
}
.navpro-menu .tip.accent.inverted {
  color: #ff7103;
  background: #ffffff;
}
.navpro-menu .tip.accent.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.muted {
  background: #555555;
}
.navpro-menu .tip.muted::before {
  border-top-color: #555555;
}
.navpro-menu .tip.muted.inverted {
  color: #555555;
  background: #ffffff;
}
.navpro-menu .tip.muted.inverted::before {
  border-top-color: #ffffff;
}
.navpro-menu .tip.black {
  color: #ffffff;
  background: #000000;
}
.navpro-menu .tip.black::before {
  border-top-color: #000000;
}
.navpro-menu .tip.black.inverted {
  color: #000000;
  background: #ffffff;
}
.navpro-menu .tip.black.inverted::before {
  border-top-color: #ffffff;
}
.navpro .block:first-child {
  margin-top: 0;
}
.navpro .block:last-child {
  margin-bottom: 0;
}
.navpro .block .subtitle {
  display: none;
}
.navpro .block .product-items .product-item {
  position: relative;
}
.navpro .navpro-search .block-search {
  float: none;
  align-self: center;
  margin: 0;
  padding: 0;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: none;
  position: static;
  width: auto;
}
.navpro .navpro-search .block-search .block-title {
  margin: 0 0 15px;
}
.navpro .navpro-search .block-search .form.minisearch {
  position: relative;
}
.navpro .li-item > .navpro-search .block-search .block-title {
  display: none;
}
.navpro .li-item > .navpro-search .block-search .field label {
  display: none;
}
.navpro.orientation-vertical .level0 {
  margin: 0;
}
.navpro.orientation-vertical .children > li > a,
.navpro.orientation-vertical .level0 > .level-top,
.navpro.orientation-vertical .level0.active > .level-top,
.navpro.orientation-vertical .level0.has-active > .level-top {
  display: block;
}
.navpro.orientation-vertical .parent-expanded > a {
  font-weight: bold;
}
.navpro.orientation-vertical .parent-expanded .parent-expanded > a {
  font-weight: normal;
}
.navpro.orientation-vertical > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
}
.navpro.orientation-vertical .navpro-dropdown .children > li > a,
.navpro.orientation-vertical .navpro-dropdown .children .parent > a {
  padding: 8px 12px;
}
.navpro.orientation-vertical .level0 > .level-top {
  padding: 8px 12px;
}
.navpro-pills li.level0 {
  background: #f4f4f4;
  border-radius: 10px;
  margin: 0 5px 5px 0;
}
.navpro-shevron {
  display: none;
}
.navpro-dropdown {
  position: absolute;
  left: -99999px;
  top: -99999px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rtl .navpro-dropdown {
  left: 99999px;
}
.navpro-dropdown-inner {
  box-sizing: border-box;
  padding: 12px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-top: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding-left: 0;
  padding-right: 0;
}
.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > .navpro-dropdown-expanded > .navpro-dropdown-inner {
  padding: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.navpro-dropdown {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1);
  min-width: 230px;
  font-weight: normal;
  z-index: 90;
}
.navpro-dropdown.shown {
  right: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 91;
}
.navpro-dropdown > .navpro-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 10;
  position: absolute;
  right: 12px;
  top: 12px;
}
.navpro-dropdown > .navpro-close::before,
.navpro-dropdown > .navpro-close::after {
  content: '';
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  height: 20px;
  width: 2px;
  background-color: #333333;
}
.navpro-dropdown > .navpro-close::before {
  transform: rotate(45deg);
}
.navpro-dropdown > .navpro-close::after {
  transform: rotate(-45deg);
}
.navpro.orientation-horizontal li.size-boxed,
.navpro.orientation-horizontal li.size-fullwidth,
.navpro.orientation-horizontal li.size-fullscreen {
  position: static;
}
.dropdown-left .ui-menu-item {
  text-align: right;
}
.rtl .dropdown-left .ui-menu-item {
  text-align: left;
}
.navpro-mobile {
  width: 768px;
  height: 0;
  overflow: hidden;
  display: none;
}
.navpro .li-item.opened {
  z-index: 89;
}
.navpro .li-item.navpro-shop-all {
  font-weight: bold;
}
.navpro .navpro-a-with-thumbnail {
  max-height: 130px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .navpro .navpro-a-with-thumbnail {
    margin-bottom: 8px;
  }
}
.navpro .navpro-a-with-thumbnail img {
  margin-top: 5px;
  filter: contrast(95%);
}
.navpro .level0 .children > li > a,
.navpro .level0 .children .parent > a {
  text-decoration: none;
}
.navpro .level0 .children > li > a:hover,
.navpro .level0 .children .parent > a:hover {
  text-decoration: underline;
}
.navpro-dropdown .children > li > a,
.navpro-dropdown .children .parent > a {
  display: block;
  line-height: inherit;
  color: #666666;
  padding: 7px 12px 7px 12px;
  text-decoration: none;
}
.navpro-dropdown .children > li > a:hover,
.navpro-dropdown .children .parent > a:hover {
  text-decoration: underline;
}
.navpro-dropdown .children .parent > a {
  padding-right: 20px;
}
.rtl .navpro-dropdown .children .parent > a {
  padding: 7px 12px 7px 12px;
  padding-left: 20px;
}
.navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a {
  font-weight: bold;
  padding-bottom: 5px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a span {
  line-height: normal;
}
.navpro-dropdown .multicolumn {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.navpro-dropdown .multicolumn > li {
  width: 100%;
}
.navpro-dropdown .vertical.multicolumn {
  flex-direction: column;
}
.navpro-icon-caret,
.navpro.navigation .level0.parent > .level-top > .ui-menu-icon {
  position: static;
  display: block;
}
.navpro-icon-caret::after {
  display: none !important;
}
.navpro .caret-hidden > a.level-top {
  padding: 11px 12px 11px 12px !important;
}
.navpro .caret-hidden > a.level-top::before,
.navpro .caret-hidden > a.level-top > .navpro-icon-caret::before {
  display: none !important;
}
.navpro-icon-caret::before,
.navpro .parent > a::before {
  content: '\e622';
  /* Compilar estilos en modo productivo antes de subir al server */
  /* php bin/magento setup:static-content:deploy en_US es_MX -f */
  font-size: 1.6rem;
  font-weight: normal;
  font-family: 'vde-icons';
  color: #969595;
  position: absolute;
  right: 1px;
  top: 12px;
  transform: rotate(-90deg);
}
.rtl .navpro-icon-caret::before,
.rtl .navpro .parent > a::before {
  left: 1px;
  right: auto;
  transform: rotate(90deg);
}
.navpro.navpro .parent > a:has(.navpro-icon-caret)::before {
  display: none !important;
}
.navpro.navpro .parent.ui-menu-item > a::before {
  display: none !important;
}
.orientation-horizontal a.level-top > .navpro-icon-caret::before,
.orientation-horizontal .parent > a.level-top::before {
  transform: rotate(0);
}
.caret-bottom a.level-top > .navpro-icon-caret::before,
.caret-bottom .parent > a.level-top::before {
  top: auto;
  right: auto;
  left: calc(50% - 8px);
  bottom: 5px;
}
.navpro.navpro .caret-hidden .level0 > .level-top {
  padding: 11px 12px 11px 12px !important;
}
.navpro.navpro .caret-hidden .level0 > .level-top::before,
.navpro.navpro .caret-hidden .level0 > .level-top > .navpro-icon-caret,
.navpro.navpro .caret-hidden .level0 > .level-top > .navpro-icon-caret::before {
  display: none !important;
}
.navpro.orientation-horizontal .caret-bottom .level0 > .level-top,
.rtl .navpro.orientation-horizontal .caret-bottom .level0 > .level-top {
  padding: 11px 12px 11px 12px;
  padding-bottom: 20px;
}
.navpro.dropdown-left .children .navpro-icon-caret::before,
.navpro.dropdown-left .children .parent > a::before {
  right: auto;
  left: 1px;
  transform: rotate(90deg);
}
.rtl .navpro.dropdown-left .children .navpro-icon-caret::before,
.rtl .navpro.dropdown-left .children .parent > a::before {
  right: 1px;
  left: auto;
  transform: rotate(-90deg);
}
.navpro.dropdown-left .navpro-dropdown .children .parent > a {
  padding-right: 12px;
  padding-left: 20px;
}
.rtl .navpro.dropdown-left .navpro-dropdown .children .parent > a {
  padding-right: 20px;
  padding-left: 12px;
}
.navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before,
.navpro.dropdown-left.orientation-vertical .parent > a::before {
  right: auto;
  left: 1px;
  transform: rotate(90deg);
}
.rtl .navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before,
.rtl .navpro.dropdown-left.orientation-vertical .parent > a::before {
  right: 1px;
  left: auto;
  transform: rotate(-90deg);
}
.navpro.dropdown-left.orientation-vertical .level0.parent > .level-top {
  padding: 8px 12px;
  padding-left: 20px;
}
.rtl .navpro.dropdown-left.orientation-vertical .level0.parent > .level-top {
  padding: 8px 12px;
  padding-right: 20px;
}
.navpro-overlay-element {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.navpro-overlay-element {
  transition: visibility 0ms linear 200ms,
            opacity 200ms linear;
  background-color: rgba(0, 0, 0, 0.4);
}
.navpro-nowrap {
  flex-wrap: nowrap !important;
}
.navpro-nowrap:not(.navpro-nowrap-ready) {
  overflow: hidden !important;
  opacity: 0;
}
.navpro-nowrap-justify-start {
  justify-content: start !important;
}
.navpro-nowrap > li {
  flex-shrink: 0;
}
.navpro-nowrap .navpro-item-more {
  align-self: center;
}
.navpro-nowrap .navpro-item-more > .nav-a-icon-more {
  display: flex !important;
  align-items: center;
}
.navpro-nowrap .navpro-item-more > .nav-a-icon-more svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media (max-width: 768px) {
  .navpro-transformable.navpro .level0 > .level-top {
    display: block;
  }
  .navpro-transformable.navpro .level0.active > .level-top,
  .navpro-transformable.navpro .level0.has-active > .level-top {
    display: block;
  }
  .navpro-transformable .navpro-icon-caret::before {
    transition: transform 200ms ease-in-out;
  }
  .navpro-transformable .navpro-icon-caret::before {
    transform: rotate(-90deg);
  }
  .navpro-transformable li.opened > a > .navpro-icon-caret::before {
    transform: rotate(0deg);
  }
  .navpro-transformable .navpro-dropdown {
    background: transparent;
    border: 0;
    box-shadow: none;
    min-width: 0;
    position: static;
    box-shadow: none !important;
    width: auto !important;
    max-height: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .navpro-transformable .navpro-dropdown .multicolumn.vertical {
    height: auto !important;
  }
  .navpro-transformable .navpro-dropdown.shown {
    max-height: 1000em;
  }
  .navpro-transformable .navpro-dropdown-inner {
    padding-top: 3px;
    padding-bottom: 5px;
  }
  .navpro-transformable .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner {
    padding-left: 10px;
  }
  .navpro-transformable .navpro-dropdown .children {
    display: block;
    /* reset ribbon style */
  }
  .navpro-transformable .navpro-dropdown .children.multicolumn > li {
    width: 100%;
  }
}
.navpro.navpro-accordion.navpro .level0 > .level-top {
  display: block;
}
.navpro.navpro-accordion.navpro .level0.active > .level-top,
.navpro.navpro-accordion.navpro .level0.has-active > .level-top {
  display: block;
}
.navpro.navpro-accordion .navpro-icon-caret::before {
  transition: transform 200ms ease-in-out;
}
.navpro.navpro-accordion .navpro-icon-caret::before {
  transform: rotate(-90deg);
}
.navpro.navpro-accordion li.opened > a > .navpro-icon-caret::before {
  transform: rotate(0deg);
}
.navpro.navpro-accordion .navpro-dropdown {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-width: 0;
  position: static;
  box-shadow: none !important;
  width: auto !important;
  max-height: 0;
  max-width: 100%;
  overflow: hidden;
}
.navpro.navpro-accordion .navpro-dropdown .multicolumn.vertical {
  height: auto !important;
}
.navpro.navpro-accordion .navpro-dropdown.shown {
  max-height: 1000em;
}
.navpro.navpro-accordion .navpro-dropdown-inner {
  padding-top: 3px;
  padding-bottom: 5px;
}
.navpro.navpro-accordion .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li .navpro-dropdown > .navpro-dropdown-inner {
  padding-left: 10px;
}
.navpro.navpro-accordion .navpro-dropdown .children {
  display: block;
  /* reset ribbon style */
}
.navpro.navpro-accordion .navpro-dropdown .children.multicolumn > li {
  width: 100%;
}
.navpro-amazon li.level1 {
  position: static;
}
.navpro-amazon .navpro-departments .navpro-dropdown-level2 {
  top: -1px !important;
  left: 100% !important;
}
.rtl .navpro-amazon .navpro-departments .navpro-dropdown-level2 {
  left: auto !important;
  right: 100% !important;
}
@media (min-width: 1025px) {
  .navpro-amazon .navpro-dropdown {
    transition-delay: .3s;
  }
}
.navpro-amazon .navpro-dropdown.shown {
  transition-delay: 0s;
}
.navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a,
.navpro.navpro .navpro-iconic .level0 > .level-top {
  display: flex;
  align-items: center;
}
.navpro.navpro .navpro-iconic .navpro-wrapped-items .level1 > a img,
.navpro.navpro .navpro-iconic .level0 > .level-top img {
  margin: 3px;
}
.navpro.navpro .navpro-iconic.iconic-vertical .navpro-wrapped-items .level1 > a,
.navpro.navpro .navpro-iconic.iconic-vertical .level0 > .level-top {
  flex-direction: column;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top,
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top {
  padding-left: 20px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > .level-top,
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current > .level-top {
  padding-left: 0;
  padding-right: 20px;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back),
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) {
  padding-left: 30px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back ~ .level-top:not(.navpro-current):not(.navpro-back),
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current ~ .level-top:not(.navpro-current):not(.navpro-back) {
  padding-left: 0;
  padding-right: 30px;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a {
  position: relative;
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before {
  content: '';
  position: absolute;
  left: 6px;
  top: calc(50% - 6px);
  transform: rotate(90deg);
  opacity: .8;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 12px 12px;
  width: 12px;
  height: 12px;
}
.rtl .navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-back > a::before {
  left: auto;
  right: 6px;
  transform: rotate(-90deg);
}
.navpro.navpro-active-branch.orientation-vertical .level0.level-top.navpro-current a {
  font-weight: bold;
}
.navpro-linkbar {
  display: flex;
  flex-wrap: wrap;
}
.navpro.navpro-theme-dark,
.navpro.navpro-theme-dark-bar {
  background: #4a4a4a;
}
.navpro.navpro-theme-dark .level0 > .level-top,
.navpro.navpro-theme-dark-bar .level0 > .level-top {
  color: #eaeaea !important;
}
@media (max-width: 768px) {
  .navpro.navpro-theme-dark-bar .navpro-dropdown {
    background: #4a4a4a;
    border-color: #4a4a4a;
    color: #eaeaea;
  }
  .navpro.navpro-theme-dark-bar .navpro-dropdown h3,
  .navpro.navpro-theme-dark-bar .navpro-dropdown .children a,
  .navpro.navpro-theme-dark-bar .navpro-dropdown .children .parent > a {
    color: #eaeaea;
  }
}
.navpro.navpro-theme-dark .navpro-dropdown,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown {
  background: #4a4a4a;
  border-color: #4a4a4a;
  color: #eaeaea;
}
.navpro.navpro-theme-dark .navpro-dropdown h3,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown h3,
.navpro.navpro-theme-dark .navpro-dropdown .children a,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown .children a,
.navpro.navpro-theme-dark .navpro-dropdown .children .parent > a,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown .children .parent > a {
  color: #eaeaea;
}
.navpro.navpro-theme-dark .navpro-dropdown.size-boxed > .navpro-dropdown-inner,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown.size-boxed > .navpro-dropdown-inner {
  background: #4a4a4a;
  border-color: #4a4a4a;
  color: #eaeaea;
}
.navpro.navpro-theme-dark .navpro-dropdown.size-boxed > .navpro-dropdown-inner h3,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown.size-boxed > .navpro-dropdown-inner h3,
.navpro.navpro-theme-dark .navpro-dropdown.size-boxed > .navpro-dropdown-inner .children a,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown.size-boxed > .navpro-dropdown-inner .children a,
.navpro.navpro-theme-dark .navpro-dropdown.size-boxed > .navpro-dropdown-inner .children .parent > a,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown.size-boxed > .navpro-dropdown-inner .children .parent > a {
  color: #eaeaea;
}
@media (min-width: 769px) {
  .navpro.navpro-theme-dark .navpro-dropdown,
  .navpro.navpro-theme-dark-dropdown .navpro-dropdown {
    box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.5);
  }
}
.navpro.navpro-theme-dark .navpro-dropdown .panel,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown .panel {
  background-color: #525252;
}
.navpro.navpro-theme-dark .navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a,
.navpro.navpro-theme-dark-dropdown .navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a {
  color: #eaeaea;
}
.navpro.navpro-theme-dark.orientation-horizontal li.level-top.parent a.level-top::before,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal li.level-top.parent a.level-top::before,
.navpro.navpro-theme-dark.orientation-horizontal li.level-top.parent a.level-top::after,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal li.level-top.parent a.level-top::after {
  border-bottom-color: #4a4a4a;
}
.navpro.navpro-theme-dark.orientation-horizontal li.level-top > .navpro-dropdown > .navpro-shevron,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal li.level-top > .navpro-dropdown > .navpro-shevron {
  background: #4a4a4a;
  border: 1px solid #4a4a4a;
  border-color: #4a4a4a transparent transparent #4a4a4a;
}
.navpro.navpro-theme-dark.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::before,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::before,
.navpro.navpro-theme-dark.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after {
  border-top-color: #4a4a4a;
  border-bottom-color: transparent;
}
.navpro.navpro-theme-dark.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after,
.navpro.navpro-theme-dark-dropdown.orientation-horizontal.dropdown-top li.level-top.parent a.level-top::after {
  border-top-color: #4a4a4a;
}
.navpro-theme-flat {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: #fafafa;
}
.navpro-theme-flat.navpro .children > li > a,
.navpro-theme-flat.navpro .level0 > .level-top {
  color: #666;
}
.navpro-theme-flat.navpro .level0 > .level-top,
.navpro-theme-flat.navpro .level0.active > .level-top,
.navpro-theme-flat.navpro .level0.has-active > .level-top {
  border-top: 1px solid #e0e0e0;
}
.navpro-theme-flat.navpro .level0:first-child > .level-top {
  border: none;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0 {
  border: 1px solid #e0e0e0;
  border-width: 0 0 0 1px;
  margin: 0 0 0 -1px;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0:first-child {
  border-width: 0;
}
.navpro-theme-flat.navpro.orientation-horizontal .level0 > .level-top {
  border: 0;
}
.navpro.navpro-theme-compact {
  font-size: .9em;
}
.navpro.navpro-theme-compact.navpro .caret-hidden > a.level-top {
  padding: 4px 5px !important;
}
.navpro.navpro-theme-compact.navpro .level0 > .level-top {
  padding: 4px 5px;
  color: #333333;
}
.navpro.navpro-theme-compact.navpro .level0.parent > .level-top {
  padding-right: 20px;
}
.rtl .navpro.navpro-theme-compact.navpro .level0.parent > .level-top {
  padding: 4px 5px;
  padding-left: 20px;
}
.navpro.navpro-theme-compact .navpro-dropdown .children > li > a,
.navpro.navpro-theme-compact .navpro-dropdown .children .parent > a {
  padding: 4px 5px;
}
.navpro.navpro-theme-compact .navpro-dropdown-inner {
  padding: 5px;
}
.navpro.navpro-theme-compact .navpro-item-more > .nav-a-icon-more svg {
  width: 15px;
  height: 15px;
}
.singleshipping-tooltip {
  position: relative;
}
.singleshipping-tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.singleshipping-tooltip .tooltip-content:after,
.singleshipping-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.singleshipping-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.singleshipping-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.singleshipping-tooltip .tooltip-content:after,
.singleshipping-tooltip .tooltip-content:before {
  bottom: 100%;
}
.singleshipping-tooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.singleshipping-tooltip .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.singleshipping-tooltip .tooltip-toggle {
  cursor: help;
}
.singleshipping-tooltip .tooltip-toggle:hover + .tooltip-content,
.singleshipping-tooltip .tooltip-toggle:focus + .tooltip-content,
.singleshipping-tooltip:hover .tooltip-content {
  display: block;
}
.singleshipping-tooltip .tooltip-content {
  min-width: 280px;
}
#section-company-info label {
  font-weight: bold !important;
}
#section-company-info label.disabled {
  opacity: 0.5;
}
#section-company-info .header-info .box-information {
  text-align: center;
}
#section-company-info .company-info {
  margin: 20px;
}
#section-company-info .select-choices {
  margin: 20px;
}
#section-company-info .select-choices fieldset {
  border: none;
  padding: 0;
}
#section-company-info .select-choices {
  margin: 20px;
}
#section-company-info button#locate-address,
#section-company-info .quote-details-items .actions-toolbar > .action#locate-address {
  width: 100%;
}
#section-company-info .company-doc-files .fieldset.files p {
  font-size: 18px;
}
#section-company-info .aggrement {
  color: #0090d0;
  text-decoration: underline;
}
.highcharts-legend-item {
  min-height: 13px;
  width: 120px;
  display: inline-block;
}
.highcharts-legend-item {
  /*agrega checkbox visual a falta de uno funcional*/
  /*&:before {
        position: relative;
        display: block;
        content: "\f00c";
        border: 1px solid #000;
        max-width: 15px;
        max-height: 15px;
        height: 15px;
        border-radius: 3px;
        font-size: 15px;
        font-weight: 800;
        line-height: 17px;
        text-align: center;
        background-color: #fff;
        margin-top: 9px;
        font-family: 'Font Awesome 5 Free';
    }
    &.highcharts-legend-item-hidden:before {content: " ";}*/
}
.highcharts-legend-item span {
  font-size: 19px !important;
  font-family: 'vde-font', sans-serif !important;
  font-weight: 400 !important;
}
.highcharts-title {
  font-size: 23px !important;
  font-weight: 500;
}
/*estilos que estaban en el phtml templates/category/curvas.phtml*/
.highcharts-figure,
.highcharts-data-table table {
  min-width: 330px;
  max-width: 100%;
  margin: 1em auto;
}
.highcharts-data-table table {
  font-family: 'vde-font', sans-serif !important;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.second-grafic {
  margin-top: 30px;
}
.second-grafic .highcharts-legend {
  opacity: 0 !important;
}
.highcharts-figure .row .subtitle {
  margin-left: 345px;
  text-align: center;
}
.highcharts-legend .highcharts-legend-item span span {
  border-radius: 3px;
  display: inline-block;
  max-height: 22px;
  min-height: 22px;
  width: 22px;
}
.highcharts-legend .highcharts-legend-item span span b {
  display: block;
  height: 22px;
  line-height: 30px;
  padding-left: 2px;
}
.highcharts-legend-item-hidden span b {
  color: white;
}
.curvas-operacion {
  clear: both;
  float: none;
  max-width: 100%;
}
.curvas-operacion > div {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
@media all and (max-width: 1024px) {
  .highcharts-figure .row .subtitle {
    margin-left: 0;
    width: 100vw;
  }
  .page-main .catalog-category-view .columns .curvas-operacion {
    clear: both;
    order: 6;
  }
}
.advisers .adviser-name {
  font-weight: bold;
}
.advisers .adviser-whatsapp {
  text-align: right;
  width: 50%;
}
.advisers .adviser-whatsapp .fa-whatsapp {
  color: #0090d0;
}
.row.pickup_cedis td.col.col-opt {
  border-top: none;
  padding-top: 0px;
}
#shipping.disabled {
  opacity: 0.5;
}
#shipping.disabled .step-title .step-number {
  background-color: #707070;
}
#current-cedis-selected span {
  font-size: 25px;
  font-style: oblique;
  color: #0090d0;
}
#modal-select-cedis div.cedis-selected-info {
  line-height: 30px;
}
#modal-select-cedis #store-list-map {
  height: 350px;
  border: 1px solid #ccc;
}
#modal-select-cedis .row.cedis-selected {
  margin-top: 10px;
}
#modal-select-cedis #cedis-location-map {
  height: 400px;
  border: 1px solid #ccc;
}
#modal-select-cedis .row.actions {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  #modal-select-cedis .modal-body div.row.actions .button-cancel,
  #modal-select-cedis .modal-body div.row.actions .button-confirm {
    justify-content: center;
  }
}
#modal-select-cedis .modal-body div.row.actions .button-cancel button,
#modal-select-cedis .modal-body div.row.actions .button-confirm button,
#modal-select-cedis .modal-body div.row.actions .button-cancel .quote-details-items .actions-toolbar > .action,
#modal-select-cedis .modal-body div.row.actions .button-confirm .quote-details-items .actions-toolbar > .action {
  background-color: #1979c3;
}
@media screen and (max-width: 991px) {
  #modal-select-cedis .modal-body div.row.actions .button-confirm {
    margin-top: 15px;
  }
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #559ad8;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #559ad8;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 10px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #385ea4;
  content: '\e613';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #559ad8;
  font-family: 'arial';
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  font-size: 2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #385ea4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #385ea4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #385ea4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #385ea4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
/**
 * @codingStandardsIgnoreStart
 */
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #eaeaea;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #eaeaea;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #eaeaea;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
/**
 * @codingStandardsIgnoreStart
 */
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #385ea4;
  content: '\e601';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #385ea4;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "\e604";
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #385ea4;
  content: '\e611';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #385ea4;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #385ea4;
  content: '\e611';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #385ea4;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #385ea4;
  content: '\e616';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #385ea4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #385ea4;
  content: '\e601';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #385ea4;
}
.minicart-items .action.delete:before {
  content: "\e604";
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu,
.data-grid-file-uploader .action-select-wrap table th .action-menu .action-submenu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@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;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'vde-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #385ea4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #385ea4;
  content: '\e601';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #385ea4;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #385ea4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #385ea4;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #385ea4;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #559ad8;
  font-family: 'arial';
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  font-size: 2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #559ad8;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #559ad8;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #559ad8;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e90b";
  font-family: 'vde-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #385ea4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #385ea4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #385ea4;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #385ea4;
  content: '\e601';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #385ea4;
}
.gift-summary .action-delete:before {
  content: "\e604";
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #385ea4;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #385ea4;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #385ea4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #385ea4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #385ea4;
  content: "\e604";
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #385ea4;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #385ea4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.quote-details-items .actions-toolbar > .action.map-show-info:visited {
  color: #385ea4;
  text-decoration: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:active {
  color: #385ea4;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info {
  color: #385ea4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #385ea4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #385ea4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #385ea4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'vde-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #385ea4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #1d1d1b;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'vde-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 6rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #f2cd50;
  font-family: 'vde-icons';
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  content: "\e605" "\e605" "\e605" "\e605" "\e605";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #385ea4;
  font-family: 'vde-icons';
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  content: "\e605" "\e605" "\e605" "\e605" "\e605";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #f2cd50;
  font-family: 'vde-icons';
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\e605" "\e605" "\e605" "\e605" "\e605";
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #385ea4;
  font-family: 'vde-icons';
  font-size: 1.2rem;
  height: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: "\e605" "\e605" "\e605" "\e605" "\e605";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\e605" "\e605" "\e605" "\e605";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\e605" "\e605" "\e605";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\e605" "\e605";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\e605";
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #385ea4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #385ea4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #385ea4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #385ea4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.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.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #1d1d1b;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #385ea4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #385ea4;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #385ea4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #385ea4;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #385ea4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #385ea4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #385ea4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #385ea4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #385ea4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #385ea4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #385ea4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #385ea4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #eaeaea;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #eaeaea;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #eaeaea;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #385ea4;
  content: '\e601';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #385ea4;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: "\e604";
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #385ea4;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'vde-font', sans-serif;
  font-weight: 600;
  padding: 0 15px;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #385ea4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.nav-open body {
  overflow: hidden;
}
body {
  background-color: #eeeeee;
}
body #wbdkc4pmrkl81731699341418.widget-visible {
  z-index: 99998 !important;
}
body * {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
body *:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 1220px) and (min-width: 769px) {
  body .wolfsellers-guest-user .page-wrapper {
    padding-top: 205px !important;
  }
}
body .message._hidden {
  display: none;
}
body *,
body *:hover,
body *:active,
body *:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}
body.wolfsellers .breadcrumbs {
  margin: 10px auto 16px;
  max-width: 1600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.wolfsellers .breadcrumbs a,
body.wolfsellers .breadcrumbs strong {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  body.wolfsellers .breadcrumbs a,
  body.wolfsellers .breadcrumbs strong {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  body.wolfsellers .breadcrumbs {
    margin: 8px 0;
    padding: 0;
  }
}
body.wolfsellers .page-main {
  max-width: 1600px;
  display: block;
}
@media only screen and (max-width: 768px) {
  body.wolfsellers .page-main {
    margin: 0 0 5px 0;
  }
}
body.wolfsellers .page-wrapper {
  min-height: auto;
}
@media only screen and (max-width: 768px) {
  body.wolfsellers .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
body.wolfsellers .page-main .page-title-wrapper h1.page-title {
  font-size: 2.8rem;
  color: #1d1d1b;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.wolfsellers .page-main .page-title-wrapper h1.page-title {
    font-size: 3.2rem;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
  }
}
body._has-modal .widget-visible {
  display: none !important;
}
body .ui-helper-hidden-accessible {
  display: none;
}
body .mppromobar-style {
  max-width: 1600px;
  margin: auto;
  margin-top: 5px;
}
@media only screen and (max-width: 1370px) {
  body .mppromobar-style {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body .mppromobar-style {
    margin-top: 3px !important;
  }
}
@media only screen and (max-width: 768px) {
  body .mppromobar-style {
    margin-top: 0;
  }
}
body .mppromobar-style .content-template {
  border-radius: 0px 0px 16px 16px;
}
@media only screen and (min-width: 768px) {
  body button,
  body a,
  body a:after,
  body a:before,
  body .quote-details-items .actions-toolbar > .action {
    transition: all 0.3s;
  }
  body button:not(.primary):not(.formbuilder-button):hover,
  body button:not(.primary):not(.formbuilder-button):hover::before,
  body button:not(.primary):not(.formbuilder-button):hover::after,
  body a:not(.primary):not(.formbuilder-button):hover,
  body a:not(.primary):not(.formbuilder-button):hover::before,
  body a:not(.primary):not(.formbuilder-button):hover::after,
  body .quote-details-items .actions-toolbar > .action:not(.primary):not(.formbuilder-button):hover,
  body .quote-details-items .actions-toolbar > .action:not(.primary):not(.formbuilder-button):hover::before,
  body .quote-details-items .actions-toolbar > .action:not(.primary):not(.formbuilder-button):hover::after {
    transition: all 0.3s;
    opacity: .7;
    text-decoration: none;
  }
}
body .field > .label:not([for="limiter"]) {
  color: #1d1d1b;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  body .field > .label:not([for="limiter"]) {
    font-size: 1.8rem;
  }
}
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"] {
  background: #ffffff;
  color: #1d1d1b;
  border: 1px solid #eaeaea;
  height: 38px;
  line-height: 38px;
  border-radius: 16px;
  padding: 10px;
  font-size: 1.8rem;
}
body input[type="text"]::-webkit-input-placeholder,
body input[type="password"]::-webkit-input-placeholder,
body input[type="url"]::-webkit-input-placeholder,
body input[type="tel"]::-webkit-input-placeholder,
body input[type="search"]::-webkit-input-placeholder,
body input[type="number"]::-webkit-input-placeholder,
body input[type="datetime"]::-webkit-input-placeholder,
body input[type="email"]::-webkit-input-placeholder {
  color: rgba(29, 29, 27, 0.5);
  font-weight: normal;
  font-size: 1.8rem;
}
body input[type="text"]:-moz-placeholder,
body input[type="password"]:-moz-placeholder,
body input[type="url"]:-moz-placeholder,
body input[type="tel"]:-moz-placeholder,
body input[type="search"]:-moz-placeholder,
body input[type="number"]:-moz-placeholder,
body input[type="datetime"]:-moz-placeholder,
body input[type="email"]:-moz-placeholder {
  color: rgba(29, 29, 27, 0.5);
  font-weight: normal;
  font-size: 1.8rem;
}
body input[type="text"]::-moz-placeholder,
body input[type="password"]::-moz-placeholder,
body input[type="url"]::-moz-placeholder,
body input[type="tel"]::-moz-placeholder,
body input[type="search"]::-moz-placeholder,
body input[type="number"]::-moz-placeholder,
body input[type="datetime"]::-moz-placeholder,
body input[type="email"]::-moz-placeholder {
  color: rgba(29, 29, 27, 0.5);
  font-weight: normal;
  font-size: 1.8rem;
}
body input[type="text"]:-ms-input-placeholder,
body input[type="password"]:-ms-input-placeholder,
body input[type="url"]:-ms-input-placeholder,
body input[type="tel"]:-ms-input-placeholder,
body input[type="search"]:-ms-input-placeholder,
body input[type="number"]:-ms-input-placeholder,
body input[type="datetime"]:-ms-input-placeholder,
body input[type="email"]:-ms-input-placeholder {
  color: rgba(29, 29, 27, 0.5);
  font-weight: normal;
  font-size: 1.8rem;
}
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 {
  box-shadow: none;
  outline: 0;
  border-color: #385ea4;
}
body input[type="text"]#search {
  height: 50px;
  line-height: 50px;
  border-radius: 24px;
  padding: 0 102px 0 50px;
}
@media only screen and (max-width: 768px) {
  body input[type="text"]#search {
    padding: 0 50px 0 10px;
  }
}
body .page-wrapper select,
body .modals-wrapper select {
  border-color: #eaeaea;
  height: 40px;
  padding-left: 10px;
  padding-right: 30px;
  border-radius: 16px;
  background-image: url('../images/select-bg.svg');
  background-color: #ffffff;
  background-size: 35px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  box-shadow: none;
  font-size: 1.6rem;
  color: #1d1d1b !important;
}
body .page-wrapper select:focus,
body .modals-wrapper select:focus {
  box-shadow: none;
  outline: 0;
  border-color: #385ea4;
}
body .page-wrapper textarea,
body .modals-wrapper textarea {
  border-color: #eaeaea;
  border-radius: 16px;
  font-size: 1.6rem;
  padding: 10px;
}
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:active,
body input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
body .fieldset > .field .field.required > .label:after {
  content: '*';
  color: #559ad8;
  font-family: 'arial';
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  font-size: 2rem;
  margin: 0 0 0 3px;
}
body .field:not(.review-field-ratings):not(.review-field-rating) [type='checkbox'],
body .col-method:not(.review-field-ratings):not(.review-field-rating) [type='checkbox'] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
body .field:not(.review-field-ratings):not(.review-field-rating) input[type='checkbox'] + label + div.mage-error[generated],
body .col-method:not(.review-field-ratings):not(.review-field-rating) input[type='checkbox'] + label + div.mage-error[generated] {
  display: block;
  width: 100%;
  float: left;
  margin-top: 16px;
  margin-left: 5px;
}
body .field:not(.review-field-ratings):not(.review-field-rating) input[type='checkbox'] + label,
body .col-method:not(.review-field-ratings):not(.review-field-rating) input[type='checkbox'] + label {
  position: relative;
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 28px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
}
body .field:not(.review-field-ratings):not(.review-field-rating) input[type='checkbox'] + label:after,
body .col-method:not(.review-field-ratings):not(.review-field-rating) input[type='checkbox'] + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #969595;
  position: absolute;
  left: 0px;
  top: 0;
  border-radius: 4px;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
body .field:not(.review-field-ratings):not(.review-field-rating) input[type='checkbox']:checked + label:after,
body .col-method:not(.review-field-ratings):not(.review-field-rating) input[type='checkbox']:checked + label:after {
  border: 1px solid #969595;
  background: #ffffff;
  animation: fxbg 200ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
body .field:not(.review-field-ratings):not(.review-field-rating) input[type='checkbox']:checked + label:before,
body .col-method:not(.review-field-ratings):not(.review-field-rating) input[type='checkbox']:checked + label:before {
  content: '\e610';
  font-family: 'vde-icons';
  font-size: 12px;
  font-weight: bold;
  color: #385ea4;
  position: absolute;
  top: 0;
  left: 3px;
  transform: rotate(365deg);
  transform-origin: 0% 100%;
  z-index: 2;
}
body .field:not(.review-field-ratings):not(.review-field-rating) input.mage-error,
body .col-method:not(.review-field-ratings):not(.review-field-rating) input.mage-error,
body .field:not(.review-field-ratings):not(.review-field-rating) select.mage-error,
body .col-method:not(.review-field-ratings):not(.review-field-rating) select.mage-error,
body .field:not(.review-field-ratings):not(.review-field-rating) textarea.mage-error,
body .col-method:not(.review-field-ratings):not(.review-field-rating) textarea.mage-error {
  border-color: #ff0000;
}
body .field:not(.review-field-ratings):not(.review-field-rating) div.mage-error[generated],
body .col-method:not(.review-field-ratings):not(.review-field-rating) div.mage-error[generated] {
  color: #ff0000;
}
body .field:not(.review-field-ratings):not(.review-field-rating) div.mage-error[generated]:before,
body .col-method:not(.review-field-ratings):not(.review-field-rating) div.mage-error[generated]:before {
  content: "!";
  width: 15px;
  height: 15px;
  background: #ff0000;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
  line-height: 1.3;
}
@keyframes fxbg {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
body .field:not(.review-field-ratings):not(.review-field-rating) [type='radio'],
body .col-method:not(.review-field-ratings):not(.review-field-rating) [type='radio'] {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
body .field:not(.review-field-ratings):not(.review-field-rating) input[type='radio'] + label,
body .col-method:not(.review-field-ratings):not(.review-field-rating) input[type='radio'] + label {
  position: relative;
  padding-left: 30px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
}
body .field:not(.review-field-ratings):not(.review-field-rating) input[type='radio'] + label:after,
body .col-method:not(.review-field-ratings):not(.review-field-rating) input[type='radio'] + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #969595;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: -2px;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
body .field:not(.review-field-ratings):not(.review-field-rating) input[type='radio']:checked + label:after,
body .col-method:not(.review-field-ratings):not(.review-field-rating) input[type='radio']:checked + label:after {
  border: 1px solid #969595;
  background: #ffffff;
  animation: rfxbg 200ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
body .field:not(.review-field-ratings):not(.review-field-rating) input[type='radio']:checked + label:before,
body .col-method:not(.review-field-ratings):not(.review-field-rating) input[type='radio']:checked + label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  animation: rcheckarrow 0.2s;
  z-index: 2;
  height: 12px;
  width: 12px;
  background: #385ea4;
  border-radius: 100%;
}
@keyframes rfxbg {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rcheckarrow {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
body .breadcrumbs {
  margin: 10px auto;
  min-height: 24px;
}
body .breadcrumbs .items {
  font-size: 1.2rem;
  color: #1d1d1b;
  margin: 0;
  padding: 0;
  list-style: none none;
}
body .breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
body .breadcrumbs .item {
  margin: 0;
}
body .breadcrumbs a {
  color: #808080;
  padding: 0;
  text-decoration: none;
}
body .breadcrumbs a:visited {
  color: #808080;
  text-decoration: none;
}
body .breadcrumbs a:hover {
  color: #385ea4;
  text-decoration: none;
}
body .breadcrumbs a:active {
  color: #385ea4;
  text-decoration: none;
}
body .breadcrumbs strong {
  font-weight: 400;
  padding: 0;
}
body .breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
body .breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'vde-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body .breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
body .breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e900';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body .page-wrapper form.form:not(.review-form) > fieldset[class*="fieldset"] > .field:not(.choice) > .label,
body .page-wrapper form.form:not(.review-form) > fieldset > .field:not(.choice) > .label {
  float: left;
  width: 100%;
}
body .page-wrapper form.form:not(.review-form) > fieldset[class*="fieldset"] > .field > .control,
body .page-wrapper form.form:not(.review-form) > fieldset > .field > .control {
  display: block;
}
body .page-wrapper form.form:not(.review-form) > fieldset[class*="fieldset"] > .field._has-datepicker,
body .page-wrapper form.form:not(.review-form) > fieldset > .field._has-datepicker {
  width: 100%;
}
body .page-wrapper form.form:not(.review-form) > fieldset[class*="fieldset"] > .field.field-dob,
body .page-wrapper form.form:not(.review-form) > fieldset > .field.field-dob {
  float: left;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
body .page-wrapper form.form:not(.review-form) > fieldset[class*="fieldset"]:after,
body .page-wrapper form.form:not(.review-form) > fieldset:after {
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  body .page-wrapper form.form:not(.review-form) > fieldset[class*="fieldset"]:after,
  body .page-wrapper form.form:not(.review-form) > fieldset:after {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  body .page-wrapper form.form:not(.review-form) > fieldset[class*="fieldset"]:after,
  body .page-wrapper form.form:not(.review-form) > fieldset:after {
    text-align: left;
  }
}
body input.input-text.mage-error {
  border: solid 1px #ff0000;
}
body [data-content-type='row'][data-appearance='contained'] {
  width: 100%;
}
body:not(.account):not(.checkout-index-index):not(.page-products):not([class*="customer-"]):not(.catalog-product-view):not(.checkout-cart-index) [class*="page-main"] .page-title-wrapper {
  max-width: 1600px;
  margin: auto;
}
body:not(.account):not(.checkout-index-index):not(.page-products):not([class*="customer-"]):not(.catalog-product-view):not(.checkout-cart-index) [class*="page-main"] .page-title-wrapper h1 {
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body:not(.account):not(.checkout-index-index):not(.page-products):not([class*="customer-"]):not(.catalog-product-view):not(.checkout-cart-index) [class*="page-main"] .page-title-wrapper h1 {
    font-size: 3rem;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.account):not(.checkout-index-index):not(.page-products):not([class*="customer-"]):not(.catalog-product-view):not(.checkout-cart-index) [class*="page-main"] .page-title-wrapper h1 {
    width: auto;
  }
}
body:not(.account):not(.checkout-index-index):not(.page-products):not([class*="customer-"]):not(.catalog-product-view):not(.checkout-cart-index) [class*="page-main"] legend.legend {
  border-color: #eaeaea;
}
body:not(.account):not(.checkout-index-index):not(.page-products):not([class*="customer-"]):not(.catalog-product-view):not(.checkout-cart-index) [class*="page-main"] legend.legend span {
  font-size: 1.8rem;
  font-weight: bold;
}
body:not(.account):not(.checkout-index-index):not(.page-products):not([class*="customer-"]):not(.catalog-product-view):not(.checkout-cart-index) [class*="page-main"] .block.related strong,
body:not(.account):not(.checkout-index-index):not(.page-products):not([class*="customer-"]):not(.catalog-product-view):not(.checkout-cart-index) [class*="page-main"] .block.upsell strong {
  color: #1d1d1b;
  font-weight: 500;
  font-size: 3rem;
  width: 100%;
  text-align: center;
  float: left;
  margin: 0;
}
body .page-wrapper {
  padding-top: 90px;
  background-color: #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  body .page-wrapper {
    padding-top: 160px;
  }
}
@media (max-width: 1220px) and (min-width: 769px) {
  body .page-wrapper {
    padding-top: 205px;
  }
}
body .page-wrapper .messages {
  margin-bottom: 0;
}
body .page-wrapper .bold,
body .page-wrapper .bolder {
  font-weight: bold;
}
body .page-wrapper .regular {
  font-weight: normal;
}
body .mppromobar-template-4.content-template {
  border-radius: 0;
  padding: 8px 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  body .mppromobar-template-4.content-template {
    font-size: 1.6rem;
  }
}
body .mppromobar-template-4.content-template .mppromobar-close-btn {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 15px;
  width: 15px;
  padding-top: 1px;
}
.tooltip.wrapper .tooltip.toggle,
.field-tooltip .tooltip.toggle {
  font-size: 0rem;
}
.tooltip.wrapper .tooltip.toggle:after,
.field-tooltip .tooltip.toggle:after {
  content: "?";
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #385ea4;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
.tooltip.wrapper .tooltip.toggle:before,
.field-tooltip .tooltip.toggle:before {
  display: none;
}
.tooltip.wrapper .field-tooltip-action:after,
.field-tooltip .field-tooltip-action:after {
  content: "¡";
  font-size: 1.3rem;
  line-height: 15px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #385ea4;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
.tooltip.wrapper .field-tooltip-action:before,
.field-tooltip .field-tooltip-action:before {
  display: none;
}
.tooltip.wrapper span.tooltip.content,
.field-tooltip span.tooltip.content,
.tooltip.wrapper div.field-tooltip-content,
.field-tooltip div.field-tooltip-content {
  top: auto;
  bottom: 100%;
  margin-bottom: 10px;
  left: -20px;
  border-color: #385ea4;
  text-align: center;
  color: #ffffff;
  min-width: 210px;
  background: #385ea4;
}
.tooltip.wrapper span.tooltip.content:before,
.field-tooltip span.tooltip.content:before,
.tooltip.wrapper div.field-tooltip-content:before,
.field-tooltip div.field-tooltip-content:before,
.tooltip.wrapper span.tooltip.content:after,
.field-tooltip span.tooltip.content:after,
.tooltip.wrapper div.field-tooltip-content:after,
.field-tooltip div.field-tooltip-content:after {
  left: 21px;
  top: 100%;
  bottom: auto;
  border-bottom-color: transparent;
  border-top-color: #385ea4;
  border-left-width: 8px;
  border-right-width: 8px;
  margin: 0;
  border-right-color: transparent;
}
.tooltip.wrapper span.tooltip.content:after,
.field-tooltip span.tooltip.content:after,
.tooltip.wrapper div.field-tooltip-content:after,
.field-tooltip div.field-tooltip-content:after {
  border-top-width: 5px;
}
.tooltip.wrapper span.tooltip.content:before,
.field-tooltip span.tooltip.content:before,
.tooltip.wrapper div.field-tooltip-content:before,
.field-tooltip div.field-tooltip-content:before {
  border-top-color: #385ea4;
  margin-top: 1px;
  border-top-width: 5px;
}
.tooltip.wrapper:hover .field-tooltip-content,
.field-tooltip:hover .field-tooltip-content {
  display: block !important;
}
.amcform-page-wrap label .required {
  color: #ff0000;
}
@media only screen and (min-width: 768px) {
  .amcform-page-wrap {
    display: block;
    margin: 0 -10px;
  }
  .amcform-page-wrap > [class*="field"].amform-layout-one {
    display: inline-block;
    padding: 0 10px;
    width: 100%;
    vertical-align: top;
  }
  .amcform-page-wrap > [class*="field"].amform-layout-two {
    display: inline-block;
    padding: 0 10px;
    width: calc((100%)/2);
    vertical-align: top;
  }
  .amcform-page-wrap > [class*="field"].amform-layout-three {
    display: inline-block;
    padding: 0 10px;
    width: calc((100%)/3);
    vertical-align: top;
  }
}
.loading-mask .loader > img {
  max-width: 50px;
}
@media only screen and (min-width: 768px) {
  .opc-wrapper {
    width: 33.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 60px;
  }
}
.details-qty.qty label {
  margin-bottom: 5px;
}
.qty-cantidad {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.qty-cantidad .actions-qty {
  border: 1px solid #eaeaea;
  padding: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-weight: normal;
  width: 25px;
  height: 35px;
}
@media only screen and (min-width: 768px) {
  .qty-cantidad .actions-qty {
    width: 30px;
    height: 40px;
  }
}
.qty-cantidad .actions-qty:before {
  font-weight: bold !important;
}
.qty-cantidad .actions-qty.action-less {
  border-radius: 16px 0 0 16px;
  border-right: none;
  display: flex;
  text-decoration: none;
}
.qty-cantidad .actions-qty.action-less > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.qty-cantidad .actions-qty.action-less:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: normal;
  color: #eaeaea;
  content: '\e60f';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.qty-cantidad .actions-qty.action-less:hover:before {
  color: #578ff7;
}
.qty-cantidad .actions-qty.action-less:before {
  transform: scaleX(0.5);
}
.qty-cantidad .actions-qty.action-more {
  border-radius: 0 16px 16px 0;
  border-left: none;
  display: flex;
  text-decoration: none;
}
.qty-cantidad .actions-qty.action-more > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.qty-cantidad .actions-qty.action-more:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: normal;
  color: #eaeaea;
  content: '\e61c';
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.qty-cantidad .actions-qty.action-more:hover:before {
  color: #008000;
}
.qty-cantidad input.item-qty.cart-item-qty.input-text.qty,
.qty-cantidad .item-qty.cart-item-qty {
  border: 1px solid #eaeaea;
  border-radius: 0;
  width: 56px;
  height: 35px;
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .qty-cantidad input.item-qty.cart-item-qty.input-text.qty,
  .qty-cantidad .item-qty.cart-item-qty {
    width: 62px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.checkout-agreements.fieldset .checkout-agreement.field input[type='checkbox'] + label:after {
  margin: 0;
}
.checkout-agreements.fieldset .checkout-agreement.field label {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.checkout-agreements.fieldset .checkout-agreement.field label .action-show {
  border: 0;
  line-height: normal;
  height: auto;
  padding: 0;
}
@font-face {
  font-family: 'vde-font';
  src: url('../fonts/TitilliumWeb-Light.ttf');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'vde-font';
  src: url('../fonts/TitilliumWeb-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'vde-font';
  src: url('../fonts/TitilliumWeb-Bold.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'vde-font';
  src: url('../fonts/TitilliumWeb-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'vde-font';
  src: url('../fonts/TitilliumWeb-Black.ttf');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'vde-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-wishlist:before {
  content: "\e600";
}
.icon-edit:before {
  content: "\e601";
}
.icon-alert:before {
  content: "\e602";
}
.icon-reload:before {
  content: "\e603";
}
.icon-uniE604:before {
  content: "\e604";
}
.icon-star-bg:before {
  content: "\e605";
}
.icon-config:before {
  content: "\e606";
}
.icon-pointer-down:before {
  content: "\e607";
}
.icon-next:before {
  content: "\e608";
}
.icon-menu:before {
  content: "\e609";
}
.icon-location:before {
  content: "\e60a";
}
.icon-list:before {
  content: "\e60b";
}
.icon-info:before {
  content: "\e60c";
}
.icon-grid:before {
  content: "\e60d";
}
.icon-reflected:before {
  content: "\e60e";
}
.icon-collapse:before {
  content: "\e60f";
}
.icon-checkmark:before {
  content: "\e610";
}
.icon-cart:before {
  content: "\e611";
}
.icon-calendar:before {
  content: "\e612";
}
.icon-arrow-up:before {
  content: "\e613";
}
.icon-arrow-down:before {
  content: "\e614";
}
.icon-search:before {
  content: "\e615";
}
.icon-remove:before {
  content: "\e616";
}
.icon-prev:before {
  content: "\e617";
}
.icon-pointer-up:before {
  content: "\e618";
}
.icon-pointer-right:before {
  content: "\e619";
}
.icon-pointer-left:before {
  content: "\e61a";
}
.icon-flag:before {
  content: "\e61b";
}
.icon-expand:before {
  content: "\e61c";
}
.icon-envelope:before {
  content: "\e61d";
}
.icon-compare-full:before {
  content: "\e61e";
}
.icon-compare-empty:before {
  content: "\e61f";
}
.icon-comment:before {
  content: "\e620";
}
.icon-up:before {
  content: "\e621";
}
.icon-down:before {
  content: "\e622";
}
.icon-help:before {
  content: "\e623";
}
.icon-print:before {
  content: "\e624";
}
.icon-star:before {
  content: "\e625";
}
.icon-down-thin:before {
  content: "\e626";
}
.icon-account:before {
  content: "\e627";
}
.icon-arrow-curve:before {
  content: "\e628";
}
.icon-security:before {
  content: "\e629";
}
.icon-gift:before {
  content: "\e62a";
}
.icon-check:before {
  content: "\e62b";
}
.icon-slash:before {
  content: "\e900";
}
.icon-filtro:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-twitter-bird:before {
  content: "\e908";
}
.icon-admin-cuenta:before {
  content: "\e902";
}
.icon-click:before {
  content: "\e903";
}
.icon-compare:before {
  content: "\e904";
}
.icon-cotizacion:before {
  content: "\e905";
}
.icon-dislike:before {
  content: "\e909";
}
.icon-download:before {
  content: "\e90a";
}
.icon-file-download:before {
  content: "\e90b";
}
.icon-like:before {
  content: "\e90c";
}
.icon-order:before {
  content: "\e90d";
}
.icon-pass:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e90f";
}
.icon-play:before {
  content: "\e910";
}
.icon-shipping:before {
  content: "\e911";
}
.icon-singout:before {
  content: "\e912";
}
.icon-status:before {
  content: "\e913";
}
.icon-store:before {
  content: "\e914";
}
.icon-target:before {
  content: "\e915";
}
.icon-time:before {
  content: "\e916";
}
.icon-view:before {
  content: "\e917";
}
.icon-admin-cuenta-estado-de-cuenta:before {
  content: "\e913";
}
.blq-note,
.wolfsellers.customer-account-login .page-main .login-container .block .note,
.wolfsellers.customer-account-forgotpassword .page-main form.password .note,
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .iconos-redes-lateral .siguenos-titulo,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .iconos-redes-lateral .siguenos-titulo,
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .oficinas-generales-texto p,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .oficinas-generales-texto p {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .blq-note,
  .wolfsellers.customer-account-login .page-main .login-container .block .note,
  .wolfsellers.customer-account-forgotpassword .page-main form.password .note,
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .iconos-redes-lateral .siguenos-titulo,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .iconos-redes-lateral .siguenos-titulo,
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .oficinas-generales-texto p,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .oficinas-generales-texto p {
    font-size: 1.8rem;
  }
}
.lib-font-sizes {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .lib-font-sizes {
    font-size: 1.8rem;
  }
}
.block-logo {
  width: 100%;
  height: 100vh;
  max-width: 160px;
  max-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .block-logo {
    max-width: 164px;
    max-height: 164px;
  }
}
.field-switch label {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 10px;
  -moz-gap: 0 10px;
  -ms-gap: 0 10px;
  gap: 0 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.6rem;
  width: fit-content;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .field-switch label {
    font-size: 1.8rem;
  }
}
.field-switch label span {
  position: relative;
}
.field-switch label span:after {
  content: "";
  display: block;
  width: 52px;
  height: 26px;
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #eaeaea;
}
.field-switch label span:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #969595;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.field-switch [type="checkbox"] {
  display: none;
}
.field-switch [type="checkbox"]:checked + label span:before {
  right: 2px;
  transition: all 0.3s;
  background: #385ea4;
}
.field .date-container [type="date"] {
  border-color: #eaeaea;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 16px;
  box-shadow: none;
  font-size: 1.6rem;
}
.field .date-container [type="date"]:focus {
  box-shadow: none;
  outline: 0;
  border-color: #385ea4;
}
.field .date-container [type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url('../images/type-calendar.svg') no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.toolbar-account {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .toolbar-account {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-gap: 20px 0;
    -moz-gap: 20px 0;
    -ms-gap: 20px 0;
    gap: 20px 0;
  }
}
.toolbar-account .dataTables_paginate {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
}
.toolbar-account .dataTables_paginate a {
  cursor: pointer;
}
.toolbar-account .dataTables_paginate > span {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.toolbar-account .dataTables_paginate > span a {
  font-size: 1.6rem;
  color: #1d1d1b;
  margin: 0 2px;
}
@media only screen and (min-width: 768px) {
  .toolbar-account .dataTables_paginate > span a {
    font-size: 1.8rem;
  }
}
.toolbar-account .dataTables_paginate > span a.current {
  font-size: 1.8rem;
  font-weight: bold;
}
.toolbar-account .dataTables_paginate > a {
  font-size: 0;
}
.toolbar-account .dataTables_paginate > a:hover,
.toolbar-account .dataTables_paginate > a:active {
  border-bottom: 1px solid #385ea4;
  padding-right: 3px;
  text-decoration: none;
}
.toolbar-account .dataTables_paginate > a:before {
  font-family: 'vde-icons';
  font-size: 1.8rem;
  color: #385ea4;
  opacity: 1;
}
.toolbar-account .dataTables_paginate > a.first:before {
  content: '\e617' '\e617';
  letter-spacing: -8px;
  display: block;
  width: 25px;
}
.toolbar-account .dataTables_paginate > a.previous:before {
  content: '\e617';
}
.toolbar-account .dataTables_paginate > a.next:before {
  content: '\e608';
}
.toolbar-account .dataTables_paginate > a.last:before {
  content: '\e608' '\e608';
  letter-spacing: -8px;
  display: block;
  width: 25px;
}
.toolbar-account .dataTables_info {
  display: none;
}
.toolbar-account .dataTables_length label {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .toolbar-account .dataTables_length label {
    font-size: 1.8rem;
  }
}
.lib-qty .qty-cantidad {
  margin-left: 16px;
  border-radius: 16px;
  background: #eaeaea;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 128px;
  width: 100%;
  padding: 3px;
  height: 40px;
}
.lib-qty .qty-cantidad button,
.lib-qty .qty-cantidad .quote-details-items .actions-toolbar > .action {
  background: #385ea4;
  border-radius: 10px;
  width: 28px;
  height: 28px;
}
.lib-qty .qty-cantidad button:before,
.lib-qty .qty-cantidad .quote-details-items .actions-toolbar > .action:before {
  color: #ffffff;
}
.lib-qty .qty-cantidad input.qty {
  background: #eaeaea;
  color: #1d1d1b;
}
.lib-qty .qty-cantidad #qty-error {
  position: absolute;
  top: 33px;
  left: 0;
  line-height: 1;
  width: 100%;
  z-index: 1;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .lib-qty .qty-cantidad #qty-error {
    height: 40px;
  }
}
.lib-modal-like #popup-modal-like {
  text-align: center;
}
.lib-modal-like #popup-modal-unlike .unlike-txt p {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .lib-modal-like #popup-modal-unlike .unlike-txt p {
    font-size: 1.8rem;
  }
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture > label {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture > label {
    font-size: 1.8rem;
  }
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control > label {
  position: absolute;
  left: 0;
  top: 0;
  background: #f2cd50;
  border-radius: 16px;
  color: #1d1d1b;
  padding: 0 15px;
  border: 0;
  height: 40px;
  width: 180px;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  z-index: 10;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control > label:hover {
    opacity: .7;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control > label {
    font-weight: 600;
  }
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"] {
  width: 100%;
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button {
  background: transparent;
  border-radius: 16px;
  color: #ffffff;
  padding: 0 15px;
  border: 0;
  height: 40px;
  width: 180px;
  font-size: 1.6rem;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button:hover {
    opacity: .7;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control textarea {
  max-height: 80px;
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control textarea:focus {
  outline: 0;
  box-shadow: 0;
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input.mage-error {
  border: 0;
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .format {
  font-size: 1.4rem;
  color: #666666;
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .actions-toolbar {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.lib-modal-like #popup-modal-unlike .unlike-content__form .fieldset .actions-toolbar #message-red {
  font-size: 1.4rem;
  color: #ff0000;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.wolfsellers a.action.primary,
.wolfsellers button.action.primary,
.wolfsellers div.action.primary a,
.wolfsellers button.formbuilder-button,
.wolfsellers .quote-details-items .actions-toolbar > .action.action.primary,
.wolfsellers .quote-details-items .actions-toolbar > .action.formbuilder-button {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 44px;
  margin: 0;
  width: fit-content;
  white-space: nowrap;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .wolfsellers a.action.primary,
  .wolfsellers button.action.primary,
  .wolfsellers div.action.primary a,
  .wolfsellers button.formbuilder-button,
  .wolfsellers .quote-details-items .actions-toolbar > .action.action.primary,
  .wolfsellers .quote-details-items .actions-toolbar > .action.formbuilder-button {
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
  }
}
.wolfsellers a.action.primary span,
.wolfsellers button.action.primary span,
.wolfsellers div.action.primary a span,
.wolfsellers button.formbuilder-button span,
.wolfsellers .quote-details-items .actions-toolbar > .action.action.primary span,
.wolfsellers .quote-details-items .actions-toolbar > .action.formbuilder-button span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .wolfsellers a.action.primary span,
  .wolfsellers button.action.primary span,
  .wolfsellers div.action.primary a span,
  .wolfsellers button.formbuilder-button span,
  .wolfsellers .quote-details-items .actions-toolbar > .action.action.primary span,
  .wolfsellers .quote-details-items .actions-toolbar > .action.formbuilder-button span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 920px) {
  .wolfsellers a.action.primary:before,
  .wolfsellers button.action.primary:before,
  .wolfsellers div.action.primary a:before,
  .wolfsellers button.formbuilder-button:before,
  .wolfsellers .quote-details-items .actions-toolbar > .action.action.primary:before,
  .wolfsellers .quote-details-items .actions-toolbar > .action.formbuilder-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
    z-index: 0;
    transition: all 0.3s;
  }
  .wolfsellers a.action.primary:after,
  .wolfsellers button.action.primary:after,
  .wolfsellers div.action.primary a:after,
  .wolfsellers button.formbuilder-button:after,
  .wolfsellers .quote-details-items .actions-toolbar > .action.action.primary:after,
  .wolfsellers .quote-details-items .actions-toolbar > .action.formbuilder-button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(300deg, #559ad8 0%, #385ea4 100%);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
  }
}
.wolfsellers a.action.primary > span,
.wolfsellers button.action.primary > span,
.wolfsellers div.action.primary a > span,
.wolfsellers button.formbuilder-button > span,
.wolfsellers .quote-details-items .actions-toolbar > .action.action.primary > span,
.wolfsellers .quote-details-items .actions-toolbar > .action.formbuilder-button > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wolfsellers a.action.primary > span,
  .wolfsellers button.action.primary > span,
  .wolfsellers div.action.primary a > span,
  .wolfsellers button.formbuilder-button > span,
  .wolfsellers .quote-details-items .actions-toolbar > .action.action.primary > span,
  .wolfsellers .quote-details-items .actions-toolbar > .action.formbuilder-button > span {
    z-index: 2;
  }
}
.wolfsellers a.action.primary:hover,
.wolfsellers button.action.primary:hover,
.wolfsellers div.action.primary a:hover,
.wolfsellers button.formbuilder-button:hover,
.wolfsellers .quote-details-items .actions-toolbar > .action.action.primary:hover,
.wolfsellers .quote-details-items .actions-toolbar > .action.formbuilder-button:hover {
  transition: all 0.3s;
}
.wolfsellers a.action.primary:hover::after,
.wolfsellers button.action.primary:hover::after,
.wolfsellers div.action.primary a:hover::after,
.wolfsellers button.formbuilder-button:hover::after,
.wolfsellers .quote-details-items .actions-toolbar > .action.action.primary:hover::after,
.wolfsellers .quote-details-items .actions-toolbar > .action.formbuilder-button:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
body.wolfsellers-logged-user header.page-header .exchange-container {
  background: #eaeaea;
  color: #1d1d1b;
}
body.wolfsellers-logged-user header.page-header .exchange-container .exchange-header {
  margin-left: 15px;
}
@media (max-width: 1150px) {
  body.wolfsellers-logged-user header.page-header .header.content .lof-autosearch .ui-autocomplete-loading {
    background-position-x: 68%;
  }
}
@media (max-width: 1025px) {
  body.wolfsellers-logged-user header.page-header .header.content .lof-autosearch .ui-autocomplete-loading {
    background-position-x: 62%;
  }
}
@media (max-width: 860px) {
  body.wolfsellers-logged-user header.page-header .header.content .lof-autosearch .ui-autocomplete-loading {
    background-position-x: 48%;
  }
}
@media (max-width: 820px) {
  body.wolfsellers-logged-user header.page-header .header.content .lof-autosearch .ui-autocomplete-loading {
    background-position-x: 84%;
  }
}
body.wolfsellers-logged-user header.page-header .header.content .cont-loginaccount {
  padding-right: 18px;
}
html[lang="es"] .language .switcher-options .switcher-trigger > strong:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAABXFBMVEVHcEze1czAdW+Pt5I9eUVnl27jnJm9Vk709PQ9eUXIS0HHRjy5q5VRjlpYkWBWnl/MWE+iPzdJl1PU1NTe3t47eES+ubTHkY5Jg1D////NXFP////Nzc3////9/f3VeXHQ0NDNXFRKglJynHXPYlnc6t7IS0JBfEnAST9GgE/MVkzKUEaHqorJUUdDhUtFfU3w1dL+/v48eURKmFTIRz15TzHu7eXh1cf19O////9oQCrQ0rqgOTG9v57Aq6b5+Pfc695Hk1G/Qzn7+/rMzMxJl1OwvbJUnl3U49jb29vl4MTp59aKX0OpmIyOdGPRw7nl5eXQ0NDX1dPoyLbTz7SaZz7An36trotZNyShw79ooJ9Ag0k9fkawPTWhPTXNzc3JtrGvuZWndEfMrYvYxJbOoGVfk5CSsaqYonXGx7SoPTV+y91Di0xEfUvx1NHn3NTBlWXJTEKgvrrRuX6ml/MVAAAAMXRSTlMAEIAQ8IAQoCDQ0O8goGt/f/DvsHDA0FCAb4C/0M+vcMCwYFBQz8Cw8LBQf2DAn4DP9IxYTAAAAgNJREFUeF590mV32zAUgOHrLFmoSZtyV1jHDDJCkJkZytwx/P9zZjteFCmx38/PuVdHEpB5dg529xVlf/dgxwOWPVh+oeDQ55WHFmw1n1Bm+vHb/24BDa5yHA153v+WdssctwBqrZBrA5wV5N2z6z9mLaAhsdv+Zgfx9qdskrOD/HPzgM6jrD30T475iR1z9pB/NBloC/HIbdYW4pFeGiL5p4go6ANYYkmYjku9biUmk5BfgiAFS+2Li646qCISPoZXGsTXg5B4ddkVVFWQEAGfwIYG8YWjktTpVQaCINTiBHwJXh3+f8KCLHeuepqqVmoyAX3A6o1NeB5uh/9eVwbqWax6f6lBnAbx7ny4lBnVpXpNUKstqU1CL4t35wtRcXgzGt3d3dbLUWr1hgGPkgZMlDuJr8P+zZ/bQkkk4Ad4w5qnNGA6HC3krn8Ny9EwfT1BdlIyq0MFlfvnuft+VKYvXH9Cc7kBFSSLLUmMo7knBK8px8ms9e/xAYCLnUpr6DA+7lRyVvA1A3ikLgtoIUw5QI+Zjvyea8TRHEwdhxgweoZhptlII4Qw1FgksgVmLgwzmWaxIWtYh6nU8ZdIJOKAaQEMjZqtYrF4piGtEzfgmMAU4mInBnQzMJvLCjqA6r1zEQxtwVyMy0nDkAOvJenmLNwkGJVnfe1w7/R073Bt3UOCf3HqJ7hqSV5aAAAAAElFTkSuQmCC');
}
html[lang="en"] .language .switcher-options .toggle.switcher-trigger > strong:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAABKVBMVEVHcEwvM7FsFzZfX4v18POuJSWxJSX////NDAz4+PirIyP7+fnAJSWzJiYuMZSIGxvoKSnCJCS7uLjy8fcwNKRJTabBv7+uIyOxJCSuOTnpKSmyIyO6t7e3trbpKCgtL63////69/dpaZsqLaPpKSknKofmJia/vr769fX7+fmzs7PNzeYjI3wtMK68uro2O462tbX6+PjoKSn59/cWIW4qL69fYp1VVZH6+fkqL6/BwcG0JycmKokrMK9CRrc3PLQnK5XpKyvu7u7m5ubHyOj7+/u1t+FgZMJJTrpTV70rL4vFxcXU1NTJycnk5PLV1u3AJyfc3Nxuccfc3e86PY+kpbeKi63g4fHiKir57u6ipdqEhs+1OjrIKCjQKzt8f8zf1eWXmdXBwMB3FewKAAAAOXRSTlMA/g4Ha9fxBQbrfclj/YUbjEujtbnooKK9hOqLRodzZxBMbI/L0jXuNYtfPlBJvfLWeayRF/z9of5cLnx1AAABvklEQVR4XoXT526jQBSG4QM2duIS12z6rtPr9sah495LeraW+7+InQF7gDCY9wcS0iPBN9JAMPH1YbUiy9nK+X4NIku8qn5GxIeWk5xNpiOYYF53TQZJqzx6uY7YmTR7LmT07LlLfhMQzXYTEf88+UsGP7tmGDqiYHQJ/2UHKq744CGyGPSk59Ys1HVqBB60Xy7clYbY61HTMXnQPnFdYl0T/o5vOojfxze/dQ7cdn/zoG+hOZmv1unxhHKmi28pZKu5cDVNl2iahV5c2HpP4LELndV6FMwCfPrSp7DLVnNhqwYHd/e3lnDdbBNJnh26mlMJvt7d9zU0xm0B0WhOBOTDIlT7txSa89VmBPxAtpDQKwIegUazYqEN/xTSoBWXDO8UWj0OZuGNA0dxsAJlxakRAz/ChQsH8nK4D4W86jS1lyYCSKrbz2XuCAAyKkfyro2YWsjpIwPcu5BRY2UOaIlTZdGAnhL/JtB2Fa9RmNaHuzBvT/E1mNX9rDFU9oD1Qgk0GjbqtMZsSN7K4JVmMlw5Af62fkS0Bc8qpVROqRKEWsmEaCojAi9xR/IzaYexcIXcxqaUz0ubG7lCEPwHrN83LDRiavMAAAAASUVORK5CYII=');
}
@media only screen and (min-width: 768px) {
  header.page-header {
    background-color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 9999;
    width: 100%;
    border-radius: 16px;
    max-width: 1600px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  }
}
@supports (-webkit-touch-callout: none) {
  background: #ffffff;
}
header.page-header .panel.wrapper {
  background: #eaeaea;
  color: #1d1d1b;
}
header.page-header .panel.wrapper .panel.header {
  padding: 0 10px 10px;
}
@media (min-width: 769px) {
  header.page-header .panel.wrapper .panel.header {
    padding: 0 20px;
  }
}
header.page-header .panel.wrapper .panel.header .language {
  margin-right: 0;
  line-height: 1;
}
header.page-header .panel.wrapper .panel.header .language .switcher-options .switcher-trigger {
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
}
header.page-header .panel.wrapper .panel.header .language .switcher-options .switcher-trigger > strong {
  font-weight: bold;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
}
header.page-header .panel.wrapper .panel.header .language .switcher-options .switcher-trigger > strong:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 20px;
  height: 20px;
}
header.page-header .panel.wrapper > .header {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header.page-header .panel.wrapper > .header:before,
header.page-header .panel.wrapper > .header:after {
  display: none;
}
header.page-header .panel.wrapper > .header .contentarea {
  display: none;
}
header.page-header .panel.wrapper > .header > .pagebuilder-column-group {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-self: center !important;
  -moz-align-self: center !important;
  -ms-align-self: center !important;
  align-self: center !important;
}
@media (min-width: 769px) {
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group {
    margin: 6px 0;
  }
}
header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
@media only screen and (min-width: 768px) {
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column:not(.date) {
    width: 45.8% !important;
  }
}
header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column p {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column p {
    font-size: 1rem !important;
  }
}
@media only screen and (min-width: 768px) {
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column p {
    font-size: 1.4rem;
  }
}
header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column .block-banners {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column .block-banners .envios {
    margin-left: initial;
  }
}
header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column .block-banners .envios p {
  margin: 0;
  line-height: 1;
  display: flex;
  text-decoration: none;
}
header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column .block-banners .envios p:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e911';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media (min-width: 769px) {
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column .block-banners .envios p {
    display: flex;
    text-decoration: none;
  }
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column .block-banners .envios p:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem;
    line-height: inherit;
    color: #385ea4;
    content: '\e911';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column .block-banners .envios p {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-right: 50px;
    white-space: nowrap;
  }
}
header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date {
  -webkit-justify-content: start !important;
  -moz-justify-content: start !important;
  -ms-justify-content: start !important;
  justify-content: start !important;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date ~ .pagebuilder-column {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 768px) {
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date {
    position: relative;
    width: 75px !important;
    margin-right: 0px;
    padding-right: 0px;
    border: 1px solid #eaeaea;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date:before {
    content: "TC USD";
    font-weight: bold;
    font-size: 1rem;
  }
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date:after {
    content: '\e622';
    font-family: 'vde-icons';
    font-size: 1.2rem;
    color: #969595;
    position: absolute;
    left: 42px;
    top: 1px;
  }
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date > .date-cont {
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 110px;
    background: #ffffff;
    padding: 5px;
    z-index: 99;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    display: none;
    border-radius: 8px 8px 0 0;
  }
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date > .change-cont {
    position: absolute;
    left: 0;
    bottom: -48px;
    width: 110px;
    background: #ffffff;
    padding: 5px;
    z-index: 99;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    display: none;
    border-radius: 0 0 8px 8px;
  }
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date > .change-cont strong {
    font-size: 1rem;
  }
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date.open:after {
    content: '\e621';
  }
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date.open > [data-content-type="html"],
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date.open > [data-content-type="text"] {
    display: block;
  }
}
@media only screen and (max-width: 768px) and only screen and (min-width: 768px) {
  header.page-header .panel.wrapper > .header > .pagebuilder-column-group .pagebuilder-column.date > .change-cont strong {
    font-size: 1.4rem;
  }
}
header.page-header .header.content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 10px;
  max-width: none;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
}
@media (min-width: 769px) {
  header.page-header .header.content {
    -webkit-gap: 10px;
    -moz-gap: 10px;
    -ms-gap: 10px;
    gap: 10px;
    padding: 10px 20px;
    height: 92px;
  }
}
header.page-header .header.content:after,
header.page-header .header.content:before {
  display: none;
}
header.page-header .header.content .content-logo {
  width: 24%;
}
header.page-header .header.content .content-logo .logo {
  margin: 0;
  max-width: none;
}
header.page-header .header.content .content-logo .logo img {
  width: 100%;
  max-width: 80px;
}
@media (min-width: 769px) {
  header.page-header .header.content .content-logo .logo img {
    max-width: 140px;
  }
}
header.page-header .header.content .lof-autosearch {
  margin-left: 0;
  margin-bottom: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
header.page-header .header.content .lof-autosearch .ui-autocomplete-loading {
  background-position-x: 67%;
}
@media (min-width: 921px) {
  header.page-header .header.content .lof-autosearch .ui-autocomplete-loading {
    background-position-x: 75%;
  }
}
@media (max-width: 820px) {
  header.page-header .header.content .lof-autosearch .ui-autocomplete-loading {
    background-position-x: 84%;
  }
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .lof-autosearch {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header.page-header .header.content .lof-autosearch {
    margin-left: auto;
    max-width: 30px;
  }
}
header.page-header .header.content .lof-autosearch > form {
  width: 100%;
  max-width: 565px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu {
    top: 35px !important;
  }
}
header.page-header .header.content .lof-autosearch > form .lof-search.control {
  width: 100%;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper {
  position: relative;
  z-index: 10000;
  display: flex;
  text-decoration: none;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper:after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .button-search {
  color: #ffffff;
  right: 0;
  top: 0;
  border: 1px solid #707070;
  transition: all 0.3s;
  opacity: 1;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  height: 37px;
  margin: 0;
  width: fit-content;
  white-space: nowrap;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .button-search {
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
  }
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .button-search span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .button-search span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 920px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .button-search:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
    z-index: 0;
    transition: all 0.3s;
  }
  header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .button-search:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(300deg, #559ad8 0%, #385ea4 100%);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
  }
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .button-search > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .button-search > span {
    z-index: 2;
  }
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .button-search:hover {
  transition: all 0.3s;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .button-search:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .button-search {
    display: none !important;
  }
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .search.clear {
  width: 22px;
  height: 22px;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 100%;
  background: #385ea4;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .search.clear .icon-remove:before {
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 22px;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .input-text {
  padding-left: 50px;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .input-text:focus {
  border-color: #eaeaea;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .input-text.ui-autocomplete-loading ~ .button-search {
  transition: all 0.3s;
}
@media (max-width: 820px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper .input-text.ui-autocomplete-loading ~ .button-search {
    opacity: 0;
  }
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper.active > .input-text.ui-autocomplete-input {
  border-bottom: 0;
  border-radius: 16px 16px 16px 0;
}
@media only screen and (max-width: 768px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper.active > .input-text.ui-autocomplete-input {
    border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 820px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper.active .button-search {
    display: none !important;
  }
}
header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper.active .search.clear {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  position: absolute;
  right: 94px;
  top: 10px;
}
@media (max-width: 820px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control .search-wrapper.active .search.clear {
    right: 10px;
  }
}
header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu {
  top: 25px !important;
  border: 1px solid #eaeaea;
  border-radius: 0 0 16px 16px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 920px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu {
    width: 98% !important;
  }
}
@media only screen and (max-width: 768px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu {
    width: 96% !important;
    overflow-y: auto;
    margin-top: 10px;
    border-top: none;
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
    border: 1px solid #eaeaea;
  }
}
header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu li .product {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu li .product > .image {
  max-width: 90px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  overflow: hidden;
  max-height: 90px;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu li .product > .image img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu li .product > .image {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu li .product > .image img {
  float: left;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu li .product > .info > div:not(.name) {
  font-size: 1.4rem;
  color: #1d1d1b;
  font-weight: normal;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu li .product > .info .name a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1d1d1b;
}
header.page-header .header.content .lof-autosearch > form .lof-search.control > ul.ui-menu li .search-results.result-col.result-category.ui-menu-item-wrapper {
  display: none;
}
header.page-header .header.content .lof-autosearch > form ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
header.page-header .header.content .lof-autosearch > form ul:not(.con-categorias) li:first-child {
  padding-top: 45px;
  border-top: none;
}
header.page-header .header.content .lof-autosearch > form ul li .search-results {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.page-header .header.content .lof-autosearch > form ul li .search-results hr {
  display: none;
}
header.page-header .header.content .lof-autosearch > form ul li .search-results h3 {
  font-size: 2.4rem;
}
header.page-header .header.content .lof-autosearch > form ul li .search-results .catalog-category.category {
  font-size: 1.8rem;
}
header.page-header .header.content .lof-autosearch > form ul li .search-results .catalog-category.category .info a {
  color: #385ea4;
  line-height: 1.5;
}
header.page-header .header.content .lof-autosearch > form ul li:first-child {
  padding-top: 0px;
  border-top: 1px solid #eeeeee;
}
header.page-header .header.content .lof-autosearch > form ul li:last-child {
  margin-top: 0;
  padding-top: 0;
}
header.page-header .header.content .lof-autosearch > form ul li .smore {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  padding-top: 0;
}
header.page-header .header.content .lof-autosearch > form ul li .smore .s-info {
  color: #969595;
  font-size: 1.4rem;
}
header.page-header .header.content .lof-autosearch.active .ui-menu {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
header.page-header .header.content .lof-autosearch.active .ui-menu:not(.con-categorias) li:first-child {
  order: initial;
  border-top: none;
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .lof-autosearch.active .ui-menu:not(.con-categorias) li:first-child {
    padding-top: 45px;
  }
}
header.page-header .header.content .lof-autosearch.active .ui-menu li .search-results {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.page-header .header.content .lof-autosearch.active .ui-menu li .search-results hr {
  display: none;
}
header.page-header .header.content .lof-autosearch.active .ui-menu li .search-results h3 {
  display: none;
}
header.page-header .header.content .lof-autosearch.active .ui-menu li .search-results .catalog-category.category {
  font-size: 1.8rem;
}
header.page-header .header.content .lof-autosearch.active .ui-menu li .search-results .catalog-category.category .info a {
  color: #385ea4;
  line-height: 1.5;
}
header.page-header .header.content .lof-autosearch.active .ui-menu li:first-child {
  padding-top: 0px;
  border-top: 1px solid #eeeeee;
}
header.page-header .header.content .lof-autosearch.active .ui-menu li:last-child {
  margin-top: 0;
  padding-top: 0;
}
header.page-header .header.content .lof-autosearch.active .ui-menu li .smore {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
}
header.page-header .header.content .lof-autosearch.active .ui-menu li .smore .s-info {
  color: #969595;
  font-size: 1.4rem;
}
@media only screen and (max-width: 480px) {
  header.page-header .header.content .block-welcome-mobile {
    display: none !important;
  }
}
header.page-header .header.content .cont-loginaccount {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
header.page-header .header.content .cont-loginaccount .loguser.log.in,
header.page-header .header.content .cont-loginaccount .loguser.log.out {
  display: block !important;
}
header.page-header .header.content .cont-loginaccount .loguser *:not(span),
header.page-header .header.content .cont-loginaccount .loguser > div:not(span) {
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .cont-loginaccount .loguser *:not(span):hover,
  header.page-header .header.content .cont-loginaccount .loguser > div:not(span):hover {
    opacity: 1;
  }
}
header.page-header .header.content .cont-loginaccount .loguser > div a {
  cursor: pointer;
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown .txt-company,
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown .txt-welcome {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown .txt-welcome {
  white-space: nowrap;
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown .txt-company {
  width: 100%;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  header.page-header .header.content .cont-loginaccount .loguser > div .dropdown .txt-company {
    display: none;
  }
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown .icon-down {
  font-size: 1.8rem;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 35px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown .icon-down:before {
  content: '\e622';
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .cont-loginaccount .loguser > div .dropdown .icon-down:before {
    margin: 0 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .cont-loginaccount .loguser > div .dropdown:hover * {
    color: #578ff7;
    opacity: 1;
  }
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options {
  background: #ffffff;
  border-radius: 0;
  border: 0;
  width: auto;
  padding: 10px 20px;
  position: absolute;
  top: 40px;
  right: -88px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options {
    width: 332px;
    right: -210px;
    top: 40px;
  }
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options li {
  margin: 0;
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options li:not(:last-child) a {
  border-bottom: 1px solid #eaeaea;
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options li a {
  padding: 5px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 10px;
  -moz-gap: 0 10px;
  -ms-gap: 0 10px;
  gap: 0 10px;
  line-height: normal;
  cursor: pointer;
  color: #1d1d1b;
  padding-left: 0;
  font-size: 1.6rem;
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options li a [class*="icon-"] {
  margin: 0;
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options li a [class*="icon-"]:before {
  font-size: 2.8rem;
  color: #969595;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options li a {
    padding: 10px 5px 10px 0;
    font-size: 1.8rem;
  }
  header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options li a:hover {
    background: #ffffff;
    color: #578ff7;
  }
}
header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options li.logout a [class*="icon-"]:before {
  color: #385ea4;
}
header.page-header .header.content .cont-loginaccount .loguser > div.active .dropdown-options {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
header.page-header .header.content .cont-loginaccount .icon-account {
  font-size: 2.8rem;
  margin-left: 5px;
}
header.page-header .header.content .cont-loginaccount .icon-account:before {
  color: #385ea4;
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .cont-loginaccount .icon-account {
    font-size: 2.4rem;
  }
}
header.page-header .header.content .cont-loginaccount ~ li a {
  display: block;
  width: 100%;
  max-width: 138px;
  background: #f2cd50;
  padding: 0 15px;
  border-radius: 16px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  height: 28px;
  white-space: nowrap;
  color: #1d1d1b;
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .cont-loginaccount ~ li a {
    margin-left: 10px;
    font-size: 1.8rem;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  header.page-header .header.content .cont-loginaccount ~ li a {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .link-compare {
    margin: 0 5px;
  }
}
header.page-header .header.content .link-compare a.tocompare {
  display: flex;
  text-decoration: none;
}
header.page-header .header.content .link-compare a.tocompare > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header .header.content .link-compare a.tocompare:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e904';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
header.page-header .header.content .minicart-wrapper {
  margin-left: 0;
}
header.page-header .header.content .minicart-wrapper a.showcart {
  padding-right: 5px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 5px;
  -moz-gap: 5px;
  -ms-gap: 5px;
  gap: 5px;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .minicart-wrapper a.showcart:hover {
    color: #578ff7;
    opacity: 1;
  }
  header.page-header .header.content .minicart-wrapper a.showcart:hover:before {
    color: #578ff7;
    opacity: 1;
  }
}
header.page-header .header.content .minicart-wrapper a.showcart span.text {
  display: none;
}
header.page-header .header.content .minicart-wrapper a.showcart:before {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #385ea4;
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .minicart-wrapper a.showcart:before {
    font-size: 2.4rem;
    line-height: 2.4rem;
    order: 3;
  }
}
header.page-header .header.content .minicart-wrapper a.showcart > .text {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  order: 2;
}
header.page-header .header.content .minicart-wrapper a.showcart span.counter.qty {
  order: 1;
  background: #f2cd50;
  float: left;
  border-radius: 100%;
  position: absolute;
  right: -5px;
  top: -18px;
  margin: 0;
  min-width: auto;
  width: 27px;
  height: 27px;
  line-height: 25px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #385ea4;
  border: 1px solid #385ea4;
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .minicart-wrapper a.showcart span.counter.qty {
    width: 27px;
    height: 27px;
    line-height: 25px;
    font-size: 0.8rem;
  }
}
header.page-header .header.content .minicart-wrapper a.showcart span.counter.qty .counter-number {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-shadow: none;
}
.wolfsellers footer {
  background: transparent;
  padding-bottom: 0;
}
.wolfsellers footer .footer.content {
  padding-top: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.wolfsellers footer .footer.content .footer-newsletter {
  max-width: 315px;
  margin: auto;
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  background-size: 245px !important;
  background-position: bottom center !important;
  background-color: #eaeaea;
  position: relative;
  z-index: 2;
  margin-bottom: -135px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers footer .footer.content .footer-newsletter {
    background-size: 316px !important;
    background-position: bottom right !important;
    max-width: 796px;
    margin-bottom: -100px;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers footer .footer.content .footer-newsletter {
    padding-bottom: 95px;
  }
}
.wolfsellers footer .footer.content .footer-newsletter .block-static-block {
  width: 100%;
  padding: 0 20px;
}
.wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter {
  width: 100%;
  max-width: none;
}
.wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .title {
  display: block;
  width: 100%;
}
.wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .title strong {
  font-size: 2.8rem;
  color: #385ea4;
}
@media only screen and (min-width: 768px) {
  .wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .title strong {
    font-size: 3.2rem;
  }
}
.wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .title p {
  font-size: 1.6rem;
  max-width: 380px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .title p {
    font-size: 1.8rem;
  }
}
.wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .content form.subscribe {
  position: relative;
  max-width: 408px;
}
.wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .content form.subscribe .field.newsletter {
  max-width: none;
  width: 100%;
}
.wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .content form.subscribe .field.newsletter .control:before {
  display: none;
}
.wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .content form.subscribe .field.newsletter .control label input {
  padding-left: 10px;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .content form.subscribe .field.newsletter .control label input::placeholder {
    font-size: 1.2rem;
  }
}
.wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .content form.subscribe .actions button.subscribe,
.wolfsellers footer .footer.content .footer-newsletter .block-static-block .footer-neswletter-content .block.newsletter .content form.subscribe .actions .quote-details-items .actions-toolbar > .action.subscribe {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 38px;
}
.wolfsellers footer .footer-content-bottom {
  padding: 140px 20px 50px 20px;
  border-radius: 40px 40px 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .wolfsellers footer .footer-content-bottom {
    background-size: contain !important;
    background-position: center bottom 0 !important;
    background-color: #ffffff;
    padding-top: 155px;
    margin: 0 -10px;
  }
}
.wolfsellers footer .footer-content-bottom > div {
  max-width: 1095px !important;
}
@media only screen and (min-width: 768px) {
  .wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group {
    -webkit-gap: 0 30px;
    -moz-gap: 0 30px;
    -ms-gap: 0 30px;
    gap: 0 30px;
  }
}
.wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-left > figure {
  max-width: 136px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-left > figure {
    max-width: 216px;
    margin-right: 15px;
  }
}
.wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-left > [data-content-type="text"] {
  font-size: 1.6rem;
  margin-top: 15px;
  max-width: 385px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-left > [data-content-type="text"] {
    font-size: 1.8rem;
  }
}
.wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-left .social .block-static-block {
  float: left;
}
.wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-left .social .block-static-block .pagebuilder-column-group {
  -webkit-gap: 0 10px;
  -moz-gap: 0 10px;
  -ms-gap: 0 10px;
  gap: 0 10px;
}
.wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-left .social .block-static-block .pagebuilder-column-group .pagebuilder-column {
  max-width: 48px;
  margin-right: 10px;
}
.wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right {
  margin-top: auto;
}
.wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right .block-static-block {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right .block-static-block {
    margin-bottom: 55px;
  }
}
.wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right .block-static-block .pagebuilder-column-group {
  -webkit-gap: 0 10%;
  -moz-gap: 0 10%;
  -ms-gap: 0 10%;
  gap: 0 10%;
}
.wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right .block-static-block .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 10px 20px;
  -moz-gap: 10px 20px;
  -ms-gap: 10px 20px;
  gap: 10px 20px;
}
.wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right .block-static-block .pagebuilder-column-group .pagebuilder-column {
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right .block-static-block .pagebuilder-column-group .pagebuilder-column {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
    width: calc(100% / 2 - 10px) !important;
  }
}
.wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right .block-static-block .pagebuilder-column-group .pagebuilder-column a.pagebuilder-button-link {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  color: #1d1d1b;
  font-weight: normal;
  line-height: 1;
  text-align: left !important;
}
@media only screen and (min-width: 768px) {
  .wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right .block-static-block .pagebuilder-column-group .pagebuilder-column a.pagebuilder-button-link {
    font-size: 1.8rem;
  }
  .wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right .block-static-block .pagebuilder-column-group .pagebuilder-column a.pagebuilder-button-link:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right .footer-links .pagebuilder-column-line .pagebuilder-column:nth-child(1) {
    order: -1;
  }
  .wolfsellers footer .footer-content-bottom > div .pagebuilder-column-group .pagebuilder-column.blq-right .footer-links .pagebuilder-column-line .pagebuilder-column:nth-child(2) {
    order: 2;
    margin-top: 15px;
  }
}
.wolfsellers .copyright {
  max-width: 1600px;
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .copyright {
    width: 100%;
    margin: auto;
  }
}
.productname,
.products-grid:not(.wishlist) ol.product-items .product-item-name a,
.product-items ol.product-items .product-item-name a,
.comparison ol.product-items .product-item-name a,
[data-appearance="carousel"] ol.product-items .product-item-name a,
.products-grid:not(.wishlist) .table-comparison .product-item-name a,
.product-items .table-comparison .product-item-name a,
.comparison .table-comparison .product-item-name a,
[data-appearance="carousel"] .table-comparison .product-item-name a,
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-name a,
.product-items ol.product-items li.product-item > div .product-item-name a,
.comparison ol.product-items li.product-item > div .product-item-name a,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-name a,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-name a,
.product-items .table-comparison li.product-item > div .product-item-name a,
.comparison .table-comparison li.product-item > div .product-item-name a,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-name a,
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-name a.product-item-link,
.product-items ol.product-items li.product-item > div .product-item-name a.product-item-link,
.comparison ol.product-items li.product-item > div .product-item-name a.product-item-link,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-name a.product-item-link,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-name a.product-item-link,
.product-items .table-comparison li.product-item > div .product-item-name a.product-item-link,
.comparison .table-comparison li.product-item > div .product-item-name a.product-item-link,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-name a.product-item-link {
  font-size: 1.6rem;
  color: #1d1d1b;
  font-weight: bold;
  margin: 0;
}
.productprice-regular,
.products-grid:not(.wishlist) ol.product-items .price-box,
.product-items ol.product-items .price-box,
.comparison ol.product-items .price-box,
[data-appearance="carousel"] ol.product-items .price-box,
.products-grid:not(.wishlist) .table-comparison .price-box,
.product-items .table-comparison .price-box,
.comparison .table-comparison .price-box,
[data-appearance="carousel"] .table-comparison .price-box,
.products-grid:not(.wishlist) ol.product-items li.product-item > div .price-box,
.product-items ol.product-items li.product-item > div .price-box,
.comparison ol.product-items li.product-item > div .price-box,
[data-appearance="carousel"] ol.product-items li.product-item > div .price-box,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .price-box,
.product-items .table-comparison li.product-item > div .price-box,
.comparison .table-comparison li.product-item > div .price-box,
[data-appearance="carousel"] .table-comparison li.product-item > div .price-box {
  font-size: 1.4rem;
  color: #1d1d1b;
  margin: 10px 0;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .productprice-regular,
  .products-grid:not(.wishlist) ol.product-items .price-box,
  .product-items ol.product-items .price-box,
  .comparison ol.product-items .price-box,
  [data-appearance="carousel"] ol.product-items .price-box,
  .products-grid:not(.wishlist) .table-comparison .price-box,
  .product-items .table-comparison .price-box,
  .comparison .table-comparison .price-box,
  [data-appearance="carousel"] .table-comparison .price-box,
  .products-grid:not(.wishlist) ol.product-items li.product-item > div .price-box,
  .product-items ol.product-items li.product-item > div .price-box,
  .comparison ol.product-items li.product-item > div .price-box,
  [data-appearance="carousel"] ol.product-items li.product-item > div .price-box,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div .price-box,
  .product-items .table-comparison li.product-item > div .price-box,
  .comparison .table-comparison li.product-item > div .price-box,
  [data-appearance="carousel"] .table-comparison li.product-item > div .price-box {
    font-size: 1.8rem;
  }
}
.productprice-old,
.products-grid:not(.wishlist) ol.product-items .price-box .old-price,
.product-items ol.product-items .price-box .old-price,
.comparison ol.product-items .price-box .old-price,
[data-appearance="carousel"] ol.product-items .price-box .old-price,
.products-grid:not(.wishlist) .table-comparison .price-box .old-price,
.product-items .table-comparison .price-box .old-price,
.comparison .table-comparison .price-box .old-price,
[data-appearance="carousel"] .table-comparison .price-box .old-price,
.products-grid:not(.wishlist) ol.product-items li.product-item > div .price-box .old-price,
.product-items ol.product-items li.product-item > div .price-box .old-price,
.comparison ol.product-items li.product-item > div .price-box .old-price,
[data-appearance="carousel"] ol.product-items li.product-item > div .price-box .old-price,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .price-box .old-price,
.product-items .table-comparison li.product-item > div .price-box .old-price,
.comparison .table-comparison li.product-item > div .price-box .old-price,
[data-appearance="carousel"] .table-comparison li.product-item > div .price-box .old-price {
  font-size: 1.2rem;
  color: #cccccc;
  font-weight: bold;
  margin: 0 0 0 10px;
  text-decoration: line-through;
}
body.brand-brand-view .top-container {
  text-align: center;
  background: #ffffff;
  border-radius: 15px;
  margin: 15px auto 10px;
}
body.brand-brand-view .top-container .page-title-wrapper {
  display: none;
}
body.brand-brand-view .top-container .m-brand-additional-info {
  margin: 10px auto 0;
  padding: 5px 15px;
}
body.brand-brand-view .top-container .m-brand-additional-info .brand-features {
  display: none;
}
body.wolfsellers-guest-user .page-main .column.main .grid.products-grid ol.products.list.items.product-items li.item.product.product-item .product-item-details .product-item-inner .actions-primary > .stock {
  display: none;
}
body.wolfsellers-guest-user .page-main .column.main .grid.products-grid ol.products.list.items.product-items li.item.product.product-item .product-item-details .product-item-name .product-item-link {
  height: 40px;
  line-height: 20px;
}
body.wolfsellers-guest-user .page-main .column.main .list.products-list ol.product-items li.product-item .actions-primary .field.qty {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.wolfsellers-guest-user .page-main .column.main .list.products-list ol.product-items li.product-item .actions-primary button.primary.tocart,
body.wolfsellers-guest-user .page-main .column.main .list.products-list ol.product-items li.product-item .actions-primary .quote-details-items .actions-toolbar > .action.primary.tocart {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.wolfsellers-logged-user .page-main .column.main .products-list ol.product-items .actions-primary button.primary.view,
body.wolfsellers-logged-user .page-main .column.main .products-list ol.product-items .actions-primary .quote-details-items .actions-toolbar > .action.primary.view {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid:not(.wishlist) {
  margin-bottom: 25px;
}
.products-grid:not(.wishlist) ol.products.list.items.product-items li.item.product.product-item .product-item-info .actions-secondary {
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .products-grid:not(.wishlist) ol.products.list.items.product-items li.item.product.product-item .product-item-info .actions-secondary {
    height: 40px;
  }
}
@media only screen and (min-width: 820px) {
  .products-grid:not(.wishlist) ol.products.list.items.product-items li.item.product.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary {
    bottom: -28px;
    height: 40px;
    transition: ease 0.2s;
  }
}
@media only screen and (min-width: 768px) {
  .page-products p.message {
    margin-top: 15px;
  }
}
.page-products .search.results dl.block.mst-search__misc-recommendations {
  display: block;
}
.page-products.filter-active .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle {
  display: block !important;
}
.page-products .breadcrumbs {
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .page-products .page-main .columns .column.main {
    margin-top: 40px;
  }
  .page-products .page-main .columns .column.main > .category-cms {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-main {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .page-products .page-main .columns {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .columns {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .curvas-operacion {
    order: 2;
    margin-top: -35px;
  }
}
.page-products .page-main .curvas-operacion .curvas-container {
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .page-products .page-main .curvas-operacion .curvas-container {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .page-products .page-main .curvas-operacion .curvas-container {
    margin: 0 0 15px;
    padding: 20px 20px;
  }
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure {
  margin: 0;
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .block-title-curvas {
  font-size: 2rem;
  color: #1d1d1b;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 16px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .block-title-curvas {
    font-size: 2.4rem;
    margin: 0 0 20px;
    padding: 0 0 16px;
  }
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .block-title-curvas strong,
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .block-title-curvas span {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .highcharts-legend > div {
    top: -3px !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .highcharts-legend-item {
    width: 100%;
    left: 0 !important;
  }
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .highcharts-legend-item span {
  white-space: nowrap !important;
  text-overflow: initial !important;
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .highcharts-legend-item span > span.check {
  font-family: 'vde-icons' !important;
  font-size: 1.2rem !important;
  border: 1px solid #969595;
  height: 20px;
  width: 20px;
  max-height: none;
  min-height: auto;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
  border-radius: 4px;
  color: #385ea4;
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .highcharts-legend-item.highcharts-legend-item-hidden span > span.check {
  color: #ffffff;
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .highcharts-axis-labels text {
  font-size: 1.2rem !important;
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .highcharts-axis text {
  font-size: 1.4rem !important;
  font-weight: bold;
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .highcharts-contextmenu .highcharts-menu {
  border-radius: 16px !important;
  box-shadow: #eaeaea 3px 3px 10px !important;
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .highcharts-contextmenu .highcharts-menu li.highcharts-menu-item {
  font-size: 1.6rem !important;
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .group-selects {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .group-selects {
    margin-top: 20px;
  }
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .group-selects .altura {
  margin-right: 20px;
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .group-selects .altura label {
  font-size: 1.6rem;
  margin-bottom: 5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .group-selects .altura label {
    font-size: 1.8rem;
  }
}
.page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .group-selects .caudal label {
  font-size: 1.6rem;
  margin-bottom: 5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-products .page-main .curvas-operacion .curvas-container .highcharts-figure .group-selects .caudal label {
    font-size: 1.8rem;
  }
}
.page-products .page-main .search.results dl.block.mst-search__misc-recommendations {
  float: left;
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  margin-bottom: 20px;
}
.page-products .page-main .search.results dl.block.mst-search__misc-recommendations .title {
  width: 100%;
  font-size: 1.8rem;
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .search.results dl.block.mst-search__misc-recommendations .title {
    font-size: 1.6rem;
  }
}
.page-products .page-main .search.results dl.block.mst-search__misc-recommendations .item {
  border: 1px solid #969595;
  padding: 10px;
  border-radius: 16px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .search.results dl.block.mst-search__misc-recommendations .item {
    padding: 5px;
    margin-bottom: 10px;
  }
}
.page-products .page-main .search.results dl.block.mst-search__misc-recommendations .item a {
  color: #969595;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .search.results dl.block.mst-search__misc-recommendations .item a {
    font-size: 1.6rem;
  }
}
.page-products .page-main .search.results dl.block.mst-search__misc-recommendations .item:hover {
  background: #969595;
}
.page-products .page-main .search.results dl.block.mst-search__misc-recommendations .item:hover a {
  color: #ffffff;
}
.page-products .page-main .page-title-wrapper h1.page-title {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .page-title-wrapper h1.page-title {
    margin-bottom: 10px !important;
  }
}
.page-products .page-main .sidebar.sidebar-main {
  padding: 0;
}
.page-products .page-main .sidebar.sidebar-main .block.filter {
  margin-top: 20px;
}
.page-products .page-main .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle {
  font-size: 1.8rem;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 300;
  border-bottom: none;
  display: inline-block;
  text-decoration: none;
}
.page-products .page-main .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e901';
  font-family: 'vde-icons';
  margin: 0 1rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .sidebar.sidebar-main .block.filter .block-content.filter-content .block-subtitle {
    display: none !important;
  }
}
.page-products .page-main .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options {
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options {
    border-radius: 0;
  }
}
.page-products .page-main .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item {
  padding-bottom: 5px;
  padding-top: 10px;
}
.page-products .page-main .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
  padding: 3px 40px 10px 10px;
  font-size: 1.8rem;
  text-transform: capitalize;
}
@media (min-width: 769px) {
  .page-products .page-main .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .mst-nav__label .items li {
    padding-left: 20px;
  }
  .page-products .page-main .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .mst-nav__label .items li a {
    display: block;
  }
  .page-products .page-main .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .mst-nav__label .items li a input {
    top: 7px;
    position: absolute;
    left: -8px;
  }
  .page-products .page-main .sidebar.sidebar-main .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .mst-nav__label .items li a label {
    white-space: initial;
    line-height: 16px;
  }
}
.page-products .page-main .sidebar.sidebar-main .mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"]:checked {
  display: inline-block;
  text-decoration: none;
}
.page-products .page-main .sidebar.sidebar-main .mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"]:checked:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e610';
  font-family: 'vde-icons';
  margin: 1px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-products .page-main .sidebar.sidebar-main .mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"]:checked:before {
  background: none;
  width: initial;
  height: initial;
}
.page-products .page-main .column.main .toolbar.toolbar-products {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .column.main .toolbar.toolbar-products {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 40px;
  }
  .page-products .page-main .column.main .toolbar.toolbar-products .pages {
    width: 100%;
  }
  .page-products .page-main .column.main .toolbar.toolbar-products .pages ul.items.pages-items li.item.pages-item-next {
    position: initial;
  }
  .page-products .page-main .column.main .toolbar.toolbar-products .field.limiter {
    width: 100%;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .column.main .toolbar.toolbar-products .modes {
    display: block !important;
    margin-top: -40px;
    margin-bottom: 30px;
    text-align: left;
  }
  .page-products .page-main .column.main .toolbar.toolbar-products .modes .modes-label {
    display: none;
  }
  .page-products .page-main .column.main .toolbar.toolbar-products .modes .active:after {
    color: #385ea4 !important;
  }
  .page-products .page-main .column.main .toolbar.toolbar-products .modes .mode-list {
    display: inline-block;
    text-decoration: none;
  }
  .page-products .page-main .column.main .toolbar.toolbar-products .modes .mode-list:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3rem;
    line-height: inherit;
    color: #8b8a8a;
    content: '\e60b';
    font-family: 'vde-icons';
    margin: 0 1rem 0 1rem;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-products .page-main .column.main .toolbar.toolbar-products .modes .mode-list span {
    display: none;
  }
  .page-products .page-main .column.main .toolbar.toolbar-products .modes .mode-grid {
    display: inline-block;
    text-decoration: none;
  }
  .page-products .page-main .column.main .toolbar.toolbar-products .modes .mode-grid:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3rem;
    line-height: inherit;
    color: #8b8a8a;
    content: '\e60d';
    font-family: 'vde-icons';
    margin: 0 1rem 0 1rem;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-products .page-main .column.main .toolbar.toolbar-products .modes .mode-grid span {
    display: none;
  }
}
.page-products .page-main .column.main .toolbar.toolbar-products .modes .modes-mode {
  background: transparent;
  box-shadow: none;
  border: none;
}
.page-products .page-main .column.main .toolbar.toolbar-products .modes .modes-mode:before {
  font-size: 3rem;
}
.page-products .page-main .column.main .toolbar.toolbar-products .modes .modes-mode.active:before {
  color: #385ea4;
}
.page-products .page-main .column.main .toolbar.toolbar-products .pages ul.items.pages-items li.pages-item-previous {
  position: static;
}
.page-products .page-main .column.main .toolbar.toolbar-products .pages ul.items.pages-items li.pages-item-previous a {
  border: none;
  box-shadow: none;
  background: transparent;
  margin: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.page-products .page-main .column.main .toolbar.toolbar-products .pages ul.items.pages-items li.pages-item-previous a:before {
  color: #385ea4;
}
.page-products .page-main .column.main .toolbar.toolbar-products .pages ul.items.pages-items li.pages-item-next a {
  border: none;
  box-shadow: none;
  background: transparent;
  margin: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.page-products .page-main .column.main .toolbar.toolbar-products .pages ul.items.pages-items li.pages-item-next a:before {
  color: #385ea4;
}
.page-products .page-main .column.main .toolbar.toolbar-products .pages ul.items.pages-items li.item a span {
  font-size: 1.8rem;
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .column.main .toolbar.toolbar-products .pages ul.items.pages-items li.item a span {
    font-size: 1.6rem;
  }
}
.page-products .page-main .column.main .toolbar.toolbar-products .pages ul.items.pages-items li.item strong {
  background: transparent;
  font-size: 1.8rem;
  color: #1d1d1b;
}
.page-products .page-main .column.main .toolbar.toolbar-products .pages ul.items.pages-items li.item strong span {
  font-size: 1.8rem;
  color: #1d1d1b;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .column.main .toolbar.toolbar-products .pages ul.items.pages-items li.item strong span {
    font-size: 1.6rem;
  }
}
.page-products .page-main .column.main .toolbar.toolbar-products .field.limiter label span {
  font-size: 1.8rem;
}
.page-products .page-main .column.main .toolbar.toolbar-products .field.limiter .limiter-options {
  border-radius: 16px;
  border-color: #ffffff;
  box-shadow: none;
  width: 65px;
  text-align: center;
  font-size: 1.8rem;
  padding-right: 25px;
  color: #1d1d1b;
}
.page-products .page-main .column.main .toolbar.toolbar-products .field.limiter span.limiter-text {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page-products .page-main .column.main .toolbar.toolbar-products .field.limiter {
    display: block;
  }
}
.page-products .page-main .column.main .toolbar.toolbar-products .toolbar-amount {
  font-size: 1.8rem;
}
.page-products .page-main .column.main .toolbar.toolbar-products .toolbar-sorter.sorter {
  font-size: 1.8rem;
}
.page-products .page-main .column.main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
  font-size: 1.8rem;
  background-color: #ffffff;
  border-radius: 16px;
  text-align: left;
  border-color: #ffffff;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 820px) {
  .page-products .page-main .column.main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
    width: 140px;
  }
}
.page-products .row-one-banner-category {
  -webkit-flex-direction: initial !important;
  -moz-flex-direction: initial !important;
  -ms-flex-direction: initial !important;
  flex-direction: initial !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
  justify-content: space-between !important;
  margin-right: 15px;
  position: relative;
  height: 324px;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 0;
}
.page-products .row-one-banner-category .pagebuilder-column-group .pagebuilder-column img {
  transition: ease 0.2s;
}
.page-products .row-one-banner-category .pagebuilder-column-group .pagebuilder-column .text-banner {
  transition: ease 0.2s;
}
.page-products .row-one-banner-category .pagebuilder-column-group .pagebuilder-column .text-banner-two {
  transition: ease 0.2s;
}
.page-products .row-one-banner-category .pagebuilder-column-group .pagebuilder-column:hover img {
  transform: scale(1.09);
  transition: ease 0.2s;
}
.page-products .row-one-banner-category .pagebuilder-column-group .pagebuilder-column:hover .text-banner {
  transform: translateX(-5px);
  transition: ease 0.2s;
}
.page-products .row-one-banner-category .pagebuilder-column-group .pagebuilder-column:hover .text-banner-two {
  transition: ease 0.2s;
  transform: translateX(-5px);
}
@media only screen and (max-width: 768px) {
  .page-products .row-one-banner-category {
    height: 154px;
  }
}
.page-products .row-one-banner-category [data-content-type="image"] {
  position: absolute;
  right: 100px;
  height: auto;
  top: 20px;
}
@media only screen and (max-width: 768px) {
  .page-products .row-one-banner-category [data-content-type="image"] {
    top: 30px;
    right: 10px;
  }
}
.page-products .row-one-banner-category [data-content-type="image"] img {
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .page-products .row-one-banner-category [data-content-type="image"] img {
    width: 150px;
  }
}
.page-products .row-one-banner-category .text-banner {
  padding-left: 40px;
  z-index: 1;
}
.page-products .row-one-banner-category .text-banner h1 {
  font-size: 4.5rem;
  font-weight: 900;
  color: #8b8a8a;
  width: 50%;
  line-height: 45px;
  margin-top: 45px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-products .row-one-banner-category .text-banner h1 {
    font-size: 2.5rem;
    line-height: 25px;
    margin-top: 5px;
  }
}
.page-products .row-one-banner-category .text-banner h3 {
  font-size: 3rem;
  color: #8b8a8a;
  width: 70%;
  line-height: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .page-products .row-one-banner-category .text-banner h3 {
    font-size: 1.5rem;
    line-height: 20px;
    margin-top: 5px;
  }
}
.page-products .row-one-banner-category [data-content-type="buttons"] {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media only screen and (max-width: 768px) {
  .page-products .row-one-banner-category [data-content-type="buttons"] {
    bottom: 10px;
  }
}
.page-products .row-one-banner-category [data-content-type="buttons"] .btn-ver-mas .pagebuilder-button-primary {
  margin: 0;
  background: #f2cd50;
  border-color: #f2cd50;
  padding: 0;
  height: 40px;
  width: 180px;
  line-height: 2;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .page-products .row-one-banner-category [data-content-type="buttons"] .btn-ver-mas .pagebuilder-button-primary {
    width: 130px;
  }
}
.page-products .row-one-banner-category [data-content-type="buttons"] .btn-ver-mas .pagebuilder-button-primary span {
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  .page-products .row-one-banner-category [data-content-type="buttons"] .btn-ver-mas .pagebuilder-button-primary span {
    font-size: 1.4rem;
  }
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column img {
  transition: ease 0.2s;
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column .text-banner {
  transition: ease 0.2s;
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column .text-banner-two {
  transition: ease 0.2s;
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column:hover img {
  transform: scale(1.09);
  transition: ease 0.2s;
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column:hover .text-banner {
  transform: translateX(-5px);
  transition: ease 0.2s;
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column:hover .text-banner-two {
  transition: ease 0.2s;
  transform: translateX(-5px);
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  -webkit-flex-direction: initial !important;
  -moz-flex-direction: initial !important;
  -ms-flex-direction: initial !important;
  flex-direction: initial !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
  justify-content: space-between !important;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  height: 324px;
}
@media only screen and (max-width: 768px) {
  .page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    height: 154px;
  }
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="image"] {
  position: absolute;
  right: 20px;
  height: auto;
  top: 20px;
}
@media only screen and (max-width: 768px) {
  .page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="image"] {
    top: 5px;
    right: 10px;
  }
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="image"] img {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="image"] img {
    width: 110px;
  }
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-banner {
  padding-left: 40px;
  z-index: 1;
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-banner h1 {
  font-size: 4.5rem;
  font-weight: 900;
  color: #8b8a8a;
  width: 100%;
  line-height: 45px;
  margin-top: 45px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-banner h1 {
    font-size: 2.5rem;
    line-height: 25px;
    margin-top: 15px;
  }
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-banner h3 {
  font-size: 3rem;
  color: #8b8a8a;
  width: 70%;
  line-height: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-banner h3 {
    font-size: 1.5rem;
    line-height: 20px;
    margin-top: 5px;
  }
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] {
  position: absolute;
  bottom: 70px;
  left: 40px;
}
@media only screen and (max-width: 768px) {
  .page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] {
    bottom: 15px;
  }
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .btn-ver-mas .pagebuilder-button-primary {
  margin: 0;
  background: #f2cd50;
  border-color: #f2cd50;
  padding: 0;
  height: 40px;
  width: 180px;
  line-height: 2;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .btn-ver-mas .pagebuilder-button-primary {
    width: 130px;
  }
}
.page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .btn-ver-mas .pagebuilder-button-primary span {
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  .page-products .row-two-banner-category .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .btn-ver-mas .pagebuilder-button-primary span {
    font-size: 1.4rem;
  }
}
.products-list {
  margin-bottom: 25px;
}
.products-list ol.product-items li.product-item {
  float: left;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  padding: 0 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .products-list ol.product-items li.product-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item {
    padding: 0 10px;
  }
}
.products-list ol.product-items li.product-item .aditional-attribute-content {
  max-width: 50%;
  width: 49%;
}
@media only screen and (min-width: 768px) {
  .products-list ol.product-items li.product-item .aditional-attribute-content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .products-list ol.product-items li.product-item .aditional-attribute-content {
    max-width: 100%;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
}
.products-list ol.product-items li.product-item .aditional-attribute-content .attribute.aditional {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 5px 8px;
}
.products-list ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.products-list ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .label {
  width: 50%;
  background: #ffffff;
  padding: 3px;
  border-bottom: 1px solid #eaeaea;
}
.products-list ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .value {
  width: 50%;
  background: #f8f8f8;
  padding: 3px;
  border-bottom: 1px solid #eaeaea;
}
.products-list ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .value p span,
.products-list ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .value div span {
  font-size: 1.4rem !important;
}
.products-list ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute:first-child .label {
  border-radius: 10px 0 0 0;
}
.products-list ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute:last-child .label {
  border-radius: 0 0 0 10px;
  border-bottom: 0;
}
.products-list ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute:last-child .value {
  border-bottom: 0;
}
.products-list ol.product-items li.product-item .product-item-info {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 51%;
}
@media only screen and (max-width: 920px) {
  .products-list ol.product-items li.product-item .product-item-info {
    width: 100%;
  }
}
.products-list ol.product-items li.product-item .product-item-info .MagicToolboxContainer {
  float: left;
  margin: 20px;
  display: block;
  padding: 0;
  width: 240px !important;
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-photo {
    max-width: 128px;
    display: block;
  }
}
.products-list ol.product-items li.product-item .product-item-info .product-item-photo .product-image-container .product-image-photo {
  border-radius: 16px;
}
.products-list ol.product-items li.product-item .product-item-info .img-marca-serie {
  margin-right: 15px;
  padding-top: 20px;
  width: min-content;
}
.products-list ol.product-items li.product-item .product-item-info .img-marca-serie .marca-serie {
  margin-bottom: 20px;
}
.products-list ol.product-items li.product-item .product-item-info .img-marca-serie .marca-serie img.img-serie {
  max-height: 30px;
  width: auto;
}
.products-list ol.product-items li.product-item .product-item-info .img-marca-serie .marca-serie .product.attribute.serie {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-gap: 5px;
  -moz-gap: 5px;
  -ms-gap: 5px;
  gap: 5px;
  text-transform: uppercase;
  width: fit-content;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .img-marca-serie .marca-serie .product.attribute.serie {
    height: auto;
    max-width: 128px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .products-list ol.product-items li.product-item .product-item-info .img-marca-serie .marca-serie .product.attribute.serie > div:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.products-list ol.product-items li.product-item .product-item-info .img-marca-serie .marca-serie .m-logo a.m-brand-tooltip {
  margin-bottom: 5px;
  display: block;
}
.products-list ol.product-items li.product-item .product-item-info .img-marca-serie .marca-serie .m-logo a.m-brand-tooltip img {
  max-height: 25px;
  width: auto !important;
}
.products-list ol.product-items li.product-item .product-item-info .img-marca-serie .marca-serie .m-logo.serie {
  background: #eaeaea;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.products-list ol.product-items li.product-item .product-item-info .img-marca-serie .marca-serie .m-logo.serie div {
  color: #1d1d1b;
  font-weight: bold;
  text-decoration: none;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details {
  margin-top: 20px;
  padding-left: 10px;
  max-width: 45%;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 920px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details {
    padding-right: 10px;
    max-width: none;
  }
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-name {
  font-size: 2rem;
  color: #1d1d1b;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-name {
    font-size: 1.6rem;
  }
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a.product-item-link {
  color: #1d1d1b;
  font-weight: bold;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-reviews-summary {
  display: none;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie {
  margin-top: 20px;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.sku {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #1d1d1b;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.sku {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.serie {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #1d1d1b;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.serie {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .label-price-list {
  margin-top: 15px;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .label-price-list span {
  color: #969595;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box .price-container .price {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box .price-container .price {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box .price-container .price {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box .price-container .wolf-currency-code {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box .price-container .wolf-currency-code {
    font-size: 1.6rem;
  }
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box .price-container__group {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box .old-price .price-container .price-label {
  display: none;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box .old-price .price-container__group span {
  font-size: 1.4rem;
  color: #cccccc;
  text-decoration: line-through;
}
@media only screen and (min-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box .old-price .price-container__group span {
    font-size: 2rem;
  }
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box .wolf-currency-code {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .price-box .wolf-currency-code {
    font-size: 2rem;
  }
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .buttonCallCenter {
  position: relative;
  border-radius: 16px;
  height: 44px;
  margin: 0;
  width: auto;
  white-space: nowrap;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f2cd50;
  padding: 8px 30px;
  text-align: center;
  color: #1d1d1b;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .buttonCallCenter {
    padding: 6px;
    line-height: 1;
    text-align: center;
    white-space: normal;
    font-size: 1.3rem;
  }
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary > .stock {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form {
  margin-top: 10px;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form button.action.tocart.primary,
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form .quote-details-items .actions-toolbar > .action.action.tocart.primary {
  max-width: 174px;
  width: 100%;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form .field.qty.js-add-more-product {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 152px;
  width: 100%;
  border-radius: 16px;
  background: #eaeaea;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-bottom: 10px;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form .field.qty.js-add-more-product label {
  display: none;
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form .field.qty.js-add-more-product {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form .field.qty.js-add-more-product input {
  width: 75px;
  background: #eaeaea;
  text-align: center;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form .field.qty.js-add-more-product button,
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action {
  background: #385ea4;
  width: 30px;
  border-radius: 10px;
  height: 30px;
  font-size: 2.5rem;
  line-height: 0;
  border-color: #385ea4;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form .field.qty.js-add-more-product button span,
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span {
  color: #ffffff;
  display: block;
  margin-top: -2px;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form .qty-text {
  display: none;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary form .qty-text.qty-error {
  color: #ff0000;
  margin-bottom: 5px;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .buttonCallCenter {
  position: relative;
  border-radius: 16px;
  height: 44px;
  margin: 0;
  width: auto;
  white-space: nowrap;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f2cd50;
  padding: 8px 30px;
  text-align: center;
  color: #1d1d1b;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .buttonCallCenter {
    padding: 6px;
    line-height: 1;
    text-align: center;
    white-space: normal;
    font-size: 1.3rem;
  }
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  margin-top: 5px;
  padding-bottom: 10px;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.towishlist:before {
  font-size: 2.5rem;
  overflow: visible;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.towishlist span {
  display: none;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist {
  margin-right: 0;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist button.split:before,
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist .quote-details-items .actions-toolbar > .action.split:before {
  font-size: 2.5rem;
  overflow: visible;
  color: #385ea4;
  width: 25px;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist button.change:before,
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist .quote-details-items .actions-toolbar > .action.change:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist button.change:after,
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist .quote-details-items .actions-toolbar > .action.change:after {
  margin: 8px;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist button:hover,
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist .quote-details-items .actions-toolbar > .action:hover {
  opacity: 1;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist button:hover:before,
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist .quote-details-items .actions-toolbar > .action:hover:before {
  color: #385ea4;
  opacity: 1;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist .items {
  border-radius: 16px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  top: -115px;
  left: -5px;
  z-index: 998;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist .items:before {
  top: auto;
  bottom: -14px;
  border-top: 7px solid #ffffff;
  border-bottom: 7px solid transparent;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist .items:after {
  top: auto;
  bottom: -16px;
  left: 9px;
  border-top: 8px solid #eaeaea;
  border-bottom: 8px solid transparent;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist:hover {
  opacity: 1;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .split.button.wishlist:hover:before {
  color: #385ea4;
  opacity: 1;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.tocompare {
  display: inline-block;
  text-decoration: none;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e904';
  font-family: 'vde-icons';
  margin: 0 0 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.tocompare span {
  display: none;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.tocompare:hover {
  opacity: 1;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary a.action.tocompare:hover:before {
  color: #385ea4;
  opacity: 1;
}
.products-list ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-description {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .actions-primary button.primary.tocart,
.products-grid:not(.wishlist) ol.product-items .actions-primary .js-add-more-product,
.products-grid:not(.wishlist) ol.product-items .actions-primary .quote-details-items .actions-toolbar > .action.primary.tocart {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid:not(.wishlist) ol.product-items,
.product-items ol.product-items,
.comparison ol.product-items,
[data-appearance="carousel"] ol.product-items,
.products-grid:not(.wishlist) .table-comparison,
.product-items .table-comparison,
.comparison .table-comparison,
[data-appearance="carousel"] .table-comparison {
  width: 100%;
}
.products-grid:not(.wishlist) ol.product-items .product-item-name a,
.product-items ol.product-items .product-item-name a,
.comparison ol.product-items .product-item-name a,
[data-appearance="carousel"] ol.product-items .product-item-name a,
.products-grid:not(.wishlist) .table-comparison .product-item-name a,
.product-items .table-comparison .product-item-name a,
.comparison .table-comparison .product-item-name a,
[data-appearance="carousel"] .table-comparison .product-item-name a {
  display: block;
  display: -webkit-box;
  width: 100%;
  height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-grid:not(.wishlist) ol.product-items .price-box,
.product-items ol.product-items .price-box,
.comparison ol.product-items .price-box,
[data-appearance="carousel"] ol.product-items .price-box,
.products-grid:not(.wishlist) .table-comparison .price-box,
.product-items .table-comparison .price-box,
.comparison .table-comparison .price-box,
[data-appearance="carousel"] .table-comparison .price-box {
  float: left;
  width: 100%;
}
.products-grid:not(.wishlist) ol.product-items .price-box .price-container .price-label,
.product-items ol.product-items .price-box .price-container .price-label,
.comparison ol.product-items .price-box .price-container .price-label,
[data-appearance="carousel"] ol.product-items .price-box .price-container .price-label,
.products-grid:not(.wishlist) .table-comparison .price-box .price-container .price-label,
.product-items .table-comparison .price-box .price-container .price-label,
.comparison .table-comparison .price-box .price-container .price-label,
[data-appearance="carousel"] .table-comparison .price-box .price-container .price-label {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .price-box .old-price .price-label,
.product-items ol.product-items .price-box .old-price .price-label,
.comparison ol.product-items .price-box .old-price .price-label,
[data-appearance="carousel"] ol.product-items .price-box .old-price .price-label,
.products-grid:not(.wishlist) .table-comparison .price-box .old-price .price-label,
.product-items .table-comparison .price-box .old-price .price-label,
.comparison .table-comparison .price-box .old-price .price-label,
[data-appearance="carousel"] .table-comparison .price-box .old-price .price-label {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .product-reviews-summary,
.product-items ol.product-items .product-reviews-summary,
.comparison ol.product-items .product-reviews-summary,
[data-appearance="carousel"] ol.product-items .product-reviews-summary,
.products-grid:not(.wishlist) .table-comparison .product-reviews-summary,
.product-items .table-comparison .product-reviews-summary,
.comparison .table-comparison .product-reviews-summary,
[data-appearance="carousel"] .table-comparison .product-reviews-summary {
  margin-bottom: 0;
}
.products-grid:not(.wishlist) ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
.product-items ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
.comparison ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
[data-appearance="carousel"] ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
.products-grid:not(.wishlist) .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
.product-items .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
.comparison .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
[data-appearance="carousel"] .table-comparison .product-item-inner .product-item-actions .buttonCallCenter {
  position: relative;
  border-radius: 16px;
  height: 44px;
  margin: 0;
  width: auto;
  white-space: nowrap;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f2cd50;
  padding: 8px 30px;
  text-align: center;
  color: #1d1d1b;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 920px) {
  .products-grid:not(.wishlist) ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  .product-items ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  .comparison ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  [data-appearance="carousel"] ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  .products-grid:not(.wishlist) .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
  .product-items .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
  .comparison .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
  [data-appearance="carousel"] .table-comparison .product-item-inner .product-item-actions .buttonCallCenter {
    padding: 8px 5px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  .product-items ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  .comparison ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  [data-appearance="carousel"] ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  .products-grid:not(.wishlist) .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
  .product-items .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
  .comparison .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
  [data-appearance="carousel"] .table-comparison .product-item-inner .product-item-actions .buttonCallCenter {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  .product-items ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  .comparison ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  [data-appearance="carousel"] ol.product-items .product-item-inner .product-item-actions .buttonCallCenter,
  .products-grid:not(.wishlist) .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
  .product-items .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
  .comparison .table-comparison .product-item-inner .product-item-actions .buttonCallCenter,
  [data-appearance="carousel"] .table-comparison .product-item-inner .product-item-actions .buttonCallCenter {
    padding: 6px;
    line-height: 1;
    text-align: center;
    white-space: normal;
    font-size: 1.3rem;
  }
}
.products-grid:not(.wishlist) ol.product-items .actions-primary form,
.product-items ol.product-items .actions-primary form,
.comparison ol.product-items .actions-primary form,
[data-appearance="carousel"] ol.product-items .actions-primary form,
.products-grid:not(.wishlist) .table-comparison .actions-primary form,
.product-items .table-comparison .actions-primary form,
.comparison .table-comparison .actions-primary form,
[data-appearance="carousel"] .table-comparison .actions-primary form {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 14px;
  -moz-gap: 14px;
  -ms-gap: 14px;
  gap: 14px;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items .actions-primary form,
  .product-items ol.product-items .actions-primary form,
  .comparison ol.product-items .actions-primary form,
  [data-appearance="carousel"] ol.product-items .actions-primary form,
  .products-grid:not(.wishlist) .table-comparison .actions-primary form,
  .product-items .table-comparison .actions-primary form,
  .comparison .table-comparison .actions-primary form,
  [data-appearance="carousel"] .table-comparison .actions-primary form {
    display: block;
  }
  .products-grid:not(.wishlist) ol.product-items .actions-primary form .field.qty.js-add-more-product,
  .product-items ol.product-items .actions-primary form .field.qty.js-add-more-product,
  .comparison ol.product-items .actions-primary form .field.qty.js-add-more-product,
  [data-appearance="carousel"] ol.product-items .actions-primary form .field.qty.js-add-more-product,
  .products-grid:not(.wishlist) .table-comparison .actions-primary form .field.qty.js-add-more-product,
  .product-items .table-comparison .actions-primary form .field.qty.js-add-more-product,
  .comparison .table-comparison .actions-primary form .field.qty.js-add-more-product,
  [data-appearance="carousel"] .table-comparison .actions-primary form .field.qty.js-add-more-product {
    max-width: 100% !important;
    margin-bottom: 10px;
  }
}
.products-grid:not(.wishlist) ol.product-items .actions-primary form .qty-text,
.product-items ol.product-items .actions-primary form .qty-text,
.comparison ol.product-items .actions-primary form .qty-text,
[data-appearance="carousel"] ol.product-items .actions-primary form .qty-text,
.products-grid:not(.wishlist) .table-comparison .actions-primary form .qty-text,
.product-items .table-comparison .actions-primary form .qty-text,
.comparison .table-comparison .actions-primary form .qty-text,
[data-appearance="carousel"] .table-comparison .actions-primary form .qty-text {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .actions-primary > .stock,
.product-items ol.product-items .actions-primary > .stock,
.comparison ol.product-items .actions-primary > .stock,
[data-appearance="carousel"] ol.product-items .actions-primary > .stock,
.products-grid:not(.wishlist) .table-comparison .actions-primary > .stock,
.product-items .table-comparison .actions-primary > .stock,
.comparison .table-comparison .actions-primary > .stock,
[data-appearance="carousel"] .table-comparison .actions-primary > .stock {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .actions-primary .field.qty label,
.product-items ol.product-items .actions-primary .field.qty label,
.comparison ol.product-items .actions-primary .field.qty label,
[data-appearance="carousel"] ol.product-items .actions-primary .field.qty label,
.products-grid:not(.wishlist) .table-comparison .actions-primary .field.qty label,
.product-items .table-comparison .actions-primary .field.qty label,
.comparison .table-comparison .actions-primary .field.qty label,
[data-appearance="carousel"] .table-comparison .actions-primary .field.qty label {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .actions-primary button.primary,
.product-items ol.product-items .actions-primary button.primary,
.comparison ol.product-items .actions-primary button.primary,
[data-appearance="carousel"] ol.product-items .actions-primary button.primary,
.products-grid:not(.wishlist) .table-comparison .actions-primary button.primary,
.product-items .table-comparison .actions-primary button.primary,
.comparison .table-comparison .actions-primary button.primary,
[data-appearance="carousel"] .table-comparison .actions-primary button.primary,
.products-grid:not(.wishlist) ol.product-items .actions-primary .quote-details-items .actions-toolbar > .action.primary,
.product-items ol.product-items .actions-primary .quote-details-items .actions-toolbar > .action.primary,
.comparison ol.product-items .actions-primary .quote-details-items .actions-toolbar > .action.primary,
[data-appearance="carousel"] ol.product-items .actions-primary .quote-details-items .actions-toolbar > .action.primary,
.products-grid:not(.wishlist) .table-comparison .actions-primary .quote-details-items .actions-toolbar > .action.primary,
.product-items .table-comparison .actions-primary .quote-details-items .actions-toolbar > .action.primary,
.comparison .table-comparison .actions-primary .quote-details-items .actions-toolbar > .action.primary,
[data-appearance="carousel"] .table-comparison .actions-primary .quote-details-items .actions-toolbar > .action.primary {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items .actions-primary button.primary span,
  .product-items ol.product-items .actions-primary button.primary span,
  .comparison ol.product-items .actions-primary button.primary span,
  [data-appearance="carousel"] ol.product-items .actions-primary button.primary span,
  .products-grid:not(.wishlist) .table-comparison .actions-primary button.primary span,
  .product-items .table-comparison .actions-primary button.primary span,
  .comparison .table-comparison .actions-primary button.primary span,
  [data-appearance="carousel"] .table-comparison .actions-primary button.primary span,
  .products-grid:not(.wishlist) ol.product-items .actions-primary .quote-details-items .actions-toolbar > .action.primary span,
  .product-items ol.product-items .actions-primary .quote-details-items .actions-toolbar > .action.primary span,
  .comparison ol.product-items .actions-primary .quote-details-items .actions-toolbar > .action.primary span,
  [data-appearance="carousel"] ol.product-items .actions-primary .quote-details-items .actions-toolbar > .action.primary span,
  .products-grid:not(.wishlist) .table-comparison .actions-primary .quote-details-items .actions-toolbar > .action.primary span,
  .product-items .table-comparison .actions-primary .quote-details-items .actions-toolbar > .action.primary span,
  .comparison .table-comparison .actions-primary .quote-details-items .actions-toolbar > .action.primary span,
  [data-appearance="carousel"] .table-comparison .actions-primary .quote-details-items .actions-toolbar > .action.primary span {
    font-size: 1.6rem;
  }
}
.products-grid:not(.wishlist) ol.product-items .actions-primary .buttonCallCenter,
.product-items ol.product-items .actions-primary .buttonCallCenter,
.comparison ol.product-items .actions-primary .buttonCallCenter,
[data-appearance="carousel"] ol.product-items .actions-primary .buttonCallCenter,
.products-grid:not(.wishlist) .table-comparison .actions-primary .buttonCallCenter,
.product-items .table-comparison .actions-primary .buttonCallCenter,
.comparison .table-comparison .actions-primary .buttonCallCenter,
[data-appearance="carousel"] .table-comparison .actions-primary .buttonCallCenter {
  position: relative;
  border-radius: 16px;
  height: 44px;
  margin: 0;
  width: auto;
  white-space: nowrap;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f2cd50;
  padding: 8px 30px;
  text-align: center;
  color: #1d1d1b;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items .actions-primary .buttonCallCenter,
  .product-items ol.product-items .actions-primary .buttonCallCenter,
  .comparison ol.product-items .actions-primary .buttonCallCenter,
  [data-appearance="carousel"] ol.product-items .actions-primary .buttonCallCenter,
  .products-grid:not(.wishlist) .table-comparison .actions-primary .buttonCallCenter,
  .product-items .table-comparison .actions-primary .buttonCallCenter,
  .comparison .table-comparison .actions-primary .buttonCallCenter,
  [data-appearance="carousel"] .table-comparison .actions-primary .buttonCallCenter {
    padding: 6px;
    line-height: 1;
    text-align: center;
    white-space: normal;
    font-size: 1.3rem;
  }
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary,
.product-items ol.product-items .actions-secondary,
.comparison ol.product-items .actions-secondary,
[data-appearance="carousel"] ol.product-items .actions-secondary,
.products-grid:not(.wishlist) .table-comparison .actions-secondary,
.product-items .table-comparison .actions-secondary,
.comparison .table-comparison .actions-secondary,
[data-appearance="carousel"] .table-comparison .actions-secondary {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .towishlist > span,
.product-items ol.product-items .actions-secondary .towishlist > span,
.comparison ol.product-items .actions-secondary .towishlist > span,
[data-appearance="carousel"] ol.product-items .actions-secondary .towishlist > span,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .towishlist > span,
.product-items .table-comparison .actions-secondary .towishlist > span,
.comparison .table-comparison .actions-secondary .towishlist > span,
[data-appearance="carousel"] .table-comparison .actions-secondary .towishlist > span {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist,
.product-items ol.product-items .actions-secondary .wishlist,
.comparison ol.product-items .actions-secondary .wishlist,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist,
.product-items .table-comparison .actions-secondary .wishlist,
.comparison .table-comparison .actions-secondary .wishlist,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist {
  margin: 0;
  z-index: 3;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist > span,
.product-items ol.product-items .actions-secondary .wishlist > span,
.comparison ol.product-items .actions-secondary .wishlist > span,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist > span,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist > span,
.product-items .table-comparison .actions-secondary .wishlist > span,
.comparison .table-comparison .actions-secondary .wishlist > span,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist > span {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .action,
.product-items ol.product-items .actions-secondary .wishlist .action,
.comparison ol.product-items .actions-secondary .wishlist .action,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .action,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .action,
.product-items .table-comparison .actions-secondary .wishlist .action,
.comparison .table-comparison .actions-secondary .wishlist .action,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .action {
  padding: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: transparent;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .action:before,
.product-items ol.product-items .actions-secondary .wishlist .action:before,
.comparison ol.product-items .actions-secondary .wishlist .action:before,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .action:before,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .action:before,
.product-items .table-comparison .actions-secondary .wishlist .action:before,
.comparison .table-comparison .actions-secondary .wishlist .action:before,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .action:before {
  content: '\e600';
  font-family: 'vde-icons';
  font-size: 2.5rem;
  color: #385ea4;
  overflow: visible;
  width: 25px;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .action:hover,
.product-items ol.product-items .actions-secondary .wishlist .action:hover,
.comparison ol.product-items .actions-secondary .wishlist .action:hover,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .action:hover,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .action:hover,
.product-items .table-comparison .actions-secondary .wishlist .action:hover,
.comparison .table-comparison .actions-secondary .wishlist .action:hover,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .action:hover {
  opacity: 1;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .action:hover:before,
.product-items ol.product-items .actions-secondary .wishlist .action:hover:before,
.comparison ol.product-items .actions-secondary .wishlist .action:hover:before,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .action:hover:before,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .action:hover:before,
.product-items .table-comparison .actions-secondary .wishlist .action:hover:before,
.comparison .table-comparison .actions-secondary .wishlist .action:hover:before,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .action:hover:before {
  color: #385ea4;
  opacity: 1;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist:hover .action,
.product-items ol.product-items .actions-secondary .wishlist:hover .action,
.comparison ol.product-items .actions-secondary .wishlist:hover .action,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist:hover .action,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist:hover .action,
.product-items .table-comparison .actions-secondary .wishlist:hover .action,
.comparison .table-comparison .actions-secondary .wishlist:hover .action,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist:hover .action {
  opacity: 1;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist:hover .action:before,
.product-items ol.product-items .actions-secondary .wishlist:hover .action:before,
.comparison ol.product-items .actions-secondary .wishlist:hover .action:before,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist:hover .action:before,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist:hover .action:before,
.product-items .table-comparison .actions-secondary .wishlist:hover .action:before,
.comparison .table-comparison .actions-secondary .wishlist:hover .action:before,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist:hover .action:before {
  color: #385ea4;
  opacity: 1;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .toggle.change,
.product-items ol.product-items .actions-secondary .wishlist .toggle.change,
.comparison ol.product-items .actions-secondary .wishlist .toggle.change,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .toggle.change,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .toggle.change,
.product-items .table-comparison .actions-secondary .wishlist .toggle.change,
.comparison .table-comparison .actions-secondary .wishlist .toggle.change,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .toggle.change {
  margin: 0;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .toggle.change:after,
.product-items ol.product-items .actions-secondary .wishlist .toggle.change:after,
.comparison ol.product-items .actions-secondary .wishlist .toggle.change:after,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .toggle.change:after,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .toggle.change:after,
.product-items .table-comparison .actions-secondary .wishlist .toggle.change:after,
.comparison .table-comparison .actions-secondary .wishlist .toggle.change:after,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .toggle.change:after {
  content: '\e622';
  font-family: 'vde-icons';
  font-size: 1rem;
  color: #969595;
  margin: 0 0 0 10px;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .toggle.change.active:after,
.product-items ol.product-items .actions-secondary .wishlist .toggle.change.active:after,
.comparison ol.product-items .actions-secondary .wishlist .toggle.change.active:after,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .toggle.change.active:after,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .toggle.change.active:after,
.product-items .table-comparison .actions-secondary .wishlist .toggle.change.active:after,
.comparison .table-comparison .actions-secondary .wishlist .toggle.change.active:after,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .toggle.change.active:after {
  content: '\e621';
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .items,
.product-items ol.product-items .actions-secondary .wishlist .items,
.comparison ol.product-items .actions-secondary .wishlist .items,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .items,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .items,
.product-items .table-comparison .actions-secondary .wishlist .items,
.comparison .table-comparison .actions-secondary .wishlist .items,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .items {
  border-radius: 16px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -115px;
  left: -5px;
  z-index: 998;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .items,
  .product-items ol.product-items .actions-secondary .wishlist .items,
  .comparison ol.product-items .actions-secondary .wishlist .items,
  [data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .items,
  .products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .items,
  .product-items .table-comparison .actions-secondary .wishlist .items,
  .comparison .table-comparison .actions-secondary .wishlist .items,
  [data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .items {
    min-width: 140px;
  }
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .items:before,
.product-items ol.product-items .actions-secondary .wishlist .items:before,
.comparison ol.product-items .actions-secondary .wishlist .items:before,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .items:before,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .items:before,
.product-items .table-comparison .actions-secondary .wishlist .items:before,
.comparison .table-comparison .actions-secondary .wishlist .items:before,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .items:before {
  top: auto;
  bottom: -14px;
  border-top: 7px solid #ffffff;
  border-bottom: 7px solid transparent;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .items:after,
.product-items ol.product-items .actions-secondary .wishlist .items:after,
.comparison ol.product-items .actions-secondary .wishlist .items:after,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .items:after,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .items:after,
.product-items .table-comparison .actions-secondary .wishlist .items:after,
.comparison .table-comparison .actions-secondary .wishlist .items:after,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .items:after {
  top: auto;
  bottom: -16px;
  left: 9px;
  border-top: 8px solid #eaeaea;
  border-bottom: 8px solid transparent;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .toggle:before,
.product-items ol.product-items .actions-secondary .wishlist .toggle:before,
.comparison ol.product-items .actions-secondary .wishlist .toggle:before,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .toggle:before,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .toggle:before,
.product-items .table-comparison .actions-secondary .wishlist .toggle:before,
.comparison .table-comparison .actions-secondary .wishlist .toggle:before,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .toggle:before,
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .active:before,
.product-items ol.product-items .actions-secondary .wishlist .active:before,
.comparison ol.product-items .actions-secondary .wishlist .active:before,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .active:before,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .active:before,
.product-items .table-comparison .actions-secondary .wishlist .active:before,
.comparison .table-comparison .actions-secondary .wishlist .active:before,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .active:before {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .toggle:after,
.product-items ol.product-items .actions-secondary .wishlist .toggle:after,
.comparison ol.product-items .actions-secondary .wishlist .toggle:after,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .toggle:after,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .toggle:after,
.product-items .table-comparison .actions-secondary .wishlist .toggle:after,
.comparison .table-comparison .actions-secondary .wishlist .toggle:after,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .toggle:after,
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .active:after,
.product-items ol.product-items .actions-secondary .wishlist .active:after,
.comparison ol.product-items .actions-secondary .wishlist .active:after,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .active:after,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .active:after,
.product-items .table-comparison .actions-secondary .wishlist .active:after,
.comparison .table-comparison .actions-secondary .wishlist .active:after,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .active:after {
  font-size: 1rem;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .items .item span,
.product-items ol.product-items .actions-secondary .wishlist .items .item span,
.comparison ol.product-items .actions-secondary .wishlist .items .item span,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .items .item span,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .items .item span,
.product-items .table-comparison .actions-secondary .wishlist .items .item span,
.comparison .table-comparison .actions-secondary .wishlist .items .item span,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .items .item span {
  padding: 5px 5px 5px 15px;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .items .item span,
  .product-items ol.product-items .actions-secondary .wishlist .items .item span,
  .comparison ol.product-items .actions-secondary .wishlist .items .item span,
  [data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .items .item span,
  .products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .items .item span,
  .product-items .table-comparison .actions-secondary .wishlist .items .item span,
  .comparison .table-comparison .actions-secondary .wishlist .items .item span,
  [data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .items .item span {
    padding: 3px 3px 4px 10px;
  }
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .items .item span > span,
.product-items ol.product-items .actions-secondary .wishlist .items .item span > span,
.comparison ol.product-items .actions-secondary .wishlist .items .item span > span,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .items .item span > span,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .items .item span > span,
.product-items .table-comparison .actions-secondary .wishlist .items .item span > span,
.comparison .table-comparison .actions-secondary .wishlist .items .item span > span,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .items .item span > span {
  padding: 0;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .wishlist .items .item span:before,
.product-items ol.product-items .actions-secondary .wishlist .items .item span:before,
.comparison ol.product-items .actions-secondary .wishlist .items .item span:before,
[data-appearance="carousel"] ol.product-items .actions-secondary .wishlist .items .item span:before,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .wishlist .items .item span:before,
.product-items .table-comparison .actions-secondary .wishlist .items .item span:before,
.comparison .table-comparison .actions-secondary .wishlist .items .item span:before,
[data-appearance="carousel"] .table-comparison .actions-secondary .wishlist .items .item span:before {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .tocompare span,
.product-items ol.product-items .actions-secondary .tocompare span,
.comparison ol.product-items .actions-secondary .tocompare span,
[data-appearance="carousel"] ol.product-items .actions-secondary .tocompare span,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .tocompare span,
.product-items .table-comparison .actions-secondary .tocompare span,
.comparison .table-comparison .actions-secondary .tocompare span,
[data-appearance="carousel"] .table-comparison .actions-secondary .tocompare span {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .tocompare:before,
.product-items ol.product-items .actions-secondary .tocompare:before,
.comparison ol.product-items .actions-secondary .tocompare:before,
[data-appearance="carousel"] ol.product-items .actions-secondary .tocompare:before,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .tocompare:before,
.product-items .table-comparison .actions-secondary .tocompare:before,
.comparison .table-comparison .actions-secondary .tocompare:before,
[data-appearance="carousel"] .table-comparison .actions-secondary .tocompare:before {
  content: '\e904';
  font-family: 'vde-icons';
  font-size: 2.4rem;
  color: #385ea4;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .tocompare:hover,
.product-items ol.product-items .actions-secondary .tocompare:hover,
.comparison ol.product-items .actions-secondary .tocompare:hover,
[data-appearance="carousel"] ol.product-items .actions-secondary .tocompare:hover,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .tocompare:hover,
.product-items .table-comparison .actions-secondary .tocompare:hover,
.comparison .table-comparison .actions-secondary .tocompare:hover,
[data-appearance="carousel"] .table-comparison .actions-secondary .tocompare:hover {
  opacity: 1;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .tocompare:hover:before,
.product-items ol.product-items .actions-secondary .tocompare:hover:before,
.comparison ol.product-items .actions-secondary .tocompare:hover:before,
[data-appearance="carousel"] ol.product-items .actions-secondary .tocompare:hover:before,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .tocompare:hover:before,
.product-items .table-comparison .actions-secondary .tocompare:hover:before,
.comparison .table-comparison .actions-secondary .tocompare:hover:before,
[data-appearance="carousel"] .table-comparison .actions-secondary .tocompare:hover:before {
  color: #385ea4;
  opacity: 1;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .block-requisition-list .requisition-list-button,
.product-items ol.product-items .actions-secondary .block-requisition-list .requisition-list-button,
.comparison ol.product-items .actions-secondary .block-requisition-list .requisition-list-button,
[data-appearance="carousel"] ol.product-items .actions-secondary .block-requisition-list .requisition-list-button,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .block-requisition-list .requisition-list-button,
.product-items .table-comparison .actions-secondary .block-requisition-list .requisition-list-button,
.comparison .table-comparison .actions-secondary .block-requisition-list .requisition-list-button,
[data-appearance="carousel"] .table-comparison .actions-secondary .block-requisition-list .requisition-list-button {
  background: transparent;
  padding: 0;
  line-height: normal;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .block-requisition-list .requisition-list-button span,
.product-items ol.product-items .actions-secondary .block-requisition-list .requisition-list-button span,
.comparison ol.product-items .actions-secondary .block-requisition-list .requisition-list-button span,
[data-appearance="carousel"] ol.product-items .actions-secondary .block-requisition-list .requisition-list-button span,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .block-requisition-list .requisition-list-button span,
.product-items .table-comparison .actions-secondary .block-requisition-list .requisition-list-button span,
.comparison .table-comparison .actions-secondary .block-requisition-list .requisition-list-button span,
[data-appearance="carousel"] .table-comparison .actions-secondary .block-requisition-list .requisition-list-button span {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .block-requisition-list .requisition-list-button:before,
.product-items ol.product-items .actions-secondary .block-requisition-list .requisition-list-button:before,
.comparison ol.product-items .actions-secondary .block-requisition-list .requisition-list-button:before,
[data-appearance="carousel"] ol.product-items .actions-secondary .block-requisition-list .requisition-list-button:before,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .block-requisition-list .requisition-list-button:before,
.product-items .table-comparison .actions-secondary .block-requisition-list .requisition-list-button:before,
.comparison .table-comparison .actions-secondary .block-requisition-list .requisition-list-button:before,
[data-appearance="carousel"] .table-comparison .actions-secondary .block-requisition-list .requisition-list-button:before {
  content: '\e60b';
  font-family: 'vde-icons';
  font-size: 1.9rem;
  color: #f2cd50;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .block-requisition-list .requisition-list-button:after,
.product-items ol.product-items .actions-secondary .block-requisition-list .requisition-list-button:after,
.comparison ol.product-items .actions-secondary .block-requisition-list .requisition-list-button:after,
[data-appearance="carousel"] ol.product-items .actions-secondary .block-requisition-list .requisition-list-button:after,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .block-requisition-list .requisition-list-button:after,
.product-items .table-comparison .actions-secondary .block-requisition-list .requisition-list-button:after,
.comparison .table-comparison .actions-secondary .block-requisition-list .requisition-list-button:after,
[data-appearance="carousel"] .table-comparison .actions-secondary .block-requisition-list .requisition-list-button:after {
  margin: 0 5px 0 0;
  content: '\e622';
  font-family: 'vde-icons';
  font-size: 1rem;
  color: #f2cd50;
}
.products-grid:not(.wishlist) ol.product-items .actions-secondary .block-requisition-list .requisition-list-button.active:after,
.product-items ol.product-items .actions-secondary .block-requisition-list .requisition-list-button.active:after,
.comparison ol.product-items .actions-secondary .block-requisition-list .requisition-list-button.active:after,
[data-appearance="carousel"] ol.product-items .actions-secondary .block-requisition-list .requisition-list-button.active:after,
.products-grid:not(.wishlist) .table-comparison .actions-secondary .block-requisition-list .requisition-list-button.active:after,
.product-items .table-comparison .actions-secondary .block-requisition-list .requisition-list-button.active:after,
.comparison .table-comparison .actions-secondary .block-requisition-list .requisition-list-button.active:after,
[data-appearance="carousel"] .table-comparison .actions-secondary .block-requisition-list .requisition-list-button.active:after {
  content: '\e621';
}
.products-grid:not(.wishlist) ol.product-items li.product-item,
.product-items ol.product-items li.product-item,
.comparison ol.product-items li.product-item,
[data-appearance="carousel"] ol.product-items li.product-item,
.products-grid:not(.wishlist) .table-comparison li.product-item,
.product-items .table-comparison li.product-item,
.comparison .table-comparison li.product-item,
[data-appearance="carousel"] .table-comparison li.product-item {
  background: #ffffff;
  border-radius: 16px;
  position: relative;
  width: 100%;
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: calc(100% / 4);
}
.products-grid:not(.wishlist) ol.product-items li.product-item .aditional-attribute-content,
.product-items ol.product-items li.product-item .aditional-attribute-content,
.comparison ol.product-items li.product-item .aditional-attribute-content,
[data-appearance="carousel"] ol.product-items li.product-item .aditional-attribute-content,
.products-grid:not(.wishlist) .table-comparison li.product-item .aditional-attribute-content,
.product-items .table-comparison li.product-item .aditional-attribute-content,
.comparison .table-comparison li.product-item .aditional-attribute-content,
[data-appearance="carousel"] .table-comparison li.product-item .aditional-attribute-content {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div,
.product-items ol.product-items li.product-item > div,
.comparison ol.product-items li.product-item > div,
[data-appearance="carousel"] ol.product-items li.product-item > div,
.products-grid:not(.wishlist) .table-comparison li.product-item > div,
.product-items .table-comparison li.product-item > div,
.comparison .table-comparison li.product-item > div,
[data-appearance="carousel"] .table-comparison li.product-item > div {
  padding: 15px;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie,
.product-items ol.product-items li.product-item > div.product-item-info .marca-serie,
.comparison ol.product-items li.product-item > div.product-item-info .marca-serie,
[data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie,
.products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie,
.product-items .table-comparison li.product-item > div.product-item-info .marca-serie,
.comparison .table-comparison li.product-item > div.product-item-info .marca-serie,
[data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie {
  height: 65px;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo,
.product-items ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo,
.comparison ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo,
[data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo,
.products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo,
.product-items .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo,
.comparison .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo,
[data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo {
  order: 1;
  position: relative;
  z-index: 1;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo a.m-brand-tooltip img,
.product-items ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo a.m-brand-tooltip img,
.comparison ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo a.m-brand-tooltip img,
[data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo a.m-brand-tooltip img,
.products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo a.m-brand-tooltip img,
.product-items .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo a.m-brand-tooltip img,
.comparison .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo a.m-brand-tooltip img,
[data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo a.m-brand-tooltip img {
  width: auto !important;
  max-height: 30px;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo.serie,
.product-items ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo.serie,
.comparison ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo.serie,
[data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo.serie,
.products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo.serie,
.product-items .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo.serie,
.comparison .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo.serie,
[data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo.serie {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  background: #eaeaea;
  color: #1d1d1b;
  font-weight: bold;
  font-size: 1rem;
  width: auto;
  padding: 5px;
  border-radius: 4px;
  max-width: max-content;
  width: 100%;
  height: 25px;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo.serie div:last-child,
.product-items ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo.serie div:last-child,
.comparison ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo.serie div:last-child,
[data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo.serie div:last-child,
.products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo.serie div:last-child,
.product-items .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo.serie div:last-child,
.comparison .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo.serie div:last-child,
[data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo.serie div:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo ~ .content-serie,
.product-items ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo ~ .content-serie,
.comparison ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo ~ .content-serie,
[data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie .m-logo ~ .content-serie,
.products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo ~ .content-serie,
.product-items .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo ~ .content-serie,
.comparison .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo ~ .content-serie,
[data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie .m-logo ~ .content-serie {
  margin-top: 5px;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie .img-serie,
.product-items ol.product-items li.product-item > div.product-item-info .marca-serie .img-serie,
.comparison ol.product-items li.product-item > div.product-item-info .marca-serie .img-serie,
[data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie .img-serie,
.products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie .img-serie,
.product-items .table-comparison li.product-item > div.product-item-info .marca-serie .img-serie,
.comparison .table-comparison li.product-item > div.product-item-info .marca-serie .img-serie,
[data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie .img-serie {
  display: block;
  max-height: 30px;
  height: 100%;
  field-sizing: content;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie,
.product-items ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie,
.comparison ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie,
[data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie,
.products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie,
.product-items .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie,
.comparison .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie,
[data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie {
  max-width: 100%;
  width: fit-content;
  text-transform: uppercase;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie .serie-text,
.product-items ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie .serie-text,
.comparison ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie .serie-text,
[data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie .serie-text,
.products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie .serie-text,
.product-items .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie .serie-text,
.comparison .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie .serie-text,
[data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie .serie-text {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
  background: #eaeaea;
  font-weight: bold;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie,
  .product-items ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie,
  .comparison ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie,
  [data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie,
  .product-items .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie,
  .comparison .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie,
  [data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie {
    font-size: 0.8rem;
    max-width: 100%;
    min-height: 28px;
  }
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie div:last-child,
.product-items ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie div:last-child,
.comparison ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie div:last-child,
[data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie div:last-child,
.products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie div:last-child,
.product-items .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie div:last-child,
.comparison .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie div:last-child,
[data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie div:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 5px;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie .img-serie,
.product-items ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie .img-serie,
.comparison ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie .img-serie,
[data-appearance="carousel"] ol.product-items li.product-item > div.product-item-info .marca-serie .content-serie .img-serie,
.products-grid:not(.wishlist) .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie .img-serie,
.product-items .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie .img-serie,
.comparison .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie .img-serie,
[data-appearance="carousel"] .table-comparison li.product-item > div.product-item-info .marca-serie .content-serie .img-serie {
  max-height: 30px;
  width: auto;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-image-container,
.product-items ol.product-items li.product-item > div .product-image-container,
.comparison ol.product-items li.product-item > div .product-image-container,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-image-container,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-image-container,
.product-items .table-comparison li.product-item > div .product-image-container,
.comparison .table-comparison li.product-item > div .product-image-container,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-image-container {
  width: 100% !important;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .price-box,
.product-items ol.product-items li.product-item > div .price-box,
.comparison ol.product-items li.product-item > div .price-box,
[data-appearance="carousel"] ol.product-items li.product-item > div .price-box,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .price-box,
.product-items .table-comparison li.product-item > div .price-box,
.comparison .table-comparison li.product-item > div .price-box,
[data-appearance="carousel"] .table-comparison li.product-item > div .price-box {
  float: left;
  width: 100%;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .price-box .price-container .price-label,
.product-items ol.product-items li.product-item > div .price-box .price-container .price-label,
.comparison ol.product-items li.product-item > div .price-box .price-container .price-label,
[data-appearance="carousel"] ol.product-items li.product-item > div .price-box .price-container .price-label,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .price-box .price-container .price-label,
.product-items .table-comparison li.product-item > div .price-box .price-container .price-label,
.comparison .table-comparison li.product-item > div .price-box .price-container .price-label,
[data-appearance="carousel"] .table-comparison li.product-item > div .price-box .price-container .price-label {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .price-box .old-price .price-label,
.product-items ol.product-items li.product-item > div .price-box .old-price .price-label,
.comparison ol.product-items li.product-item > div .price-box .old-price .price-label,
[data-appearance="carousel"] ol.product-items li.product-item > div .price-box .old-price .price-label,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .price-box .old-price .price-label,
.product-items .table-comparison li.product-item > div .price-box .old-price .price-label,
.comparison .table-comparison li.product-item > div .price-box .old-price .price-label,
[data-appearance="carousel"] .table-comparison li.product-item > div .price-box .old-price .price-label {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-name,
.product-items ol.product-items li.product-item > div .product-item-name,
.comparison ol.product-items li.product-item > div .product-item-name,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-name,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-name,
.product-items .table-comparison li.product-item > div .product-item-name,
.comparison .table-comparison li.product-item > div .product-item-name,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-name {
  margin-left: 0;
  display: block;
  font-weight: normal;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-name a,
.product-items ol.product-items li.product-item > div .product-item-name a,
.comparison ol.product-items li.product-item > div .product-item-name a,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-name a,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-name a,
.product-items .table-comparison li.product-item > div .product-item-name a,
.comparison .table-comparison li.product-item > div .product-item-name a,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-name a {
  line-height: normal;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details,
.product-items ol.product-items li.product-item > div .product-item-details,
.comparison ol.product-items li.product-item > div .product-item-details,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details,
.product-items .table-comparison li.product-item > div .product-item-details,
.comparison .table-comparison li.product-item > div .product-item-details,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details {
  text-align: left;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .label-price,
.product-items ol.product-items li.product-item > div .product-item-details .label-price,
.comparison ol.product-items li.product-item > div .product-item-details .label-price,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .label-price,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .label-price,
.product-items .table-comparison li.product-item > div .product-item-details .label-price,
.comparison .table-comparison li.product-item > div .product-item-details .label-price,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .label-price {
  order: 3;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .label-price,
  .product-items ol.product-items li.product-item > div .product-item-details .label-price,
  .comparison ol.product-items li.product-item > div .product-item-details .label-price,
  [data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .label-price,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .label-price,
  .product-items .table-comparison li.product-item > div .product-item-details .label-price,
  .comparison .table-comparison li.product-item > div .product-item-details .label-price,
  [data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .label-price {
    font-size: 1.2rem;
  }
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product-reviews-summary,
.product-items ol.product-items li.product-item > div .product-item-details .product-reviews-summary,
.comparison ol.product-items li.product-item > div .product-item-details .product-reviews-summary,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product-reviews-summary,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product-reviews-summary,
.product-items .table-comparison li.product-item > div .product-item-details .product-reviews-summary,
.comparison .table-comparison li.product-item > div .product-item-details .product-reviews-summary,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product-reviews-summary {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product-item-name,
.product-items ol.product-items li.product-item > div .product-item-details .product-item-name,
.comparison ol.product-items li.product-item > div .product-item-details .product-item-name,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product-item-name,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product-item-name,
.product-items .table-comparison li.product-item > div .product-item-details .product-item-name,
.comparison .table-comparison li.product-item > div .product-item-details .product-item-name,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product-item-name {
  order: 2;
  margin-top: 5px;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .label-price-list,
.product-items ol.product-items li.product-item > div .product-item-details .label-price-list,
.comparison ol.product-items li.product-item > div .product-item-details .label-price-list,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .label-price-list,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .label-price-list,
.product-items .table-comparison li.product-item > div .product-item-details .label-price-list,
.comparison .table-comparison li.product-item > div .product-item-details .label-price-list,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .label-price-list {
  order: 4;
  margin-top: 0;
  color: #969595;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .label-price-list,
  .product-items ol.product-items li.product-item > div .product-item-details .label-price-list,
  .comparison ol.product-items li.product-item > div .product-item-details .label-price-list,
  [data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .label-price-list,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .label-price-list,
  .product-items .table-comparison li.product-item > div .product-item-details .label-price-list,
  .comparison .table-comparison li.product-item > div .product-item-details .label-price-list,
  [data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .label-price-list {
    font-size: 1.4rem;
  }
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .price-box,
.product-items ol.product-items li.product-item > div .product-item-details .price-box,
.comparison ol.product-items li.product-item > div .product-item-details .price-box,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .price-box,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .price-box,
.product-items .table-comparison li.product-item > div .product-item-details .price-box,
.comparison .table-comparison li.product-item > div .product-item-details .price-box,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .price-box {
  order: 5;
  margin-top: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 38px;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .price-box,
  .product-items ol.product-items li.product-item > div .product-item-details .price-box,
  .comparison ol.product-items li.product-item > div .product-item-details .price-box,
  [data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .price-box,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .price-box,
  .product-items .table-comparison li.product-item > div .product-item-details .price-box,
  .comparison .table-comparison li.product-item > div .product-item-details .price-box,
  [data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .price-box {
    margin-bottom: 5px;
  }
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product.sku-serie,
.product-items ol.product-items li.product-item > div .product-item-details .product.sku-serie,
.comparison ol.product-items li.product-item > div .product-item-details .product.sku-serie,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product.sku-serie,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product.sku-serie,
.product-items .table-comparison li.product-item > div .product-item-details .product.sku-serie,
.comparison .table-comparison li.product-item > div .product-item-details .product.sku-serie,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product.sku-serie {
  order: 3;
  margin-bottom: 10px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 300px;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
.product-items ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
.comparison ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
.product-items .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
.comparison .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 300px;
  font-weight: bold;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product.sku-serie,
  .product-items ol.product-items li.product-item > div .product-item-details .product.sku-serie,
  .comparison ol.product-items li.product-item > div .product-item-details .product.sku-serie,
  [data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product.sku-serie,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product.sku-serie,
  .product-items .table-comparison li.product-item > div .product-item-details .product.sku-serie,
  .comparison .table-comparison li.product-item > div .product-item-details .product.sku-serie,
  [data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product.sku-serie {
    margin-bottom: 2px;
    margin-top: 2px;
  }
  .products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .product-items ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .comparison ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  [data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .product-items .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .comparison .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  [data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 15px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    margin-top: 3px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .product-items ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .comparison ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  [data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .product-items .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .comparison .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  [data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 320px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .product-items ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .comparison ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  [data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .product-items .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  .comparison .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku,
  [data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.sku {
    font-size: 0.9rem;
  }
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product.sku-serie div,
.product-items ol.product-items li.product-item > div .product-item-details .product.sku-serie div,
.comparison ol.product-items li.product-item > div .product-item-details .product.sku-serie div,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product.sku-serie div,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product.sku-serie div,
.product-items .table-comparison li.product-item > div .product-item-details .product.sku-serie div,
.comparison .table-comparison li.product-item > div .product-item-details .product.sku-serie div,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product.sku-serie div {
  color: #1d1d1b;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.serie,
.product-items ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.serie,
.comparison ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.serie,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product.sku-serie .product.attribute.serie,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.serie,
.product-items .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.serie,
.comparison .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.serie,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product.sku-serie .product.attribute.serie {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product-item-inner,
.product-items ol.product-items li.product-item > div .product-item-details .product-item-inner,
.comparison ol.product-items li.product-item > div .product-item-details .product-item-inner,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product-item-inner,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product-item-inner,
.product-items .table-comparison li.product-item > div .product-item-details .product-item-inner,
.comparison .table-comparison li.product-item > div .product-item-details .product-item-inner,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product-item-inner {
  order: 6;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary,
  .product-items ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary,
  .comparison ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary,
  [data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary,
  .product-items .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary,
  .comparison .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary,
  [data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary {
    height: 48px;
  }
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
.product-items ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
.comparison ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
.product-items .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
.comparison .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 127px;
  width: 100%;
  border-radius: 16px;
  background: #eaeaea;
  padding-bottom: 3px;
  padding-top: 3px;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
  .product-items ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
  .comparison ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
  [data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
  .product-items .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
  .comparison .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product,
  [data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product input,
.product-items ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product input,
.comparison ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product input,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product input,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product input,
.product-items .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product input,
.comparison .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product input,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product input {
  width: 50px;
  background: #eaeaea;
  text-align: center;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button,
.product-items ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button,
.comparison ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button,
.product-items .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button,
.comparison .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button,
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action,
.product-items ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action,
.comparison ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action,
.product-items .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action,
.comparison .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action {
  background: #385ea4;
  width: 30px;
  border-radius: 10px;
  height: 30px;
  font-size: 2.5rem;
  line-height: 0;
  border-color: #385ea4;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button span,
.product-items ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button span,
.comparison ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button span,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button span,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button span,
.product-items .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button span,
.comparison .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button span,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product button span,
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span,
.product-items ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span,
.comparison ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span,
.product-items .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span,
.comparison .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span {
  color: #ffffff;
  display: block;
  margin-top: -2px;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-name,
.product-items ol.product-items li.product-item > div .product-item-name,
.comparison ol.product-items li.product-item > div .product-item-name,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-name,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-name,
.product-items .table-comparison li.product-item > div .product-item-name,
.comparison .table-comparison li.product-item > div .product-item-name,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-name {
  margin-left: 0;
}
.products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-name a.product-item-link,
.product-items ol.product-items li.product-item > div .product-item-name a.product-item-link,
.comparison ol.product-items li.product-item > div .product-item-name a.product-item-link,
[data-appearance="carousel"] ol.product-items li.product-item > div .product-item-name a.product-item-link,
.products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-name a.product-item-link,
.product-items .table-comparison li.product-item > div .product-item-name a.product-item-link,
.comparison .table-comparison li.product-item > div .product-item-name a.product-item-link,
[data-appearance="carousel"] .table-comparison li.product-item > div .product-item-name a.product-item-link {
  display: block;
  display: -webkit-box;
  width: 100%;
  height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item > div .product-item-name a.product-item-link,
  .product-items ol.product-items li.product-item > div .product-item-name a.product-item-link,
  .comparison ol.product-items li.product-item > div .product-item-name a.product-item-link,
  [data-appearance="carousel"] ol.product-items li.product-item > div .product-item-name a.product-item-link,
  .products-grid:not(.wishlist) .table-comparison li.product-item > div .product-item-name a.product-item-link,
  .product-items .table-comparison li.product-item > div .product-item-name a.product-item-link,
  .comparison .table-comparison li.product-item > div .product-item-name a.product-item-link,
  [data-appearance="carousel"] .table-comparison li.product-item > div .product-item-name a.product-item-link {
    height: 36px;
    line-height: 18px;
  }
}
.products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info,
.product-items ol.product-items li.product-item .product-item-info,
.comparison ol.product-items li.product-item .product-item-info,
[data-appearance="carousel"] ol.product-items li.product-item .product-item-info,
.products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info,
.product-items .table-comparison li.product-item .product-item-info,
.comparison .table-comparison li.product-item .product-item-info,
[data-appearance="carousel"] .table-comparison li.product-item .product-item-info {
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info,
  .product-items ol.product-items li.product-item .product-item-info,
  .comparison ol.product-items li.product-item .product-item-info,
  [data-appearance="carousel"] ol.product-items li.product-item .product-item-info,
  .products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info,
  .product-items .table-comparison li.product-item .product-item-info,
  .comparison .table-comparison li.product-item .product-item-info,
  [data-appearance="carousel"] .table-comparison li.product-item .product-item-info {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info a.product.photo img.product-image-photo,
  .product-items ol.product-items li.product-item .product-item-info a.product.photo img.product-image-photo,
  .comparison ol.product-items li.product-item .product-item-info a.product.photo img.product-image-photo,
  [data-appearance="carousel"] ol.product-items li.product-item .product-item-info a.product.photo img.product-image-photo,
  .products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info a.product.photo img.product-image-photo,
  .product-items .table-comparison li.product-item .product-item-info a.product.photo img.product-image-photo,
  .comparison .table-comparison li.product-item .product-item-info a.product.photo img.product-image-photo,
  [data-appearance="carousel"] .table-comparison li.product-item .product-item-info a.product.photo img.product-image-photo {
    height: 150px;
  }
}
.products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info .product.attribute.serie,
.product-items ol.product-items li.product-item .product-item-info .product.attribute.serie,
.comparison ol.product-items li.product-item .product-item-info .product.attribute.serie,
[data-appearance="carousel"] ol.product-items li.product-item .product-item-info .product.attribute.serie,
.products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info .product.attribute.serie,
.product-items .table-comparison li.product-item .product-item-info .product.attribute.serie,
.comparison .table-comparison li.product-item .product-item-info .product.attribute.serie,
[data-appearance="carousel"] .table-comparison li.product-item .product-item-info .product.attribute.serie {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  margin-bottom: 2px;
}
.products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info .product-item-inner .product-item-description a.action.more,
.product-items ol.product-items li.product-item .product-item-info .product-item-inner .product-item-description a.action.more,
.comparison ol.product-items li.product-item .product-item-info .product-item-inner .product-item-description a.action.more,
[data-appearance="carousel"] ol.product-items li.product-item .product-item-info .product-item-inner .product-item-description a.action.more,
.products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info .product-item-inner .product-item-description a.action.more,
.product-items .table-comparison li.product-item .product-item-info .product-item-inner .product-item-description a.action.more,
.comparison .table-comparison li.product-item .product-item-info .product-item-inner .product-item-description a.action.more,
[data-appearance="carousel"] .table-comparison li.product-item .product-item-info .product-item-inner .product-item-description a.action.more {
  display: none;
}
.products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
.product-items ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
.comparison ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
[data-appearance="carousel"] ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
.products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary,
.product-items .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary,
.comparison .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary,
[data-appearance="carousel"] .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
  background: #ffffff;
  z-index: -999;
  border-radius: 0 0px 16px 16px;
  transition: ease 0.2s;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
  .product-items ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
  .comparison ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
  [data-appearance="carousel"] ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
  .products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary,
  .product-items .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary,
  .comparison .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary,
  [data-appearance="carousel"] .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
  .product-items ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
  .comparison ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
  [data-appearance="carousel"] ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary,
  .products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary,
  .product-items .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary,
  .comparison .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary,
  [data-appearance="carousel"] .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary {
    position: initial;
    padding-left: 0;
    margin-top: 0;
  }
}
.products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist,
.product-items ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist,
.comparison ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist,
[data-appearance="carousel"] ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist,
.products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist,
.product-items .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist,
.comparison .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist,
[data-appearance="carousel"] .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist {
  color: #385ea4;
  transition: ease 0.2s;
}
.products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist:before,
.product-items ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist:before,
.comparison ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist:before,
[data-appearance="carousel"] ol.product-items li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist:before,
.products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist:before,
.product-items .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist:before,
.comparison .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist:before,
[data-appearance="carousel"] .table-comparison li.product-item .product-item-info .product-item-inner .actions-secondary .towishlist:before {
  color: #385ea4;
  width: 25px;
  line-height: 25px;
  font-size: 3rem;
  overflow: visible;
  transition: ease 0.2s;
}
.products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
.product-items ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
.comparison ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
[data-appearance="carousel"] ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
.products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
.product-items .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
.comparison .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
[data-appearance="carousel"] .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary {
  position: absolute;
  width: 100%;
  bottom: -25px;
  left: 0;
  background: #ffffff;
  z-index: 2;
  border-radius: 0 0px 16px 16px;
  transition: ease 0.2s;
}
@media only screen and (min-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  .product-items ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  .comparison ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  [data-appearance="carousel"] ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  .products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  .product-items .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  .comparison .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  [data-appearance="carousel"] .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist) ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  .product-items ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  .comparison ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  [data-appearance="carousel"] ol.product-items li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  .products-grid:not(.wishlist) .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  .product-items .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  .comparison .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary,
  [data-appearance="carousel"] .table-comparison li.product-item .product-item-info:hover .product-item-details .product-item-inner .actions-secondary {
    position: initial;
  }
}
.products-grid:not(.wishlist).grid ol.product-items,
.product-items.grid ol.product-items,
.comparison.grid ol.product-items,
[data-appearance="carousel"].grid ol.product-items,
.products-grid:not(.wishlist).wishlist ol.product-items,
.product-items.wishlist ol.product-items,
.comparison.wishlist ol.product-items,
[data-appearance="carousel"].wishlist ol.product-items {
  opacity: 1;
  transition: 0.3s;
}
.products-grid:not(.wishlist).grid ol.product-items:not(.slick-slider),
.product-items.grid ol.product-items:not(.slick-slider),
.comparison.grid ol.product-items:not(.slick-slider),
[data-appearance="carousel"].grid ol.product-items:not(.slick-slider),
.products-grid:not(.wishlist).wishlist ol.product-items:not(.slick-slider),
.product-items.wishlist ol.product-items:not(.slick-slider),
.comparison.wishlist ol.product-items:not(.slick-slider),
[data-appearance="carousel"].wishlist ol.product-items:not(.slick-slider) {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  display: grid;
  -webkit-gap: 15px 10px;
  -moz-gap: 15px 10px;
  -ms-gap: 15px 10px;
  gap: 15px 10px;
}
@media only screen and (min-width: 1024px) {
  .products-grid:not(.wishlist).grid ol.product-items:not(.slick-slider),
  .product-items.grid ol.product-items:not(.slick-slider),
  .comparison.grid ol.product-items:not(.slick-slider),
  [data-appearance="carousel"].grid ol.product-items:not(.slick-slider),
  .products-grid:not(.wishlist).wishlist ol.product-items:not(.slick-slider),
  .product-items.wishlist ol.product-items:not(.slick-slider),
  .comparison.wishlist ol.product-items:not(.slick-slider),
  [data-appearance="carousel"].wishlist ol.product-items:not(.slick-slider) {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 480px) {
  .products-grid:not(.wishlist).grid ol.product-items:not(.slick-slider),
  .product-items.grid ol.product-items:not(.slick-slider),
  .comparison.grid ol.product-items:not(.slick-slider),
  [data-appearance="carousel"].grid ol.product-items:not(.slick-slider),
  .products-grid:not(.wishlist).wishlist ol.product-items:not(.slick-slider),
  .product-items.wishlist ol.product-items:not(.slick-slider),
  .comparison.wishlist ol.product-items:not(.slick-slider),
  [data-appearance="carousel"].wishlist ol.product-items:not(.slick-slider) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .products-grid:not(.wishlist).grid ol.product-items:not(.slick-slider),
  .product-items.grid ol.product-items:not(.slick-slider),
  .comparison.grid ol.product-items:not(.slick-slider),
  [data-appearance="carousel"].grid ol.product-items:not(.slick-slider),
  .products-grid:not(.wishlist).wishlist ol.product-items:not(.slick-slider),
  .product-items.wishlist ol.product-items:not(.slick-slider),
  .comparison.wishlist ol.product-items:not(.slick-slider),
  [data-appearance="carousel"].wishlist ol.product-items:not(.slick-slider) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .products-grid:not(.wishlist).grid ol.product-items:not(.slick-slider),
  .product-items.grid ol.product-items:not(.slick-slider),
  .comparison.grid ol.product-items:not(.slick-slider),
  [data-appearance="carousel"].grid ol.product-items:not(.slick-slider),
  .products-grid:not(.wishlist).wishlist ol.product-items:not(.slick-slider),
  .product-items.wishlist ol.product-items:not(.slick-slider),
  .comparison.wishlist ol.product-items:not(.slick-slider),
  [data-appearance="carousel"].wishlist ol.product-items:not(.slick-slider) {
    grid-gap: 35px 20px;
  }
}
.products-grid:not(.wishlist).grid ol.product-items:not(.slick-slider):not(.list),
.product-items.grid ol.product-items:not(.slick-slider):not(.list),
.comparison.grid ol.product-items:not(.slick-slider):not(.list),
[data-appearance="carousel"].grid ol.product-items:not(.slick-slider):not(.list),
.products-grid:not(.wishlist).wishlist ol.product-items:not(.slick-slider):not(.list),
.product-items.wishlist ol.product-items:not(.slick-slider):not(.list),
.comparison.wishlist ol.product-items:not(.slick-slider):not(.list),
[data-appearance="carousel"].wishlist ol.product-items:not(.slick-slider):not(.list) {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  height: 620px;
  margin-bottom: 35px;
  opacity: 0;
  transition: 0.3s;
}
.products-grid:not(.wishlist).grid ol.product-items:not(.slick-slider):not(.list) > .product-item,
.product-items.grid ol.product-items:not(.slick-slider):not(.list) > .product-item,
.comparison.grid ol.product-items:not(.slick-slider):not(.list) > .product-item,
[data-appearance="carousel"].grid ol.product-items:not(.slick-slider):not(.list) > .product-item,
.products-grid:not(.wishlist).wishlist ol.product-items:not(.slick-slider):not(.list) > .product-item,
.product-items.wishlist ol.product-items:not(.slick-slider):not(.list) > .product-item,
.comparison.wishlist ol.product-items:not(.slick-slider):not(.list) > .product-item,
[data-appearance="carousel"].wishlist ol.product-items:not(.slick-slider):not(.list) > .product-item {
  width: calc(100% / 5 - 16px);
}
.products-grid:not(.wishlist).grid ol.product-items:not(.slick-slider):not(.list) > .product-item .product-item-info,
.product-items.grid ol.product-items:not(.slick-slider):not(.list) > .product-item .product-item-info,
.comparison.grid ol.product-items:not(.slick-slider):not(.list) > .product-item .product-item-info,
[data-appearance="carousel"].grid ol.product-items:not(.slick-slider):not(.list) > .product-item .product-item-info,
.products-grid:not(.wishlist).wishlist ol.product-items:not(.slick-slider):not(.list) > .product-item .product-item-info,
.product-items.wishlist ol.product-items:not(.slick-slider):not(.list) > .product-item .product-item-info,
.comparison.wishlist ol.product-items:not(.slick-slider):not(.list) > .product-item .product-item-info,
[data-appearance="carousel"].wishlist ol.product-items:not(.slick-slider):not(.list) > .product-item .product-item-info {
  margin: 0;
}
.products-grid:not(.wishlist).grid ol.product-items.slick-slider .slick-list,
.product-items.grid ol.product-items.slick-slider .slick-list,
.comparison.grid ol.product-items.slick-slider .slick-list,
[data-appearance="carousel"].grid ol.product-items.slick-slider .slick-list,
.products-grid:not(.wishlist).wishlist ol.product-items.slick-slider .slick-list,
.product-items.wishlist ol.product-items.slick-slider .slick-list,
.comparison.wishlist ol.product-items.slick-slider .slick-list,
[data-appearance="carousel"].wishlist ol.product-items.slick-slider .slick-list {
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .products-grid:not(.wishlist).grid ol.product-items.slick-slider .slick-list .slick-track,
  .product-items.grid ol.product-items.slick-slider .slick-list .slick-track,
  .comparison.grid ol.product-items.slick-slider .slick-list .slick-track,
  [data-appearance="carousel"].grid ol.product-items.slick-slider .slick-list .slick-track,
  .products-grid:not(.wishlist).wishlist ol.product-items.slick-slider .slick-list .slick-track,
  .product-items.wishlist ol.product-items.slick-slider .slick-list .slick-track,
  .comparison.wishlist ol.product-items.slick-slider .slick-list .slick-track,
  [data-appearance="carousel"].wishlist ol.product-items.slick-slider .slick-list .slick-track {
    padding-bottom: 0;
  }
}
.wishlist-index-index .page-main .column.main form#wishlist-view-form {
  float: left;
  width: 100%;
}
.wishlist-index-index .page-main .column.main .toolbar.wishlist-toolbar {
  float: left;
  width: 100%;
}
.wishlist-index-index .page-main .column.main .toolbar.wishlist-toolbar > .pager {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wishlist-index-index .page-main .column.main .toolbar.wishlist-toolbar.bottom .limiter {
  margin-left: auto;
}
.wishlist-index-index .page-main .column.main .toolbar.wishlist-toolbar.bottom .toolbar-amount {
  display: none;
}
.buttonCallCenterComparePage {
  position: relative;
  border-radius: 16px;
  height: 44px;
  margin: 0;
  width: auto;
  white-space: nowrap;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f2cd50;
  padding: 8px 30px;
  text-align: center;
  color: #1d1d1b;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .buttonCallCenterComparePage {
    padding: 6px;
    line-height: 1;
    text-align: center;
    white-space: normal;
    font-size: 1.3rem;
  }
}
.account .sidebar-main {
  padding: 0;
}
.account .sidebar-main .content {
  background: transparent;
  padding: 0;
}
.account .sidebar-main .content .menu-account {
  float: left;
  width: 100%;
}
.account .sidebar-main .content .menu-account__container:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.account .sidebar-main .content .menu-account__container > span,
.account .sidebar-main .content .menu-account__container a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.8rem;
  -webkit-gap: 0 10px;
  -moz-gap: 0 10px;
  -ms-gap: 0 10px;
  gap: 0 10px;
  font-weight: normal;
  color: #1d1d1b;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 834px) {
  .account .sidebar-main .content .menu-account__container > span,
  .account .sidebar-main .content .menu-account__container a {
    font-size: 1.4rem;
  }
}
.account .sidebar-main .content .menu-account__container > span [class*="icon-"],
.account .sidebar-main .content .menu-account__container a [class*="icon-"] {
  width: 28px;
}
.account .sidebar-main .content .menu-account__container > span [class*="icon-"]:before,
.account .sidebar-main .content .menu-account__container a [class*="icon-"]:before {
  font-size: 2.8rem;
  color: #969595;
}
@media only screen and (min-width: 768px) {
  .account .sidebar-main .content .menu-account__container > span:hover,
  .account .sidebar-main .content .menu-account__container a:hover {
    opacity: 1;
    color: #385ea4;
  }
}
.account .sidebar-main .content .menu-account__container > a,
.account .sidebar-main .content .menu-account__container > span {
  padding: 11px 0;
}
.account .sidebar-main .content .menu-account__container > a.focus {
  position: relative;
}
.account .sidebar-main .content .menu-account__container > a.focus:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  height: 30px;
  width: 5px;
  background: #f2cd50;
  transform: translateY(-50%);
}
.account .sidebar-main .content .menu-account__container > a.focus [class*="icon-"]:before {
  color: #385ea4;
}
.account .sidebar-main .content .menu-account__container.collapsible .content-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .account .sidebar-main .content .menu-account__container.collapsible .content-menu {
    padding-left: 40px;
  }
}
.account .sidebar-main .content .menu-account__container.collapsible.active .content-menu {
  display: block;
}
.account .sidebar-main .content .menu-account__container.collapsible.active .title-menu:after {
  content: '\e621';
}
.account .sidebar-main .content .menu-account__container.collapsible .title-menu {
  position: relative;
  line-height: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  display: inline-block;
  text-decoration: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.account .sidebar-main .content .menu-account__container.collapsible .title-menu:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: inherit;
  color: #969595;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0 0 0 auto;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.account .sidebar-main .content .menu-account__container.collapsible .title-menu:after {
  overflow: initial;
}
@media (min-width: 769px) and (max-width: 834px) {
  .account .sidebar-main .content .menu-account__container.collapsible .title-menu:after {
    font-size: 1.4rem;
  }
}
.account .sidebar-main .content .menu-account__container.collapsible .title-menu.focus:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  height: 30px;
  width: 5px;
  background: #f2cd50;
  transform: translateY(-50%);
}
.account .sidebar-main .content .menu-account__container.collapsible .title-menu.focus [class*="icon-"]:before {
  color: #385ea4;
}
.account .sidebar-main .content .menu-account__container.collapsible .title-menu.focus ~ .content-menu a.focus {
  color: #385ea4;
}
@media only screen and (max-width: 768px) {
  .account header.page-header .header.content .content-logo .logo img {
    max-width: 80px;
  }
  .account .sidebar-main .menu-account {
    top: 10px;
    background: #ffffff;
    border-radius: 16px;
    z-index: 11;
  }
  .account .sidebar-main .menu-account .block-collapsible-nav-title {
    border: 0;
    padding: 8px 40px 8px 15px;
  }
  .account .sidebar-main .menu-account .block-collapsible-nav-title strong {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .account .sidebar-main .menu-account .block-collapsible-nav-title:after {
    font-size: 1.4rem;
    color: #385ea4;
    margin: 0;
    top: 9px;
  }
  .account .sidebar-main .menu-account .block-collapsible-nav-title.active ~ .block-collapsible-nav-content {
    display: block;
    padding: 0 20px;
    border: 0;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 0 0 16px 16px;
  }
  .account .sidebar-main .menu-account .block-collapsible-nav-title.active ~ .block-collapsible-nav-content ul.content-menu {
    padding-left: 40px;
  }
  .account .sidebar-main .menu-account .block-collapsible-nav-title.active ~ .block-collapsible-nav-content .menu-account__container a:hover {
    text-decoration: none;
  }
  .account .sidebar-main .menu-account .block-collapsible-nav-title.active ~ .block-collapsible-nav-content .menu-account__container a:hover span:before {
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-with-filter.page-products .filter-no-options .block-title.filter-title:before {
    background: transparent;
  }
  .page-with-filter.page-products .page-wrapper .sidebar.sidebar-main .block-title {
    border: 0;
  }
  .page-with-filter.page-products .page-wrapper .sidebar.sidebar-main .filter-content .block-subtitle {
    border: 0;
  }
  .page-with-filter.page-products .page-wrapper .sidebar.sidebar-main .filter-content .filter-current {
    border: none;
  }
  .page-with-filter.page-products .page-wrapper .column.main .message.notice {
    margin-top: 20px;
  }
  .page-with-filter.page-products .page-wrapper .column.main .toolbar.toolbar-products .toolbar-sorter.sorter {
    font-size: 1.6rem;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 90px;
  }
  .page-with-filter.page-products .page-wrapper .column.main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    white-space: nowrap;
    margin-right: 10px;
  }
  .page-with-filter.page-products .page-wrapper .column.main .toolbar.toolbar-products .toolbar-sorter.sorter select#sorter {
    font-size: 1.6rem;
    width: 100%;
    color: #1d1d1b;
  }
  .page-with-filter.page-products.filter-active .page-wrapper header.page-header {
    z-index: 100;
  }
  .page-with-filter.page-products.filter-active .page-wrapper .sidebar.sidebar-main .filter.active .block-subtitle.filter-subtitle {
    display: block !important;
    z-index: 2;
    width: calc(100% - 20px);;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .page-with-filter.page-products.filter-active .page-wrapper .sidebar.sidebar-main .filter.active .filter-options {
    top: 0px;
    width: calc(100% - 20px);;
    z-index: 1;
    padding-top: 70px;
  }
  .page-with-filter.page-products.filter-active .page-wrapper .sidebar.sidebar-main .block-title {
    z-index: 3;
  }
  .page-with-filter.page-products.filter-active .page-wrapper .sidebar.sidebar-main .block-title strong {
    font-size: 0rem;
    width: 25px;
    height: 25px;
    background: #385ea4;
    padding: 0;
    right: 25px;
    z-index: 9999;
    border-radius: 100%;
  }
  .page-with-filter.page-products.filter-active .page-wrapper .sidebar.sidebar-main .block-title strong:after {
    color: #ffffff;
    font-size: 1.5rem;
    overflow: initial;
    overflow: hidden;
    line-height: 1.7;
  }
  .page-with-filter.page-products.filter-active .page-wrapper .sidebar.sidebar-main .block-title strong:before {
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    width: 20px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
  }
  .page-with-filter.page-products.filter-active .page-wrapper .sidebar.sidebar-main .filter-content .block-subtitle {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-gap: 8px;
    -moz-gap: 8px;
    -ms-gap: 8px;
    gap: 8px;
    font-size: 1.8rem;
    padding-top: 40px;
    background: #ffffff;
    padding-bottom: 30px;
  }
  .page-with-filter.page-products.filter-active .page-wrapper .sidebar.sidebar-main .filter-content .filter-options-title {
    font-size: 1.6rem;
  }
  .page-with-filter.page-products:not(.filter-active) .block-title strong {
    border: 0;
    background: #f2cd50;
    color: #1d1d1b;
    font-size: 1.4rem;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    max-width: 76px;
    width: 100%;
    border-radius: 16px;
    font-weight: bold;
    border-color: #f2cd50;
    box-shadow: none;
  }
}
@media only screen and (max-width: 320px) {
  .page-with-filter.page-products .page-wrapper .column.main .toolbar.toolbar-products .toolbar-sorter.sorter select#sorter {
    max-width: 100px;
  }
}
.cart-open {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cart-open.wolfsellers {
    scrollbar-gutter: stable both-edges;
  }
}
.cart-open.wolfsellers header.page-header {
  backdrop-filter: none;
}
@supports (-webkit-touch-callout: none) {
  background: #ffffff;
}
.cart-open.wolfsellers header.page-header .minicart-wrapper .action.close:after {
  opacity: 1;
  transition: all 0.3s;
  transition-delay: 0.5s;
  visibility: visible;
}
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart {
  right: 0;
  transition: all 0.5s;
  opacity: 1;
  border: 0;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 99999;
}
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart button.update-cart-item,
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart .quote-details-items .actions-toolbar > .action.update-cart-item {
  margin-top: 5px;
  background-image: none;
  background: transparent;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'vde-font', sans-serif;
  font-weight: normal;
  margin: 10px 0 0;
  padding: 3px 5px;
  font-size: 1rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart button.update-cart-item:focus,
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart button.update-cart-item:active,
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart .quote-details-items .actions-toolbar > .action.update-cart-item:focus,
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart .quote-details-items .actions-toolbar > .action.update-cart-item:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart button.update-cart-item:hover,
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart .quote-details-items .actions-toolbar > .action.update-cart-item:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart button.update-cart-item.disabled,
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart button.update-cart-item[disabled],
fieldset[disabled] .cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart button.update-cart-item,
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart .quote-details-items .actions-toolbar > .action.update-cart-item.disabled,
.cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart .quote-details-items .actions-toolbar > .action.update-cart-item[disabled],
fieldset[disabled] .cart-open.wolfsellers header.page-header .minicart-wrapper .block.block-minicart .quote-details-items .actions-toolbar > .action.update-cart-item {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.wolfsellers .page-wrapper .action.showcart .counter.qty .loader > img {
  max-width: none;
  width: 100%;
}
.wolfsellers .page-wrapper .minicart-wrapper .action.close {
  top: 20px;
  right: 30px;
  width: 28px;
  height: 28px;
  background: #385ea4;
  border-radius: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .action.close {
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .action.close:hover {
    opacity: 1;
    background: #385ea4;
  }
  .wolfsellers .page-wrapper .minicart-wrapper .action.close:hover:before {
    background: #385ea4;
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .action.close:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100% - 320px);
  height: 100%;
  background-color: rgba(56, 94, 164, 0.5);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .action.close:after {
    width: calc(100% - 364px);
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .action.close:before {
  font-size: 1.4rem;
  color: #ffffff;
  overflow: initial;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content {
  display: block !important;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart {
  display: block;
  position: fixed;
  height: 100vh;
  right: -100%;
  top: 0;
  min-width: auto;
  margin: 0;
  transition: all 0.5s;
  opacity: 0;
  width: 320px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart {
    width: 364px;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart {
    height: 100%;
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper {
  height: 100%;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product-item-name a {
  line-height: 1;
  color: #1d1d1b;
  font-size: 1.8rem;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product-item-sku,
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product-item-serie {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product-item-sku,
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product-item-serie {
    font-size: 1.8rem;
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product-item-pricing .label-price-list {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #969595;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product-item-pricing .qty-container {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product-item-pricing .price {
  color: #1d1d1b;
  font-size: 1.8rem;
  font-weight: normal;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product-item-pricing .details-qty {
  pointer-events: none;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product-item-pricing .details-qty label {
  font-size: 1.6rem;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product.actions {
  margin-top: -33px;
  float: right;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product.actions {
    margin-top: -33px;
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product.actions > .primary {
  display: none;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product.actions a.action:before {
  color: #385ea4;
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .product-item-details .product.actions a:hover:before {
  color: #f2cd50;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .items-total {
  display: block;
  float: none;
  font-size: 1.8rem;
  margin: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .items-total {
    padding-right: 15px;
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .subtotal {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  -webkit-display: none;
  -moz-display: none;
  -ms-display: none;
  display: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 10px 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions {
  margin-bottom: 0;
  margin-top: 15px;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions button.action.primary.checkout,
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .quote-details-items .actions-toolbar > .action.action.primary.checkout {
  width: 100% !important;
  transition: 0.3s;
  opacity: 1;
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 43px;
  width: auto;
  max-width: 260px;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions button.action.primary.checkout,
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .quote-details-items .actions-toolbar > .action.action.primary.checkout {
    font-size: 1.8rem;
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions button.action.primary.checkout span,
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .quote-details-items .actions-toolbar > .action.action.primary.checkout span {
  color: #1d1d1b;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions button.action.primary.checkout:after,
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions button.action.primary.checkout:before,
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .quote-details-items .actions-toolbar > .action.action.primary.checkout:after,
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .quote-details-items .actions-toolbar > .action.action.primary.checkout:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions button.action.primary.checkout:hover,
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .quote-details-items .actions-toolbar > .action.action.primary.checkout:hover {
    transition: 0.3s;
    opacity: .7;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .primary {
    margin: 0;
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary {
  margin-bottom: 10px;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary .viewcart {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 44px;
  margin: 0;
  width: fit-content;
  white-space: nowrap;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: auto;
  max-width: 260px;
  width: 100%;
}
@media only screen and (max-width: 920px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary .viewcart {
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary .viewcart span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary .viewcart span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 920px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary .viewcart:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
    z-index: 0;
    transition: all 0.3s;
  }
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary .viewcart:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(300deg, #559ad8 0%, #385ea4 100%);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary .viewcart > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary .viewcart > span {
    z-index: 2;
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary .viewcart:hover {
  transition: all 0.3s;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary .viewcart:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content > .actions .secondary .viewcart:hover {
  opacity: 1;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  margin-top: 0;
  padding-top: 10px;
  border-bottom: none;
  overflow-y: scroll;
  height: 100% !important;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .item.product-item {
  border-color: #eaeaea;
  cursor: auto;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .item.product-item:first-child {
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .item.product-item .product-image-photo {
  width: 100% !important;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .item.product-item .item-qty {
  width: 72px;
  height: 40px;
  border: 0;
  background: #eaeaea;
  color: #1d1d1b;
  font-size: 1.8rem;
  pointer-events: none;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .item.product-item .item-qty:focus {
  border-color: #f2cd50;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .item.product-item .update-cart-item {
  margin: -8px 0 0 10px;
  border: 0;
  display: inline-block;
  text-decoration: none;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .item.product-item .update-cart-item > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .item.product-item .update-cart-item:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e603';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .item.product-item .update-cart-item:after {
  overflow: visible;
}
.wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .item.product-item .update-cart-item:hover {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .wolfsellers .page-wrapper .minicart-wrapper .ui-widget-content .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .item.product-item .update-cart-item {
    margin: 0;
    position: relative;
    top: 9px;
    left: auto;
    right: -10px;
  }
}
body.catalog-product-view.wolfsellers-logged-user .product-add-form form {
  position: relative;
}
body.catalog-product-view.wolfsellers-logged-user .product-add-form form > .product-addto-links {
  display: none;
}
body.catalog-product-view.wolfsellers-logged-user .product-add-form form > .product-addto-links.to-call {
  display: block;
  position: absolute;
  top: 2px;
  left: 253px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view.wolfsellers-logged-user .product-add-form form > .product-addto-links.to-call {
    position: initial;
    margin-bottom: 18px;
  }
  body.catalog-product-view.wolfsellers-logged-user .product-add-form form > .product-addto-links.to-call .product-social-links .product-addto-links {
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
  }
}
body.catalog-product-view.wolfsellers-guest-user .product-add-form form > .product-addto-links a.action.tocompare {
  margin-bottom: 15px;
}
body.catalog-product-view.wolfsellers-guest-user .product-add-form form > .product-addto-links a.action.tocompare:before {
  margin-left: 0;
}
body.catalog-product-view.wolfsellers-guest-user .page-main .product-info-main div.product-reviews-summary .reviews-actions a.action.add {
  font-size: 0rem;
}
body.catalog-product-view.wolfsellers-guest-user .page-main .product-info-main div.product-reviews-summary .reviews-actions a.action.view ~ a.action.add {
  display: none;
}
body.catalog-product-view.fotorama__fullscreen header .header.content {
  opacity: 0 !important;
  visibility: hidden !important;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__stage > [class*="amlabel-position"] {
  display: none !important;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__thumb-border {
  border: 1px solid #385ea4;
}
body.catalog-product-view .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-footer button.action.secondary,
body.catalog-product-view .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.action.secondary {
  background: #f2cd50;
  border: 1px solid #f2cd50;
  padding: 13px;
  border-radius: 16px;
}
body.catalog-product-view .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-footer button.action.secondary span,
body.catalog-product-view .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.action.secondary span {
  color: #1d1d1b;
  font-weight: bold;
}
body.catalog-product-view .modals-wrapper aside.modal-popup.confirm {
  width: auto;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap {
    background: #ffffff;
    padding: 10px;
  }
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-header {
  padding: 0;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-header h1 {
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-header button.action-close,
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-header .quote-details-items .actions-toolbar > .action.action-close {
  background: #385ea4;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-header button.action-close:before,
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-header .quote-details-items .actions-toolbar > .action.action-close:before {
  color: #ffffff;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-address {
    margin-top: 0;
  }
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-arrivals {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-arrivals table {
  border: 1px solid #eaeaea;
  border-radius: 16px;
  display: inline-table;
  font-size: 1.4rem;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-arrivals table thead {
  border-bottom: 1px solid #eaeaea;
  background: #eaeaea;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-arrivals table thead tr th {
  font-weight: 600;
  text-align: center;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-arrivals table tbody tr td {
  /* CODE COLOR RULES. DO NOT OVERRIDE */
  border: 1px solid #eaeaea;
  text-align: center;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-address-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-address-content .shipping-address-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-address-content .shipping-address-items .shipping-address-item {
  font-size: 1.6rem;
  padding: 28px 22px 20px 16px;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-address-content .shipping-address-items .shipping-address-item {
    font-size: 1.4rem;
    width: 100%;
    padding: 30px 22px 16px 16px;
  }
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-address-content .shipping-address-items .shipping-address-item.selected-item:before {
  font-family: 'vde-icons';
  content: '\e610';
  color: #385ea4;
  background: #eaeaea;
  border-radius: 0 16px 0 0;
  font-size: 1.8rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 5px;
  line-height: normal;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #modal-address-content .shipping-address-items .shipping-address-item:not(.selected-item) {
  cursor: pointer;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-like {
  text-align: center;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-txt p {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-txt p {
    font-size: 1.8rem;
  }
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture > label {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture > label {
    font-size: 1.8rem;
  }
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control > label {
  position: absolute;
  left: 0;
  top: 0;
  background: #f2cd50;
  border-radius: 16px;
  color: #1d1d1b;
  padding: 0 15px;
  border: 0;
  height: 40px;
  width: 180px;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  z-index: 10;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control > label:hover {
    opacity: .7;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control > label {
    font-weight: 600;
  }
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"] {
  width: 100%;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button {
  background: transparent;
  border-radius: 16px;
  color: #ffffff;
  padding: 0 15px;
  border: 0;
  height: 40px;
  width: 180px;
  font-size: 1.6rem;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button:hover {
    opacity: .7;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control textarea {
  max-height: 80px;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control textarea:focus {
  outline: 0;
  box-shadow: 0;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input.mage-error {
  border: 0;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .format {
  font-size: 1.4rem;
  color: #666666;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .actions-toolbar {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
body.catalog-product-view .modals-wrapper aside.modal-popup .modal-inner-wrap .modal-content #popup-modal-unlike .unlike-content__form .fieldset .actions-toolbar #message-red {
  font-size: 1.4rem;
  color: #ff0000;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
body.catalog-product-view .page-wrapper header .header.content {
  transition: all .2s;
  transition-delay: .2s;
}
body.catalog-product-view .page-main .product-info-main {
  background: #ffffff;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  body.catalog-product-view .page-main .product-info-main {
    width: calc(63.8% - 15px);
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main {
    padding: 12px 10px;
    margin-bottom: 16px;
  }
}
body.catalog-product-view .page-main .product-info-main .product-logo-serie-title {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.catalog-product-view .page-main .product-info-main .m-logo {
  width: auto;
}
body.catalog-product-view .page-main .product-info-main .m-logo img {
  max-height: 50px;
  width: auto !important;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .m-logo img {
    max-height: 43px;
    margin-top: 12px;
  }
}
body.catalog-product-view .page-main .product-info-main .img-serie {
  max-height: 50px;
  width: auto !important;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .img-serie {
    max-height: 43px;
    margin-top: 12px;
  }
}
body.catalog-product-view .page-main .product-info-main .page-title-wrapper.product {
  width: 100%;
  margin: 8px 0 10px;
}
body.catalog-product-view .page-main .product-info-main .page-title-wrapper.product .page-title {
  line-height: 32px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .page-title-wrapper.product .page-title {
    line-height: 28px;
    font-weight: bold;
  }
}
body.catalog-product-view .page-main .product-info-main .product.attribute.serie {
  background: #eaeaea;
  max-width: max-content;
  width: auto;
  height: 30px;
  padding: 5px;
  border-radius: 4px;
  color: #1d1d1b;
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product.attribute.serie {
    max-width: max-content;
    margin-left: 10px;
  }
}
body.catalog-product-view .page-main .product-info-main .product.attribute.serie div:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
}
body.catalog-product-view .page-main .product-info-main .product-info-price {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-info-price {
    padding: 0 10px;
  }
}
body.catalog-product-view .page-main .product-info-main .product-info-price .price-box {
  order: 3;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-info-price .price-box {
    padding-left: 0;
  }
}
body.catalog-product-view .page-main .product-info-main .product-info-price .price-box .price-container__group {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.catalog-product-view .page-main .product-info-main .product-info-price .price-box .price-container__group .price {
  font-size: 2.8rem;
  font-weight: bold;
  color: #385ea4;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-info-price .price-box .price-container__group .price {
    font-size: 2.4rem;
    line-height: 24px;
  }
}
body.catalog-product-view .page-main .product-info-main .product-info-price .price-box .price-container__group .wolf-currency-code {
  font-size: 2.8rem;
  font-weight: bold;
  color: #385ea4;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-info-price .price-box .price-container__group .wolf-currency-code {
    font-size: 2.4rem;
    line-height: 24px;
  }
}
body.catalog-product-view .page-main .product-info-main .product-info-price .label-price-list {
  order: 2;
  font-size: 2.4rem;
  color: #969595;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-info-price .label-price-list {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
body.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku {
  float: left;
  padding: 0;
  width: 100%;
  text-align: left;
  order: 1;
  margin-bottom: 25px;
}
body.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku {
  font-size: 1.8rem;
  color: #1d1d1b;
}
body.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku strong:after {
  content: ':';
}
body.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .stock.available {
  display: none;
}
body.catalog-product-view .page-main .product-info-main .like-container {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .like-container {
    margin-bottom: 16px;
  }
}
body.catalog-product-view .page-main .product-info-main .like-container span {
  font-size: 2.4rem;
  color: #1d1d1b;
  font-weight: 600;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .like-container span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .like-container .likebtns {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
body.catalog-product-view .page-main .product-info-main .like-container .btn {
  border: none;
  background: transparent;
  margin-right: 10px;
}
body.catalog-product-view .page-main .product-info-main .like-container .btn span:before {
  font-size: 2.3rem;
  color: #8b8a8a;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .like-container .btn span:before {
    font-size: 2rem;
  }
}
body.catalog-product-view .page-main .product-info-main .like-container .btn span.icon-like {
  padding-right: 5px;
}
body.catalog-product-view .page-main .product-info-main .like-container .btn.active span:before {
  color: #385ea4;
}
body.catalog-product-view .page-main .product-info-main .product-add-form {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart {
    margin-bottom: 0;
  }
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions div#instant-purchase {
  order: -1;
}
@media (max-width: 820px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-gap: 10px;
    -moz-gap: 10px;
    -ms-gap: 10px;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions button#product-addtocart-button,
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .quote-details-items .actions-toolbar > .action#product-addtocart-button {
  max-width: 200px;
  width: 100%;
  margin: 0;
}
@media (min-width: 821px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions button#product-addtocart-button,
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .quote-details-items .actions-toolbar > .action#product-addtocart-button {
    max-width: 190px;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions button#product-addtocart-button,
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .quote-details-items .actions-toolbar > .action#product-addtocart-button {
    white-space: nowrap;
  }
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions button#product-addtocart-button span,
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .quote-details-items .actions-toolbar > .action#product-addtocart-button span {
    font-size: 1.6rem;
  }
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .sales-consult.tooltip {
  max-width: 200px !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 920px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .sales-consult.tooltip {
    max-width: 190px !important;
    margin-left: 10px;
  }
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .sales-consult.tooltip a.action.secondary.btn-yellow {
  background: #f2cd50 !important;
  padding: 10px;
  border-radius: 16px;
  border-color: #f2cd50;
  height: 44px;
  width: auto !important;
  text-align: center;
  font-size: 1.4rem !important;
  color: #1d1d1b !important;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .sales-consult.tooltip a.action.secondary.btn-yellow {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .stockinquiry.button {
  max-width: 200px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 820px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .stockinquiry.button {
    width: 100%;
  }
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .stockinquiry.button a.action.secondary.btn-yellow {
  background: #f2cd50;
  padding: 10px;
  border-radius: 16px;
  border-color: #f2cd50;
  height: 44px;
  display: block;
  width: auto;
  text-align: center;
  font-size: 1.6rem;
  color: #1d1d1b;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .actions .stockinquiry.button a.action.secondary.btn-yellow {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .text-piezas {
  padding-left: 10px;
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .text-piezas p {
  font-size: 1.8rem;
  color: #969595;
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .text-label-cant {
  line-height: 1;
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .label span {
  font-weight: 600;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .label span {
    font-size: 2rem;
  }
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .qty-cantidad {
  margin-left: 16px;
  border-radius: 16px;
  background: #eaeaea;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 128px;
  width: 100%;
  padding: 3px;
  height: 40px;
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .qty-cantidad button,
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .qty-cantidad .quote-details-items .actions-toolbar > .action {
  background: #385ea4;
  border-radius: 10px;
  width: 28px;
  height: 28px;
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .qty-cantidad button:before,
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .qty-cantidad .quote-details-items .actions-toolbar > .action:before {
  color: #ffffff;
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .qty-cantidad input.qty {
  background: #eaeaea;
  color: #1d1d1b;
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .qty-cantidad #qty-error {
  position: absolute;
  top: 33px;
  left: 0;
  line-height: 1;
  width: 100%;
  z-index: 1;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .fieldset .field.qty .qty-cantidad #qty-error {
    height: 40px;
  }
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .text-label-cant .text-qty {
  display: none;
}
body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .text-label-cant .text-qty-mult {
  margin-left: 10px;
  color: #969595;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .text-label-cant .text-qty-mult {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart .text-label-cant {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
}
body.catalog-product-view .page-main .product-info-main .product.pricing {
  display: none;
}
body.catalog-product-view .page-main .product-info-main button.action.call-center,
body.catalog-product-view .page-main .product-info-main .quote-details-items .actions-toolbar > .action.action.call-center {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 20px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .page-main .product-info-main button.action.call-center,
  body.catalog-product-view .page-main .product-info-main .quote-details-items .actions-toolbar > .action.action.call-center {
    font-size: 1.8rem;
  }
}
body.catalog-product-view .page-main .product-info-main .product-addto-links a.action.tocompare {
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
body.catalog-product-view .page-main .product-info-main .product-addto-links a.action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e904';
  font-family: 'vde-icons';
  margin: 0 1rem 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.catalog-product-view .page-main .product-info-main .product-addto-links a.action.tocompare span {
  color: #385ea4;
  text-transform: capitalize;
  font-size: 1.6rem;
  white-space: nowrap;
}
body.catalog-product-view .page-main .product-info-main .product-addto-links a.action.tocompare:before {
  overflow: visible;
  margin-right: 3px;
  width: 26px;
}
body.catalog-product-view .page-main .product-info-main .product-social-links {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-social-links {
    margin-top: 0;
    padding-left: 0;
  }
}
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links a.action.towishlist {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links a.action.towishlist span {
  color: #385ea4;
  font-size: 1.6rem;
  text-transform: capitalize;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links a.action.towishlist span {
    font-size: 1.6rem;
  }
}
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links a.action.towishlist:before {
  color: #385ea4;
  font-size: 2.5rem;
  overflow: visible;
  margin: 0px 8px 0 0;
}
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links .split.button.wishlist {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links .split.button.wishlist button.split,
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links .split.button.wishlist .quote-details-items .actions-toolbar > .action.split {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
  letter-spacing: initial;
  text-transform: none;
  color: #385ea4;
}
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links .split.button.wishlist button.split span,
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links .split.button.wishlist .quote-details-items .actions-toolbar > .action.split span {
  white-space: nowrap;
  font-size: 1.6rem;
}
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links .split.button.wishlist button.split:before,
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links .split.button.wishlist .quote-details-items .actions-toolbar > .action.split:before {
  color: #385ea4;
  font-size: 2.5rem;
  overflow: visible;
  margin: 0px 8px 0 0;
}
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links .split.button.wishlist button.toggle.change:before,
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links .split.button.wishlist .quote-details-items .actions-toolbar > .action.toggle.change:before {
  display: none;
}
body.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links .split.button.wishlist .items {
  border-radius: 16px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
}
body.catalog-product-view .page-main .product-info-main .aditional-attribute-content {
  background: #f8f8f8;
  padding: 10px;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .aditional-attribute-content {
    width: 100%;
    float: left;
  }
}
body.catalog-product-view .page-main .product-info-main .aditional-attribute-content .content-atribute {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.catalog-product-view .page-main .product-info-main .aditional-attribute-content .content-atribute .label {
  width: 50%;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  padding: 3px;
}
body.catalog-product-view .page-main .product-info-main .aditional-attribute-content .content-atribute .value {
  width: 50%;
  padding: 3px;
  border-bottom: 1px solid #eaeaea;
}
body.catalog-product-view .page-main .product-info-main .aditional-attribute-content .content-atribute:first-child .label {
  border-radius: 10px 0 0 0;
}
body.catalog-product-view .page-main .product-info-main .aditional-attribute-content .content-atribute:last-child .label {
  border-radius: 0 0 0 10px;
  border-bottom: 0;
}
body.catalog-product-view .page-main .product-info-main .aditional-attribute-content .content-atribute:last-child .value {
  border-bottom: 0;
}
body.catalog-product-view .page-main .product-info-main .stock-inquiries-content {
  position: relative;
  padding: 20px 0;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .stock-inquiries-content {
    float: left;
    width: 100%;
  }
}
body.catalog-product-view .page-main .product-info-main .stock-inquiries-content .empty-div {
  background: #eeeeee;
  height: 40px;
  width: auto;
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .stock-inquiries-content .empty-div {
    left: -10px;
    right: -10px;
  }
}
body.catalog-product-view .page-main .product-info-main .stock-inquiries-content .empty-div:after {
  content: '';
  height: 10px;
  background: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  top: 30px;
}
body.catalog-product-view .page-main .product-info-main .stock-inquiries-content .empty-div:before {
  content: '';
  background: #ffffff;
  position: absolute;
  height: 10px;
  width: 100%;
  border-radius: 0px 0px 16px 16px;
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-reviews-summary {
    -webkit-gap: 0 10px;
    -moz-gap: 0 10px;
    -ms-gap: 0 10px;
    gap: 0 10px;
  }
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary .rating-summary {
  margin-right: 5px;
  overflow: initial;
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary .rating-summary .rating-result {
  width: 86px;
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  content: false false false false false;
  color: #969595;
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  font-size: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  color: #385ea4;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-reviews-summary .rating-summary .rating-result {
    width: 150px;
  }
  body.catalog-product-view .page-main .product-info-main .product-reviews-summary .rating-summary .rating-result:before {
    font-size: 3rem;
    height: 3rem;
    line-height: 3rem;
    content: false false false false false;
    color: #969595;
  }
  body.catalog-product-view .page-main .product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
    font-size: 3rem;
    height: 3rem;
    line-height: 3rem;
    color: #385ea4;
  }
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions a.action.view {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions a.action.view {
    margin-right: 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
  }
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions a.action.view span {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions a.action.view span {
    font-size: 1.6rem;
  }
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions a.action.add {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions a.action.add {
    font-size: 1.6rem;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions a.action.add:before {
  content: "●";
  color: #385ea4;
  font-size: 1.4rem;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions a.action.add:before {
    padding-right: 10px;
    font-size: 1rem;
  }
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary.empty .reviews-actions a.action.add {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-reviews-summary.empty .reviews-actions a.action.add {
    font-size: 1.6rem;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.catalog-product-view .page-main .product-info-main .product-reviews-summary.empty .reviews-actions a.action.add:before {
  content: "\e605" "\e605" "\e605" "\e605" "\e605";
  font-family: 'vde-icons';
  font-size: 3rem;
  height: 3rem;
  line-height: 3rem;
  color: #969595;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product-info-main .product-reviews-summary.empty .reviews-actions a.action.add:before {
    font-size: 1.6rem;
    height: 16px;
    line-height: 16px;
  }
}
body.catalog-product-view .page-main .product.media {
  width: 100%;
}
body.catalog-product-view .page-main .product.media > [class*="amlabel-position"] {
  display: none !important;
}
@media screen {
  body.catalog-product-view .page-main .product.media {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  body.catalog-product-view .page-main .product.media {
    width: 36.2%;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.media .block.upsell {
    margin: -10px;
  }
}
body.catalog-product-view .page-main .product.media .aviso-img {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .page-main .product.media .aviso-img {
    margin-top: 15px;
  }
}
body.catalog-product-view .page-main .product.media .gallery-placeholder {
  position: relative;
}
body.catalog-product-view .page-main .product.media .gallery-placeholder .magnifier-preview {
  box-shadow: #eaeaea 3px 3px 10px;
  border-radius: 16px;
  z-index: 999;
  top: 0 !important;
  left: 100% !important;
}
body.catalog-product-view .page-main .product.media .gallery-placeholder > .img_promos {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 1;
}
body.catalog-product-view .page-main .product.media .gallery-placeholder > .img_promos img {
  width: 100%;
  max-height: 30px;
  display: block;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.media .gallery-placeholder > .img_promos img {
    max-width: 80px;
  }
}
body.catalog-product-view .page-main .product.media .fotorama-item {
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.media .fotorama-item .fotorama__wrap.fotorama__wrap--no-shadows:not(.fotorama__wrap--no-controls) {
    margin-bottom: 5px;
  }
}
body.catalog-product-view .page-main .product.media .fotorama-item .fotorama__nav-wrap .fotorama__nav__shaft {
  background: transparent;
}
body.catalog-product-view .page-main .product.media .fotorama-item .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__thumb-border {
  margin-top: 0;
  border: 1px solid #385ea4;
  border-radius: 16px;
}
body.catalog-product-view .page-main .product.media .fotorama-item .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame {
  cursor: pointer;
}
body.catalog-product-view .page-main .product.media .fotorama-item .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame:nth-child(2) {
  padding-top: 0;
}
body.catalog-product-view .page-main .product.media .fotorama-item .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__img {
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.media .fotorama-item .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame--dot .fotorama__dot {
    width: 10px;
    height: 10px;
    background-color: #969595;
    border-color: #969595;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.media .fotorama-item .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame--dot.fotorama__active .fotorama__dot {
    background-color: #f2cd50;
    border-color: #f2cd50;
  }
}
body.catalog-product-view .page-main .product.media .fotorama-item .fotorama__stage__frame {
  border-radius: 16px;
  background: #ffffff;
}
body.catalog-product-view .page-main .product.media .fotorama-item .fotorama__stage__frame img {
  border-radius: 16px;
}
body.catalog-product-view .page-main .product.media .MagicToolboxMainContainer {
  background: #ffffff;
  border-radius: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding-right: 10px;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.media .MagicToolboxMainContainer {
    margin: 0;
  }
}
body.catalog-product-view .page-main .product.media .MagicToolboxSelectorsContainer div a.mt-thumb-switcher {
  background: #ffffff;
  border-radius: 16px;
  padding: 7px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.media .MagicToolboxSelectorsContainer div a.mt-thumb-switcher {
    width: 70px;
  }
}
body.catalog-product-view .page-main .product.media .MagicToolboxSelectorsContainer div a.mt-thumb-switcher img {
  border-radius: 16px;
  border-bottom-color: transparent !important;
  padding: 0;
}
body.catalog-product-view .page-main .product.info.detailed {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed {
    margin: 0 0 31px 0;
  }
  body.catalog-product-view .page-main .product.info.detailed .product.data.items {
    margin: auto;
    width: 100%;
    border-bottom: none;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .title {
  margin-right: 3px;
}
@media screen and (min-width: 769px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .title {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: fit-content;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .title a {
  line-height: 1;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .title a:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .title .switch {
  background: #ffffff;
  color: #385ea4;
  font-weight: bold;
  font-size: 1.8rem;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media screen and (min-width: 769px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .title .switch {
    text-align: center;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .title.active {
  border-bottom: 5px solid #385ea4;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .title.active #tab-label-amfile_attachment-title {
    border-radius: 0;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .title.first a {
  border-radius: 16px 16px 0 0;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .title.first a {
    border-radius: 16px 0 0 0;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .title.last {
  margin-right: 0;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .title.last a {
  border-radius: 0 0 16px 16px;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .title.last a {
    border-radius: 0 16px 0 0;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content {
  margin-top: 45px;
  border: none;
  border-radius: 0 16px 16px 16px;
}
@media screen and (min-width: 769px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content {
    order: 1;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content {
    margin-top: 0;
    border-radius: 0;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content#amfile_attachment .am-attachments.am-attachments-tab {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 850px;
  column-gap: 24px;
  row-gap: 16px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content#amfile_attachment .am-attachments.am-attachments-tab {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .am-attachments.am-attachments-tab {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .am-attachments.am-attachments-tab .am-fileline .am-fileicon {
  display: none;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .am-attachments.am-attachments-tab .am-fileline .am-filelink {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .am-attachments.am-attachments-tab .am-fileline .am-filelink:before {
  margin-right: 8px;
  content: "\e90b";
  font-family: 'vde-icons';
  font-weight: normal;
  font-size: 2.9rem;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .am-attachments.am-attachments-tab .am-fileline .am-filesize {
  display: none;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-title {
  display: none;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-title strong {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-title strong {
    font-size: 1.6rem;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-content ol.items.review-items li.item .review-title {
  margin: 0 0 10px;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-content ol.items.review-items li.item .review-ratings .rating-summary.item {
  max-width: 167px;
  display: block;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-content ol.items.review-items li.item .review-ratings .rating-summary.item span.label.rating-label {
  font-size: 1.8rem;
  display: none;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-content ol.items.review-items li.item .review-ratings .rating-summary.item span.label.rating-label {
    font-size: 1.6rem;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-content ol.items.review-items li.item .review-ratings .rating-summary.item .rating-result {
  width: 100%;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-content ol.items.review-items li.item .review-ratings .rating-summary.item .rating-result:before {
  color: #8b8a8a;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 4px;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-content ol.items.review-items li.item .review-ratings .rating-summary.item .rating-result span:before {
  font-size: 3rem;
  height: 30px;
  line-height: 3rem;
  margin-top: 0px;
  color: #385ea4;
  letter-spacing: 4px;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-content ol.items.review-items li.item .review-content-container .review-content {
  margin-bottom: 5px;
  font-size: 1.8rem;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-content ol.items.review-items li.item .review-content-container .review-details {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content #product-review-container .block-content ol.items.review-items li.item .review-content-container .review-details {
    font-size: 1.6rem;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .fieldset.review-fieldset .legend.review-legend strong {
  display: none;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .fieldset.review-fieldset .field.review-field-ratings .control .nested .review-field-rating #Producto_rating_label {
  display: none;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .review-control-vote:before {
  color: #385ea4;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .action.primary {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 44px;
  margin: 0;
  width: fit-content;
  white-space: nowrap;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .action.primary {
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .action.primary span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .action.primary span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 920px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .action.primary:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
    z-index: 0;
    transition: all 0.3s;
  }
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .action.primary:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(300deg, #559ad8 0%, #385ea4 100%);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .action.primary > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .action.primary > span {
    z-index: 2;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .action.primary:hover {
  transition: all 0.3s;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .action.primary:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions button.action.primary > span,
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .quote-details-items .actions-toolbar > .action.action.primary > span {
  color: #ffffff;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .additional-attributes-wrapper.table-wrapper {
  background: #f8f8f8;
  padding: 10px;
  border-radius: 16px;
  max-width: 892px;
  width: 100%;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .additional-attributes-wrapper.table-wrapper table#product-attribute-specs-table {
  border-radius: 16px;
  width: 100%;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .additional-attributes-wrapper.table-wrapper table#product-attribute-specs-table tbody tr th {
  background: #ffffff;
  padding: 6px;
  border-bottom: 1px solid #eaeaea;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .additional-attributes-wrapper.table-wrapper table#product-attribute-specs-table tbody tr td {
  padding: 6px;
  border-bottom: 1px solid #eaeaea;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .additional-attributes-wrapper.table-wrapper table#product-attribute-specs-table tbody tr:first-child th {
  border-radius: 10px 0 0 0;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .additional-attributes-wrapper.table-wrapper table#product-attribute-specs-table tbody tr:last-child th {
  border-radius: 0 0 0 10px;
  border-bottom: 0;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .additional-attributes-wrapper.table-wrapper table#product-attribute-specs-table tbody tr:last-child td {
  border-bottom: 0;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .title-availability {
  margin-bottom: 15px;
  margin-top: 25px;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .title-availability span {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .title-availability span {
    font-size: 1.6rem;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .title-availability i {
  display: none;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper #step-carrier #wrapper-address-carrier {
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper #step-carrier #wrapper-address-carrier {
    font-size: 1.6rem;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper #step-carrier #wrapper-address-carrier .select-direction {
  margin-top: 10px;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper #step-carrier .field.choice .label:before {
  top: 7px;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper #step-carrier .field.choice .label:after {
  top: 3px;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper #step-cedis #wrapper-address-cedis {
  margin-bottom: 16px;
  margin-top: 6px;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper #step-cedis #wrapper-address-cedis select#list-cedis {
  max-width: 400px;
  width: 100%;
  border-color: #eaeaea;
  border-radius: 16px;
  padding-left: 10px;
  font-size: 1.8rem;
  color: #1d1d1b;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper #step-cedis .field.choice .label:before {
  top: 7px;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper #step-cedis .field.choice .label:after {
  top: 3px;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .check-availability button.action.primary.update,
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .check-availability .quote-details-items .actions-toolbar > .action.action.primary.update {
  background: #f2cd50;
  color: #1d1d1b;
  border: 1px solid #f2cd50;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .check-availability button.action.primary.update,
  body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .check-availability .quote-details-items .actions-toolbar > .action.action.primary.update {
    margin: auto;
  }
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .check-availability button.action.primary.update span,
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .check-availability .quote-details-items .actions-toolbar > .action.action.primary.update span {
  color: #1d1d1b;
}
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .check-availability button.action.primary.update:before,
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .check-availability button.action.primary.update:after,
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .check-availability .quote-details-items .actions-toolbar > .action.action.primary.update:before,
body.catalog-product-view .page-main .product.info.detailed .product.data.items .content .product-availability-wrapper .check-availability .quote-details-items .actions-toolbar > .action.action.primary.update:after {
  display: none;
}
body.catalog-product-view .page-main .block.related .block-content.content .block-actions {
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-left: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .block.related .block-content.content .block-actions {
    font-size: 1.6rem;
    display: block;
  }
  body.catalog-product-view .page-main .block.related .block-content.content .block-actions .action.select {
    padding-left: 0 !important;
    font-size: 1.6rem;
  }
}
body.catalog-product-view .page-main .block.related .block-content.content .block-actions .action.select {
  padding-left: 7px;
}
body.catalog-product-view .page-main .block.related .block-title.title strong {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  margin-top: 20px;
  position: relative;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .block.related .block-title.title strong {
    font-size: 2rem;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
body.catalog-product-view .page-main .block.related .block-title.title strong:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 65px;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .block.related .block-title.title strong:before {
    height: 100%;
  }
}
body.catalog-product-view .page-main .block.related .products-related .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info {
  width: 100%;
  padding: 0;
}
body.catalog-product-view .page-main .block.related .products-related .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details {
  padding: 15px 10px;
}
body.catalog-product-view .page-main .block.related .products-related .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions {
  order: 5;
}
body.catalog-product-view .page-main .block.related .products-related .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
  position: absolute;
  z-index: -9999;
  bottom: 15px;
  width: 100%;
  left: 0;
  border-radius: 0px 0px 16px 16px;
  padding-top: 7px;
  padding-left: 10px;
  transition: ease 0.2s;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .block.related .products-related .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
    position: initial;
    padding-top: 0;
  }
}
body.catalog-product-view .page-main .block.related .products-related .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info:hover .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
  bottom: -32px;
  background: #ffffff;
  transition: ease 0.2s;
  z-index: 999;
  padding-top: 0;
}
body.catalog-product-view .page-main .block.upsell {
  margin: 0;
}
body.catalog-product-view .page-main .block.upsell .block-title.title {
  margin: 0;
}
body.catalog-product-view .page-main .block.upsell .block-title.title strong {
  background: #ffffff;
  padding: 6px 0 6px 36px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  margin-top: 0;
  position: relative;
  float: left;
  width: 100%;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .page-main .block.upsell .block-title.title strong {
    font-size: 2.8rem;
    line-height: 34px;
    height: 81px;
  }
}
body.catalog-product-view .page-main .block.upsell .block-title.title strong:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 60px;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .block.upsell .block-title.title strong:before {
    height: 100%;
  }
}
body.catalog-product-view .page-main .block.upsell .products-upsell {
  float: left;
  width: 100%;
  margin-bottom: 31px;
}
body.catalog-product-view .page-main .block.upsell .products-upsell .product-items:not(.slick-slider) {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  height: 620px;
  margin-bottom: 35px;
  opacity: 0;
  transition: 0.3s;
}
body.catalog-product-view .page-main .block.upsell .products-upsell .product-items:not(.slick-slider) > .product-item {
  width: calc(100% / 5 - 16px);
}
body.catalog-product-view .page-main .block.upsell .products-upsell .product-items:not(.slick-slider) > .product-item .product-item-info {
  margin: 0;
}
body.catalog-product-view .page-main .block.upsell .products-upsell .product-items .slick-track {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .block.upsell .products-upsell .product-items .slick-track {
    padding-bottom: 0;
  }
}
body.catalog-product-view .page-main .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info {
  width: 100%;
  z-index: initial !important;
}
body.catalog-product-view .page-main .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions {
  order: 5;
}
body.catalog-product-view .page-main .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
  position: absolute;
  z-index: -9999;
  bottom: 15px;
  width: 100%;
  left: 0;
  border-radius: 0px 0px 16px 16px;
  padding-top: 7px;
  padding-left: 10px;
  transition: ease 0.2s;
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .page-main .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
    position: initial;
    padding-top: 0;
  }
}
body.catalog-product-view .page-main .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .price-box {
  height: 40px;
}
body.catalog-product-view .page-main .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info:hover .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
  bottom: -28px;
  background: #ffffff;
  transition: ease 0.2s;
  z-index: 999;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .page-main .block.upsell:last-child .block-title {
    background: #ffffff;
    height: 81px;
    border-radius: 16px;
  }
  body.catalog-product-view .page-main .block.upsell:last-child .block-title strong {
    max-width: 260px;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view .column.main {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.catalog-product-view footer {
    margin-top: 0;
  }
}
.fotorama__fullscreen .fotorama--fullscreen {
  z-index: 100000 !important;
}
.fotorama__fullscreen .fotorama--fullscreen .fotorama__fullscreen-icon {
  right: 10px !important;
  top: 0 !important;
  background-size: 220px;
  background-position: -50px 0;
}
.fotorama__fullscreen .fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-shadows .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: -20px;
}
.fotorama__fullscreen .fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-shadows .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--dot {
  width: 10px;
  height: 10px;
  background-color: #969595;
  border-color: #969595;
  border-radius: 100%;
  margin: 2px;
}
.fotorama__fullscreen .fotorama--fullscreen .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-shadows .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--dot.fotorama__active {
  background-color: #f2cd50;
  border-color: #f2cd50;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .wolfsellers.account .sidebar.sidebar-main {
    background: transparent !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .wolfsellers.account .page-wrapper .page-title-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .page-wrapper .column.main {
    width: 74.8%;
    padding-left: 0;
  }
}
.wolfsellers.account .page-wrapper .sidebar.sidebar-main {
  padding: 10px 20px 10px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account .page-wrapper .sidebar.sidebar-main {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .page-wrapper .sidebar.sidebar-main {
    margin: 0;
    padding: 7px 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .page-wrapper .sidebar.sidebar-main {
    width: 24.1%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.customer-account-login .page-main {
    padding: 0;
  }
}
.wolfsellers.customer-account-login .page-main .page-title-wrapper .page-title {
  font-size: 2.8rem;
  color: #385ea4;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.customer-account-login .page-main .page-title-wrapper .page-title {
    font-size: 3.2rem;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
  }
}
.wolfsellers.customer-account-login .page-main .login-container:before,
.wolfsellers.customer-account-login .page-main .login-container:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.customer-account-login .page-main .login-container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-gap: 0 15px;
    -moz-gap: 0 15px;
    -ms-gap: 0 15px;
    gap: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.customer-account-login .page-main .login-container .block {
    width: 49.4%;
  }
}
.wolfsellers.customer-account-login .page-main .login-container .block .block-title {
  font-size: 2rem;
  color: #1d1d1b;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 6px;
  font-weight: bold;
  text-align: left;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.customer-account-login .page-main .login-container .block .block-title {
    font-size: 2.4rem;
    margin: 0 0 10px;
    padding: 0 0 6px;
  }
}
.wolfsellers.customer-account-login .page-main .login-container .block .block-title strong,
.wolfsellers.customer-account-login .page-main .login-container .block .block-title span {
  font-weight: bold;
}
.wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login,
.wolfsellers.customer-account-login .page-main .login-container .block.block-new-customer {
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login,
  .wolfsellers.customer-account-login .page-main .login-container .block.block-new-customer {
    margin: 0;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar,
  .wolfsellers.customer-account-login .page-main .login-container .block.block-new-customer .actions-toolbar {
    margin-top: 20px;
  }
}
.wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar .primary,
.wolfsellers.customer-account-login .page-main .login-container .block.block-new-customer .actions-toolbar .primary {
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar .primary button.action.login,
  .wolfsellers.customer-account-login .page-main .login-container .block.block-new-customer .actions-toolbar .primary button.action.login,
  .wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar .primary .quote-details-items .actions-toolbar > .action.action.login,
  .wolfsellers.customer-account-login .page-main .login-container .block.block-new-customer .actions-toolbar .primary .quote-details-items .actions-toolbar > .action.action.login {
    width: 100%;
    max-width: 162px;
  }
  .wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar .primary .a.action.create.primary,
  .wolfsellers.customer-account-login .page-main .login-container .block.block-new-customer .actions-toolbar .primary .a.action.create.primary {
    width: 100%;
    max-width: 186px;
  }
}
.wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 25px;
  -moz-gap: 0 25px;
  -ms-gap: 0 25px;
  gap: 0 25px;
}
.wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar {
    -webkit-gap: 0 57px;
    -moz-gap: 0 57px;
    -ms-gap: 0 57px;
    gap: 0 57px;
  }
}
.wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar .primary {
  margin: 0;
}
.wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar .secondary .action {
  font-weight: 600;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar .secondary .action {
    font-size: 1.8rem;
  }
}
.wolfsellers.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar a {
  margin: 0;
}
.wolfsellers.customer-account-login .page-main .login-container .fieldset {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.customer-account-login .page-main .login-container .fieldset:after {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.customer-account-login .page-main .login-container .fieldset > .field > .control {
    max-width: 428px;
  }
}
.wolfsellers.customer-account-forgotpassword .page-main .page-title-wrapper .page-title {
  font-size: 2.8rem;
  color: #385ea4;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.customer-account-forgotpassword .page-main .page-title-wrapper .page-title {
    font-size: 3.2rem;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
  }
}
.wolfsellers.customer-account-forgotpassword .page-main form.password {
  padding: 18px 10px 10px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.customer-account-forgotpassword .page-main form.password {
    margin: 0 auto;
    padding: 20px 20px;
  }
}
.wolfsellers.customer-account-forgotpassword .page-main form.password.forget .fieldset {
  margin-bottom: 25px;
}
.wolfsellers.customer-account-forgotpassword .page-main form.password .field.email {
  max-width: 544px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.customer-account-forgotpassword .page-main form.password .field.captcha .captcha-image {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.wolfsellers.customer-account-forgotpassword .page-main form.password .field.captcha .captcha-image .captcha-reload {
  background: transparent;
  border: 0;
  color: #385ea4;
  font-weight: 600;
  margin-left: 10px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.customer-account-forgotpassword .page-main form.password .field.captcha .captcha-image .captcha-reload {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.customer-account-forgotpassword .page-main form.password .actions-toolbar {
    width: fit-content;
  }
}
.wolfsellers.customer-account-logoutsuccess .page-title-wrapper {
  padding: 0;
  width: 100%;
}
.wolfsellers.customer-account-logoutsuccess .page-title-wrapper .page-title {
  text-align: center !important;
}
.wolfsellers.customer-account-logoutsuccess .page-title-wrapper .page-title span {
  font-size: 3.2rem;
  color: #385ea4;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.customer-account-logoutsuccess .page-title-wrapper .page-title span {
    font-size: 2.8rem;
  }
}
.wolfsellers.customer-account-logoutsuccess .columns .column.main p {
  margin: 40px auto;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  display: inline-block;
  text-decoration: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wolfsellers.customer-account-logoutsuccess .columns .column.main p:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e627";
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.cms-index-index .window.wishlist.overlay.active {
  transition: visibility 0s .3s, opacity .3s ease;
  background: rgba(56, 94, 164, 0.5);
  z-index: 90000;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index .window.wishlist.overlay.active {
    z-index: 99999;
  }
}
body.cms-index-index #create-wishlist-block {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 10;
  height: max-content;
  width: auto;
  margin: auto;
  border-radius: 16px;
  z-index: 99999;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index #create-wishlist-block {
    width: 90%;
  }
}
body.cms-index-index #create-wishlist-block .popup-actions button.action.close.close,
body.cms-index-index #create-wishlist-block .popup-actions .quote-details-items .actions-toolbar > .action.action.close.close {
  border-radius: 100%;
  width: 25px;
  background: #385ea4;
}
body.cms-index-index #create-wishlist-block .popup-actions button.action.close.close:before,
body.cms-index-index #create-wishlist-block .popup-actions .quote-details-items .actions-toolbar > .action.action.close.close:before {
  color: #ffffff;
  line-height: 1.5;
}
body.cms-index-index #create-wishlist-block .popup-header .title span {
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
}
body.cms-index-index #create-wishlist-block .popup-content .form.wishlist .actions-toolbar {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index #create-wishlist-block .popup-content .form.wishlist .actions-toolbar .primary {
    margin-bottom: 0;
  }
}
body.cms-index-index #create-wishlist-block .popup-content .form.wishlist .actions-toolbar .secondary {
  background: #f2cd50;
  height: 44px;
  border-radius: 16px;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2.5;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index #create-wishlist-block .popup-content .form.wishlist .actions-toolbar .secondary {
    line-height: 2.9;
  }
}
body.cms-index-index #create-wishlist-block .popup-content .form.wishlist .actions-toolbar .secondary span {
  color: #1d1d1b;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index #bio_ep_bg {
    z-index: 99999;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-index-index .column.main {
    padding-bottom: 0;
  }
}
body.cms-index-index [data-content-type="row"] {
  max-width: 1600px;
}
body.cms-index-index [data-content-type="row"] [data-content-type="heading"] {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] [data-content-type="heading"] {
    font-size: 2.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] [data-content-type="heading"] {
    margin-top: 0;
  }
}
body.cms-index-index [data-content-type="row"] [data-content-type="heading"]:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 65px;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] [data-content-type="heading"]:before {
    height: 100%;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ {
    margin-top: 0 !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .pagebuilder-column:not(.two-banners) img {
  transition: ease 0.2s;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .pagebuilder-column:not(.two-banners) .text-banner {
  transition: ease 0.2s;
  position: relative;
  z-index: 1;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .pagebuilder-column:not(.two-banners) .text-banner-two {
  transition: ease 0.2s;
  position: relative;
  z-index: 1;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .pagebuilder-column:not(.two-banners):hover img {
  transform: scale(1.07);
  transition: ease 0.2s;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .pagebuilder-column:not(.two-banners):hover .text-banner {
  transform: translateX(-5px);
  transition: ease 0.2s;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .pagebuilder-column:not(.two-banners):hover .text-banner-two {
  transition: ease 0.2s;
  transform: translateX(-5px);
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ > .pagebuilder-column-group .pagebuilder-column-line .one-banner {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group > .pagebuilder-column-line {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-gap: 20px;
    -moz-gap: 20px;
    -ms-gap: 20px;
    gap: 20px;
  }
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group > .pagebuilder-column-line .pagebuilder-column.one-banner,
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group > .pagebuilder-column-line .pagebuilder-column.two-banners {
    width: 100% !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner {
  height: 540px;
  margin-right: 10px;
  border-radius: 16px;
}
@media (min-width: 820px) and (max-width: 1024px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner {
    height: 355px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner {
    height: initial;
  }
}
@media (min-width: 834px) and (max-width: 834px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner {
    height: 295px;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner [data-content-type="dynamic_block"] {
  width: 100%;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider [class*="background-image"] {
  padding-bottom: 52%;
  border-radius: 16px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider [class*="background-image"] {
    padding-bottom: 151% !important;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider [class*="background-image"] {
    background-size: 100% !important;
    padding-bottom: 51.4% !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider button,
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider .quote-details-items .actions-toolbar > .action {
  background: #ffffff;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider button.slick-prev,
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider .quote-details-items .actions-toolbar > .action.slick-prev {
  left: 0;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider button.slick-next,
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider .quote-details-items .actions-toolbar > .action.slick-next {
  right: 0;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider button,
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider .quote-details-items .actions-toolbar > .action {
    width: 50px;
    height: 50px;
    transform: translate(0, 0);
  }
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider button:before,
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider .quote-details-items .actions-toolbar > .action:before {
    font-size: 2.4rem;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider ul.slick-dots {
  position: absolute;
  bottom: -10px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider ul.slick-dots {
    bottom: 20px;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider ul.slick-dots li.slick-active button,
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider ul.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
  background: #ffffff;
  border-color: #ffffff;
  width: 12px;
  height: 12px;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider ul.slick-dots li button,
body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider ul.slick-dots li .quote-details-items .actions-toolbar > .action {
  background: #eeeeee;
  border-color: #eeeeee;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .pagebuilder-slider .slick-track {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners {
    margin-top: -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners {
    margin-top: -10px;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners {
  cursor: pointer;
  position: relative;
  height: 262px;
  border-radius: 12px;
  -webkit-flex-direction: initial !important;
  -moz-flex-direction: initial !important;
  -ms-flex-direction: initial !important;
  flex-direction: initial !important;
  margin-bottom: 15px;
  overflow: hidden;
}
@media (min-width: 820px) and (max-width: 1024px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners {
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners {
    height: 222px;
  }
}
@media (min-width: 834px) and (max-width: 834px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners {
    height: 142px;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners {
    margin-bottom: 10px;
    background-position: right top !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column {
  -webkit-flex-direction: initial !important;
  -moz-flex-direction: initial !important;
  -ms-flex-direction: initial !important;
  flex-direction: initial !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
  justify-content: space-between !important;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner {
  font-size: 3rem;
  color: #385ea4;
  padding-left: 20px;
  font-weight: 600;
  margin-top: 55px;
  z-index: 1;
}
@media (max-width: 920px) and (min-width: 821px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner {
    margin-top: 35px !important;
  }
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner p {
    line-height: 12px !important;
  }
}
@media (min-width: 820px) and (max-width: 1024px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner {
    font-size: 2rem;
    margin-top: 45px;
  }
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner p {
    line-height: 1;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner p {
  margin-bottom: 0;
  line-height: 27px;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner p.lighter-text {
  font-weight: normal;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner {
    margin-top: 60px !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-one,
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-two {
  position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 1;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-one,
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-two {
    left: 10px;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-one [data-content-type="button-item"],
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-two [data-content-type="button-item"] {
  min-width: 160px;
  padding: 0;
  border-radius: 16px;
  border: none;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-one [data-content-type="button-item"],
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-two [data-content-type="button-item"] {
    min-width: 135px;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-one [data-content-type="button-item"] .pagebuilder-button-primary,
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-two [data-content-type="button-item"] .pagebuilder-button-primary {
  margin: 0;
  padding: 0;
  border-radius: 16px;
  min-width: 160px;
  border: none;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-one [data-content-type="button-item"] .pagebuilder-button-primary,
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .btn-two [data-content-type="button-item"] .pagebuilder-button-primary {
    min-width: 135px;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner-two {
  font-size: 3rem;
  color: #969595;
  padding-left: 20px;
  font-weight: 600;
  margin-top: 60px;
  z-index: 1;
}
@media (max-width: 920px) and (min-width: 821px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner-two {
    margin-top: 25px !important;
    font-size: 1.8rem !important;
  }
}
@media (min-width: 820px) and (max-width: 1024px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner-two {
    font-size: 2rem;
    margin-top: 40px;
  }
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner-two p {
    line-height: 1 !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column .text-banner-two p {
  margin-bottom: 0;
  line-height: 30px;
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column figure.img-banner-two {
  position: absolute;
  right: 20px;
  width: 265px;
  bottom: -4px;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column figure.img-banner-two {
    width: 170px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column figure.img-banner-two img.pagebuilder-mobile-hidden {
    display: none;
  }
}
body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column figure.img-banner-one {
  position: absolute;
  width: 175px;
  right: 50px;
  bottom: -5px;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column figure.img-banner-one {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ .two-banners .row-block-two-banners .pagebuilder-column figure.img-banner-one img.pagebuilder-mobile-hidden {
    display: none;
  }
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-banner-princ {
    padding: 10px 0 0;
  }
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner {
    margin-right: 0;
    min-height: initial;
    margin-bottom: 10px;
    height: initial;
  }
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner [data-content-type="image"] {
    display: none;
  }
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .text-banner {
    position: absolute;
    top: 90px;
    padding-left: 10px;
  }
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .one-banner .text-banner p.bolder-text {
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 39px;
  }
  body.cms-index-index [data-content-type="row"] .row-banner-princ .pagebuilder-column-group .two-banners .row-block-two-banners .pagebuilder-column-group .pagebuilder-column .text-banner {
    font-size: 2.7rem;
    padding-left: 10px;
    margin-top: 40px;
    z-index: 1;
    width: 60%;
  }
}
body.cms-index-index [data-content-type="row"] .row-three-banners {
  margin-top: 20px;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column:not(.two-banners) img {
  transition: ease 0.2s;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column:not(.two-banners) .text-banner {
  transition: ease 0.2s;
  position: relative;
  z-index: 1;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column:not(.two-banners) .text-banner-two {
  transition: ease 0.2s;
  position: relative;
  z-index: 1;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column:not(.two-banners):hover img {
  transform: scale(1.07);
  transition: ease 0.2s;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column:not(.two-banners):hover .text-banner {
  transform: translateX(-5px);
  transition: ease 0.2s;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column:not(.two-banners):hover .text-banner-two {
  transition: ease 0.2s;
  transform: translateX(-5px);
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-three-banners {
    margin-top: 0;
  }
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group.only_img .pagebuilder-column {
  height: auto;
  line-height: 0;
  border-radius: 12px;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group.only_img .pagebuilder-column figure {
  width: auto;
  position: relative;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group.only_img .pagebuilder-column figure img {
  width: auto;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column {
  cursor: pointer;
  overflow: hidden;
  -webkit-flex-direction: initial !important;
  -moz-flex-direction: initial !important;
  -ms-flex-direction: initial !important;
  flex-direction: initial !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
  justify-content: space-between !important;
  height: 200px;
  position: relative;
  border-radius: 12px;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column:nth-child(2) {
  margin-right: 16px;
  margin-left: 16px;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column [data-content-type="image"] {
  position: absolute;
  right: 0;
  bottom: 0;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column [data-content-type="image"] img {
  width: 200px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column [data-content-type="image"] img.pagebuilder-mobile-hidden {
    display: none;
  }
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column .btn-more {
  position: absolute;
  bottom: 24px;
  left: 20px;
  font-size: 1.8rem;
  color: #ffffff;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column .text-banner {
  padding-left: 20px;
  margin-top: -65px;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column .text-banner .title-promo {
  font-size: 4rem;
  color: #ffffff;
  font-weight: bold;
}
body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column .text-banner p {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column:nth-child(2) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column:not(:last-child) {
    margin-right: 15px !important;
  }
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column {
    height: 130px;
    margin-bottom: 10px;
  }
  body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column [data-content-type="image"] {
    width: 120px;
  }
  body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column .text-banner {
    margin-top: -50px;
  }
  body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column .text-banner p {
    font-size: 1.6rem;
  }
  body.cms-index-index [data-content-type="row"] .row-three-banners .pagebuilder-column-group .pagebuilder-column .text-banner .title-promo {
    font-size: 2.8rem;
  }
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias {
    margin-top: 22px;
  }
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-list.draggable .slick-track {
  padding-bottom: 0 !important;
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .pagebuilder-column-line:not(.slick-slider) {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  height: 352px;
  margin-bottom: 35px;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .pagebuilder-column-line:not(.slick-slider) {
    height: 270px;
  }
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .pagebuilder-column-line:not(.slick-slider) > .pagebuilder-column {
  width: calc(100% / 7 - 18px);
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .pagebuilder-column-line:not(.slick-slider) > .pagebuilder-column .product-item-info {
  margin: 0;
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-slider .slick-arrow {
  top: 100px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-slider .slick-arrow {
    top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-slider .slick-arrow {
    display: none;
  }
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-slider .slick-arrow.slick-next {
    right: -10px;
  }
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-slider .slick-track {
    padding-bottom: 0;
  }
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-list .slick-track .slick-slide {
  text-align: center;
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-list .slick-track .slick-slide .pagebuilder-column figure img {
  max-width: 180px !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-list .slick-track .slick-slide .pagebuilder-column figure img {
    max-width: 135px !important;
    margin: auto;
  }
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-list .slick-track .slick-slide .pagebuilder-column figure img {
    max-width: 100px !important;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-list .slick-track .slick-slide .pagebuilder-column figure img.pagebuilder-mobile-hidden {
    display: none;
  }
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-list .slick-track .slick-slide .pagebuilder-column div[data-content-type='text'] {
  font-size: 2.4rem;
  text-align: center;
  line-height: 27px;
  margin-top: 10px;
}
@media only screen and (max-width: 1280px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-list .slick-track .slick-slide .pagebuilder-column div[data-content-type='text'] {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias .pagebuilder-column-group .slick-list .slick-track .slick-slide .pagebuilder-column div[data-content-type='text'] {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots {
  bottom: -35px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots {
    padding-top: 0;
    padding-bottom: 32px;
    bottom: -50px;
  }
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li {
  height: 15px;
  width: 15px;
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li button,
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li .quote-details-items .actions-toolbar > .action {
  height: 10px;
  width: 10px;
  background: #969595;
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li button:after,
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li button:before,
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li .quote-details-items .actions-toolbar > .action:after,
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li .quote-details-items .actions-toolbar > .action:before {
  display: none;
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li.slick-active button,
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
  background: #f2cd50;
}
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li.slick-active button:after,
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li.slick-active button:before,
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action:after,
body.cms-index-index [data-content-type="row"] .row-slide-categorias ul.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action:before {
  display: none;
}
body.cms-index-index [data-content-type="row"] .row-large-banner {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner {
    margin-top: 45px;
  }
  body.cms-index-index [data-content-type="row"] .row-large-banner.no-loggin {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner {
    margin-top: 15px;
  }
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group {
  overflow: hidden;
  transition: ease-in-out 0.5s;
  background-size: cover !important;
  cursor: pointer;
}
@media (min-width: 1215px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group {
    background-size: 115% !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .text-banner {
  transition: ease 0.2s;
}
@media (min-width: 1215px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group:hover {
    background-size: 119% !important;
    transition: ease-in-out 0.5s;
    transform-origin: center;
  }
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group:hover .text-banner {
    transform: translateX(-5px);
    transition: ease 0.2s;
  }
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group {
  border-radius: 16px;
  overflow: hidden;
  padding-right: 15px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group {
    background-position: left center !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column {
  border-radius: 16px;
  -webkit-flex-direction: initial !important;
  -moz-flex-direction: initial !important;
  -ms-flex-direction: initial !important;
  flex-direction: initial !important;
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 520px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column {
    display: block !important;
    padding-top: 10px;
    background-size: cover !important;
    background-position: center !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .title-block {
  font-size: 3.2rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
@media (max-width: 1215px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .title-block {
    padding-left: 15px;
    font-size: 2.4rem;
  }
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .title-block p {
    line-height: 25px !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .title-block p {
  line-height: 35px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .title-block p {
    padding: 0  10px;
  }
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .title-block:after {
  content: "";
  background: #F2CD50;
  height: 100%;
  width: 2px;
  position: absolute;
  right: -20px;
  top: 2px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .title-block:after {
    right: 0;
  }
}
@media (max-width: 520px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .title-block:after {
    display: none;
  }
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .subtitle-block {
  font-size: 1.8rem;
  color: #ffffff;
  padding-left: 40px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .subtitle-block {
    padding-left: 15px;
    font-size: 1.2rem;
    margin-top: 10px;
  }
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .subtitle-block p {
    line-height: 17px !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column .subtitle-block p {
  line-height: 21px;
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column [data-content-type="buttons"] [data-content-type="button-item"] {
  padding-left: 50px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column [data-content-type="buttons"] [data-content-type="button-item"] {
    padding-left: 15px;
    margin-top: 0;
  }
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column [data-content-type="buttons"] [data-content-type="button-item"] .pagebuilder-button-link {
  background: #f2cd50;
  border-radius: 16px;
  width: 194px;
  height: 43px;
  padding: 0;
  line-height: 2.2;
  color: #1d1d1b;
  font-size: 1.8rem;
  cursor: pointer;
  margin: 0;
}
body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column [data-content-type="buttons"] [data-content-type="button-item"] .pagebuilder-button-link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-large-banner .pagebuilder-column-group .pagebuilder-column [data-content-type="buttons"] [data-content-type="button-item"] .pagebuilder-button-link {
    width: 88px;
    height: 40px;
    font-size: 1.6rem;
  }
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home {
  margin-top: 10px;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home figure {
  line-height: 0;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home figure img {
  line-height: 0;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group {
  overflow: hidden;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .pagebuilder-column {
  transition: ease-in-out 0.5s;
  background-size: cover !important;
  background-position: right top !important;
  cursor: pointer;
}
@media (min-width: 1215px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .pagebuilder-column {
    background-size: 115% !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .pagebuilder-column .text-banner {
  transition: ease 0.2s;
}
@media (min-width: 1215px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .pagebuilder-column:hover {
    background-size: 119% !important;
    transition: ease-in-out 0.5s;
    transform-origin: center;
  }
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .pagebuilder-column:hover .text-banner {
    transform: translateX(-5px);
    transition: ease 0.2s;
  }
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home {
    padding: 0;
    margin-top: 32px;
  }
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group {
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group.only_img .pagebuilder-column-line {
    -webkit-display: inline-flex !important;
    -moz-display: inline-flex !important;
    -ms-display: inline-flex !important;
    display: inline-flex !important;
  }
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group.only_img .pagebuilder-column-line .pagebuilder-column.column-short {
    width: calc(33.333% - 8px) !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .pagebuilder-column {
  border-radius: 16px;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large {
  margin-right: 15px;
  border-radius: 16px;
  min-height: 240px;
  height: 100%;
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large {
    background-size: cover !important;
    background-position: center !important;
  }
}
@media screen and (max-width: 769px) and (min-width: 769px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large {
    margin-bottom: 0 !important;
    margin-right: 15px !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large .text-banner.title-text {
  font-size: 4rem;
  padding-left: 28px;
  line-height: 40px;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large .text-banner.title-text p {
  color: #ffffff;
  font-weight: normal;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large .text-banner.title-text p {
    display: contents;
  }
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large .text-banner.second-text {
  padding-left: 28px;
  font-size: 2.8rem;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large .text-banner.second-text p {
  color: #ffffff;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large .text-banner.second-text p {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1280px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large {
    margin-bottom: 10px;
  }
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large .text-banner.title-text {
    font-size: 2.8rem;
    margin-top: 15px;
    padding-left: 10px;
  }
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large .text-banner.second-text {
    padding-left: 8px;
    font-size: 2rem;
    margin-top: 0px;
    color: #385ea4;
  }
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large [data-content-type="buttons"] {
  margin-top: 10px;
  margin-left: 25px;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large [data-content-type="buttons"] .action.primary {
  padding: 0;
  border-radius: 16px;
  border: none;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-large [data-content-type="buttons"] .action.primary a.pagebuilder-button-primary {
  margin: 0;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-short {
  justify-content: space-around !important;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-short {
    background-size: cover !important;
    background-position: center !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-short .title-prin {
  color: #ffffff;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 900;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-short .second-title {
  font-size: 2.8rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0px;
  line-height: 25px;
  margin: 0 36px;
}
@media (max-width: 1215px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-short {
    min-height: 192px;
    border-radius: 16px;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
  }
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-short .title-prin {
    font-size: 2.8rem;
  }
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-short .second-title {
    font-size: 2.2rem;
  }
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-short [data-content-type="buttons"] {
  text-align: center;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-short [data-content-type="buttons"] .btn-yellow .pagebuilder-button-primary {
  background: #f2cd50;
  border-color: #f2cd50;
  width: 204px;
  margin: 0;
  border-radius: 16px;
  padding: 10px;
}
body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .column-short [data-content-type="buttons"] .btn-yellow .pagebuilder-button-primary span {
  color: #1d1d1b;
}
@media (min-width: 768px) and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .pagebuilder-column-line {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.cms-index-index [data-content-type="row"] .row-two-banner-home .pagebuilder-column-group .pagebuilder-column-line > .pagebuilder-column {
    width: 100% !important;
  }
}
body.cms-index-index [data-content-type="row"] .row-sectores {
  margin-top: 20px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-sectores {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-sectores {
    padding: 0;
    margin-top: 48px;
  }
}
body.cms-index-index [data-content-type="row"] .row-sectores .pagebuilder-column-group .pagebuilder-column:not(.two-banners) img {
  transition: ease 0.2s;
}
body.cms-index-index [data-content-type="row"] .row-sectores .pagebuilder-column-group .pagebuilder-column:not(.two-banners) .text-banner {
  transition: ease 0.2s;
  position: relative;
  z-index: 1;
}
body.cms-index-index [data-content-type="row"] .row-sectores .pagebuilder-column-group .pagebuilder-column:not(.two-banners) .text-banner-two {
  transition: ease 0.2s;
  position: relative;
  z-index: 1;
}
body.cms-index-index [data-content-type="row"] .row-sectores .pagebuilder-column-group .pagebuilder-column:not(.two-banners):hover img {
  transform: scale(1.07);
  transition: ease 0.2s;
}
body.cms-index-index [data-content-type="row"] .row-sectores .pagebuilder-column-group .pagebuilder-column:not(.two-banners):hover .text-banner {
  transform: translateX(-5px);
  transition: ease 0.2s;
}
body.cms-index-index [data-content-type="row"] .row-sectores .pagebuilder-column-group .pagebuilder-column:not(.two-banners):hover .text-banner-two {
  transition: ease 0.2s;
  transform: translateX(-5px);
}
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="html"],
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="dynamic_block"] {
  margin: auto;
}
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="html"] .pagebuilder-column-group,
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="dynamic_block"] .pagebuilder-column-group {
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  display: inline-flex;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="html"] .pagebuilder-column-group,
  body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="dynamic_block"] .pagebuilder-column-group {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="html"] .pagebuilder-column-group .pagebuilder-column-line,
  body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="dynamic_block"] .pagebuilder-column-group .pagebuilder-column-line {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="html"] .pagebuilder-column-group .pagebuilder-column,
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="dynamic_block"] .pagebuilder-column-group .pagebuilder-column {
  margin: 15px;
}
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="html"] .pagebuilder-column-group .pagebuilder-column [data-content-type="text"] p,
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="dynamic_block"] .pagebuilder-column-group .pagebuilder-column [data-content-type="text"] p {
  text-align: center;
  font-size: 2.4rem;
  color: #1d1d1b;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="html"] .pagebuilder-column-group .pagebuilder-column [data-content-type="text"] p,
  body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="dynamic_block"] .pagebuilder-column-group .pagebuilder-column [data-content-type="text"] p {
    font-size: 1.6rem;
  }
}
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="html"] .pagebuilder-column-group .pagebuilder-column figure,
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="dynamic_block"] .pagebuilder-column-group .pagebuilder-column figure {
  border-radius: 100%;
  overflow: hidden;
}
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="html"] .pagebuilder-column-group .pagebuilder-column figure img,
body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="dynamic_block"] .pagebuilder-column-group .pagebuilder-column figure img {
  max-width: 216px !important;
  width: 100%;
  margin: auto;
  display: block;
  cursor: pointer;
  border: 8px solid #ffffff;
  border-radius: 100%;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="html"] .pagebuilder-column-group .pagebuilder-column figure img.pagebuilder-mobile-hidden,
  body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="dynamic_block"] .pagebuilder-column-group .pagebuilder-column figure img.pagebuilder-mobile-hidden {
    display: none;
  }
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="html"] .pagebuilder-column-group .pagebuilder-column,
  body.cms-index-index [data-content-type="row"] .row-sectores [data-content-type="dynamic_block"] .pagebuilder-column-group .pagebuilder-column {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-grid-marcas {
    padding: 10px;
  }
}
body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="html"],
body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="dynamic_block"] {
  border-radius: 16px;
  background: #ffffff;
}
body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="html"] [data-content-type="row"] div,
body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div {
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="html"] [data-content-type="row"] div figure,
body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure {
  width: calc((100%)/7);
  margin-bottom: -10px;
  margin-top: 4px;
  transition: ease 0.2s;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="html"] [data-content-type="row"] div figure,
  body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure {
    width: calc((100%)/3);
  }
}
body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="html"] [data-content-type="row"] div figure img,
body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure img {
  padding: 30px;
  border: 1px solid #eeeeee;
  border-top: none;
  border-right: none;
  cursor: pointer;
}
@media only screen and (max-width: 820px) {
  body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="html"] [data-content-type="row"] div figure img,
  body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure img {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="html"] [data-content-type="row"] div figure img.pagebuilder-mobile-hidden,
  body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure img.pagebuilder-mobile-hidden {
    display: none;
  }
}
body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="html"] [data-content-type="row"] div figure:hover img,
body.cms-index-index [data-content-type="row"] .row-grid-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure:hover img {
  transform: scale(1.03);
  transition: ease 0.2s;
}
body.cms-index-index [data-content-type="row"] .row-products {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index [data-content-type="row"] .row-products {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.cms-index-index [data-content-type="row"] .row-products {
    margin-top: 15px;
  }
}
body.cms-index-index [data-content-type="row"] .row-products .products-grid ol.product-items li.product-item > div .product-item-details .product-item-inner .actions-primary .field.qty.js-add-more-product {
  display: none;
}
.cms-contactenos .column.main > [data-content-type="row"] .row-banner img,
.cms-contacto .column.main > [data-content-type="row"] .row-banner img {
  border-radius: 16px;
}
.cms-contactenos .column.main > [data-content-type="row"] > div,
.cms-contacto .column.main > [data-content-type="row"] > div {
  padding: 0 !important;
}
.cms-contactenos .column.main > [data-content-type="row"] > div.banner-contacto,
.cms-contacto .column.main > [data-content-type="row"] > div.banner-contacto {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div.banner-contacto,
  .cms-contacto .column.main > [data-content-type="row"] > div.banner-contacto {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group {
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral {
  width: 100%;
  padding: 20px 10px 20px;
  margin: 0 0 20px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral {
    max-width: 544px;
  }
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral {
    margin: 0 0 30px;
    padding: 30px 20px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral {
    margin-bottom: 16px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .column-nobreak .titulo-lateral-contactenos span,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .column-nobreak .titulo-lateral-contactenos span {
  font-size: 1.6rem !important;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .column-nobreak .titulo-lateral-contactenos span,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .column-nobreak .titulo-lateral-contactenos span {
    font-size: 1.8rem !important;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .titulo-legales,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .titulo-legales {
  font-size: 2.4rem;
  color: #385ea4;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0 0 6px;
  font-weight: bold;
  text-align: left;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .titulo-legales,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .titulo-legales {
    font-size: 2.8rem;
    margin: 0 0 10px;
    padding: 0 0 6px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .titulo-legales strong,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .titulo-legales strong,
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .titulo-legales span,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .titulo-legales span {
  font-weight: bold;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .light-bold p,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .light-bold p {
  font-size: 2.4rem;
  color: #385ea4;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 6px;
  font-weight: bold;
  text-align: left;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .light-bold p,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .light-bold p {
    font-size: 2.8rem;
    margin: 15px 0 10px;
    padding: 0 0 6px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .light-bold p strong,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .light-bold p strong,
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .light-bold p span,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .light-bold p span {
  font-weight: bold;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral i[class*="icon-"]:before,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral i[class*="icon-"]:before {
  font-size: 2.8rem;
  color: #385ea4;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral i.icon-phone,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral i.icon-phone {
  display: block;
  margin-top: -8px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral i.icon-phone,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral i.icon-phone {
    margin-top: 45px;
    margin-left: 10px;
    margin-right: 0;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral i.icon-envelope,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral i.icon-envelope {
  display: block;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral i.icon-envelope,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral i.icon-envelope {
    margin-left: 10px;
    margin-top: 46px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral > .iconos-redes-lateral,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral > .iconos-redes-lateral {
    padding-left: 20px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .iconos-redes-lateral,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .iconos-redes-lateral {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-gap: 3px 15px;
  -moz-gap: 3px 15px;
  -ms-gap: 3px 15px;
  gap: 3px 15px;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .iconos-redes-lateral .siguenos-titulo,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .iconos-redes-lateral .siguenos-titulo {
  width: 100%;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .iconos-redes-lateral figure,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .contactenos-lateral .iconos-redes-lateral figure {
  max-width: 48px;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas {
  width: 100%;
  max-width: 544px;
  padding: 30px 20px 10px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas {
    margin: 0;
    padding: 30px 20px 10px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .titulo-legales,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .titulo-legales {
  font-size: 2.4rem;
  color: #385ea4;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 6px;
  font-weight: bold;
  text-align: left;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .titulo-legales,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .titulo-legales {
    font-size: 2.8rem;
    margin: 0 0 10px;
    padding: 0 0 6px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .titulo-legales strong,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .titulo-legales strong,
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .titulo-legales span,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .oficinas .titulo-legales span {
  font-weight: bold;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .mapa-sucursales iframe,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .mapa-sucursales iframe {
  width: 100%;
  border: 20px solid #ffffff !important;
  border-radius: 16px;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna {
  margin-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna {
    margin-bottom: 16px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .titulo-legales,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .titulo-legales {
  font-size: 2.4rem;
  color: #385ea4;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 6px;
  font-weight: bold;
  text-align: left;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .titulo-legales,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .titulo-legales {
    font-size: 2.8rem;
    margin: 30px 0 15px;
    padding: 0 0 6px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .titulo-legales strong,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .titulo-legales strong,
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .titulo-legales span,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .titulo-legales span {
  font-weight: bold;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .block-static-block > div:not(:last-child),
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .block-static-block > div:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .block-static-block > div:not(:last-child),
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .block-static-block > div:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon {
  padding: 9px 30px 9px 15px;
  margin: 0;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon {
    margin: 0;
    padding: 9px 30px 9px 15px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group:not(:last-child) .pagebuilder-column,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group:not(:last-child) .pagebuilder-column {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  display: inline-block;
  text-decoration: none;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group:not(:last-child) .pagebuilder-column:after,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group:not(:last-child) .pagebuilder-column:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0 0 0 auto;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column > [data-content-type="text"],
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column > [data-content-type="text"] {
  width: 100%;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column p,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column p {
  margin-bottom: 0;
  cursor: pointer;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column p:hover,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column p:hover {
  color: #385ea4;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column p span,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column p span {
  font-size: 1.6rem !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column p span,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column p span {
    font-size: 1.8rem !important;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list {
  padding-left: 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 10px 20px;
  -moz-gap: 10px 20px;
  -ms-gap: 10px 20px;
  gap: 10px 20px;
  margin-top: 40px;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list:before,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list:before,
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list:after,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list:after {
  display: none;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field {
    width: calc(100% / 2 - 10px);
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 {
  width: 100%;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper {
  position: relative;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper label.required,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper label.required {
  display: none;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper .input-box label span,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper .input-box label span {
  position: relative;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper .input-box label span,
  .cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper .input-box label span {
    font-size: 1.6rem;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper .input-box label span a:last-child:before,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper .input-box label span a:last-child:before {
  content: "*";
  color: #385ea4;
  position: absolute;
  right: -10px;
  bottom: 0;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper .input-box .input-list .list-options .term-cond label,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field.col-sm-12 .response-field-subscription .subtemplate-wrapper .input-box .input-list .list-options .term-cond label {
  height: auto !important;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field .subtemplate-wrapper > label:not([for="limiter"]),
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field .subtemplate-wrapper > label:not([for="limiter"]) {
  display: block;
  color: #1d1d1b;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1.8rem;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field .subtemplate-wrapper > label:not([for="limiter"]) em,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field .subtemplate-wrapper > label:not([for="limiter"]) em {
  color: #559ad8;
  font-style: normal;
  margin-left: 3px;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field .subtemplate-wrapper .col-sm-12,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field .subtemplate-wrapper .col-sm-12 {
  padding: 0;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field .subtemplate-wrapper .col-sm-12 .subtemplate-inner input[type="text"],
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field .subtemplate-wrapper .col-sm-12 .subtemplate-inner input[type="text"] {
  height: 38px !important;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field .subtemplate-wrapper textarea.input-text,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .form-list > .field .subtemplate-wrapper textarea.input-text {
  background: #ffffff;
  color: #1d1d1b;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 10px;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .buttons-set,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .buttons-set {
  padding-left: 15px;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .buttons-set button.formbuilder-button,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .buttons-set button.formbuilder-button,
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .buttons-set .quote-details-items .actions-toolbar > .action.formbuilder-button,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .buttons-set .quote-details-items .actions-toolbar > .action.formbuilder-button {
  padding: 0 15px;
  border: 0;
  margin-bottom: 25px;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .buttons-set button.formbuilder-button span,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .buttons-set button.formbuilder-button span,
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .buttons-set .quote-details-items .actions-toolbar > .action.formbuilder-button span,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group .pagebuilder-column .formbuilder.form .buttons-set .quote-details-items .actions-toolbar > .action.formbuilder-button span {
  color: #ffffff;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group ~ .pagebuilder-column-group,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group ~ .pagebuilder-column-group {
  display: none;
  transition: all 0.3s;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group ~ .pagebuilder-column-group > .pagebuilder-column p,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon .pagebuilder-column-group ~ .pagebuilder-column-group > .pagebuilder-column p {
  margin-bottom: 0;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon.expanded .pagebuilder-column-group ~ .pagebuilder-column-group,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon.expanded .pagebuilder-column-group ~ .pagebuilder-column-group {
  max-height: 50000px;
  transition: all 0.3s;
}
.cms-contactenos .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon.expanded .pagebuilder-column-group:not(:last-child) > .pagebuilder-column:after,
.cms-contacto .column.main > [data-content-type="row"] > div .pagebuilder-column-group .acordeones-columna .wolfsellers-acordeon.expanded .pagebuilder-column-group:not(:last-child) > .pagebuilder-column:after {
  content: '\e621';
}
.cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores,
.cms-contacto .column.main > [data-content-type="row"] > div.distribuidores {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores,
  .cms-contacto .column.main > [data-content-type="row"] > div.distribuidores {
    margin-top: 16px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .atencion,
.cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .atencion,
.cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .centros,
.cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .centros {
  padding: 30px 20px 10px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .atencion,
  .cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .atencion,
  .cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .centros,
  .cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .centros {
    margin: 0;
    padding: 30px 20px 10px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .atencion .sucursales-titulo,
.cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .atencion .sucursales-titulo,
.cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .centros .sucursales-titulo,
.cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .centros .sucursales-titulo {
  font-size: 2.4rem;
  color: #385ea4;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 6px;
  font-weight: bold;
  text-align: left;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .atencion .sucursales-titulo,
  .cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .atencion .sucursales-titulo,
  .cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .centros .sucursales-titulo,
  .cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .centros .sucursales-titulo {
    font-size: 2.8rem;
    margin: 0 0 10px;
    padding: 0 0 6px;
  }
}
.cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .atencion .sucursales-titulo strong,
.cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .atencion .sucursales-titulo strong,
.cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .centros .sucursales-titulo strong,
.cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .centros .sucursales-titulo strong,
.cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .atencion .sucursales-titulo span,
.cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .atencion .sucursales-titulo span,
.cms-contactenos .column.main > [data-content-type="row"] > div.distribuidores .centros .sucursales-titulo span,
.cms-contacto .column.main > [data-content-type="row"] > div.distribuidores .centros .sucursales-titulo span {
  font-weight: bold;
}
.wolfsellers.descargapdf-pdf-download .page-wrapper {
  min-height: 100% !important;
}
.wolfsellers.account .page-wrapper .mppromobar-template-4 {
  display: none;
}
.wolfsellers.account .admin__data-grid-loading-mask .spinner {
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0;
}
.wolfsellers.account .page-main .page-title-wrapper h1.page-title {
  font-size: 2.8rem;
  color: #385ea4;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .page-main .page-title-wrapper h1.page-title {
    font-size: 3.2rem;
    margin-top: 26px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
  }
}
.wolfsellers.account .column.main {
  margin-bottom: 0px;
}
.wolfsellers.account .column.main [class*="block block-"] {
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .column.main [class*="block block-"] {
    margin: 0 0 15px;
    padding: 20px 20px;
  }
}
.wolfsellers.account .column.main [class*="block block-"] .block-title,
.wolfsellers.account .column.main [class*="block block-"] .legend {
  font-size: 2rem;
  color: #1d1d1b;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 16px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .column.main [class*="block block-"] .block-title,
  .wolfsellers.account .column.main [class*="block block-"] .legend {
    font-size: 2.4rem;
    margin: 0 0 9px;
    padding: 0 0 16px;
  }
}
.wolfsellers.account .column.main [class*="block block-"] .block-title strong,
.wolfsellers.account .column.main [class*="block block-"] .legend strong,
.wolfsellers.account .column.main [class*="block block-"] .block-title span,
.wolfsellers.account .column.main [class*="block block-"] .legend span {
  font-weight: bold;
}
.wolfsellers.account .column.main [class*="block block-"] .block-content {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .column.main [class*="block block-"] .block-content {
    font-size: 1.8rem;
  }
}
.wolfsellers.account .column.main [class*="block block-"] .block-content .box-title span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .column.main [class*="block block-"] .block-content .box-title span {
    font-size: 1.8rem;
  }
}
.wolfsellers.account .column.main [class*="block block-"] .block-content .box {
  padding-right: 10px;
  padding-left: 10px;
}
.wolfsellers.account .column.main [class*="block block-"] .block-content .block-row strong {
  font-weight: 600;
}
.wolfsellers.account .column.main [class*="block block-"] .search-section {
  width: 100%;
  max-width: 428px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
}
.wolfsellers.account .column.main [class*="block block-"] .search-section label {
  width: 100%;
}
.wolfsellers.account .column.main [class*="block block-"] .search-section input {
  padding-left: 50px;
  padding-right: 95px;
}
.wolfsellers.account .column.main [class*="block block-"] .search-section:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wolfsellers.account .column.main [class*="block block-"] .search-section:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.wolfsellers.account .column.main [class*="block block-"] .search-section button,
.wolfsellers.account .column.main [class*="block block-"] .search-section .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
.wolfsellers.account .column.main [class*="block block-"] .action-toolbar {
  width: 100%;
  max-width: 100px;
}
.wolfsellers.account .column.main [class*="block block-"] .action-toolbar .action.edit,
.wolfsellers.account .column.main [class*="block block-"] .action-toolbar .action.contact {
  font-weight: 600;
  font-size: 1.6rem;
  color: #385ea4;
  background: transparent;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .column.main [class*="block block-"] .action-toolbar .action.edit,
  .wolfsellers.account .column.main [class*="block block-"] .action-toolbar .action.contact {
    font-size: 1.8rem;
  }
}
.wolfsellers.account .column.main [class*="block block-"] .table-wrapper {
  border: 0;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .wolfsellers.account .column.main .block-addresses-default .block-content .box-address-shipping {
    width: 100% !important;
  }
}
.wolfsellers.account .column.main .box-actions a.action,
.wolfsellers.account .column.main .block-title a.action {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .column.main .box-actions a.action,
  .wolfsellers.account .column.main .block-title a.action {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.wolfsellers.account .column.main .box-actions {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.wolfsellers.account .column.main .box-actions .edit {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wolfsellers.account .column.main .box-actions .change-password {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .column.main .block-company-profile-vde-data .block-content,
  .wolfsellers.account .column.main .block-company-admin-data .block-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .column.main .block-company-profile-vde-data .block-content .box-vde-data {
    width: 45% !important;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .column.main .block-company-profile-vde-data .block-content .box-account-information {
    width: 30% !important;
  }
}
.wolfsellers.account .column.main .block-company-profile-vde-data .block-content .box-account-information .box-content p:last-child {
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account .column.main .block-company-profile-vde-data .block-content .box-address-information {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .wolfsellers.account.customer-account-index .page-main .page-title-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.customer-account-index .page-main .box-newsletter .box-title {
    margin-top: 20px;
  }
}
.wolfsellers.account.customer-account-index .block-dashboard-logo .block-logo {
  width: 100%;
  height: 100vh;
  max-width: 164px;
  max-height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.customer-account-index .block-dashboard-orders .block-title.order {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .block-title.order a.action.view {
    white-space: nowrap;
  }
}
.wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent {
  border: 0;
}
.wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table {
    overflow: auto;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table {
    table-layout: initial;
    border-collapse: initial;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table thead tr {
    height: auto !important;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table thead tr th {
    display: table-cell;
    background: #ffffff;
    vertical-align: top;
    color: #1d1d1b;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 1px solid #eaeaea;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table thead tr th span {
    font-size: 1.6rem;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr:not(:last-child) td {
    border-right: 0;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td {
    border-top: 0;
    padding: 10px;
    height: auto !important;
    border-bottom: 0;
    border-right: 0;
    font-size: 1.5rem;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td a {
    font-size: 1.5rem;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td:first-child {
    border-left: 0;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td.status {
    color: #969595;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > thead > tr > th {
    display: none;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody {
    display: block;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr {
    display: block;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr td,
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr td[data-th]:before,
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr td span:not(.price-subtotal),
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr th span:not(.price-subtotal),
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr td a,
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr th a {
    line-height: 1;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr td a,
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr td a:after,
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr td ~ td[data-th]:before,
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr td input[type='checkbox'] + label,
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
.wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table th.sorting.sorting_desc {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table th.sorting.sorting_desc:hover span:before {
    color: #385ea4;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td[data-th="Acciones"] {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td[data-th="Acciones"]:before {
    display: none;
  }
}
.wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td:not(:first-child) {
  text-align: left !important;
}
.wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td[data-th="Acciones"] {
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 8px;
  -moz-gap: 0 8px;
  -ms-gap: 0 8px;
  gap: 0 8px;
  color: #385ea4;
}
.wolfsellers.account.customer-account-index .block-dashboard-orders .orders-recent table tbody tr td[data-th="Acciones"] a {
  white-space: nowrap;
}
.wolfsellers.account.customer-account-index .block.block-advisors {
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: transparent;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-account-index .block.block-advisors {
    margin: 0 0 15px;
    padding: 0;
  }
}
.wolfsellers.account.customer-account-index .block.block-advisors > .block {
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-account-index .block.block-advisors > .block {
    margin: 0;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-account-index .block.block-advisors {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 15px;
    -moz-gap: 0 15px;
    -ms-gap: 0 15px;
    gap: 0 15px;
  }
  .wolfsellers.account.customer-account-index .block.block-advisors > .block {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.customer-account-index .block.block-advisors {
    padding: 0;
    margin: 0;
  }
}
.wolfsellers.account.customer-account-index .block.block-advisors .block.block-collection-agent {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.customer-account-index .block.block-advisors .block-content.advisers br:last-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-account-index .block-dashboard-info .block-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-account-index .block-dashboard-info .block-content .company-information {
    width: 60%;
  }
}
.wolfsellers.account.customer-account-index .block-dashboard-info .block-content .info-area-territorio-metodo {
  margin-top: 25px;
}
@media only screen and (max-width: 920px) {
  .wolfsellers.account.customer-account-index .block-dashboard-info .box,
  .wolfsellers.account.customer-account-index .block-dashboard-info .company-information {
    padding: 5px !important;
  }
}
.wolfsellers.account.customer-account-edit .block.block-form-edit-account {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-account-edit .block.block-form-edit-account .form-edit-account fieldset.fieldset {
    width: 50%;
  }
  .wolfsellers.account.customer-account-edit .block.block-form-edit-account .form-edit-account fieldset.fieldset > .field {
    width: 100%;
    max-width: 428px;
  }
  .wolfsellers.account.customer-account-edit .block.block-form-edit-account .form-edit-account fieldset.fieldset:not(.password) > .field {
    margin-right: 15px;
  }
  .wolfsellers.account.customer-account-edit .block.block-form-edit-account .form-edit-account fieldset.fieldset.password > .field {
    padding-left: 20px;
  }
}
.wolfsellers.account.customer-account-edit .block.block-form-edit-account .form-edit-account fieldset.fieldset.info {
  margin-bottom: 20px;
}
.wolfsellers.account.customer-account-edit .block.block-form-edit-account .form-edit-account fieldset.fieldset .field.new .password-strength-meter {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
  height: auto;
  line-height: 1;
  padding: 5px;
}
.wolfsellers.account.customer-account-edit .block.block-form-edit-account .form-edit-account > .fieldset.additional_info {
  display: none;
}
.wolfsellers.account.customer-account-edit .block.block-form-edit-account .form-edit-account .actions-toolbar {
  float: left;
  width: 100%;
}
.wolfsellers.account.newsletter-manage-index .form-newsletter-manage {
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.newsletter-manage-index .form-newsletter-manage {
    margin: 0 0 15px;
    padding: 20px 20px;
  }
}
.wolfsellers.account.newsletter-manage-index .form-newsletter-manage fieldset legend.legend {
  font-size: 2rem;
  color: #1d1d1b;
  line-height: 1;
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.newsletter-manage-index .form-newsletter-manage fieldset legend.legend {
    font-size: 2.4rem;
    margin: 0 0 16px;
    padding: 0 0 16px;
  }
}
.wolfsellers.account.newsletter-manage-index .form-newsletter-manage fieldset legend.legend strong,
.wolfsellers.account.newsletter-manage-index .form-newsletter-manage fieldset legend.legend span {
  font-weight: bold;
}
.wolfsellers.account.newsletter-manage-index .form-newsletter-manage fieldset legend.legend span {
  font-size: 2.4rem;
  margin: 0;
}
.wolfsellers.account.newsletter-manage-index .form-newsletter-manage fieldset span {
  margin-bottom: 12px;
  display: block;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.newsletter-manage-index .form-newsletter-manage fieldset span {
    font-size: 1.6rem;
  }
}
.wolfsellers.account.customer-address-form .form-address-edit .block-info {
  width: 100%;
  float: none;
}
.wolfsellers.account.customer-address-form .form-address-edit .block-info .choice.set.shipping {
  width: 100%;
  margin-bottom: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 10px;
  -moz-gap: 0 10px;
  -ms-gap: 0 10px;
  gap: 0 10px;
}
.wolfsellers.account.customer-address-form .form-address-edit .block-info .choice.set.shipping .anun {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-info .choice.set.shipping .anun {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-info .message.info {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-info {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wolfsellers.account.customer-address-form .form-address-edit .block-info > .field {
    width: calc(100% / 2 - 10px);
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-info .field .label {
    white-space: nowrap;
    font-size: 1.6rem;
  }
}
.wolfsellers.account.customer-address-form .form-address-edit .block-info .field.emails small {
  font-size: 1.4rem;
  color: #969595;
  margin-top: 5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-info .field.emails small {
    max-width: 80%;
  }
}
.wolfsellers.account.customer-address-form .form-address-edit .block-info .block-title {
  width: 100%;
}
.wolfsellers.account.customer-address-form .form-address-edit .block-info span.legend {
  width: 100%;
  font-weight: bold;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
.wolfsellers.account.customer-address-form .form-address-edit .block-info span.legend span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-info span.legend span {
    font-size: 1.8rem;
  }
}
.wolfsellers.account.customer-address-form .form-address-edit .block-info legend.legend {
  width: 100%;
  font-weight: bold;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
.wolfsellers.account.customer-address-form .form-address-edit .block-info legend.legend span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-info legend.legend span {
    font-size: 1.8rem;
  }
}
.wolfsellers.account.customer-address-form .form-address-edit .block-address {
  width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-address {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wolfsellers.account.customer-address-form .form-address-edit .block-address > .field {
    width: calc(100% / 2 - 10px);
    margin: 0 0 10px;
  }
  .wolfsellers.account.customer-address-form .form-address-edit .block-address > .field.dir-numbers {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wolfsellers.account.customer-address-form .form-address-edit .block-address > .field.dir-numbers > .field {
    width: calc(100% / 2 - 10px);
  }
  .wolfsellers.account.customer-address-form .form-address-edit .block-address > .field.street .control input::placeholder {
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 920px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-address > .field .label {
    white-space: nowrap;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 920px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-address > .field.street .control input::placeholder {
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-location {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wolfsellers.account.customer-address-form .form-address-edit .block-location > .col {
    width: calc(100% / 2 - 10px);
  }
}
.wolfsellers.account.customer-address-form .form-address-edit .block-location .map.col > div {
  max-height: 248px;
}
.wolfsellers.account.customer-address-form .form-address-edit .block-location .block-title {
  width: 100%;
}
.wolfsellers.account.customer-address-form .form-address-edit .block-location .location {
  margin-bottom: 30px;
}
.wolfsellers.account.customer-address-form .form-address-edit .block-location .location p {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-location .location p {
    font-size: 1.8rem;
  }
}
.wolfsellers.account.customer-address-form .form-address-edit .block-location .location .latitude-longitude .field:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 920px) {
  .wolfsellers.account.customer-address-form .form-address-edit .block-location .location .latitude-longitude .field .label {
    white-space: nowrap;
    font-size: 1.6rem;
  }
}
.wolfsellers.account.customer-address-form .form-address-edit .block-location .actions-toolbar {
  width: 100%;
}
.wolfsellers.account.customer-address-index .block-addresses-list .block-content .actions-toolbar {
  margin-bottom: 20px;
}
.wolfsellers.account.customer-address-index .block-addresses-list .block-content .show.entries {
  margin-bottom: 20px;
}
.wolfsellers.account.customer-address-index .block-addresses-list .block-content .show.entries label {
  width: 100%;
  max-width: 428px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
  margin-left: auto;
}
.wolfsellers.account.customer-address-index .block-addresses-list .block-content .show.entries label label {
  width: 100%;
}
.wolfsellers.account.customer-address-index .block-addresses-list .block-content .show.entries label input {
  padding-left: 50px;
  padding-right: 95px;
}
.wolfsellers.account.customer-address-index .block-addresses-list .block-content .show.entries label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wolfsellers.account.customer-address-index .block-addresses-list .block-content .show.entries label:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.wolfsellers.account.customer-address-index .block-addresses-list .block-content .show.entries label button,
.wolfsellers.account.customer-address-index .block-addresses-list .block-content .show.entries label .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table {
    table-layout: initial;
    border-collapse: initial;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table thead tr {
    height: auto !important;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table thead tr th span {
    font-size: 1.6rem;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr td a {
    font-size: 1.5rem;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr td.status {
    color: #969595;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > thead > tr > th {
    display: none;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody {
    display: block;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr {
    display: block;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr td,
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr td[data-th]:before,
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr td span:not(.price-subtotal),
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr th span:not(.price-subtotal),
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr td a,
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr th a {
    line-height: 1;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr td a,
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr td a:after,
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr td ~ td[data-th]:before,
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr td input[type='checkbox'] + label,
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .wolfsellers.account.customer-address-index .block-addresses-list .additional-addresses table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
.wolfsellers.account.sales-order-view .page-wrapper .column.main .order-links li.item strong {
  border: 0;
}
.wolfsellers.account.sales-order-view .page-wrapper .column.main .order-links li.item:first-child strong {
  border-radius: 16px 0 0 0;
}
.wolfsellers.account.sales-order-view .page-wrapper .column.main .order-details-items {
  border: 0;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
}
.wolfsellers.account.sales-order-view .page-wrapper .column.main .order-details-items table tfoot {
  background: #ffffff;
}
.wolfsellers.account.sales-order-view .page-wrapper .column.main .order-details-items table tfoot td {
  background: #ffffff;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide._inner-scroll._show .modal-inner-wrap .modal-header .modal-title {
    margin-bottom: 0 !important;
  }
  .wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide._inner-scroll._show .modal-inner-wrap .modal-content .modal-container {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide._inner-scroll._show .modal-inner-wrap .modal-content .form-add-user fieldset.fieldset.info .additional-fields .field-customer_account_edit-office_phone {
    width: 100% !important;
    padding-right: 20px;
  }
  .wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide._inner-scroll._show .modal-inner-wrap .modal-content .form-add-user fieldset.fieldset.info .additional-fields .field-customer_account_edit-office_phone label span {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide._inner-scroll._show .modal-inner-wrap .modal-content .modal-container {
    margin-top: 5px;
  }
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .field {
  width: calc(100% / 2 - 20px);
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .field {
    width: 100%;
  }
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .field.status {
  order: 1;
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .field.field-name-firstname {
  order: 2;
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .field.field-name-lastname {
  order: 3;
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .field.email {
  order: 4;
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .field.telephone {
  order: 5;
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .field.role {
  order: 7;
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .field.field-customer_account_edit-office_phone {
  width: 100%;
  padding-right: 20px;
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .field.field-customer_account_edit-office_phone .label span:after {
  content: '*';
  color: #559ad8;
  font-weight: 600;
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info #additional_fields_create._hidden,
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info #additional_fields_edit._hidden {
  display: none !important;
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .additional-fields {
  order: 6;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .additional-fields {
    width: 100%;
  }
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .additional-fields .fieldset {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .additional-fields .fieldset .field-customer_account_create-office_phone {
  width: 100%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .additional-fields .fieldset .field-customer_account_create-office_phone {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap form#add-user-form fieldset.fieldset.info .additional-fields .fieldset {
    display: block;
    width: 100%;
  }
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap .modal-footer {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap .modal-footer button.action.cancel.secondary,
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap .modal-footer button.action:not(.primary),
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.action.cancel.secondary,
.wolfsellers.account.company-users-index .modals-wrapper aside.modal-popup.popup-tree.modal-slide .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.action:not(.primary) {
  padding: 13px;
  border-radius: 16px;
  background: #f2cd50;
  border: 1px solid #f2cd50;
}
.wolfsellers.account.company-users-index .block-company-users > .actions {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.company-users-index .block-company-users > .actions {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.company-users-index .block-company-users > .actions button.action,
  .wolfsellers.account.company-users-index .block-company-users > .actions .quote-details-items .actions-toolbar > .action.action {
    margin-bottom: 15px;
  }
}
.wolfsellers.account.company-users-index .block-company-users > .actions a.roles {
  display: none !important;
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: 0;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.company-users-index .block-company-users > .actions a.roles {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.company-users-index .block-company-users > .actions a.roles {
    max-width: 148px;
  }
}
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap {
  margin-top: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .admin__data-grid-loading-mask {
  order: 1;
}
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap {
  margin: 0 0 25px 0;
  order: 2;
}
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap button,
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap .quote-details-items .actions-toolbar > .action {
  font-weight: 600;
}
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap button.action-secondary,
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap button.action-clear,
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap .quote-details-items .actions-toolbar > .action.action-secondary,
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap .quote-details-items .actions-toolbar > .action.action-clear {
  background: none;
  border: none;
  color: #385ea4;
}
@media only screen and (min-width: 480px) {
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap button.action-secondary,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap button.action-clear,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap .quote-details-items .actions-toolbar > .action.action-secondary,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap .quote-details-items .actions-toolbar > .action.action-clear {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap button.action-secondary,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap button.action-clear,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap .quote-details-items .actions-toolbar > .action.action-secondary,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap .quote-details-items .actions-toolbar > .action.action-clear {
    margin-top: 15px;
  }
}
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap button.action-secondary span,
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap button.action-clear span,
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap .quote-details-items .actions-toolbar > .action.action-secondary span,
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-filters-wrap .quote-details-items .actions-toolbar > .action.action-clear span {
  color: #385ea4;
}
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-search-control-wrap {
  order: 3;
  margin-bottom: 15px;
}
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .data-grid-wrap {
  order: 4;
}
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .quotes-grid-toolbar {
  order: 5;
}
.wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .quotes-grid-toolbar .limiter {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .quotes-grid-toolbar .limiter {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table {
    table-layout: initial;
    border-collapse: initial;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table thead tr {
    height: auto !important;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table thead tr th span {
    font-size: 1.6rem;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr td a {
    font-size: 1.5rem;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr td.status {
    color: #969595;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > thead > tr > th {
    display: none;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody {
    display: block;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr {
    display: block;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td[data-th]:before,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td span:not(.price-subtotal),
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th span:not(.price-subtotal),
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td a,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th a {
    line-height: 1;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td a,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td a:after,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td ~ td[data-th]:before,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td input[type='checkbox'] + label,
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .wolfsellers.account.company-users-index .block-company-users > .admin__data-grid-outer-wrap .table-wrapper table tbody tr td[data-th="Correo electrónico"] .data-grid-cell-content {
    font-size: 1.2rem;
    letter-spacing: -0.5px;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table {
    table-layout: initial;
    border-collapse: initial;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table thead tr {
    height: auto !important;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table thead tr th span {
    font-size: 1.6rem;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr td a {
    font-size: 1.5rem;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr td.status {
    color: #969595;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > thead > tr > th {
    display: none;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody {
    display: block;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr {
    display: block;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td,
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td[data-th]:before,
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td span:not(.price-subtotal),
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th span:not(.price-subtotal),
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td a,
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th a {
    line-height: 1;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td a,
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td a:after,
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td ~ td[data-th]:before,
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td input[type='checkbox'] + label,
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .wolfsellers.account.company-role-index .block-company-roles .admin__data-grid-outer-wrap .table-wrapper table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.company-role-index .block-company-roles .actions {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-gap: 0 15px;
    -moz-gap: 0 15px;
    -ms-gap: 0 15px;
    gap: 0 15px;
  }
}
.wolfsellers.account.company-role-index .block-company-roles .actions a.action {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.company-role-index .block-company-roles .actions a.action {
    font-size: 1.8rem;
  }
}
.wolfsellers.account.company-role-edit .form-edit-role fieldset.info {
  margin-bottom: 20px;
}
.wolfsellers.account.company-role-edit .form-edit-role fieldset.info .field.role-name {
  max-width: 428px;
}
.wolfsellers.account.company-role-edit .form-edit-role fieldset.info p.note {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.company-role-edit .form-edit-role fieldset.info p.note {
    font-size: 1.8rem;
  }
}
.wolfsellers.account.company-role-edit .form-edit-role fieldset.info .box-actions button,
.wolfsellers.account.company-role-edit .form-edit-role fieldset.info .box-actions .quote-details-items .actions-toolbar > .action {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.company-role-edit .form-edit-role fieldset.info .box-actions button,
  .wolfsellers.account.company-role-edit .form-edit-role fieldset.info .box-actions .quote-details-items .actions-toolbar > .action {
    font-size: 1.8rem;
  }
}
.wolfsellers.account.company-role-edit .form-edit-role fieldset.info .tree.x-tree li a {
  color: #385ea4;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table {
    table-layout: initial;
    border-collapse: initial;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table thead tr {
    height: auto !important;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table thead tr th span {
    font-size: 1.6rem;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr td a {
    font-size: 1.5rem;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr td.status {
    color: #969595;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > thead > tr > th {
    display: none;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody {
    display: block;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr {
    display: block;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr td,
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr th {
    border: 0;
    padding: 5px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr td[data-th]:before,
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr td span:not(.price-subtotal),
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr th span:not(.price-subtotal),
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr td a,
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr th a {
    line-height: 1;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr td a,
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr td a:after,
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr td ~ td[data-th]:before,
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr td input[type='checkbox'] + label,
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
.wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table td.email input {
  min-width: 240px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.company-emailnotification-edit .block-emailnotification-edit .form-edit-email table td.email input {
    min-width: auto;
  }
}
.wolfsellers.account.review-customer-index .block-review-list .show.entries {
  margin-bottom: 20px;
}
.wolfsellers.account.review-customer-index .block-review-list .show.entries label {
  width: 100%;
  max-width: 428px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
  margin-left: auto;
}
.wolfsellers.account.review-customer-index .block-review-list .show.entries label label {
  width: 100%;
}
.wolfsellers.account.review-customer-index .block-review-list .show.entries label input {
  padding-left: 50px;
  padding-right: 95px;
}
.wolfsellers.account.review-customer-index .block-review-list .show.entries label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wolfsellers.account.review-customer-index .block-review-list .show.entries label:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.wolfsellers.account.review-customer-index .block-review-list .show.entries label button,
.wolfsellers.account.review-customer-index .block-review-list .show.entries label .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table {
    table-layout: initial;
    border-collapse: initial;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table thead tr {
    height: auto !important;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table thead tr th {
    display: table-cell;
    background: #ffffff;
    vertical-align: top;
    color: #1d1d1b;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table thead tr th span {
    font-size: 1.6rem;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr:not(:last-child) td {
    border-right: 0;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 0;
    border-right: 0;
    font-size: 1.5rem;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr td a {
    font-size: 1.5rem;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr td:first-child {
    border-left: 0;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr td:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr td.status {
    color: #969595;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > thead > tr > th {
    display: none;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody {
    display: block;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr {
    display: block;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr td,
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr td[data-th]:before,
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr td span:not(.price-subtotal),
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr th span:not(.price-subtotal),
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr td a,
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr th a {
    line-height: 1;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr td a,
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr td a:after,
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr td ~ td[data-th]:before,
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr td input[type='checkbox'] + label,
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #eaeaea;
  }
}
.wolfsellers.account.review-customer-index .block-review-list .table-wrapper table tbody tr td:not(:first-child) {
  text-align: left;
}
.wolfsellers.account.review-customer-view .block-review-view .customer-review {
  margin-top: 10px;
  display: block;
}
.wolfsellers.account.review-customer-view .block-review-view .customer-review .product-details {
  margin-bottom: 20px;
}
.wolfsellers.account.review-customer-view .block-review-view .customer-review .product-details .product-media a.product-photo {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #eaeaea;
}
.wolfsellers.account.review-customer-view .block-review-view .customer-review .product-details .product-media a.product-photo .product-image-container {
  float: left;
  width: 100%;
}
.wolfsellers.account.review-customer-view .block-review-view .customer-review .product-details .product-info .product-name {
  font-weight: bold;
}
.wolfsellers.account.review-customer-view .block-review-view .customer-review .review-details {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.account.review-customer-view .block-review-view .customer-review .review-details {
    font-size: 1.8rem;
  }
}
.wolfsellers.account.review-customer-view .block-review-view .customer-review .review-details .title strong {
  font-weight: bold;
}
.wolfsellers.account.review-customer-view .block-review-view .customer-review .review-details .rating-summary.item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wolfsellers.account.review-customer-view .block-review-view .customer-review .review-details .rating-summary.item .rating-label {
  padding-bottom: 0;
}
body.checkout-cart-index .block-error-messages .wrapper div#custom-error-messages-wolf {
  background: #fae5e5;
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
body.checkout-cart-index .block-error-messages .wrapper div#custom-error-messages-wolf span {
  color: #b30000;
  padding-left: 10px;
}
body.checkout-cart-index .block-error-messages .wrapper div#custom-error-messages-wolf:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #b30000;
  content: "\e602";
  font-family: 'vde-icons';
  margin: 0 0 0 3px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-cart-index .block-error-messages .wrapper div#custom-error-messages-wolf:before {
  overflow: visible;
}
body.checkout-cart-index .modals-wrapper #popup-modal-like {
  text-align: center;
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-txt p {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-txt p {
    font-size: 1.8rem;
  }
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture > label {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture > label {
    font-size: 1.8rem;
  }
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control > label {
  position: absolute;
  left: 0;
  top: 0;
  background: #f2cd50;
  border-radius: 16px;
  color: #1d1d1b;
  padding: 0 15px;
  border: 0;
  height: 40px;
  width: 180px;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  z-index: 10;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control > label:hover {
    opacity: .7;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control > label {
    font-weight: 600;
  }
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"] {
  width: 100%;
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button {
  background: transparent;
  border-radius: 16px;
  color: #ffffff;
  padding: 0 15px;
  border: 0;
  height: 40px;
  width: 180px;
  font-size: 1.6rem;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button:hover {
    opacity: .7;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input[type="file"]::file-selector-button {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control textarea {
  max-height: 80px;
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control textarea:focus {
  outline: 0;
  box-shadow: 0;
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .control input.mage-error {
  border: 0;
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .field.e_profile_picture .format {
  font-size: 1.4rem;
  color: #666666;
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .actions-toolbar {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
body.checkout-cart-index .modals-wrapper #popup-modal-unlike .unlike-content__form .fieldset .actions-toolbar #message-red {
  font-size: 1.4rem;
  color: #ff0000;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  body.checkout-cart-index .modals-wrapper .cedis-address-modal {
    width: 90%;
  }
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap {
  width: 910px !important;
}
@media only screen and (max-width: 1024px) {
  body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap {
    width: 100% !important;
  }
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-content .form-shipping-rates {
  width: 100%;
  display: inline-table;
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-content .form-shipping-rates .heading .cell {
  border: 1px solid #eaeaea;
  background: #eaeaea;
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-content .form-shipping-rates .heading .cell:first-child {
  border-radius: 16px 0 0 0;
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-content .form-shipping-rates .heading .cell:last-child {
  border-radius: 0 16px 0 0;
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-content .form-shipping-rates .heading .cell span {
  font-size: 1.4rem;
  color: #969595;
  font-weight: normal;
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-content .form-shipping-rates .row .cell {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-content .form-shipping-rates .row .cell {
    line-height: 1;
  }
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-content .form-shipping-rates .row:last-child .cell {
  border: 1px solid #eaeaea;
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-content .form-shipping-rates .row:last-child .cell span {
  font-size: 1.4rem;
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-content .form-shipping-rates .row:last-child .cell:first-child {
  border-radius: 0 0 0 16px;
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-content .form-shipping-rates .row:last-child .cell:last-child {
  border-radius: 0 0 16px 0;
}
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup,
body.checkout-cart-index .modals-wrapper .cedis-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.action.secondary.action-hide-popup {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-content #transports-form-popup .fieldset {
    display: block;
  }
}
body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-content #transports-form-popup .fieldset dl.items.methods {
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 0px;
  /* Coordinate with sons to improve UX */
  min-height: 200px;
  height: 100%;
  position: relative;
  cursor: pointer;
  width: calc((100%)/2 - 20px);
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-content #transports-form-popup .fieldset dl.items.methods {
    min-height: initial;
    width: 100%;
  }
}
body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-content #transports-form-popup .fieldset dl.items.methods label {
  cursor: pointer;
  min-height: 200px;
  /* NEED to be the same as dl.items.methods to improve UX */
  height: 100%;
  /* NEED to be the same as dl.items.methods to improve UX */
  display: block;
  padding: 10px;
  /* Coordinate with parent to improve UX */
}
body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-content #transports-form-popup .fieldset dl.items.methods span.active {
  background: #eaeaea;
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0px 16px 0px 0px;
  display: inline-block;
  text-decoration: none;
}
body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-content #transports-form-popup .fieldset dl.items.methods span.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e610';
  font-family: 'vde-icons';
  margin: 0 0 0 3px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-content #transports-form-popup .fieldset dl.items.methods input {
  position: absolute;
  right: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  margin: 0;
}
body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-footer {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-footer {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
  }
}
body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup,
body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.action.secondary.action-hide-popup {
  background: #f2cd50;
  border: 1px solid #f2cd50;
  padding: 12px;
  border-radius: 16px;
  height: 44px;
}
body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup span,
body.checkout-cart-index .modals-wrapper .transports-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.action.secondary.action-hide-popup span {
  color: #1d1d1b;
  font-weight: bold;
}
body.checkout-cart-index .modals-wrapper .createquote-modal h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-content form .createquoteValue label {
  width: 100%;
  float: left;
}
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-content form .createquoteValue input {
  width: 100%;
  float: left;
  border-radius: 16px;
  height: 35px;
  border: 1px solid #eaeaea;
  margin-top: 15px;
}
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button,
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action {
  padding: 10px;
  border-radius: 16px;
}
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:first-child,
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:first-child {
  background: #f2cd50;
  border: 1px solid #f2cd50;
}
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:first-child span,
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:first-child span {
  color: #1d1d1b;
  font-weight: bold;
}
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:last-child,
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:last-child {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 44px;
  margin: 0;
  width: fit-content;
  white-space: nowrap;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:last-child,
  body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:last-child {
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
  }
}
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:last-child span,
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:last-child span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:last-child span,
  body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:last-child span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 920px) {
  body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:last-child:before,
  body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
    z-index: 0;
    transition: all 0.3s;
  }
  body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:last-child:after,
  body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:last-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(300deg, #559ad8 0%, #385ea4 100%);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
  }
}
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:last-child > span,
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:last-child > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:last-child > span,
  body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:last-child > span {
    z-index: 2;
  }
}
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:last-child:hover,
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:last-child:hover {
  transition: all 0.3s;
}
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer button:last-child:hover::after,
body.checkout-cart-index .modals-wrapper .createquote-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action:last-child:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .column.main {
    padding-bottom: 0;
  }
}
body.checkout-cart-index .page-main {
  padding: 0;
}
body.checkout-cart-index .page-main .page-title-wrapper {
  padding: 0;
  width: 100%;
}
body.checkout-cart-index .page-main .page-title-wrapper.checkout_cart_index h1.page-title {
  text-align: left !important;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .page-title-wrapper {
    padding: 0;
  }
}
body.checkout-cart-index .page-main .page-title-wrapper .page-title {
  text-align: center !important;
}
body.checkout-cart-index .page-main .page-title-wrapper .page-title span {
  font-size: 3.2rem;
  color: #385ea4;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .page-title-wrapper .page-title span {
    font-size: 2.8rem;
  }
}
body.checkout-cart-index .page-main .cart-empty {
  margin: 40px auto;
  width: 100%;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
body.checkout-cart-index .page-main .cart-empty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e919";
  font-family: 'vde-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-cart-index .page-main .cart-empty p {
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-empty p {
    margin-bottom: 20px;
  }
}
body.checkout-cart-index .page-main .amexit-popup-container .amexit-popup {
  border-radius: 16px;
}
body.checkout-cart-index .page-main .amexit-popup-container .amexit-popup .amexit-title {
  font-size: 1.8rem;
}
body.checkout-cart-index .page-main .amexit-popup-container .amexit-popup .amexit-message {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
body.checkout-cart-index .page-main .amexit-popup-container .amexit-popup .amexit-email {
  margin-bottom: 25px;
  position: relative;
}
body.checkout-cart-index .page-main .amexit-popup-container .amexit-popup .amexit-email .amexit-button {
  position: absolute;
  right: 0;
  height: 39px;
  border-radius: 0px 16px 16px 0px;
  width: 90px;
}
body.checkout-cart-index .page-main .rewards {
  width: 73%;
  float: left;
  background: #eeeeee;
}
@media only screen and (max-width: 920px) {
  body.checkout-cart-index .page-main .rewards {
    width: 100%;
    position: relative;
    float: none;
  }
  body.checkout-cart-index .page-main .rewards:after {
    content: '';
    background: #eeeeee;
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
  }
}
body.checkout-cart-index .page-main .rewards .widget.block-banners {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 920px) {
  body.checkout-cart-index .page-main .rewards .widget.block-banners {
    float: none;
    margin-bottom: 15px;
  }
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content {
  margin-bottom: 0;
  transition: 0.1s;
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content [data-bind="css: barClasess"]:not(.message-progress-bar) {
  visibility: hidden;
  opacity: 0;
  transition: 0.1s;
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar {
  background-color: #d1e9ff;
  color: #385ea4;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 9px;
  width: 100%;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media only screen and (min-width: 640px) {
  body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar {
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 640px) {
  body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar p {
    line-height: 1;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar {
    padding: 10px;
  }
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar.not-free,
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar.envio,
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar.show-bar {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar.not-free {
  background: #fae5e5;
  color: #b30000;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar #envio {
  display: inline-block;
  text-decoration: none;
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar #envio:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e911';
  font-family: 'vde-icons';
  margin: 0 1rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar #envio {
    display: inline-block;
    text-decoration: none;
  }
  body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar #envio:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.1rem;
    line-height: inherit;
    color: #385ea4;
    content: '\e911';
    font-family: 'vde-icons';
    margin: 0 1rem 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar.show-bar {
  background: #ffffff;
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar div[data-bind="scope: 'free-shipping-checker-scope'"] {
  width: 100%;
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar div[data-bind="scope: 'free-shipping-checker-scope'"] p {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar div[data-bind="scope: 'free-shipping-checker-scope'"] p b {
  font-weight: bold;
}
@media only screen and (max-width: 920px) {
  body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar div[data-bind="scope: 'free-shipping-checker-scope'"] p {
    font-size: 1.6rem;
  }
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar .progress_bar_cart {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.4rem;
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar .progress_bar_cart span {
  white-space: nowrap;
  color: #1d1d1b;
  font-weight: normal;
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar .progress_bar_cart .free-shipping-checker-container {
  width: 325px;
  height: 8px;
  background: #eaeaea;
  border-radius: 4px;
  margin: 0 10px;
}
body.checkout-cart-index .page-main .rewards .widget .banner-item-content .message-progress-bar .progress_bar_cart .free-shipping-checker-container .free-shipping-checker-bar {
  height: 8px;
  border-radius: 4px;
  background: #559ad8;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .admin__actions-switch {
  margin-bottom: 20px;
  background: #ffffff;
  width: 52px;
  height: 26px;
  padding: 5px;
  border-radius: 50px;
  margin: 10px;
  margin-left: 140px;
  position: relative;
  float: left;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .admin__actions-switch {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .admin__actions-switch input {
  width: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .admin__actions-switch input:checked + label {
  margin-left: 20px;
  background: #385ea4;
  transition: all 0.25s ease 0s;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .admin__actions-switch input:checked + label span {
  transition: all 0.25s ease 0s;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .admin__actions-switch input:checked + label span:before {
  left: -150px;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .admin__actions-switch .admin__actions-switch-label {
  width: 22px;
  height: 22px;
  background: #969595;
  display: flex;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.25s ease 0s;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .admin__actions-switch .admin__actions-switch-label span {
  transition: all 0.25s ease 0s;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .admin__actions-switch .admin__actions-switch-label span:before {
  content: attr(data-text-on);
  float: left;
  padding-right: 0;
  color: #1d1d1b;
  position: relative;
  left: -130px;
  white-space: nowrap;
  transition: all 0.25s ease 0s;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart {
  background: #ffffff;
  width: 73%;
  margin: 0 !important;
  position: relative;
}
@media (min-width: 768px) and (max-width: 920px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart {
    width: 100% !important;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart {
  position: absolute;
  right: 0;
  bottom: -90px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart {
    width: 100%;
    bottom: -60px;
  }
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart {
    right: 20px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart .backto-top {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-gap: 8px 0;
  -moz-gap: 8px 0;
  -ms-gap: 8px 0;
  gap: 8px 0;
  width: 80px;
  height: 80px;
  color: #ffffff;
  text-align: center;
  background: #385ea4;
  border-radius: 100%;
  border: 3px solid #ffffff;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart .backto-top .icon-arrow-up:before {
  font-size: 2.5rem;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart .backto-top .txt {
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  width: 45px;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart .backto-top[style="display: none;"] ~ .action.action-save-addres {
    margin-top: -130px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart .action.action-save-addres {
  border: none;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart .action.action-save-addres {
    text-align: center;
    width: fit-content;
    right: 0;
    bottom: -36px;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart .action.action-save-addres:hover {
    background: transparent;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart .action.action-save-addres span {
  color: #385ea4;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .actions-cart .action.action-save-addres span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 370px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart > .table {
    display: block;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .thehad-labels {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .thehad-labels div {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1d1d1b;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .thehad-labels div {
    width: 25%;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .thehad-labels div.col-img {
    width: 50%;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .thehad-labels div.col-price {
    text-align: center;
    width: 40%;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .thehad-labels div.col-qty {
    text-align: center;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .thehad-labels div.col-total {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .thehad-labels {
    display: none;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product {
  border: none;
  border-bottom: 2px solid #eeeeee;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  border-radius: 0;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product:nth-last-child(2) {
  border-bottom: 2px solid transparent !important;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container {
  display: contents;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    margin-bottom: 20px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .img-product {
  width: 92px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .img-product {
    width: 70px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product {
  width: 20%;
  margin-left: -30px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product {
    width: initial;
    margin-left: 10px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product a.product-url {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d1d1b;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product span {
  font-size: 1.6rem;
  font-weight: 600;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product .sku {
  white-space: nowrap;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product .sku span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container {
    padding-right: 10px;
  }
}
@media (max-width: 339px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container {
    width: 28%;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container > span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container > span {
    display: none;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span:first-child,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span:first-child {
  font-size: 1.4rem;
  color: #969595;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span:first-child,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span:first-child {
    font-size: 1.2rem;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-unit,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-unit,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-pref,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-pref {
  font-size: 1.8rem;
  color: #1d1d1b;
}
@media (max-width: 370px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-unit,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-unit,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-pref,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-pref {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-unit,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-unit,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-pref,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-pref {
    font-size: 1.6rem;
    white-space: nowrap;
    margin-top: 5px;
  }
}
@media screen and (max-width: 320px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-unit,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-unit,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-pref,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-pref {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref {
    margin-top: 15px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  grid-template-columns: auto 1fr;
  grid-auto-rows: max-content;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container {
    height: 70px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .alert {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .alert {
    position: initial;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container.ik-container {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container {
    -webkit-display: grid;
    -moz-display: grid;
    -ms-display: grid;
    display: grid;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container > label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container > label {
    display: none;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container > span {
  display: block;
  width: 100%;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container > span[data-bind="text:errorMessage()"],
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container > span.alert {
  max-width: 128px;
  line-height: 1;
  color: #ff0000;
  font-weight: normal;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    width: 75px;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container:before {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container {
    padding-left: 5px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  position: relative;
  background: #eaeaea;
  border-radius: 16px;
  max-width: 128px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product {
    max-width: 52px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product input.input-text.qty.js-qty-input {
  background: #eaeaea;
  width: 50%;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product input.input-text.qty.js-qty-input {
    width: 100%;
    font-size: 1.4rem;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product input.input-text.qty.js-qty-input:focus {
  border: none;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action {
  background: #385ea4;
  border-radius: 10px;
  width: 28px;
  height: 28px;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button span,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button.action-more,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action.action-more {
  margin-right: 5px;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button.action-less,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action.action-less {
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action {
    display: none;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button.ik-btn,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action.ik-btn {
  opacity: 0;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .label-qty {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .label-qty {
    width: fit-content;
    margin-left: 5px;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .label-qty span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 320px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .label-qty {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal {
    padding-left: 10px;
    width: 45%;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal > span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal > span:first-child {
    display: none;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .subtotal {
  font-size: 1.8rem;
  color: #1d1d1b;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .subtotal:first-letter {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .subtotal {
    font-size: 1.6rem;
    line-height: 38px;
    white-space: nowrap;
  }
}
@media (max-width: 640px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .subtotal {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .subtotal {
    font-size: 1.2rem;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .icon-trash {
  text-align: right;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .icon-trash {
    margin-top: 10px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .icon-trash .module {
  font-size: 0;
  display: inline-block;
  text-decoration: none;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .icon-trash .module:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e604";
  font-family: 'vde-icons';
  margin: 0 0 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .icon-trash .module:before {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .icon-trash .module:before {
    margin: 0 15px 0 0;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas {
    -webkit-gap: 0;
    -moz-gap: 0;
    -ms-gap: 0;
    gap: 0;
    margin-bottom: 0;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:first-child,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child {
  width: 620px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:first-child,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child {
    width: 334px;
    min-width: 100%;
    overflow-x: auto;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:last-child,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:last-child {
  width: 300px;
  height: max-content;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:last-child,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:last-child {
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: initial;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table {
    border-radius: 4px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .heading {
  background: #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .heading {
    background: #f8f8f8;
    padding: 3px 8px;
    padding-right: 0;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading .cell,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell {
  border-right: none;
  border-left: none;
  font-weight: normal;
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading .cell,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell {
    text-align: left;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #eaeaea;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading .cell span,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell span {
  color: #969595;
  white-space: normal !important;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading .cell span,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell span {
    color: #1d1d1b;
  }
}
@media (max-width: 370px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading .cell span,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell span {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: normal !important;
    overflow: hidden;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading .cell:first-child,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell:first-child {
  border-radius: 16px 0 0 0;
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading .cell:first-child,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell:first-child {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #eaeaea;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading .cell:last-child,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell:last-child {
  border-radius: 0 16px 0 0;
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading .cell:last-child,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell:last-child {
    border-radius: 0;
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .row,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .row {
    background: #f8f8f8;
    padding: 3px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .row .cell,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .row .cell {
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .row .cell,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .row .cell {
    border: none;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .row .cell:not(:last-child),
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .row .cell:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .row:last-child .cell:first-child,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .row:last-child .cell:first-child {
  border-radius: 0 0 0 16px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .row:last-child .cell:first-child,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .row:last-child .cell:first-child {
    border-radius: 0;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .row:last-child .cell:last-child,
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .row:last-child .cell:last-child {
  border-radius: 0 0 16px 0;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .row:last-child .cell:last-child,
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table .row:last-child .cell:last-child {
    border-radius: 0;
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas > div:not(.discount-promotions) {
    order: 1;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table {
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table {
    border-radius: 4px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table.empty {
  opacity: 0.1;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child {
  width: 620px !important;
  padding: 8px 15px;
  background: #f8f8f8;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child {
    width: 100% !important;
    padding: 4px 8px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row .cell-odd {
  flex: 0 0 auto;
  width: 150px;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  padding: 2px 4px;
  white-space: normal !important;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row .cell-odd {
    -webkit-display: table-cell;
    -moz-display: table-cell;
    -ms-display: table-cell;
    display: table-cell;
    width: 50%;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row .cell-odd span {
  white-space: normal !important;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row .cell {
  flex: 1 1 0%;
  min-width: 0;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding: 2px;
  white-space: normal !important;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 920px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row .cell {
    -webkit-display: table-cell;
    -moz-display: table-cell;
    -ms-display: table-cell;
    display: table-cell;
    padding: 2px 10px;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row .cell span {
  white-space: normal !important;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:last-child .cell-odd {
  border-radius: 0 0 0 4px;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:last-child .cell-odd {
    border-radius: 0 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:last-child .cell-odd {
    border: 0;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:last-child .cell {
  border-bottom: 0;
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:first-child .cell-odd {
  border-radius: 2px 0 0 0;
}
@media only screen and (min-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:first-child .cell-odd {
    border-radius: 10px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions {
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .heading {
    flex: 0 0 100%;
    width: 50%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    border: 3px solid #f8f8f8;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .heading .cell {
    border: 0;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .row {
    flex: 0 0 100%;
    width: 50%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .row:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .row .cell {
    border: 0;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .row .cell:first-child {
    border-bottom: 1px solid #eaeaea;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .heading {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f8f8f8;
    width: 50%;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .row {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    white-space: normal !important;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:first-child .heading {
  height: 34px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:first-child .heading {
    height: initial;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:first-child .row {
  height: 32px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:first-child .row {
    height: initial;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    white-space: normal !important;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:first-child .row:last-child {
    border-radius: 0 5px 5px 0;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:first-child .row > .cell {
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal !important;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:last-child .heading {
    background: #ffffff;
    border: 3px solid #f8f8f8;
    flex: 0 0 100%;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:last-child .heading .cell {
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:last-child .row {
    flex: 0 0 50%;
    width: 50%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:last-child .row:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .row-tables-infocant .table:last-child .row .cell {
    border: 0;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .container-promo .info-promo {
  margin: 20px 0 20px 0;
  background: #f8f8f8;
  padding: 20px;
  width: 50%;
  border-radius: 16px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .container-promo .info-promo {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .container-promo .info-promo {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .container-promo .info-promo span {
  font-size: 1.8rem;
  color: #1d1d1b;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .container-promo .info-promo span {
    font-size: 1.6rem;
    padding-right: 0;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .container-promo .info-promo a {
  background: #f2cd50;
  padding: 10px;
  border: none;
  font-size: 1.8rem;
  color: #1d1d1b;
  border-radius: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container #uiCart .uiCartContent .cart .table .container-promo .info-promo a {
    font-size: 1.6rem;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary {
  margin-left: 15px;
  background: #ffffff;
  border-radius: 16px;
  top: initial !important;
  padding: 0;
}
@media only screen and (max-width: 920px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary {
    margin-left: 0;
    margin-bottom: 16px;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary #newquote {
  background: #f2cd50;
  border: 1px solid #f2cd50;
  border-radius: 16px;
  position: relative;
  padding: 13px;
  top: -40px;
  margin: auto;
  display: block;
  width: 90%;
}
@media (min-width: 768px) and (max-width: 820px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary #newquote {
    width: fit-content;
  }
}
@media only screen and (max-width: 1024px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary #newquote {
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary #newquote {
    padding: 26px 0;
    background: #eeeeee;
    position: static;
    width: 100%;
    border-radius: 0;
    border: 0;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary #newquote span {
  color: #1d1d1b;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary #newquote span {
    font-weight: 600;
    font-size: 1.6rem;
    background: #f2cd50;
    border: 1px solid #f2cd50;
    border-radius: 16px;
    padding: 11px;
    margin: auto;
    display: block;
    width: 90%;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary strong.summary.title {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 10px;
  margin-top: 0;
  width: 90%;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary strong.summary.title {
    width: 100%;
    font-size: 2rem;
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary strong.summary.title:first-child {
    padding-top: 10px;
    margin-top: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary strong.summary.title:not(:first-child) {
    padding: 0 20px;
  }
  body.checkout-cart-index .page-main .cart-container .cart-summary strong.summary.title:not(:first-child):before {
    content: '';
    background: #ffffff;
    position: absolute;
    height: 10px;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    left: 0;
    top: -10px;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping {
  padding: 10px;
  padding-bottom: 62px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping {
    padding: 0;
  }
  body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping:after {
    content: '';
    background: #ffffff;
    position: absolute;
    height: 15px;
    width: 100%;
    border-radius: 0px 0px 16px 16px;
    left: 0;
    bottom: -15px;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form p {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form p {
    font-size: 1.6rem;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate {
  margin-bottom: 0;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options {
  width: 100%;
  float: left;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:first-child {
  order: 2;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:first-child button.primary,
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:first-child .quote-details-items .actions-toolbar > .action.primary {
  background: #f2cd50;
  border: 1px solid #f2cd50;
  margin: auto;
  margin-top: 10px;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:first-child button.primary span,
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:first-child .quote-details-items .actions-toolbar > .action.primary span {
  color: #1d1d1b;
  font-weight: bold;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:first-child button.primary:after,
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:first-child button.primary:before,
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:first-child .quote-details-items .actions-toolbar > .action.primary:after,
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:first-child .quote-details-items .actions-toolbar > .action.primary:before {
  display: none;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:last-child {
  order: 1;
  margin-bottom: 15px;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:last-child .field.choice.item #transports-pop-up a span {
  padding-left: 30px;
  font-size: 1.8rem;
  color: #385ea4;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options:last-child .field.choice.item div span {
  font-size: 1.8rem;
  display: block;
  padding-left: 30px;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary #co-shipping-method-form fieldset.fieldset.rate dl.items.methods .item-options .field.choice.item label[for="s_method_pickup_cedis_pickup_cedis"] {
  margin-bottom: 10px;
  display: block;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary form {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary form {
    padding: 10px 10px 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary form fieldset {
    margin-bottom: 0;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary .action.primary.showAvailability {
  background: #f2cd50;
  margin: auto;
  width: 258px;
  border: none;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary .action.primary.showAvailability:before {
  display: none;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary .action.primary.showAvailability span {
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary .action.primary.showAvailability {
    width: 208px;
    height: 41px;
    margin-top: 15px;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary .action.primary.showAvailability:hover {
  opacity: 0.7;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping #block-summary .action.primary.showAvailability:hover::after {
  display: none;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping .empty {
  background: #eeeeee;
  height: 80px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -20px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping .empty {
    display: none;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping .empty:before {
  content: '';
  height: 20px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping .empty:after {
  content: '';
  background: #ffffff;
  position: absolute;
  height: 10px;
  width: 100%;
  border-radius: 0px 0px 16px 16px;
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items {
  padding: 0;
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container {
  position: relative;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    padding-bottom: 10px;
    padding-top: 30px;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container span {
  z-index: 2;
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 10px;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns {
  text-align: left;
  padding-left: 10px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns {
    padding-bottom: 0;
    z-index: 2;
    padding-left: 0;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns button,
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns .quote-details-items .actions-toolbar > .action {
  border: none;
  background: none;
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns button span:before,
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns .quote-details-items .actions-toolbar > .action span:before {
  color: #385ea4;
  font-size: 2.5rem;
  color: #8b8a8a;
}
@media (max-width: 320px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns button span:before,
  body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns .quote-details-items .actions-toolbar > .action span:before {
    font-size: 2rem;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns button span.icon-dislike,
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns .quote-details-items .actions-toolbar > .action span.icon-dislike {
  margin-left: 15px;
}
@media (max-width: 320px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns button span.icon-dislike,
  body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns .quote-details-items .actions-toolbar > .action span.icon-dislike {
    margin-left: 5px;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns button.active span:before,
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .likebtns .quote-details-items .actions-toolbar > .action.active span:before {
  color: #385ea4;
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .empty-div {
  background: #eeeeee;
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .empty-div:before {
  content: '';
  height: 20px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .empty-div:before {
    bottom: -10px;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items .like-container .empty-div:after {
  content: '';
  background: #ffffff;
  position: absolute;
  height: 10px;
  width: 100%;
  border-radius: 0px 0px 16px 16px;
  left: 0;
}
body.checkout-cart-index .page-main .cart-container .cart-summary .formbuilder-form {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary .checkout-methods-items {
    margin-top: 0;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 920px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
    height: 41px;
    width: 186px;
    margin-bottom: 10px;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary #cart-summary-address .form.payments .title-availability {
  margin-bottom: 13px;
  padding: 10px;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #cart-summary-address .form.payments .title-availability span {
  font-size: 1.8rem;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #cart-summary-address .form.payments .title-availability i {
  display: none;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #cart-summary-address .form.payments button.action.primary.update,
body.checkout-cart-index .page-main .cart-container .cart-summary #cart-summary-address .form.payments .quote-details-items .actions-toolbar > .action.action.primary.update {
  margin: auto;
  background: #f2cd50;
  border-color: #f2cd50;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #cart-summary-address .form.payments button.action.primary.update:after,
body.checkout-cart-index .page-main .cart-container .cart-summary #cart-summary-address .form.payments button.action.primary.update:before,
body.checkout-cart-index .page-main .cart-container .cart-summary #cart-summary-address .form.payments .quote-details-items .actions-toolbar > .action.action.primary.update:after,
body.checkout-cart-index .page-main .cart-container .cart-summary #cart-summary-address .form.payments .quote-details-items .actions-toolbar > .action.action.primary.update:before {
  display: none;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #cart-summary-address .form.payments button.action.primary.update span,
body.checkout-cart-index .page-main .cart-container .cart-summary #cart-summary-address .form.payments .quote-details-items .actions-toolbar > .action.action.primary.update span {
  color: #1d1d1b;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #co-shipping-method-form fieldset.fieldset.rate .items.methods .item-title {
  margin-bottom: 10px;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #co-shipping-method-form fieldset.fieldset.rate .items.methods .item-title span {
  font-size: 1.8rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary #co-shipping-method-form fieldset.fieldset.rate .items.methods .item-title span {
    font-size: 1.6rem;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary #co-shipping-method-form input[type='radio'] + label:after {
  top: 3px;
}
body.checkout-cart-index .page-main .cart-container .cart-summary #co-shipping-method-form input[type='radio']:checked + label:before {
  top: 7px;
}
body.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals {
    padding: 0;
    margin: 0 15px;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.totals tbody tr {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.totals tbody tr {
    font-size: 1.6rem;
  }
  body.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.totals tbody tr td {
    white-space: normal;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.totals tbody tr {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.totals tbody tr th,
  body.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals .table-wrapper table.totals tbody tr td {
    padding: 1px 0;
    font-size: 1.3rem;
    padding: 6px 0;
    white-space: nowrap;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary .block-availability {
  background: #eeeeee;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}
body.checkout-cart-index .page-main .cart-container .cart-summary .block-availability:before {
  content: '';
  height: 20px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
body.checkout-cart-index .page-main .cart-container .cart-summary .block-availability:after {
  content: '';
  background: #ffffff;
  position: absolute;
  height: 10px;
  width: 100%;
  border-radius: 0px 0px 16px 16px;
  left: 0;
  top: 0;
}
body.checkout-cart-index .page-main .cart-container .cart-summary .block-availability .wrapper-shipping-fee {
  display: none;
}
body.checkout-cart-index .page-main .cart-container .cart-summary .block-exchange_rate {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary .block-exchange_rate .wrapper {
    margin-bottom: 0;
    border-radius: 16px;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary .block-exchange_rate .wrapper .total-saved {
  background: #f8f8f8;
  padding: 10px;
  border-radius: 16px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary .block-exchange_rate .wrapper .total-saved {
    margin-top: 15px;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-summary .block-exchange_rate .wrapper .total-saved span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1d1d1b;
}
body.checkout-cart-index .page-main .cart-container .cart-summary .block-exchange_rate p {
  background: #f8f8f8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  border-radius: 16px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary .block-exchange_rate p {
    font-size: 1.6rem;
    padding: 0 10px;
    margin-bottom: 0;
    border-radius: 0;
  }
  body.checkout-cart-index .page-main .cart-container .cart-summary .block-exchange_rate p:first-child {
    border-radius: 16px 16px 0 0;
  }
  body.checkout-cart-index .page-main .cart-container .cart-summary .block-exchange_rate p:nth-child(2) {
    border-radius: 0 0 16px 16px;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .cart-summary .block-exchange_rate p:not(:first-child) .rate {
    font-weight: bold;
    display: inline-block;
  }
}
body.checkout-cart-index .page-main .cart-container .cart-discount {
  display: none;
}
body.checkout-cart-index .page-main .cart-container .block-text {
  background: #ffffff;
  width: 73%;
  border-radius: 16px;
  margin-top: 100px;
}
@media only screen and (max-width: 920px) {
  body.checkout-cart-index .page-main .cart-container .block-text {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block-text {
    width: 100%;
    margin-top: 100px;
  }
}
body.checkout-cart-index .page-main .cart-container .block-text .content-heading [data-content-type="row"] .row-block-info {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block-text .content-heading [data-content-type="row"] .row-block-info {
    padding: 10px;
  }
}
body.checkout-cart-index .page-main .cart-container .block-text .content-heading [data-content-type="row"] .row-block-info ul {
  padding-left: 20px;
}
body.checkout-cart-index .page-main .cart-container .block-text .content-heading [data-content-type="row"] .row-block-info ul li {
  font-size: 1.8rem;
  list-style: disc;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block-text .content-heading [data-content-type="row"] .row-block-info ul li {
    font-size: 1.6rem;
  }
}
body.checkout-cart-index .page-main .cart-container .block-text .content-heading [data-content-type="row"] .row-block-info ul li::marker {
  color: #385ea4;
}
body.checkout-cart-index .page-main .cart-container .block.upsell {
  width: 73%;
  margin-top: 40px;
}
@media only screen and (max-width: 920px) {
  body.checkout-cart-index .page-main .cart-container .block.upsell {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block.upsell {
    width: 100%;
    margin-top: 32px;
  }
}
body.checkout-cart-index .page-main .cart-container .block.upsell .block-content.content .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info {
  width: 100%;
  padding: 0;
}
body.checkout-cart-index .page-main .cart-container .block.upsell .block-content.content .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details {
  padding: 15px 10px;
  border-radius: 16px;
}
body.checkout-cart-index .page-main .cart-container .block.upsell .block-content.content .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions {
  order: 5;
}
body.checkout-cart-index .page-main .cart-container .block.upsell .block-content.content .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
  position: absolute;
  z-index: -9999;
  bottom: 15px;
  width: 100%;
  left: 0;
  border-radius: 0px 0px 16px 16px;
  padding-top: 7px;
  padding-left: 10px;
  transition: ease 0.2s;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block.upsell .block-content.content .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
    position: initial;
    padding-top: 0;
  }
}
body.checkout-cart-index .page-main .cart-container .block.upsell .block-content.content .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info:hover .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
  bottom: -32px;
  background: #ffffff;
  transition: ease 0.2s;
  z-index: 999;
}
body.checkout-cart-index .page-main .cart-container .block.upsell {
  position: relative;
}
body.checkout-cart-index .page-main .cart-container .block.upsell .block-title.title {
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block.upsell .block-title.title {
    margin: 0;
    position: static;
  }
}
body.checkout-cart-index .page-main .cart-container .block.upsell .block-title.title strong {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  margin-top: 20px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block.upsell .block-title.title strong {
    font-size: 2rem;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0;
    height: 81px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: static;
  }
}
body.checkout-cart-index .page-main .cart-container .block.upsell .block-title.title strong:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 65px;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block.upsell .block-title.title strong:before {
    height: 81px;
  }
}
body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell {
  float: left;
  width: 100%;
  margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell .product-items:not(.slick-slider) {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  height: 620px;
  margin-bottom: 35px;
  opacity: 0;
  transition: 0.3s;
}
body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell .product-items:not(.slick-slider) > .product-item {
  width: calc(100% / 3 - 14px);
}
body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell .product-items:not(.slick-slider) > .product-item .product-item-info {
  margin: 0;
}
body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info {
  width: 100%;
  padding: 0;
}
body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product-item-photo [class*="amlabel-position-top-left"] {
  top: 10px !important;
  left: 10px !important;
}
body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details {
  padding: 15px 10px;
}
body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.attribute.sku {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions {
  order: 5;
}
body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
  position: absolute;
  z-index: -9999;
  bottom: 15px;
  width: 100%;
  left: 0;
  border-radius: 0px 0px 16px 16px;
  padding-top: 7px;
  padding-left: 10px;
  transition: ease 0.2s;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
    position: initial;
    padding-top: 0;
  }
}
body.checkout-cart-index .page-main .cart-container .block.upsell .products-upsell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info:hover .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
  bottom: -32px;
  background: #ffffff;
  transition: ease 0.2s;
  z-index: 999;
  padding-top: 0;
}
body.checkout-cart-index .page-main .cart-container .block.crosssell .block-title.title strong {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  margin-top: 20px;
  position: relative;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block.crosssell .block-title.title strong {
    font-size: 2rem;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
body.checkout-cart-index .page-main .cart-container .block.crosssell .block-title.title strong:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 65px;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block.crosssell .block-title.title strong:before {
    height: 51px;
  }
}
body.checkout-cart-index .page-main .cart-container .block.crosssell .products-crosssell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info {
  width: 100%;
  padding: 0;
}
body.checkout-cart-index .page-main .cart-container .block.crosssell .products-crosssell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details {
  padding: 15px 10px;
}
body.checkout-cart-index .page-main .cart-container .block.crosssell .products-crosssell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions {
  order: 5;
}
body.checkout-cart-index .page-main .cart-container .block.crosssell .products-crosssell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
  position: absolute;
  z-index: -9999;
  bottom: 15px;
  width: 100%;
  left: 0;
  border-radius: 0px 0px 16px 16px;
  padding-top: 7px;
  padding-left: 10px;
  transition: ease 0.2s;
}
@media only screen and (max-width: 768px) {
  body.checkout-cart-index .page-main .cart-container .block.crosssell .products-crosssell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
    position: initial;
    padding-top: 0;
  }
}
body.checkout-cart-index .page-main .cart-container .block.crosssell .products-crosssell .product-items .slick-track .slick-slide li.item.product.product-item .product-item-info:hover .product.details.product-item-details .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
  bottom: -32px;
  background: #ffffff;
  transition: ease 0.2s;
  z-index: 999;
}
body.checkout-index-index .block-error-messages {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .block-error-messages {
    margin-top: 10px;
  }
}
body.checkout-index-index .block-error-messages .wrapper div#custom-error-messages-wolf {
  background: #fae5e5;
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
body.checkout-index-index .block-error-messages .wrapper div#custom-error-messages-wolf span {
  color: #b30000;
  padding-left: 10px;
}
body.checkout-index-index .block-error-messages .wrapper div#custom-error-messages-wolf:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #b30000;
  content: "\e602";
  font-family: 'vde-icons';
  margin: 0 0 0 3px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-index-index .block-error-messages .wrapper div#custom-error-messages-wolf:before {
  overflow: visible;
}
body.checkout-index-index header.page-header .language {
  margin-right: 0;
  line-height: 1;
  margin-top: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index header.page-header .language {
    display: none;
  }
}
body.checkout-index-index header.page-header .language strong.label.switcher-label {
  display: none;
}
body.checkout-index-index header.page-header .language .switcher-options .switcher-trigger {
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
  margin-right: 20px;
}
body.checkout-index-index header.page-header .language .switcher-options .switcher-trigger > strong {
  font-weight: bold;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
}
body.checkout-index-index header.page-header .language .switcher-options .switcher-trigger > strong:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index header.page-header .header.content {
    padding-left: 20px;
  }
  body.checkout-index-index header.page-header .header.content .block-welcome-mobile {
    display: none !important;
  }
}
body.checkout-index-index header.page-header .header.content .cont-loginaccount {
  order: 2;
}
body.checkout-index-index header.page-header .header.content .cont-loginaccount .loguser > div .dropdown {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  display: grid;
}
body.checkout-index-index header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options {
  right: -60px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index header.page-header .header.content .cont-loginaccount .loguser > div .dropdown-options {
    right: 0px;
  }
}
body.checkout-index-index header.page-header .header.content .content-logo {
  order: 1;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index header.page-header .header.content .content-logo {
    order: -1;
  }
}
body.checkout-index-index header.page-header .header.content .link-compare.compare-logged {
  display: none;
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap {
  width: 910px;
}
@media only screen and (max-width: 1024px) {
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap {
    width: auto;
  }
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-header .modal-title {
  margin: 0 !important;
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content {
  margin-top: 10px;
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr {
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr td {
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr td:nth-child(1) {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr td:nth-child(1) {
    margin-bottom: 10px;
    font-weight: bold;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr td:nth-child(2) {
    padding-left: 30px;
  }
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr td:nth-child(2) span:last-child {
  display: none;
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr td:nth-child(2) span[data-bind="text: item.horarios"] {
  display: block;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr td:nth-child(3) {
    padding-left: 30px;
    margin-top: 5px;
  }
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr td span {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr td span {
    width: auto;
    float: left;
    display: inline-block;
    padding-right: 5px;
  }
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr td span:nth-child(6) {
    width: 100%;
  }
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-content .content.cedispopup table tbody tr td span:nth-child(7) {
    width: 100%;
  }
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-footer {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: end !important;
  -moz-justify-content: end !important;
  -ms-justify-content: end !important;
  justify-content: end !important;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-footer {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
  }
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-footer button,
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action {
  max-width: 132px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-footer button,
  body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action {
    max-width: 100px;
    width: 100%;
  }
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-footer button.secondary,
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.secondary {
  background: #f2cd50;
  padding: 10px;
  border-radius: 16px;
}
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-footer button.secondary span,
body.checkout-index-index .modals-wrapper .new-cedis-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.secondary span {
  color: #1d1d1b;
  font-weight: bold;
}
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap .modal-header .modal-title {
  margin-bottom: 0 !important;
}
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap div#address-pop-up-form table tr td label span {
  font-weight: bold;
  white-space: nowrap;
}
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap div#address-pop-up-form table tr td label:after {
  top: 0;
}
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap div#address-pop-up-form table tr td label:before {
  top: 4px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap div#address-pop-up-form table tr td {
    padding: 5px;
    font-size: 1.4rem;
  }
  body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap div#address-pop-up-form table tr td:first-child label {
    padding-left: 25px;
  }
  body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap div#address-pop-up-form table tr td:last-child {
    padding-left: 40px;
  }
}
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap div#address-pop-up-form table tr td:first-child {
  padding-left: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap .modal-footer {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap .modal-footer {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
  }
  body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap .modal-footer button,
  body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action {
    max-width: 100px;
    width: 100%;
  }
}
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap .modal-footer button.action.primary.action-save-address,
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.action.primary.action-save-address {
  width: 140px !important;
}
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup,
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.action.secondary.action-hide-popup {
  background: #f2cd50;
  border-radius: 16px;
  border: 1px solid #f2cd50;
  padding: 9px;
  width: 140px;
}
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup span,
body.checkout-index-index .modals-wrapper .new-address-modal .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.action.secondary.action-hide-popup span {
  color: #1d1d1b;
  font-weight: bold;
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal {
  max-width: 912px;
  width: 100%;
}
@media mdmax {
  body.checkout-index-index .modals-wrapper .new-transporte-address-modal {
    max-width: initial;
  }
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-header .modal-title {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-header .modal-title {
    margin-bottom: 0 !important;
  }
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-content #opc-new-transporte-address {
  margin-top: 10px;
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-content #cedis-pop-up-form {
  max-width: 100%;
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-content #cedis-pop-up-form table tbody tr {
  border-bottom: 1px solid #eaeaea;
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-content #cedis-pop-up-form table tbody tr td:first-child {
  width: 30%;
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-content #cedis-pop-up-form table tbody tr td:first-child label span {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-content #cedis-pop-up-form table tbody tr td:first-child label span {
    white-space: nowrap;
  }
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-content #cedis-pop-up-form table tbody tr td:first-child label:after {
  top: 4px;
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-content #cedis-pop-up-form table tbody tr td:first-child label:before {
  top: 8px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-content #cedis-pop-up-form table tbody tr td {
    padding: 5px;
    font-size: 1.4rem;
  }
  body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-content #cedis-pop-up-form table tbody tr td:first-child label {
    padding-left: 25px;
  }
  body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-content #cedis-pop-up-form table tbody tr td:last-child {
    padding-left: 40px;
  }
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-footer button.primary,
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-footer .quote-details-items .actions-toolbar > .action.primary {
  order: 2;
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-footer button.secondary,
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-footer .quote-details-items .actions-toolbar > .action.secondary {
  background: #f2cd50;
  border-radius: 16px;
  height: 44px;
  width: 120px;
}
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-footer button.secondary span,
body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-footer .quote-details-items .actions-toolbar > .action.secondary span {
  color: #1d1d1b;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-footer {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
  }
  body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-footer button,
  body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-footer .quote-details-items .actions-toolbar > .action {
    width: 100%;
    max-width: 100px;
  }
  body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-footer button.action.secondary.action-hide-popup,
  body.checkout-index-index .modals-wrapper .new-transporte-address-modal .modal-footer .quote-details-items .actions-toolbar > .action.action.secondary.action-hide-popup {
    width: 100%;
  }
}
body.checkout-index-index .modals-wrapper #opc-new-cedis-address {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper #opc-new-cedis-address {
    margin-top: 0;
  }
}
body.checkout-index-index .modals-wrapper #opc-new-cedis-address div#cedis-pop-up-form {
  max-width: initial;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper #opc-new-cedis-address div#cedis-pop-up-form .content.cedispopup.field table tbody tr {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
}
body.checkout-index-index .modals-wrapper #opc-new-cedis-address div#cedis-pop-up-form .content.cedispopup.field table tbody tr td .label span {
  white-space: nowrap;
  font-weight: bold;
}
body.checkout-index-index .modals-wrapper #opc-new-cedis-address div#cedis-pop-up-form .content.cedispopup.field table tbody tr td .label:after {
  top: 3px;
}
body.checkout-index-index .modals-wrapper #opc-new-cedis-address div#cedis-pop-up-form .content.cedispopup.field table tbody tr td .label:before {
  top: 7px;
}
body.checkout-index-index .page-wrapper {
  padding-top: 110px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper {
    padding-top: 80px;
  }
}
body.checkout-index-index .page-wrapper .page-main .amexit-popup-container .amexit-popup {
  border-radius: 16px;
}
body.checkout-index-index .page-wrapper .page-main .amexit-popup-container .amexit-popup .amexit-title {
  font-size: 1.8rem;
}
body.checkout-index-index .page-wrapper .page-main .amexit-popup-container .amexit-popup .amexit-message {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
body.checkout-index-index .page-wrapper .page-main .amexit-popup-container .amexit-popup .amexit-email {
  margin-bottom: 25px;
  position: relative;
}
body.checkout-index-index .page-wrapper .page-main .amexit-popup-container .amexit-popup .amexit-email .amexit-button {
  position: absolute;
  right: 0;
  height: 39px;
  border-radius: 0px 16px 16px 0px;
  width: 90px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container {
  max-width: 1144px;
  width: 100%;
  display: block;
  margin: auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container {
    max-width: 100%;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .cms-first-block {
  padding: 23px;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .cms-first-block {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .cms-first-block {
    padding: 6px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .cms-first-block span {
  color: #1d1d1b;
  font-size: 1.8rem;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .cms-first-block span {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .cms-first-block span {
    font-size: 1.6rem;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    line-height: 20px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .cms-first-block span:before {
    overflow: visible !important;
    margin: 4px 6px 0 6px !important;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .cms-first-block span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e60c';
  font-family: 'vde-icons';
  margin: 0 1rem 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .last-block-checkout {
  float: left;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  order: 10;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .last-block-checkout {
    margin-top: 30px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .last-block-checkout ul {
  line-height: 20px;
  padding-left: 20px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .last-block-checkout ul li {
  font-size: 1.8rem;
  color: #1d1d1b;
  list-style: disc;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .last-block-checkout ul li {
    font-size: 1.6rem;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .last-block-checkout ul li::marker {
  color: #385ea4;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    z-index: 9999;
    padding: 0;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide #opc-sidebar .opc-block-summary {
    background: #ffffff !important;
    padding-left: 15px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide #opc-sidebar .opc-block-summary .title {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 5px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide #opc-sidebar .opc-block-summary .title:after {
    position: initial;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide #opc-sidebar .opc-block-summary strong {
    font-weight: bold;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-estimated-wrapper {
    margin: 0;
    background: #ffffff;
    border-radius: 16px;
    border: none;
    order: -1;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-estimated-wrapper .estimated-block .estimated-label {
    font-size: 2rem;
    font-weight: normal;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-estimated-wrapper .estimated-block .estimated-price {
    font-size: 2rem;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper {
    margin-top: 0;
    pointer-events: none;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3rem;
    line-height: inherit;
    color: #385ea4;
    content: '\e611';
    font-family: 'vde-icons';
    margin: 0 1rem 0 1rem;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart span.counter.qty {
    position: absolute;
    right: 0;
    top: -10px;
    background: #f2cd50;
    padding: 0;
    font-weight: 700;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    line-height: 25px;
    font-size: 0.8rem;
    border: 1px solid #385ea4;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart span.counter.qty span.counter-number {
    text-shadow: none;
    color: #385ea4;
  }
}
@media only screen and (max-width: 768px) and screen and (max-width: 768px) and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-estimated-wrapper {
    order: 2;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper {
  background: #ffffff;
  padding: 0;
  width: 100%;
  border-radius: 16px;
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper {
    float: left;
    width: 100%;
    color: #ffffff;
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper {
    order: 3;
    margin-top: 55px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .discount-code,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .giftcardaccount {
  display: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-title {
  position: absolute;
  top: -70px;
  font-size: 3.2rem;
  color: #385ea4;
  font-weight: bold;
  border-bottom: none;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-title {
    font-size: 2.8rem;
    top: -50px;
    font-weight: 600;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping {
    float: left;
    width: 100%;
    background: #ffffff;
    margin: auto;
    border-radius: 16px;
    padding: 0;
    border-bottom: none;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .message.notice {
  position: absolute;
  right: 0;
  z-index: 99;
  border-radius: 16px;
  float: left;
  width: 100%;
  top: -30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 760px) and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .message.notice {
    top: -15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .message.notice span:before {
    font-size: 1.7rem;
    top: 17px;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .message.notice {
    top: -60px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio [type='checkbox'] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio input[type='checkbox'] + label + div.mage-error[generated] {
  display: block;
  width: 100%;
  float: left;
  margin-top: 16px;
  margin-left: 5px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio input[type='checkbox'] + label {
  position: relative;
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 28px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio input[type='checkbox'] + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #969595;
  position: absolute;
  left: 0px;
  top: 0;
  border-radius: 4px;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio input[type='checkbox']:checked + label:after {
  border: 1px solid #969595;
  background: #ffffff;
  animation: fxbg 200ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.23, 1);
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio input[type='checkbox']:checked + label:before {
  content: '\e610';
  font-family: 'vde-icons';
  font-size: 12px;
  font-weight: bold;
  color: #385ea4;
  position: absolute;
  top: 0;
  left: 3px;
  transform: rotate(365deg);
  transform-origin: 0% 100%;
  z-index: 2;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio input.mage-error,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio select.mage-error,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio textarea.mage-error {
  border-color: #ff0000;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio div.mage-error[generated] {
  color: #ff0000;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio div.mage-error[generated]:before {
  content: "!";
  width: 15px;
  height: 15px;
  background: #ff0000;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
  line-height: 1.3;
}
@keyframes fxbg {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio label span {
  font-size: 1.8rem;
  color: #1d1d1b;
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio label span {
    font-size: 1.6rem;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte {
  margin-top: 20px;
  float: left;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up {
    padding-left: 30px;
    padding-right: 10px;
    margin-top: 15px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up span {
  font-size: 1.8rem;
  margin-top: 10px;
  width: 100%;
  padding-left: 5px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up span[data-bind="text: selectCedis().name"] {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up span {
    font-size: 1.6rem;
    color: #1d1d1b;
    margin-bottom: 10px;
    display: contents;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up button.action.primary.action-save-addres,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up .quote-details-items .actions-toolbar > .action.action.primary.action-save-addres {
  margin-top: 25px;
  background: #f2cd50;
  border-color: #f2cd50;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up button.action.primary.action-save-addres:hover,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up .quote-details-items .actions-toolbar > .action.action.primary.action-save-addres:hover {
  transition: all .3s;
  opacity: .7;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up button.action.primary.action-save-addres,
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up .quote-details-items .actions-toolbar > .action.action.primary.action-save-addres {
    margin-left: 0;
    margin-top: 10px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up button.action.primary.action-save-addres:before,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up button.action.primary.action-save-addres:after,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up .quote-details-items .actions-toolbar > .action.action.primary.action-save-addres:before,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up .quote-details-items .actions-toolbar > .action.action.primary.action-save-addres:after {
  display: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up button.action.primary.action-save-addres span,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up .quote-details-items .actions-toolbar > .action.action.primary.action-save-addres span {
  color: #1d1d1b;
  padding: 0;
  margin: 0;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up div#cedis-form-popup {
  border-radius: 16px;
  background: #f8f8f8;
  margin-top: 0;
  display: block;
  max-width: 100%;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up div#cedis-form-popup table tbody tr:last-child td span:last-child {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up div#cedis-form-popup {
    padding: initial;
    margin: initial;
    margin-top: -20px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up div#cedis-form-popup table tr:first-child td {
    padding-bottom: 0;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up div#cedis-form-popup table tr:first-child span {
    font-weight: bold;
    padding-bottom: 0;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-cedis #cedis-pop-up div#cedis-form-popup table tr:last-child td {
    padding-top: 5px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes {
  margin-top: 15px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses {
  background: #f8f8f8;
  border-radius: 16px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: -15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses {
    margin-left: 0;
    margin-right: 0;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses span {
  font-size: 1.8rem;
  width: 100%;
  padding-left: 5px;
  padding-left: 15px;
  float: left;
  margin-top: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses span {
    font-size: 1.6rem;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses table span {
  font-weight: normal;
  float: none;
  padding-left: 0;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses div#address-form-popup {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses div#address-form-popup {
    background: transparent;
    color: #1d1d1b;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses button.action.primary.action-save-addres,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses .quote-details-items .actions-toolbar > .action.action.primary.action-save-addres {
  margin-left: 10px;
  background: #f2cd50;
  border: 1px solid #f2cd50;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses button.action.primary.action-save-addres:hover,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses .quote-details-items .actions-toolbar > .action.action.primary.action-save-addres:hover {
  transition: all .3s;
  opacity: .7;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses button.action.primary.action-save-addres span,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses .quote-details-items .actions-toolbar > .action.action.primary.action-save-addres span {
  color: #1d1d1b;
  font-weight: bold;
  margin-top: 0;
  padding-left: 0;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses button.action.primary.action-save-addres:before,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses button.action.primary.action-save-addres:after,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses .quote-details-items .actions-toolbar > .action.action.primary.action-save-addres:before,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes #validated-addresses .quote-details-items .actions-toolbar > .action.action.primary.action-save-addres:after {
  display: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre {
  margin-bottom: 15px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div {
  margin-top: 10px;
  padding-left: 20px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div button,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div .quote-details-items .actions-toolbar > .action {
  background: #f2cd50;
  border: 1px solid #f2cd50;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div button:hover,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div .quote-details-items .actions-toolbar > .action:hover {
  transition: all .3s;
  opacity: .7;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div button:before,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div button:after,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div .quote-details-items .actions-toolbar > .action:before,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div .quote-details-items .actions-toolbar > .action:after {
  display: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div button span,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div .quote-details-items .actions-toolbar > .action span {
  color: #1d1d1b;
  font-weight: 600;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div.form-shipping-address {
  background: #f8f8f8;
  border-radius: 16px;
  max-width: 99%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div.form-shipping-address {
    max-width: 95%;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div.form-shipping-address table {
  margin-left: -20px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div.form-shipping-address table tbody tr:first-child td {
  padding-top: 10px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div.form-shipping-address table tbody tr:first-child td {
    padding-top: 0;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div.form-shipping-address table tbody tr:first-child td span {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div.form-shipping-address table tbody tr:first-child td span {
    color: #1d1d1b;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div.form-shipping-address table tbody tr:last-child td span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .service-ocurre div.form-shipping-address table tbody tr:last-child td span {
    color: #1d1d1b;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .home-delivery select#servicio-domicilio {
  max-width: 394px;
  width: 100%;
  margin-top: 13px;
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .check-transporte #transportes .home-delivery select#servicio-domicilio {
    max-width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .envio[for="transporte"] {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .envio .transportista {
  display: inline-block;
  text-decoration: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .envio .transportista:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e911';
  font-family: 'vde-icons';
  margin: 0 1rem 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .envio .transportista:before {
    margin: 0 1rem 0 0;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .envio .cedis {
  display: inline-block;
  text-decoration: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .envio .cedis:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e914";
  font-family: 'vde-icons';
  margin: 0 1rem 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .tipo-envio .envio .cedis:before {
    margin: 0 1rem 0 0;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .break-div {
  position: relative;
  float: left;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .break-div {
    position: initial;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .break-div:after {
  content: '';
  background: #ffffff;
  position: absolute;
  height: 15px;
  width: 100%;
  border-radius: 0px 0px 16px 16px;
  left: 0;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .actions-toolbar {
  float: left;
  width: 100%;
  background: #eeeeee;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .actions-toolbar {
    padding-top: 20px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .actions-toolbar .primary {
    margin-top: 10px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .actions-toolbar .primary button,
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping .actions-toolbar .primary .quote-details-items .actions-toolbar > .action {
    width: 90%;
    margin: auto;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.one_delivery_only"] {
  float: left;
  width: 100%;
  margin-top: 25px;
  padding-left: 30px;
  margin-bottom: 15px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.one_delivery_only"] label.label span {
  display: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.one_delivery_only"] .control .choice.field {
  margin-bottom: 15px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.one_delivery_only"] .control .choice.field label.label span {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.one_delivery_only"] {
    padding-left: 30px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.cfdi"] label.label span {
  position: relative;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.cfdi"] label.label span:after {
  content: '*';
  color: #385ea4;
  position: absolute;
  right: -10px;
  top: -2px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.cfdi"],
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.order_associate"] {
  float: left;
  width: 100%;
  padding-left: 30px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.cfdi"] label.label,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.order_associate"] label.label {
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.cfdi"] .control,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.order_associate"] .control {
  max-width: 394px;
  width: 100%;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.cfdi"] .control select,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.order_associate"] .control select,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.cfdi"] .control input,
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.order_associate"] .control input {
  height: 38px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.cfdi"],
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.order_associate"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.order_associate"] {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-shipping-method .checkout-shipping-method .step-content .methods-shipping [name="customShippingAttributes.order_associate"] {
    margin-top: 15px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method {
  padding: 20px;
  padding-top: 0;
  position: relative;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .step-title {
  font-size: 3.2rem;
  color: #385ea4;
  font-weight: bold;
  position: absolute;
  top: -70px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .step-title {
    top: -50px;
    font-weight: 600;
    font-size: 2.8rem;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method:first-child {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title {
  border-top: 1px solid #eeeeee;
  color: #1d1d1b;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title .label:after {
  top: 3px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title .label:before {
  top: 7px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title [data-content-type="html"] span {
  padding-left: 30px;
  font-size: 1.8rem;
  color: #969595;
  display: block;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title [data-content-type="html"] span {
    font-size: 1.6rem;
    display: block;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title .img-multipagoscontainer {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title .img-multipagoscontainer img {
  max-width: 100%;
  width: 60px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title [for="referencepayment"] {
  padding-right: 40%;
  padding-bottom: 40px;
  background: url(../images/logos_bancos_desk.png) no-repeat;
  background-size: 470px;
  background-position-x: 20px;
  background-position-y: 40px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title [for="referencepayment"] {
    background: url(../images/logos_bancos_mobile.png) no-repeat;
    padding-bottom: 50px;
    background-size: 220px;
    background-position-x: 29px;
    background-position-y: 35px;
  }
}
@media screen and (max-width: 320px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title [for="referencepayment"] {
    padding-right: 80px;
    background-size: 180px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte {
  width: 50%;
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte {
    width: 100%;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field.type {
  display: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field .control {
  width: 100%;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field .control input {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field .control input {
    width: 100%;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field.date .control {
  position: relative;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field.date .control #banorte_expiration-error {
  position: absolute;
  bottom: -18px;
  width: 100%;
  white-space: nowrap;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field.cvv .control {
  width: initial;
  margin-top: 15px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field.cvv .control input {
  width: 55px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field.cvv .field-tooltip {
  left: 270px;
  width: min-content;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field.cvv .field-tooltip {
    left: 240px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field.cvv .field-tooltip .field-tooltip-content {
    left: auto;
    right: -20px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field.cvv .field-tooltip .field-tooltip-content:before {
    left: auto;
    right: 21px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #pay #payment_form_banorte .field.cvv .field-tooltip .field-tooltip-content:after {
    display: none;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #referencepayment-form {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #referencepayment-form {
    margin-top: 45px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content #referencepayment-form label {
    display: block;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field.choice label span {
  font-size: 1.8rem;
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field.choice label span {
    font-size: 1.6rem;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-billing-address .checkout-billing-address .billing-address-details {
  font-size: 1.8rem;
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-billing-address .checkout-billing-address .billing-address-details {
    font-size: 1.6rem;
    margin-top: 35px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method form#referencepayment-form {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method form#referencepayment-form {
    margin-bottom: 20px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method form#referencepayment-form label {
  font-size: 1.8rem;
  color: #1d1d1b;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method form#referencepayment-form label {
    font-size: 1.6rem;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method form#referencepayment-form .currencies-list .field.choice label {
  padding-left: 35px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method form#referencepayment-form .currencies-list .field.choice label:after {
  top: 3px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method form#referencepayment-form .currencies-list .field.choice label:before {
  top: 7px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method:not(._active) .payment-method-title [for="referencepayment"] {
  display: block;
}
@media screen and (min-width: 769px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method:not(._active) .payment-method-title [for="referencepayment"] {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content #co-payment-form .fieldset .opc-payment .items.payment-methods .payment-method:not(._active) .payment-method-title [for="referencepayment"] {
    height: 70px;
    padding-right: 20px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.opc-summary-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 15px;
  border-radius: 16px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
  margin-top: 0;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    order: 4;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    position: initial;
    opacity: 1;
    visibility: visible;
    transform: initial;
    float: left;
    width: 100%;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
    transform: initial;
    box-shadow: none;
    border-radius: 16px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap .action-close {
    display: none;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-shipping-information {
  display: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary {
  background: #ffffff;
  padding: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary {
    border-radius: 16px;
    padding-top: 15px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .title {
  order: 1;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 15px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .checkout-exchange-block {
  order: 4;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals {
  order: 3;
  margin-top: 40px;
  border-top: 1px solid #eeeeee;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody {
  float: right;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody {
    width: 100%;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody tr {
  white-space: nowrap;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody tr th {
  font-size: 1.8rem;
  border: none;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody tr th {
    text-align: left;
    font-size: 1.3rem;
    padding-left: 10px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody tr td {
  border: none;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody tr td {
    padding-right: 10px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody tr td span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody tr td span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 340px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody tr td span {
    font-size: 1.3rem;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody tr.totals.grand .mark {
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary table.data.table.table-totals tbody tr.totals.grand .amount {
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block {
    padding: 0 10px 0 10px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row {
  float: right;
  font-size: 1.8rem;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 16px;
  width: 38%;
  margin-bottom: 10px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row:nth-child(2) {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row p .rate {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row p .rate {
    display: inline-block;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row p .rate:first-child {
  font-weight: normal;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row p:first-child .rate {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row {
    width: 100%;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row:last-child p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row:last-child p {
    font-size: 1.6rem;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row:last-child small span {
  font-size: 1.8rem;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row:last-child small span.fee-amount-free,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row:last-child small span.price-currency-code {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .osc-place-order-block.checkout-exchange-block .field-row:last-child small span {
    font-size: 1.6rem;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary button.button.action.continue.primary,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .quote-details-items .actions-toolbar > .action.button.action.continue.primary {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: auto;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary button.button.action.continue.primary,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .quote-details-items .actions-toolbar > .action.button.action.continue.primary {
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 15%);
    width: 90%;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent {
  order: 2;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart {
  background: #ffffff;
  width: 100%;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart {
    width: 100%;
    padding: 10px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .thehad-labels {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .thehad-labels div {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1d1d1b;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .thehad-labels div {
    width: 25%;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .thehad-labels div.col-img {
    width: 55%;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .thehad-labels div.col-price {
    text-align: left;
    width: 40%;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .thehad-labels div.col-qty {
    text-align: left;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .thehad-labels div.col-total {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .thehad-labels {
    display: none;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product {
  border: none;
  border-bottom: 2px solid #eeeeee;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  border-radius: 0;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container {
  display: contents;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    margin-bottom: 20px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .img-product {
  width: 92px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .img-product {
    width: 70px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product {
  width: 20%;
  margin-left: -30px;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product {
    width: initial;
    margin-left: 10px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d1d1b;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product .sku {
  white-space: nowrap;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-img.data-product-container .data-product .sku span {
  font-size: 1.4rem;
  font-weight: normal;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container > span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container > span {
    display: none;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span:first-child,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span:first-child {
  font-size: 1.4rem;
  color: #969595;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span:first-child,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span:first-child {
    font-size: 1.2rem;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-unit,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-unit,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-pref,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-pref {
  font-size: 1.8rem;
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-unit,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-unit,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-pref,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-pref {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 340px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-unit,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-unit,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-pref,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-pref {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-price.price-container .unit-price-pref {
    margin-top: 15px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container {
    width: 20%;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .ik-container {
  margin-right: 30px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container > span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container > span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container label.label {
    width: 100%;
    font-weight: 600;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container:before {
    width: 100%;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .label-qty span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 320px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container {
    padding-left: 5px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  position: relative;
  background: transparent;
  border-radius: 16px;
  max-width: 30%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product {
    -webkit-justify-content: end;
    -moz-justify-content: end;
    -ms-justify-content: end;
    justify-content: end;
    width: auto;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product input.input-text.qty.js-qty-input {
  background: transparent;
  width: 100%;
  text-align: center;
  padding: 0;
  pointer-events: none;
  border: none;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product input.input-text.qty.js-qty-input {
    width: auto;
    field-sizing: content;
    font-size: 1.3rem;
    padding-right: 5px;
    text-align: right;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product input.input-text.qty.js-qty-input:focus {
  border: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action {
  background: #385ea4;
  border-radius: 10px;
  width: 28px;
  height: 28px;
  display: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button span,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button.action-more,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action.action-more {
  margin-right: 5px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button.action-less,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action.action-less {
  margin-left: 5px;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button.ik-btn,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action.ik-btn {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .label-qty {
    margin-left: 5px;
  }
}
@media screen and (max-width: 340px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-qty.qty-container .label-qty span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal {
    padding-left: 10px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal > span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal > span:first-child {
    display: none;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .subtotal {
  font-size: 1.8rem;
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .subtotal {
    font-size: 1.2rem;
    line-height: 17px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 340px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .subtotal {
    font-size: 1rem;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-product .info-product .col-total.total-subtotal .icon-trash {
  display: none;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .row {
  height: initial !important;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas {
    -webkit-gap: 0;
    -moz-gap: 0;
    -ms-gap: 0;
    gap: 0;
    margin-bottom: 0;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:first-child,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child {
  width: 620px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:first-child,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child {
    width: 100%;
    max-width: calc(100vw - 40px);
    overflow: scroll;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:first-child .row,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row {
  height: 32px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:first-child .row,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row {
    height: initial;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:last-child,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:last-child {
  width: 300px;
  height: max-content;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:last-child,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:last-child {
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: initial;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table {
    border-radius: 4px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .heading,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .heading {
  background: #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .heading,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .heading {
    background: #f8f8f8;
    padding: 3px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .heading .cell,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell {
  border-right: none;
  border-left: none;
  font-weight: normal;
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .heading .cell,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell {
    text-align: left;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    white-space: normal !important;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .heading .cell span,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell span {
  color: #969595;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .heading .cell span,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell span {
    color: #1d1d1b;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .heading .cell:first-child,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell:first-child {
  border-radius: 16px 0 0 0;
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .heading .cell:first-child,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell:first-child {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #eaeaea;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .heading .cell:last-child,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell:last-child {
  border-radius: 0 16px 0 0;
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .heading .cell:last-child,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .heading .cell:last-child {
    border-radius: 0;
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .row,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .row {
    background: #f8f8f8;
    padding: 3px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .row .cell,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .row .cell {
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .row .cell,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .row .cell {
    border: none;
    border-bottom: 1px solid #eaeaea;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .row:last-child .cell:first-child,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .row:last-child .cell:first-child {
  border-radius: 0 0 0 16px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .row:last-child .cell:first-child,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .row:last-child .cell:first-child {
    border-radius: 0;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .row:last-child .cell:last-child,
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .row:last-child .cell:last-child {
  border-radius: 0 0 16px 0;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .row:last-child .cell:last-child,
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table .row:last-child .cell:last-child {
    border-radius: 0;
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas > div:not(.discount-promotions) {
    order: 1;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table {
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table {
    border-radius: 4px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table.empty {
  opacity: 0.1;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child {
  width: 620px !important;
  padding: 8px 15px;
  background: #f8f8f8;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child {
    width: 100% !important;
    padding: 4px 8px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row .cell-odd {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  padding: 2px 4px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row .cell-odd {
    -webkit-display: table-cell;
    -moz-display: table-cell;
    -ms-display: table-cell;
    display: table-cell;
    width: 50%;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row .cell {
  width: 50%;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding: 2px;
}
@media only screen and (max-width: 920px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row .cell {
    -webkit-display: table-cell;
    -moz-display: table-cell;
    -ms-display: table-cell;
    display: table-cell;
    padding: 2px 10px;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:last-child .cell-odd {
  border-radius: 0 0 0 4px;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:last-child .cell-odd {
    border-radius: 0 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:last-child .cell-odd {
    border: 0;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:last-child .cell {
  border-bottom: 0;
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:first-child .cell-odd {
  border-radius: 2px 0 0 0;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table:first-child .row:first-child .cell-odd {
    border-radius: 10px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions {
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .heading {
    flex: 0 0 100%;
    width: 50%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    border: 3px solid #f8f8f8;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .heading .cell {
    border: 0;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .row {
    flex: 0 0 100%;
    width: 50%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .row:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .row .cell {
    border: 0;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-caracteristicas .table.discount-promotions .row .cell:first-child {
    border-bottom: 1px solid #eaeaea;
    height: 50%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .heading {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f8f8f8;
    width: 50%;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .row {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    white-space: normal !important;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:first-child .heading {
  height: 34px;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:first-child .heading {
    height: initial;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:last-child .heading {
    background: #ffffff;
    border: 3px solid #f8f8f8;
    flex: 0 0 100%;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:last-child .heading .cell {
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:last-child .row {
    flex: 0 0 50%;
    width: 50%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:last-child .row:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .row-tables-infocant .table:last-child .row .cell {
    border: 0;
  }
}
body.checkout-index-index .page-wrapper .page-main .checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content #opc-sidebar .opc-block-summary .uiCartContent .cart .table .container-promo {
  display: none;
}
body .row-more-brands {
  margin-top: 20px;
}
body .row-more-brands h2 {
  background: #ffffff;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 40px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body .row-more-brands h2 {
    font-size: 2.8rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    line-height: 25px;
  }
}
body .row-more-brands h2:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
body .row-more-brands .pagebuilder-column-group {
  background: #ffffff;
  border-radius: 16px;
}
body .row-more-brands .pagebuilder-column-group .pagebuilder-column {
  -webkit-flex-direction: initial !important;
  -moz-flex-direction: initial !important;
  -ms-flex-direction: initial !important;
  flex-direction: initial !important;
}
@media only screen and (max-width: 768px) {
  body .row-more-brands .pagebuilder-column-group .pagebuilder-column {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  body .row-more-brands .pagebuilder-column-group .pagebuilder-column figure {
    width: calc((100%)/3);
  }
  body .row-more-brands .pagebuilder-column-group .pagebuilder-column figure:nth-child(6) {
    display: none;
  }
}
body .row-more-brands .pagebuilder-column-group .pagebuilder-column figure img {
  border-right: 1px solid #eeeeee;
  float: left;
  width: 100%;
  padding: 10px;
}
body .row-more-brands .pagebuilder-column-group .pagebuilder-column figure img:last-child {
  border: none;
}
@media only screen and (max-width: 768px) {
  body .row-more-brands .pagebuilder-column-group .pagebuilder-column figure img {
    border: 1px solid #eeeeee !important;
  }
}
body.cms-page-view [data-content-type="row"] .row-calendar-events {
  background: #ffffff;
  padding: 15px;
  border-radius: 16px;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  body.cms-page-view [data-content-type="row"] .row-calendar-events {
    margin-top: 90px;
  }
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only {
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only {
    display: none !important;
  }
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel {
  overflow: visible;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel .carousel-inner .carousel-item h2 {
  position: absolute;
  top: -80px;
  overflow: visible;
  font-weight: bold;
  font-size: 4rem;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel .carousel-inner .carousel-item table th,
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel .carousel-inner .carousel-item table td {
  border: 1px solid #eaeaea;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel .carousel-inner .carousel-item table thead tr th {
  background: #eaeaea;
  padding: 0;
  font-size: 1.4rem;
  color: #969595;
  height: 29px;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel .carousel-inner .carousel-item table tbody tr td .card {
  padding: 10px;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel .carousel-inner .carousel-item table tbody tr td .card#id6 {
  background: #385ea4;
  border: 1px solid #385ea4;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel .carousel-inner .carousel-item table tbody tr td .card#id6 a {
  font-size: 1.2rem !important;
  color: #ffffff !important;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel .carousel-inner .carousel-item table tbody tr td .card#id10 {
  background: #e8edf4;
  border: 1px solid #385ea4;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel .carousel-inner .carousel-item table tbody tr td .card#id10 a {
  font-size: 1.2rem !important;
  color: #1d1d1b !important;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel .carousel-inner .carousel-item table tbody tr td .card#id3 {
  background: #f2cd50;
  border: 1px solid #385ea4;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel .carousel-inner .carousel-item table tbody tr td .card#id3 a {
  font-size: 1.2rem !important;
  color: #1d1d1b !important;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel-control-prev {
  left: 0.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  width: 38px;
  height: 38px;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel-control-next {
  right: -2.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  width: 38px;
  height: 38px;
}
@media (min-width: 768px) and (max-width: 920px) {
  body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel-control-next {
    right: -4.5%;
  }
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel-dots {
  margin-top: 20px;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .desktop-only .carousel-dots .carousel-dot.active {
  background: #f2cd50;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only {
  position: relative;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only h2 {
  position: absolute;
  top: -100px;
  text-align: left;
  font-weight: 600;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .calendar {
    padding: 5px;
  }
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .calendar .month .month-year {
  font-size: 2rem;
  text-transform: capitalize;
  font-weight: bold;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .calendar .month span.prev,
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .calendar .month span.next {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #eaeaea;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
  line-height: 1.7;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .calendar .weekdays {
  border: 1px solid #eaeaea;
  margin-bottom: 0;
  background: #eaeaea;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  border-radius: 16px 16px 0 0;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .calendar .weekdays div {
  border-radius: 0;
  margin: 0;
  color: #969595;
  font-weight: bold;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .calendar .days {
  border: 1px solid #eaeaea;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .calendar .days div {
  border: 1px solid #eaeaea;
  border-radius: 0;
  margin: 0;
  color: #969595;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 320px) {
  body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .calendar .days div {
    font-size: 1.2rem;
  }
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .calendar .days div.active {
  border-radius: 100%;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only #detailsModal {
  z-index: 99999;
  background-color: rgba(56, 94, 164, 0.5);
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only #detailsModal .modal-content {
  margin: 20% auto;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only #detailsModal .modal-content img {
  margin-top: 30px;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .modal {
  z-index: 99999;
  background-color: rgba(56, 94, 164, 0.5);
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .modal .modal-content {
  position: relative;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .modal .modal-content h2 {
  display: block;
  position: initial;
  font-size: 1.8rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .modal .modal-content .close {
  background: #385ea4;
  color: #ffffff;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 0.8;
  font-weight: 100;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .modal .modal-content .event-details p {
  font-size: 1.6rem;
  color: #1d1d1b;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .modal .modal-content .event-details p:first-child {
  margin-top: 10px;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .modal .modal-content .event-details button.details-btn,
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .modal .modal-content .event-details .quote-details-items .actions-toolbar > .action.details-btn {
  margin-top: 15px;
}
body.cms-page-view [data-content-type="row"] .row-calendar-events .mobile-only .modal .modal-content .col-12.cont-center {
  text-align: left;
  margin-top: 10px;
}
body.cms-contacto [data-content-type="row"] .row-banner,
body.cms-contactenos [data-content-type="row"] .row-banner {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  body.cms-contacto [data-content-type="row"] .row-banner,
  body.cms-contactenos [data-content-type="row"] .row-banner {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  body.cms-contacto [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column-line,
  body.cms-contactenos [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column-line {
    -webkit-gap: 20px;
    -moz-gap: 20px;
    -ms-gap: 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-contacto .row-contact .contactenos-lateral .column-nobreak .pagebuilder-column-group .pagebuilder-column-line {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-contacto .row-contact .contactenos-lateral .column-nobreak .pagebuilder-column-group {
    padding-left: 35px;
  }
  body.cms-contacto .row-contact .contactenos-lateral .column-nobreak .pagebuilder-column-group .icon-phone,
  body.cms-contacto .row-contact .contactenos-lateral .column-nobreak .pagebuilder-column-group .icon-envelope {
    position: relative;
    float: left;
    top: 20px;
    left: -35px;
  }
  body.cms-contacto .row-contact .contactenos-lateral .column-nobreak .pagebuilder-column-group .iconos-redes-lateral {
    float: left;
    padding: 0;
  }
}
body.cms-contacto .form-content .form-list.row .field.col-sm-12:last-child {
  margin-bottom: 15px;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-banner img,
body.cms-acerca-de [data-content-type="row"] .row-banner img {
  border-radius: 16px;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-video,
body.cms-acerca-de [data-content-type="row"] .row-video {
  background: #ffffff;
  border-radius: 16px;
  margin-top: 36px;
  padding: 36px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-video,
  body.cms-acerca-de [data-content-type="row"] .row-video {
    margin-top: 16px;
    padding: 16px 10px 20px 10px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-video .pagebuilder-column,
body.cms-acerca-de [data-content-type="row"] .row-video .pagebuilder-column {
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-video .pagebuilder-column-line,
  body.cms-acerca-de [data-content-type="row"] .row-video .pagebuilder-column-line {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.cms-acerca-de-vde [data-content-type="row"] .row-video .pagebuilder-column-line .pagebuilder-column,
  body.cms-acerca-de [data-content-type="row"] .row-video .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
  body.cms-acerca-de-vde [data-content-type="row"] .row-video .pagebuilder-column-line .pagebuilder-column:first-child,
  body.cms-acerca-de [data-content-type="row"] .row-video .pagebuilder-column-line .pagebuilder-column:first-child {
    margin-bottom: 20px;
  }
  body.cms-acerca-de-vde [data-content-type="row"] .row-video .pagebuilder-column-line .pagebuilder-column:first-child [data-content-type="text"] p,
  body.cms-acerca-de [data-content-type="row"] .row-video .pagebuilder-column-line .pagebuilder-column:first-child [data-content-type="text"] p {
    width: 100%;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-video h2,
body.cms-acerca-de [data-content-type="row"] .row-video h2 {
  text-align: left;
  color: #385ea4;
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-video h2,
  body.cms-acerca-de [data-content-type="row"] .row-video h2 {
    text-align: left;
    font-size: 3.2rem;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-video [data-content-type="text"] p,
body.cms-acerca-de [data-content-type="row"] .row-video [data-content-type="text"] p {
  text-align: left;
  font-size: 2.8rem;
  width: 75%;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-video [data-content-type="text"] p,
  body.cms-acerca-de [data-content-type="row"] .row-video [data-content-type="text"] p {
    text-align: left;
    font-size: 2.4rem;
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-video .txt-syn p,
body.cms-acerca-de [data-content-type="row"] .row-video .txt-syn p {
  margin: 20px auto;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-three,
body.cms-acerca-de [data-content-type="row"] .row-three {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-three,
  body.cms-acerca-de [data-content-type="row"] .row-three {
    margin-top: 16px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line,
body.cms-acerca-de [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 16px;
  -moz-gap: 16px;
  -ms-gap: 16px;
  gap: 16px;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
body.cms-acerca-de [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  border-radius: 16px;
  background: #ffffff;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img,
body.cms-acerca-de [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img {
  border-radius: 16px 16px 0px 0px;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2,
body.cms-acerca-de [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
  font-size: 2.4rem;
  color: #1d1d1b;
  font-weight: bold;
  padding-left: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2,
  body.cms-acerca-de [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h2 {
    font-size: 2rem;
    padding-left: 20px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p,
body.cms-acerca-de [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p {
  padding: 0 20px 20px 20px;
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p,
  body.cms-acerca-de [data-content-type="row"] .row-three .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p {
    font-size: 1.6rem;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-valores,
body.cms-acerca-de [data-content-type="row"] .row-valores {
  margin-top: 36px;
  margin-bottom: 36px;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-valores h2,
body.cms-acerca-de [data-content-type="row"] .row-valores h2 {
  background: #ffffff;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 40px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-valores h2,
  body.cms-acerca-de [data-content-type="row"] .row-valores h2 {
    font-size: 2.8rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    line-height: 25px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-valores h2:before,
body.cms-acerca-de [data-content-type="row"] .row-valores h2:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-valores,
  body.cms-acerca-de [data-content-type="row"] .row-valores {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-valores .txt,
body.cms-acerca-de [data-content-type="row"] .row-valores .txt {
  font-size: 1.8rem;
  width: 46%;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-valores .txt,
  body.cms-acerca-de [data-content-type="row"] .row-valores .txt {
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto 10px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line,
body.cms-acerca-de [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 16px;
  -moz-gap: 16px;
  -ms-gap: 16px;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line,
  body.cms-acerca-de [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line {
    -webkit-gap: 10px;
    -moz-gap: 10px;
    -ms-gap: 10px;
    gap: 10px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
body.cms-acerca-de [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #eaeaea;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img,
body.cms-acerca-de [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img {
  display: block;
  margin: auto;
  width: auto;
  max-height: 70px;
  margin-top: 20px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img,
  body.cms-acerca-de [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img {
    max-height: 50px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h3,
body.cms-acerca-de [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h3 {
  text-align: center;
  font-weight: 600;
  color: #1d1d1b;
  font-size: 2.4rem;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p,
body.cms-acerca-de [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p {
  font-size: 1.8rem;
  color: #1d1d1b;
  padding: 10px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  body.cms-acerca-de [data-content-type="row"] .row-valores .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    max-width: 48%;
    float: left;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad h2,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad h2 {
  background: #ffffff;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 40px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad h2,
  body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad h2 {
    font-size: 2.8rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    line-height: 25px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad h2:before,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad h2:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 16px;
  -moz-gap: 16px;
  -ms-gap: 16px;
  gap: 16px;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  border-radius: 16px;
  background: #ffffff;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img {
  border-radius: 16px 16px 0px 0px;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h3,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h3 {
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display {
  display: none;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display p,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display p {
  padding: 15px;
  font-size: 1.8rem;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display.view-text,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display.view-text {
  display: block;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display-two,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display-two {
  display: none;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display-two p,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display-two p {
  padding: 15px;
  font-size: 1.8rem;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display-two.view-text-two,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line .text-display-two.view-text-two {
  display: block;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line [data-content-type="buttons"] .pagebuilder-button-primary,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line [data-content-type="buttons"] .pagebuilder-button-primary {
  margin: 0 !important;
  background: transparent;
  border: none;
  cursor: pointer;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line [data-content-type="buttons"] .pagebuilder-button-primary span,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line [data-content-type="buttons"] .pagebuilder-button-primary span {
  color: #385ea4;
  font-size: 1.8rem;
  display: block;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line [data-content-type="buttons"].view-minus .pagebuilder-button-primary span,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line [data-content-type="buttons"].view-minus .pagebuilder-button-primary span {
  display: none;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line [data-content-type="buttons"].view-minus .pagebuilder-button-primary:after,
body.cms-acerca-de [data-content-type="row"] .row-sustentabilidad .pagebuilder-column-group .pagebuilder-column-line [data-content-type="buttons"].view-minus .pagebuilder-button-primary:after {
  content: 'Ver menos';
  color: #385ea4;
  font-size: 1.8rem;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios,
body.cms-acerca-de [data-content-type="row"] .row-testimonios {
  margin-top: 20px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios,
  body.cms-acerca-de [data-content-type="row"] .row-testimonios {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line,
body.cms-acerca-de [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 16px;
  -moz-gap: 16px;
  -ms-gap: 16px;
  gap: 16px;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
body.cms-acerca-de [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  border-radius: 16px;
  background: #ffffff;
  -webkit-flex-direction: initial !important;
  -moz-flex-direction: initial !important;
  -ms-flex-direction: initial !important;
  flex-direction: initial !important;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  body.cms-acerca-de [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure,
body.cms-acerca-de [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure,
  body.cms-acerca-de [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure {
    width: 40%;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img,
body.cms-acerca-de [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img {
  width: 176px;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .name-text,
body.cms-acerca-de [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .name-text {
  font-size: 2.4rem;
  font-weight: bold;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .text-test,
body.cms-acerca-de [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .text-test {
  font-size: 2.5rem;
  line-height: 28px;
  margin-top: 20px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .text-test,
  body.cms-acerca-de [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .text-test {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"],
  body.cms-acerca-de [data-content-type="row"] .row-testimonios .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] {
    width: 60%;
    padding-left: 10px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas h2,
body.cms-acerca-de [data-content-type="row"] .row-marcas h2 {
  background: #ffffff;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 40px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-marcas h2,
  body.cms-acerca-de [data-content-type="row"] .row-marcas h2 {
    font-size: 2.8rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    line-height: 25px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas h2:before,
body.cms-acerca-de [data-content-type="row"] .row-marcas h2:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-marcas,
  body.cms-acerca-de [data-content-type="row"] .row-marcas {
    padding: 10px;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="html"],
body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="html"],
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"],
body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] {
  border-radius: 16px;
  background: #ffffff;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div,
body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div,
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div,
body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div {
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure,
body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure,
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure,
body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure {
  width: calc((100%)/7);
  margin-bottom: -10px;
  margin-top: 4px;
  transition: ease 0.2s;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure,
  body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure,
  body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure,
  body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure {
    width: calc((100%)/3);
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure img,
body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure img,
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure img,
body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure img {
  padding: 30px;
  border: 1px solid #eeeeee;
  border-top: none;
  border-right: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure img,
  body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure img,
  body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure img,
  body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure img {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure img.pagebuilder-mobile-hidden,
  body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure img.pagebuilder-mobile-hidden,
  body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure img.pagebuilder-mobile-hidden,
  body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure img.pagebuilder-mobile-hidden {
    display: none;
  }
}
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure:hover img,
body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="html"] [data-content-type="row"] div figure:hover img,
body.cms-acerca-de-vde [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure:hover img,
body.cms-acerca-de [data-content-type="row"] .row-marcas [data-content-type="dynamic_block"] [data-content-type="row"] div figure:hover img {
  transform: scale(1.03);
  transition: ease 0.2s;
}
body.wolfsellers-guest-user.cms-descargables-vde .page-wrapper .columns .column.main [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble .btn-descarga {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas .column.main,
  body.cms-descargables-vde .column.main {
    padding-bottom: 7px;
  }
}
body.cms-descargas [data-content-type="row"] .row-banner img,
body.cms-descargables-vde [data-content-type="row"] .row-banner img {
  border-radius: 16px;
}
body.cms-descargas [data-content-type="row"] .row-catalogo,
body.cms-descargables-vde [data-content-type="row"] .row-catalogo {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px;
  margin-top: 35px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo,
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo {
    margin-top: 16px;
    padding-bottom: 4px;
  }
}
body.cms-descargas [data-content-type="row"] .row-catalogo [data-content-type="heading"],
body.cms-descargables-vde [data-content-type="row"] .row-catalogo [data-content-type="heading"] {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  color: #385ea4;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo [data-content-type="heading"],
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo [data-content-type="heading"] {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble,
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble {
  -webkit-flex-direction: initial !important;
  -moz-flex-direction: initial !important;
  -ms-flex-direction: initial !important;
  flex-direction: initial !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble,
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    text-align: center;
  }
}
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble figure,
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble figure {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble figure,
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble figure {
    width: 100%;
    max-width: 192px;
    margin-bottom: 8px;
  }
}
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"],
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"],
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] {
    padding-left: 0;
  }
}
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] p,
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] p,
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] p {
    font-size: 1.6rem;
  }
}
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] p.btn-descarga,
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] p.btn-descarga {
  border-radius: 16px;
  background: #f2cd50;
  color: #1d1d1b;
  font-size: 1.8rem;
  margin-top: 15px;
  width: 216px;
  text-align: center;
  height: 43px;
  font-weight: bold;
  line-height: 2.3;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] p.btn-descarga,
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] p.btn-descarga {
    width: 170px;
    margin: 8px auto 0;
    height: 41px;
  }
}
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] p.btn-descarga a,
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-doble [data-content-type="text"] p.btn-descarga a {
  color: #1d1d1b;
  position: absolute;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text,
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text {
    margin-top: 16px;
  }
}
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="text"],
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="text"] {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="text"],
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="text"] {
    font-size: 1.6rem;
    margin-bottom: 8px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"],
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] {
    text-align: center;
  }
}
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary,
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary {
  padding-left: 0;
  margin-bottom: 10px;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary,
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary {
    margin-bottom: 16px;
  }
}
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary .pagebuilder-button-secondary,
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary .pagebuilder-button-secondary,
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary .pagebuilder-button-primary,
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary .pagebuilder-button-primary {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary .pagebuilder-button-secondary,
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary .pagebuilder-button-secondary,
  body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary .pagebuilder-button-primary,
  body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] .action.primary .pagebuilder-button-primary {
    width: 170px;
    margin: 0 auto;
  }
}
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] [data-content-type="button-item"],
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] [data-content-type="button-item"] {
  width: 216px;
  background: transparent;
  border: none;
}
body.cms-descargas [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] [data-content-type="button-item"] span,
body.cms-descargables-vde [data-content-type="row"] .row-catalogo .pagebuilder-column.column-text [data-content-type="buttons"] [data-content-type="button-item"] span {
  color: #ffffff;
}
body.cms-descargas [data-content-type="row"] .row-grid-catalogo,
body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-grid-catalogo,
  body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo {
    margin-top: 16px;
  }
}
body.cms-descargas [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line,
body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 16px;
  -moz-gap: 16px;
  -ms-gap: 16px;
  gap: 16px;
}
body.cms-descargas [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  background: #ffffff;
  border-radius: 16px;
}
body.cms-descargas [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure,
body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure {
  width: 200px;
  margin: 30px auto;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure,
  body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure {
    min-width: 192px;
    margin: 16px auto 8px;
  }
}
body.cms-descargas [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="heading"],
body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="heading"] {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
body.cms-descargas [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"],
body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"],
  body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] {
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
body.cms-descargas [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .pagebuilder-button-primary,
body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .pagebuilder-button-primary {
  background: #f2cd50;
  margin: 0;
  border: transparent;
  width: 176px;
  border-radius: 16px;
  cursor: pointer;
  padding: 9px 17px;
}
@media only screen and (max-width: 768px) {
  body.cms-descargas [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .pagebuilder-button-primary,
  body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .pagebuilder-button-primary {
    width: 170px;
    height: 41px;
  }
}
body.cms-descargas [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .pagebuilder-button-primary span,
body.cms-descargables-vde [data-content-type="row"] .row-grid-catalogo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .pagebuilder-button-primary span {
  color: #1d1d1b;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-banner img {
  border-radius: 16px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-blue {
  background: #385ea4;
  max-width: 1144px;
  margin: auto;
  margin-top: 35px;
  border-radius: 16px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-blue .pagebuilder-column-group {
  padding: 30px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-blue .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-blue .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure {
  max-width: 150px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  body.cms-bolsa-de-trabajo [data-content-type="row"] .row-blue .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure {
    max-width: 70px;
  }
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-blue .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p {
  font-size: 2.8rem;
  color: #ffffff;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  body.cms-bolsa-de-trabajo [data-content-type="row"] .row-blue .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p {
    font-size: 2rem;
    text-align: center;
  }
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-view-vacan {
  border-radius: 16px;
  background: #ffffff;
  padding: 20px;
  margin-top: 35px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-view-vacan [data-content-type="heading"] {
  color: #385ea4;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.cms-bolsa-de-trabajo [data-content-type="row"] .row-view-vacan [data-content-type="heading"] {
    font-size: 2.8rem;
  }
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-view-vacan [data-content-type="text"] {
  font-size: 2.8rem;
  text-align: center;
  margin: 30px auto;
  width: 80%;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  body.cms-bolsa-de-trabajo [data-content-type="row"] .row-view-vacan [data-content-type="text"] {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  body.cms-bolsa-de-trabajo [data-content-type="row"] .contactus-jobs h2 span {
    font-size: 2.8rem !important;
    white-space: nowrap;
  }
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes {
  margin-top: 35px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 16px;
  -moz-gap: 16px;
  -ms-gap: 16px;
  gap: 16px;
  margin-bottom: 20px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  background: #ffffff;
  border-radius: 16px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-empty {
  display: none !important;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img {
  border-radius: 16px 16px 0px 0px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h3 {
  font-size: 2.4rem;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column h3 {
    font-size: 2rem;
  }
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p {
  font-size: 2.4rem;
  color: #559ad8;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p {
    font-size: 2rem;
  }
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .banderas {
  padding-left: 15px;
  margin-top: 55px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .bandera {
  padding-left: 15px;
  margin-top: 25px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .bandera img {
  width: 30px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .btn-view-datails {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .btn-view-datails p {
  font-size: 1.8rem;
  color: #385ea4;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .btn-view-datails p {
    font-size: 1.6rem;
  }
}
body.cms-bolsa-de-trabajo [data-content-type="row"] .row-grid-vacantes .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .btn-view-datails p:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e608';
  font-family: 'vde-icons';
  margin: 0 0 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.cms-sostenibilidad [data-content-type="row"] .row-banner img {
  border-radius: 16px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-banner img {
    width: 100%;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs {
  margin-top: 35px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    overflow: auto;
  }
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li {
    width: 135px !important;
    background-size: 100px !important;
  }
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li a {
    width: 135px;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li {
  width: calc((100%)/5);
  background-size: 130px;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  background-color: #ffffff;
  cursor: pointer;
  border-bottom-width: initial !important;
  border-bottom: 3px solid #eaeaea;
  border-top: none;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li {
    width: 155px !important;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li a {
  height: 140px;
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li a {
    width: 155px;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li:nth-child(1) {
  background-image: url('../images/icon_tab_crecimiento.png');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li:nth-child(2) {
  background-image: url('../images/icon_tab_operaciones.png');
  border-right: none;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li:nth-child(3) {
  background-image: url('../images/icon_tab_soluciones.png');
  border-right: none;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li:nth-child(4) {
  background-image: url('../images/icon_tab_bienestar.png');
  border-right: none;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li:nth-child(5) {
  background-image: url('../images/icon_tab_compromiso.png');
  border-right: none;
  border-radius: 0px 16px 16px 0px;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs ul.tabs-navigation li.ui-tabs-active {
  filter: none;
  border-bottom: 3px solid #385ea4;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content {
  border: none;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs {
  margin-top: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs {
    margin-top: 0;
    padding: 25px 25px 45px 0;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs {
    margin-top: 20px;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs .pagebuilder-column-line .pagebuilder-column figure {
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs .pagebuilder-column-line .pagebuilder-column figure {
    padding: 15px;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs .pagebuilder-column-line .pagebuilder-column figure img {
  border-radius: 16px;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs .pagebuilder-column-line .pagebuilder-column [data-content-type="heading"] {
  padding: 25px;
  font-size: 4rem;
  color: #385ea4;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs .pagebuilder-column-line .pagebuilder-column [data-content-type="heading"] {
    font-size: 2.8rem;
    padding: 0 15px 15px;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] {
  padding-inline: 25px;
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] {
    padding-inline: 15px;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p {
  font-size: 2.8rem;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tabs .tabs-content .container-tabs .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p {
    font-size: 2rem;
    padding-bottom: 20px;
    line-height: 25px;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas {
    margin-top: 15px;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas h2 {
  background: #ffffff;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 40px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas h2 {
    font-size: 2.8rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    line-height: 25px;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas h2:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 16px;
  -moz-gap: 16px;
  -ms-gap: 16px;
  gap: 16px;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  background: #ffffff;
  border-radius: 16px;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure img {
  border-radius: 16px 16px 0 0;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure.icon-tarjeta {
  margin-top: 30px;
  padding-inline: 20px;
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure.icon-tarjeta {
    padding-inline: 10px;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure.icon-tarjeta img {
  width: 60px;
  overflow: visible;
}
body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p {
  font-size: 1.8rem;
  margin-top: 17px;
  padding-inline: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] p {
    font-size: 1.6rem;
    padding-inline: 10px;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .last-row {
  background: #ffffff;
  border-radius: 16px;
  max-width: 1144px;
  margin: 35px auto;
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .last-row {
    margin: 15px auto;
  }
}
body.cms-sostenibilidad [data-content-type="row"] .last-row figure {
  margin: auto;
}
body.cms-sostenibilidad [data-content-type="row"] .last-row figure img {
  width: 60px;
  margin-top: 35px;
  margin-bottom: 20px;
}
body.cms-sostenibilidad [data-content-type="row"] .last-row [data-content-type="text"] p {
  font-size: 4rem;
  text-align: center;
  line-height: 40px;
  width: 80%;
  margin: auto;
  padding-inline: 20px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  body.cms-sostenibilidad [data-content-type="row"] .last-row [data-content-type="text"] p {
    font-size: 2.4rem;
    line-height: 30px;
    width: 100%;
    padding-inline: 10px;
  }
}
body.cms-devoluciones .text-devoluciones {
  margin-top: 30px;
  padding-left: 30px;
}
body.cms-devoluciones .text-devoluciones ol li {
  font-size: 1.8rem;
  list-style: unset;
}
@media only screen and (max-width: 768px) {
  body.cms-devoluciones .text-devoluciones ol li {
    font-size: 1.6rem;
  }
}
body.cms-garantia .text-garantia {
  margin-top: 20px;
}
body.cms-garantia .text-garantia p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.cms-garantia .text-garantia p {
    font-size: 1.6rem;
  }
}
body.cms-garantia .text-garantia ul li {
  font-size: 1.8rem;
  list-style: disc;
}
@media only screen and (max-width: 768px) {
  body.cms-garantia .text-garantia ul li {
    font-size: 1.6rem;
  }
}
body.cms-politicas-de-pago .text-politicas {
  margin-top: 20px;
}
body.cms-politicas-de-pago .text-politicas p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.cms-politicas-de-pago .text-politicas p {
    font-size: 1.6rem;
  }
}
body.cms-politicas-de-pago .text-politicas ol {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  body.cms-politicas-de-pago .text-politicas ol {
    padding-left: 15px;
  }
}
body.cms-politicas-de-pago .text-politicas ol li {
  font-size: 1.8rem;
  list-style: lower-latin;
}
@media only screen and (max-width: 768px) {
  body.cms-politicas-de-pago .text-politicas ol li {
    font-size: 1.6rem;
  }
}
body.cms-marcas-registradas .text-marcas p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.cms-marcas-registradas .text-marcas p {
    font-size: 1.6rem;
  }
}
body.cms-terminos-y-condiciones ul,
body.cms-aviso-de-privacidad ul,
body.cms-devoluciones ul,
body.cms-garantia ul,
body.cms-politicas-de-pago ul,
body.cms-marcas-registradas ul {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  body.cms-terminos-y-condiciones ul,
  body.cms-aviso-de-privacidad ul,
  body.cms-devoluciones ul,
  body.cms-garantia ul,
  body.cms-politicas-de-pago ul,
  body.cms-marcas-registradas ul {
    padding-left: 15px;
  }
}
body.cms-terminos-y-condiciones [data-content-type="row"] .row-banner,
body.cms-aviso-de-privacidad [data-content-type="row"] .row-banner,
body.cms-devoluciones [data-content-type="row"] .row-banner,
body.cms-garantia [data-content-type="row"] .row-banner,
body.cms-politicas-de-pago [data-content-type="row"] .row-banner,
body.cms-marcas-registradas [data-content-type="row"] .row-banner {
  margin-bottom: 35px;
}
body.cms-terminos-y-condiciones [data-content-type="row"] .row-banner img,
body.cms-aviso-de-privacidad [data-content-type="row"] .row-banner img,
body.cms-devoluciones [data-content-type="row"] .row-banner img,
body.cms-garantia [data-content-type="row"] .row-banner img,
body.cms-politicas-de-pago [data-content-type="row"] .row-banner img,
body.cms-marcas-registradas [data-content-type="row"] .row-banner img {
  border-radius: 16px;
}
body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line,
body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line,
body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line,
body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line,
body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line,
body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 16px;
  -moz-gap: 16px;
  -ms-gap: 16px;
  gap: 16px;
}
body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar,
body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar,
body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar,
body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar,
body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar,
body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar {
  background: #ffffff;
  border-radius: 16px;
  height: max-content;
}
body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"],
body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"],
body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"],
body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"],
body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"],
body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"] {
  font-size: 1.8rem;
  color: #1d1d1b;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"],
  body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"],
  body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"],
  body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"],
  body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"],
  body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"] {
    font-size: 1.6rem;
  }
}
body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"] p a,
body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"] p a,
body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"] p a,
body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"] p a,
body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"] p a,
body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"] p a {
  color: #1d1d1b;
}
body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:last-child,
body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:last-child,
body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:last-child,
body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:last-child,
body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:last-child,
body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:last-child {
  border-bottom: none;
}
body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:hover,
body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:hover,
body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:hover,
body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:hover,
body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:hover,
body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="text"]:hover {
  color: #385ea4;
}
body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"],
body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"],
body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"],
body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"],
body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"],
body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"] {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"],
  body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"],
  body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"],
  body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"],
  body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"],
  body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"] {
    display: block;
    padding: 10px;
    color: #1d1d1b;
    font-size: 2rem;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
    text-decoration: none;
  }
  body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after,
  body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after,
  body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after,
  body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after,
  body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after,
  body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    line-height: inherit;
    color: #385ea4;
    content: '\e622';
    font-family: 'vde-icons';
    margin: 0 0 0 1rem;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after,
  body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after,
  body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after,
  body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after,
  body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after,
  body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .my-sidebar [data-content-type="heading"]:after {
    position: absolute;
    border-radius: 0;
    top: 15px;
    right: 30px;
  }
}
body.cms-terminos-y-condiciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .text-legales,
body.cms-aviso-de-privacidad [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .text-legales,
body.cms-devoluciones [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .text-legales,
body.cms-garantia [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .text-legales,
body.cms-politicas-de-pago [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .text-legales,
body.cms-marcas-registradas [data-content-type="row"] .row-legales .pagebuilder-column-group .pagebuilder-column-line .text-legales {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
}
body.page-layout-1column .row-info-vacante {
  background: #ffffff;
  border-radius: 16px;
  margin-top: 25px;
  padding: 20px;
}
body.page-layout-1column .row-info-vacante h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.page-layout-1column .row-info-vacante h2 {
    font-size: 2.8rem;
  }
}
body.page-layout-1column .row-info-vacante h3 {
  font-size: 2.8rem;
  color: #559ad8;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body.page-layout-1column .row-info-vacante h3 {
    font-size: 2.4rem;
  }
}
body.page-layout-1column .row-vacante {
  margin-top: 30px;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="heading"] {
  font-size: 2.8rem;
  color: #385ea4;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="heading"] {
    font-size: 2.4rem;
  }
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content h2 {
  display: none;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 10px 20px;
  -moz-gap: 10px 20px;
  -ms-gap: 10px 20px;
  gap: 10px 20px;
  margin-top: 0;
  padding-left: 0;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field {
  width: calc(100% / 2 - 10px);
}
@media only screen and (max-width: 768px) {
  body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field {
    width: 100%;
  }
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field .subtemplate-wrapper label {
  font-size: 1.8rem;
  margin-bottom: 5px;
  display: block;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field .subtemplate-wrapper input,
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field .subtemplate-wrapper select {
  height: 38px !important;
  border-radius: 16px !important;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field .subtemplate-wrapper input:last-child {
  border-radius: 0;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field .subtemplate-wrapper textarea {
  border-radius: 16px;
  border: 1px solid #eaeaea;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field .subtemplate-wrapper span {
  color: #385ea4;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 35px;
  float: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field .subtemplate-wrapper span {
    font-size: 2.4rem;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field .subtemplate-wrapper .subtemplate-inner i.fa.fa-calendar.form-field-icon {
  display: none;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field.col-sm-12 {
  width: 100% !important;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field.col-sm-12:last-child {
  margin-bottom: 15px;
  margin-top: 70px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field.col-sm-12:last-child {
    margin-top: 65px;
  }
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field.col-sm-12:last-child:before {
  content: "*Campos obligatorios";
  position: absolute;
  top: -35px;
  font-size: 1.8rem;
  color: #559ad8;
}
@media only screen and (max-width: 768px) {
  body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field.col-sm-12:last-child:before {
    font-size: 1.6rem;
  }
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field.col-sm-12 .response-field-file_upload input {
  border-radius: 0 !important;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field.col-sm-12 .response-field-product_field .row label {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field.col-sm-12 .response-field-product_field .row label {
    font-size: 1.6rem;
  }
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .form-list.row .field em {
  color: #385ea4;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .row {
  float: left;
  width: 100%;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .row .buttons-set.col-sm-12 button,
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="text"] .formbuilder-form .form-content form .row .buttons-set.col-sm-12 .quote-details-items .actions-toolbar > .action {
  max-width: 196px;
  width: 100%;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-datos [data-content-type="text"] [data-appearance="default"] p {
  font-size: 2.8rem;
  color: #385ea4;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-datos [data-content-type="text"] [data-appearance="default"] p {
    font-size: 2.4rem;
  }
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-datos [data-content-type="text"] [data-appearance="default"] ul {
  padding-left: 40px;
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-datos [data-content-type="text"] [data-appearance="default"] ul li {
  list-style: disc;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-datos [data-content-type="text"] [data-appearance="default"] ul li {
    font-size: 1.6rem;
  }
}
body.page-layout-1column .row-vacante .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-datos [data-content-type="text"] [data-appearance="default"] ul li::marker {
  color: #385ea4;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-banner {
  padding: 0 !important;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-logo {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-logo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure {
  width: 330px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-logo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column figure {
    width: 170px;
  }
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-logo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .txt-secundario {
  padding: 15px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-logo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .txt-secundario p {
  font-size: 2.8rem;
  color: #1d1d1b;
  line-height: 31px;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-logo .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .txt-secundario p {
    font-size: 1.6rem;
    line-height: 21px;
  }
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs {
  margin-top: 35px;
  background: #ffffff;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    overflow: auto;
  }
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li {
    width: 105px !important;
    background-size: 60px !important;
  }
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li a {
    width: 105px;
  }
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li {
  width: 100%;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  background-color: #ffffff;
  cursor: pointer;
  border-bottom-width: initial !important;
  border-bottom: 3px solid #eaeaea;
  border-top: none;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:last-child a {
  border-right: 0 !important;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:nth-child(1) {
  background-image: url('../images/tabs-marcas/altamira.webp');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:nth-child(2) {
  background-image: url('../images/tabs-marcas/aquapak.webp');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:nth-child(3) {
  background-image: url('../images/tabs-marcas/connera.webp');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:nth-child(4) {
  background-image: url('../images/tabs-marcas/kassai.webp');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:nth-child(5) {
  background-image: url('../images/tabs-marcas/purikor.webp');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:nth-child(6) {
  background-image: url('../images/tabs-marcas/hidrocontrol.webp');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:nth-child(7) {
  background-image: url('../images/tabs-marcas/tornado.webp');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:nth-child(8) {
  background-image: url('../images/tabs-marcas/panda.webp');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:nth-child(9) {
  background-image: url('../images/tabs-marcas/enerwell.webp');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:nth-child(10) {
  background-image: url('../images/tabs-marcas/sol_grande.webp');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li:nth-child(11) {
  background-image: url('../images/tabs-marcas/tubman.webp');
  border-left: none;
  border-right: none;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li a {
  height: 140px;
  border-right: 1px solid #eaeaea !important;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li a:last-child {
  border: none;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-navigation li.ui-tabs-active {
  filter: none;
  border-bottom: 3px solid #385ea4;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content {
  border: none;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content [data-content-type="tab-item"] .content-tabs {
  padding: 25px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content [data-content-type="tab-item"] .content-tabs {
    margin-top: 0;
    padding-top: 10px;
  }
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content [data-content-type="tab-item"] .content-tabs .pagebuilder-column-line .column-logo figure {
  max-width: 330px;
  width: 100%;
  margin-top: 40px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content [data-content-type="tab-item"] .content-tabs .pagebuilder-column-line .column-logo .second-text p {
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content [data-content-type="tab-item"] .content-tabs .pagebuilder-column-line .column-logo .second-text p {
    font-size: 1.6rem;
  }
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content [data-content-type="tab-item"] .content-tabs .pagebuilder-column-line .column-logo .second-text p:last-child {
  width: 60%;
  margin-top: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content [data-content-type="tab-item"] .content-tabs .pagebuilder-column-line .column-logo .second-text p:last-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .large-text {
  padding: 15px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .large-text p {
  font-size: 2.8rem;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .large-text p {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod {
  margin-top: 60px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod h2 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  color: #385ea4;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  opacity: 1;
  height: auto;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid {
    display: grid;
  }
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item {
  min-width: 250px;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item {
    width: 100% !important;
    min-width: initial;
  }
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .amlabel-position-wrapper {
  display: none !important;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .product-item-photo {
  float: left;
  width: 100%;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .product-item-photo span.product-image-container {
  border-radius: 100%;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .product-item-name .product-item-link {
  text-align: center;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .m-logo.product.attribute.serie {
  display: none;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .product-item-details {
  float: left;
  width: 100%;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .product-item-details .product.sku-serie,
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .product-item-details .label-price,
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box.price-final_price,
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .product-item-details .m-logo,
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner {
  display: none;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="products"] .block-content .products-grid.grid ol.product-items.widget-product-grid .product-item .product-item-info .marca-serie {
  display: none;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="buttons"] {
  margin-top: 50px;
  margin-bottom: 30px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-tabs .ui-tabs .tabs-content .pagebuilder-column-group .pagebuilder-column-line .column-prod [data-content-type="buttons"] .action.primary {
  background: transparent;
  border: none;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands {
  margin-top: 20px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands h2 {
  background: #ffffff;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 40px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands h2 {
    font-size: 2.8rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    line-height: 25px;
  }
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands h2:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands .pagebuilder-column-group {
  background: #ffffff;
  border-radius: 16px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands .pagebuilder-column-group .pagebuilder-column {
  -webkit-flex-direction: initial !important;
  -moz-flex-direction: initial !important;
  -ms-flex-direction: initial !important;
  flex-direction: initial !important;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands .pagebuilder-column-group .pagebuilder-column {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands .pagebuilder-column-group .pagebuilder-column figure {
    width: calc((100%)/3);
  }
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands .pagebuilder-column-group .pagebuilder-column figure:nth-child(6) {
    display: none;
  }
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands .pagebuilder-column-group .pagebuilder-column figure img {
  border-right: 1px solid #eeeeee;
  float: left;
  width: 100%;
  padding: 10px;
}
body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands .pagebuilder-column-group .pagebuilder-column figure img:last-child {
  border: none;
}
@media only screen and (max-width: 768px) {
  body.cms-nuestras-marcas .page-wrapper .column.main [data-content-type="row"] .row-more-brands .pagebuilder-column-group .pagebuilder-column figure img {
    border: 1px solid #eeeeee !important;
  }
}
body.cms-preguntas-frecuentes h1.titulo-legales {
  display: none;
}
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column.filtro-columna .f-resultados p {
  border: none;
  margin-bottom: 0 !important;
  font-size: 1.8rem;
  text-align: left !important;
  padding-bottom: 5px;
}
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column.filtro-columna .filtro-acordeones-n8 {
  padding-top: 0;
}
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon {
  background: #ffffff;
  padding: 10px;
  border-radius: 16px;
  margin-bottom: 10px;
}
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .collapsible [data-content-type="text"] {
  position: relative;
  cursor: pointer;
}
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .collapsible [data-content-type="text"] p {
  margin-bottom: 0;
  display: inline-block;
  text-decoration: none;
}
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .collapsible [data-content-type="text"] p:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: inherit;
  color: #969595;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .collapsible [data-content-type="text"] p:after {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .collapsible [data-content-type="text"] p {
    padding-right: 20px;
    line-height: 20px;
  }
  body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .collapsible [data-content-type="text"] p strong {
    font-size: 1.6rem !important;
  }
  body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .collapsible [data-content-type="text"] p strong span {
    font-size: 1.6rem !important;
  }
}
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .collapsible [data-content-type="text"] p strong,
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .collapsible [data-content-type="text"] p span {
  font-weight: bold !important;
  font-size: 1.8rem !important;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .collapsible [data-content-type="text"] p strong,
  body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .collapsible [data-content-type="text"] p span {
    font-size: 1.6rem !important;
    display: inline-block;
  }
}
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .content {
  display: none;
  margin-top: 10px;
  padding-left: 30px;
}
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .content p,
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .content ul {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .content p,
  body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .content ul {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .content p {
    line-height: 18px;
  }
}
body.cms-preguntas-frecuentes .columns [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column [data-content-type="block"] [data-content-type="row"] .wolfsellers-acordeon .content ul {
  margin-top: 20px;
  line-height: 15px;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-text,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-text {
  background: #ffffff;
  max-width: 80%;
  margin: auto;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  body.cms-certificaciones .column.main [data-content-type="row"] .row-text,
  body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-text {
    max-width: 100%;
  }
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-text [data-content-type="text"] p,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-text [data-content-type="text"] p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.cms-certificaciones .column.main [data-content-type="row"] .row-text [data-content-type="text"] p,
  body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-text [data-content-type="text"] p {
    font-size: 1.6rem;
  }
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas {
  margin-top: 28px;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="image"] img,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="image"] img {
  width: 70%;
  margin: auto;
  display: block;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-tarjeta,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-tarjeta {
  margin-bottom: 15px;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-tarjeta h3,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-tarjeta h3 {
  text-align: center;
  margin-top: 20px;
  font-weight: normal;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .view-more,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .view-more {
  width: 100%;
  margin-top: 10px;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .view-more .pagebuilder-button-primary,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .view-more .pagebuilder-button-primary {
  background: #f2cd50;
  border-radius: 16px;
  border: 1px solid #f2cd50;
  width: 80%;
  margin: auto;
  display: block;
  padding: 10px;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .view-more .pagebuilder-button-primary span,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .view-more .pagebuilder-button-primary span {
  color: #1d1d1b;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .action.primary,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .action.primary {
  background: transparent;
  border: none;
  width: 90%;
  margin: auto;
  display: block !important;
  margin-top: 15px;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .action.primary .pagebuilder-button-primary,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column [data-content-type="buttons"] .action.primary .pagebuilder-button-primary {
  width: 100%;
}
body.cms-certificaciones .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.empty-column,
body.cms-catalogo-de-productos .column.main [data-content-type="row"] .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.empty-column {
  background: transparent;
}
body.cms-catalogo-de-productos .row-text {
  margin-bottom: 20px !important;
}
body.cms-catalogo-de-productos .row-tarjetas {
  margin-top: 15px !important;
}
body.cms-catalogo-de-productos .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-tarjeta {
  margin-top: 15px;
}
body.cms-catalogo-de-productos .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-tarjeta p {
  text-align: center;
  font-size: 1.6rem;
}
body.cms-catalogo-de-productos .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-tarjeta p strong {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  body.cms-catalogo-de-productos .row-tarjetas .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .text-tarjeta p {
    font-size: 1.6rem;
  }
}
body.fichastecnicas-index-index .page-title-wrapper {
  display: none;
}
body.fichastecnicas-index-index .column.main .titulo-legales {
  display: none;
}
body.fichastecnicas-index-index .column.main .row-banner {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  body.fichastecnicas-index-index .column.main .row-banner {
    margin-bottom: 20px;
  }
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos label.filter-fichas-label {
  float: left;
  width: 100%;
  font-size: 1.8rem;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos .filter.brand-filter {
  max-width: 200px;
  display: inline-block;
  position: relative;
  bottom: -45px;
  margin-left: 5px;
  width: 100%;
  z-index: 11;
}
@media only screen and (max-width: 768px) {
  body.fichastecnicas-index-index .column.main div#contenedorTablaProductos .filter.brand-filter {
    max-width: 100%;
    bottom: -10px;
    margin-bottom: 10px;
  }
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador {
  display: unset !important;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper {
  position: relative;
  clear: both;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper .dataTables_length {
  width: max-content;
  position: absolute;
  bottom: 0;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper .dataTables_info {
  display: none;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_paginate {
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  padding: 0 !important;
  border-radius: 16px;
  height: 44px;
  width: max-content;
  /**
									Override pagination styles

									Debido a que no se están aplicando correctamente desde los estilos 
									de magento nativo, se hace override aquí
								*/
  justify-self: right;
  color: #1d1d1b !important;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_paginate a {
  cursor: pointer;
  color: #1d1d1b;
  font-size: 16px;
  margin: 0 8px;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_paginate .paginate_button.current {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_paginate .paginate_button.next,
  body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_paginate .paginate_button.previous {
    display: none;
  }
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_filter {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_filter {
    float: left;
    width: 100%;
  }
  body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_filter label {
    width: 100% !important;
  }
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_filter label {
  color: transparent;
  width: 270px;
  display: block;
  height: 44px;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_filter label input[type="search"] {
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  box-shadow: none;
  left: 0;
  padding-left: 40px;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_filter label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper div#tblfichas_filter label:before {
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 9;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas {
  border: 1px solid #eaeaea;
  border-radius: 16px;
  margin-top: 30px;
  margin-bottom: 25px;
  display: inline-table;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas thead tr th {
  background: #eeeeee;
  border: 1px solid #eaeaea;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas thead tr th span {
  display: block;
  text-align: left;
  max-height: 55px;
  font-weight: 500;
  font-size: 1.6rem;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr td {
  vertical-align: middle;
  text-align: left;
  border: 1px solid #eaeaea;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr td div {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr td div span {
  margin-right: 5px;
  display: inline-block;
  text-decoration: none;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr td div span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e90b";
  font-family: 'vde-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr td div span a {
  font-size: 1.4rem;
  font-weight: bold;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr td div span:first-child {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr td.dtr-control {
    padding-left: 20px;
    width: 100%;
    border: 1px solid #eaeaea;
    display: inline-block;
    text-decoration: none;
  }
  body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr td.dtr-control:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    line-height: inherit;
    color: #ffffff;
    content: '\e622';
    font-family: 'vde-icons';
    margin: 0 15px 0 -10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr td.dtr-control:before {
    background: #385ea4;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr .dtr-details li .dtr-title {
    color: #969595;
    padding-right: 5px;
  }
  body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr .dtr-details li:last-child {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
  }
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr.dt-hasChild .dtr-control {
  display: inline-block;
  text-decoration: none;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr.dt-hasChild .dtr-control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: inherit;
  color: #ffffff;
  content: '\e621';
  font-family: 'vde-icons';
  margin: 0 15px 0 -10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.fichastecnicas-index-index .column.main div#contenedorTablaProductos #tablaBuscador .dataTables_wrapper #tblfichas tbody tr.dt-hasChild .dtr-control:before {
  background: #385ea4;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 1.5;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario {
  margin-top: 30px;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line {
  -webkit-gap: 30px;
  -moz-gap: 30px;
  -ms-gap: 30px;
  gap: 30px;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-form [data-content-type="heading"],
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-form [data-content-type="heading"] {
  font-size: 2.8rem;
  color: #385ea4;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-form [data-content-type="heading"],
  body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-form [data-content-type="heading"] {
    font-size: 2.4rem;
  }
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-form [data-content-type="text"] p,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-form [data-content-type="text"] p {
  font-size: 1.8rem;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-form [data-content-type="text"] p,
  body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-form [data-content-type="text"] p {
    font-size: 1.6rem;
  }
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-form [data-content-type="text"].text-bold p,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-form [data-content-type="text"].text-bold p {
  font-weight: bold;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn {
  height: fit-content;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn [data-content-type="heading"],
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn [data-content-type="heading"] {
  font-size: 2.8rem;
  color: #385ea4;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn [data-content-type="heading"],
  body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn [data-content-type="heading"] {
    font-size: 2.4rem;
  }
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn [data-content-type="text"] p,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn [data-content-type="text"] p {
  font-size: 1.8rem;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn [data-content-type="text"] p,
  body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn [data-content-type="text"] p {
    font-size: 1.6rem;
  }
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn [data-content-type="buttons"] .action.primary,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.column-btn [data-content-type="buttons"] .action.primary {
  background: transparent;
  border: none;
  margin-top: 20px;
  padding: 0;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content .text-center,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content .text-center {
  display: none;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 0 15px;
  -moz-gap: 0 15px;
  -ms-gap: 0 15px;
  gap: 0 15px;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field {
  width: calc(100% / 2 - 20px);
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field,
  body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field {
    width: 100%;
  }
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field label,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field label {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field label,
  body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field label {
    font-size: 1.6rem;
  }
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field label em,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field label em {
  color: #385ea4;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field input,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field input {
  height: 38px !important;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 {
  width: 100%;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .subtemplate-wrapper.aviso-privacidad em,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .subtemplate-wrapper.aviso-privacidad em {
  display: none;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .response-field-radio .subtemplate-wrapper label,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .response-field-radio .subtemplate-wrapper label {
  margin-bottom: 15px;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .response-field-radio .subtemplate-wrapper .input-box,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .response-field-radio .subtemplate-wrapper .input-box {
  margin-top: 15px;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .response-field-radio .subtemplate-wrapper .input-box .list-options li label:after,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .response-field-radio .subtemplate-wrapper .input-box .list-options li label:after {
  top: 3px;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .response-field-radio .subtemplate-wrapper .input-box .list-options li label:before,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .response-field-radio .subtemplate-wrapper .input-box .list-options li label:before {
  top: 7px;
}
@media only screen and (max-width: 768px) {
  body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .response-field-radio .subtemplate-wrapper .input-box .list-options li label,
  body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .form-list .field.col-sm-12 .response-field-radio .subtemplate-wrapper .input-box .list-options li label {
    display: block;
  }
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .row .buttons-set,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .row .buttons-set {
  padding-bottom: 40px;
  position: relative;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .row .buttons-set button,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .row .buttons-set button,
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .row .buttons-set .quote-details-items .actions-toolbar > .action,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .row .buttons-set .quote-details-items .actions-toolbar > .action {
  max-width: 184px;
  width: 100%;
}
body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .row .buttons-set:after,
body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .row .buttons-set:after {
  content: "*Campos obligatorios";
  color: #ff0000;
  font-size: 1.8rem;
  position: absolute;
  bottom: -5px;
}
@media only screen and (max-width: 768px) {
  body.cms-lista-de-precios .column.main [data-content-type="row"] .row-formulario .form-content form .row .buttons-set:after,
  body.cms-reporte-de-acceso .column.main [data-content-type="row"] .row-formulario .form-content form .row .buttons-set:after {
    font-size: 1.6rem;
  }
}
body.cms-lo-mas-nuevo .column.main {
  padding-bottom: 22px;
}
body.cms-lo-mas-nuevo .row-banner {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  body.cms-lo-mas-nuevo .row-content .pagebuilder-column-line {
    -webkit-gap: 16px;
    -moz-gap: 16px;
    -ms-gap: 16px;
    gap: 16px;
  }
}
body.cms-lo-mas-nuevo .row-content .pagebuilder-column-line .pagebuilder-column {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  body.cms-lo-mas-nuevo .row-content .pagebuilder-column-line .pagebuilder-column {
    margin-bottom: 10px;
  }
}
.wishlist-index-index .modals-wrapper .modal-footer button,
.page-multiple-wishlist .modals-wrapper .modal-footer button,
.wishlist-index-index .modals-wrapper .modal-footer .quote-details-items .actions-toolbar > .action,
.page-multiple-wishlist .modals-wrapper .modal-footer .quote-details-items .actions-toolbar > .action {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .modals-wrapper .modal-footer button,
  .page-multiple-wishlist .modals-wrapper .modal-footer button,
  .wishlist-index-index .modals-wrapper .modal-footer .quote-details-items .actions-toolbar > .action,
  .page-multiple-wishlist .modals-wrapper .modal-footer .quote-details-items .actions-toolbar > .action {
    font-size: 1.8rem;
  }
}
.wishlist-index-index .modals-wrapper .modal-footer button ~ button,
.page-multiple-wishlist .modals-wrapper .modal-footer button ~ button,
.wishlist-index-index .modals-wrapper .modal-footer .quote-details-items .actions-toolbar > .action ~ .quote-details-items .actions-toolbar > .action,
.page-multiple-wishlist .modals-wrapper .modal-footer .quote-details-items .actions-toolbar > .action ~ .quote-details-items .actions-toolbar > .action {
  display: none;
}
.wishlist-index-index .wishlist.overlay,
.page-multiple-wishlist .wishlist.overlay {
  z-index: 99998;
  background-color: rgba(56, 94, 164, 0.5);
}
.wishlist-index-index .window.wishlist.popup,
.page-multiple-wishlist .window.wishlist.popup {
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  z-index: 99999;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .window.wishlist.popup,
  .page-multiple-wishlist .window.wishlist.popup {
    transform: translate(0%, -50%);
  }
}
.wishlist-index-index .window.wishlist.popup .popup-actions button.action.close,
.page-multiple-wishlist .window.wishlist.popup .popup-actions button.action.close,
.wishlist-index-index .window.wishlist.popup .popup-actions .quote-details-items .actions-toolbar > .action.action.close,
.page-multiple-wishlist .window.wishlist.popup .popup-actions .quote-details-items .actions-toolbar > .action.action.close {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #385ea4;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.wishlist-index-index .window.wishlist.popup .popup-actions button.action.close:before,
.page-multiple-wishlist .window.wishlist.popup .popup-actions button.action.close:before,
.wishlist-index-index .window.wishlist.popup .popup-actions .quote-details-items .actions-toolbar > .action.action.close:before,
.page-multiple-wishlist .window.wishlist.popup .popup-actions .quote-details-items .actions-toolbar > .action.action.close:before {
  color: #ffffff;
}
.wishlist-index-index .window.wishlist.popup .popup-header,
.page-multiple-wishlist .window.wishlist.popup .popup-header {
  padding-right: 0;
  margin-bottom: 0;
  padding-top: 0 !important;
  border-bottom: none !important;
  padding-right: 20px !important;
}
.wishlist-index-index .window.wishlist.popup .popup-header strong.title,
.page-multiple-wishlist .window.wishlist.popup .popup-header strong.title {
  width: 100%;
  display: block;
  margin-top: 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.wishlist-index-index .window.wishlist.popup .popup-header strong.title span,
.page-multiple-wishlist .window.wishlist.popup .popup-header strong.title span {
  border: 0 !important;
}
.wishlist-index-index .window.wishlist.popup .popup-content .fieldset:last-child,
.page-multiple-wishlist .window.wishlist.popup .popup-content .fieldset:last-child {
  margin-bottom: 0;
}
.wishlist-index-index .window.wishlist.popup .popup-content .actions-toolbar,
.page-multiple-wishlist .window.wishlist.popup .popup-content .actions-toolbar {
  margin-top: 20px;
  margin-bottom: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
}
.wishlist-index-index .window.wishlist.popup .popup-content .actions-toolbar:before,
.page-multiple-wishlist .window.wishlist.popup .popup-content .actions-toolbar:before,
.wishlist-index-index .window.wishlist.popup .popup-content .actions-toolbar:after,
.page-multiple-wishlist .window.wishlist.popup .popup-content .actions-toolbar:after {
  display: none;
}
.wishlist-index-index .window.wishlist.popup .popup-content .actions-toolbar .primary,
.page-multiple-wishlist .window.wishlist.popup .popup-content .actions-toolbar .primary {
  order: 2;
}
.wishlist-index-index .window.wishlist.popup .popup-content .actions-toolbar .secondary,
.page-multiple-wishlist .window.wishlist.popup .popup-content .actions-toolbar .secondary {
  order: 1;
}
.wishlist-index-index .window.wishlist.popup .popup-content .actions-toolbar button.action.cancel,
.page-multiple-wishlist .window.wishlist.popup .popup-content .actions-toolbar button.action.cancel,
.wishlist-index-index .window.wishlist.popup .popup-content .actions-toolbar .quote-details-items .actions-toolbar > .action.action.cancel,
.page-multiple-wishlist .window.wishlist.popup .popup-content .actions-toolbar .quote-details-items .actions-toolbar > .action.action.cancel {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .window.wishlist.popup .popup-content .actions-toolbar button.action.cancel,
  .page-multiple-wishlist .window.wishlist.popup .popup-content .actions-toolbar button.action.cancel,
  .wishlist-index-index .window.wishlist.popup .popup-content .actions-toolbar .quote-details-items .actions-toolbar > .action.action.cancel,
  .page-multiple-wishlist .window.wishlist.popup .popup-content .actions-toolbar .quote-details-items .actions-toolbar > .action.action.cancel {
    font-size: 1.8rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .toolbar,
.page-multiple-wishlist .page-wrapper .page-main .toolbar {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .toolbar,
  .page-multiple-wishlist .page-wrapper .page-main .toolbar {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .toolbar .pager,
  .page-multiple-wishlist .page-wrapper .page-main .toolbar .pager {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .wishlist-index-index .page-wrapper .page-main .toolbar .pager .limiter,
  .page-multiple-wishlist .page-wrapper .page-main .toolbar .pager .limiter {
    margin: auto;
  }
}
.wishlist-index-index .page-wrapper .page-main .toolbar:not(.bottom) .pages,
.page-multiple-wishlist .page-wrapper .page-main .toolbar:not(.bottom) .pages {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages,
.page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages {
  width: auto;
}
.wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items,
.page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
}
.wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item a,
.page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item a,
.wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item strong,
.page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item strong {
  cursor: pointer;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item a span,
.page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item a span,
.wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item strong span,
.page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item strong span {
  font-size: 1.6rem;
  color: #1d1d1b;
  margin: 0 2px;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item a span,
  .page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item a span,
  .wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item strong span,
  .page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item strong span {
    font-size: 1.8rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item.pages-item-next,
.page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item.pages-item-next,
.wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item.pages-item-previous,
.page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item.pages-item-previous {
  position: static;
}
.wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item.pages-item-next a:before,
.page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item.pages-item-next a:before,
.wishlist-index-index .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item.pages-item-previous a:before,
.page-multiple-wishlist .page-wrapper .page-main .toolbar.bottom .pager .pages .items.pages-items .item.pages-item-previous a:before {
  color: #385ea4;
}
.wishlist-index-index .page-wrapper .page-main .page-title-wrapper .page-title,
.page-multiple-wishlist .page-wrapper .page-main .page-title-wrapper .page-title {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items {
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 84px !important;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items {
    margin: 0;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-select,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-select,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-title,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-title,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-info,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-info,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar {
    float: left;
    width: 100%;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-info,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-info {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-info,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-info {
    font-size: 1.6rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-info .wishlist-notice,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-info .wishlist-notice {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar {
    margin-top: -45px;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar {
    font-size: 1.6rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown {
  border: 1px solid #eaeaea;
  padding: 5px;
  border-radius: 16px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown span {
  color: #1d1d1b;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown ul.items.dropdown,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown ul.items.dropdown {
  border-color: #eaeaea;
  box-shadow: none;
  border-radius: 16px;
  z-index: 1000;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown ul.items.dropdown:after,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown ul.items.dropdown:after {
  border-color: transparent transparent #eaeaea transparent;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .block-wishlist-management .wishlist-toolbar .wishlist-toolbar-actions .wishlist-dropdown {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select {
    margin: 15px 0px 15px 0px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-name,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-name {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items {
  border: 0;
  background: #ffffff;
  display: block;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items {
    float: left;
    width: 100%;
    margin-top: 35px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item {
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 0 10px 5px;
  display: block;
  float: left;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 5px 5px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item > a,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item > a,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item > span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item > span {
  font-size: 1.6rem;
  color: #1d1d1b;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item > a,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item > a,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item > span,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item > span {
    font-size: 1.8rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add),
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add) {
  border-bottom: 4px solid #eaeaea;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add) > a,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add) > a,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add) > span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add) > span {
  color: #385ea4;
  font-weight: bold;
  padding: 5px 18px;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add) > a,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add) > a,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add) > span,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add) > span {
    display: block;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add).current,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item:not(.wishlist-add).current {
  border-color: #385ea4;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item.wishlist-add,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item.wishlist-add {
    top: 10px;
    left: 0;
    z-index: 1;
    padding-left: 0;
    margin-left: 0;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item.wishlist-add a,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item.wishlist-add a {
  font-weight: 600;
  color: #385ea4;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item.wishlist-add a,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item.wishlist-add a {
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item.wishlist-add a:hover,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item.wishlist-add a:hover {
    background: #ffffff;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item.wishlist-add a:before,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-select .wishlist-select-items li.item.wishlist-add a:before {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-title,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-title {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-title strong,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-title strong {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-title strong,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-title strong {
    font-size: 2.4rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions a,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions a,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions button,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions button,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions .quote-details-items .actions-toolbar > .action,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions .quote-details-items .actions-toolbar > .action {
  font-size: 1.6rem;
  color: #385ea4;
  font-weight: 600;
  background: transparent;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions a,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions a,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions button,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions button,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions .quote-details-items .actions-toolbar > .action,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-title .actions .quote-details-items .actions-toolbar > .action {
    font-size: 1.8rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .wishlist-title ~ .wishlist-info,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .wishlist-title ~ .wishlist-info {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item {
  float: left;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  padding: 10px;
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal;
}
@media (min-width: 769px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item {
    padding: 20px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content {
  padding-left: 10px;
  max-width: 50%;
  width: 49%;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content {
    max-width: 100%;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 5px 8px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .label,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .label {
  width: 50%;
  background: #ffffff;
  padding: 3px;
  border-bottom: 1px solid #eaeaea;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .value,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .value {
  width: 50%;
  background: #f8f8f8;
  padding: 3px;
  border-bottom: 1px solid #eaeaea;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .value p span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .value p span,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .value div span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute .value div span {
  font-size: 1.4rem !important;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute:first-child .label,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute:first-child .label {
  border-radius: 10px 0 0 0;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute:last-child .label,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute:last-child .label {
  border-radius: 0 0 0 10px;
  border-bottom: 0;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute:last-child .value,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .aditional-attribute-content .attribute.aditional .content-atribute:last-child .value {
  border-bottom: 0;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  display: grid;
  grid-template-areas: "photo details" "photo caract" "photo price" "photo inner" "additional additional";
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info {
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 450px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info {
    grid-template-columns: 120px 1fr;
  }
}
@media (min-width: 769px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info {
    -webkit-gap: 10px 20px;
    -moz-gap: 10px 20px;
    -ms-gap: 10px 20px;
    gap: 10px 20px;
    grid-template-columns: 15% 30% auto;
    grid-template-areas: "photo details additional" "photo characteristics additional" "photo price additional" "photo inner additional";
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info > .field.choice,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info > .field.choice {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .MagicToolboxContainer,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .MagicToolboxContainer {
  float: left;
  margin: 20px;
  display: block;
  padding: 0;
  width: 240px !important;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo {
  grid-area: photo;
  max-width: 196px;
  grid-row: 1;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo {
    height: 140px;
    margin: 0;
    grid-row: auto;
  }
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo span,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo span {
    height: 150px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo > [class*="amlabel-position"],
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo > [class*="amlabel-position"] {
  top: 10px !important;
  left: 40px !important;
}
@media only screen and (max-width: 1024px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo > [class*="amlabel-position"] > div,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo > [class*="amlabel-position"] > div {
    max-width: 35px !important;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo {
    max-width: 128px;
    display: block;
    margin-left: 10px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo .product-image-container .product-image-photo,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-photo .product-image-container .product-image-photo {
  border-radius: 16px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .label-price,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .label-price {
  margin-top: 15px;
  color: #969595;
  font-size: 1.4rem;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics {
  font-size: 1.6rem;
  width: 41.5%;
  grid-area: photo;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics {
    grid-row: auto;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics {
    position: relative;
    top: -10px;
  }
}
@media (max-width: 820px) and (min-width: 820px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics {
    position: relative;
    top: -44px;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics {
    position: relative;
    top: 0px;
    grid-row: auto;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics table.atributos-tabla,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics table.atributos-tabla {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics .attribute.marca,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics .attribute.marca {
  width: 100%;
  max-width: 217px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics .attribute.marca > .m-logo,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics .attribute.marca > .m-logo {
  display: block;
  width: 100%;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics .attribute.marca > .m-logo img,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-characteristics .attribute.marca > .m-logo img {
  width: auto !important;
  max-height: 25px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content {
  grid-area: price;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content {
    margin-top: -50px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box {
    margin-top: 15px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 10px;
  -moz-gap: 0 10px;
  -ms-gap: 0 10px;
  gap: 0 10px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group > .price-label,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group > .price-label {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group .price,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group .price {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group .price,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group .price {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group .price,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group .price {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group .wolf-currency-code,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group .wolf-currency-code {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group .wolf-currency-code,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group .wolf-currency-code {
    font-size: 1.6rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group__group,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .price-container__group__group {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .old-price .price-container .price-label,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .old-price .price-container .price-label {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .old-price .price-container__group span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .old-price .price-container__group span {
  font-size: 1.4rem;
  color: #cccccc;
  text-decoration: line-through;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .old-price .price-container__group span,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .old-price .price-container__group span {
    font-size: 2rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .wolf-currency-code,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .wolf-currency-code {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .wolf-currency-code,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .prices-content .price-box .wolf-currency-code {
    font-size: 2rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details {
  grid-area: details;
  margin-top: 0;
  padding-left: 0;
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details {
    padding-right: 10px;
    max-width: none;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-name,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-name {
  order: 1;
  font-size: 2rem;
  color: #1d1d1b;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-name,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-name {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a.product-item-link,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a.product-item-link {
  color: #1d1d1b;
  font-weight: bold;
  display: -webkit-box;
  width: 100%;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a.product-item-link,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-name a.product-item-link {
    height: 55px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-code,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-code {
  order: 2;
  color: #1d1d1b;
  font-weight: bold;
  font-size: 1.4rem;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-serie,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-item-serie {
  order: 3;
  color: #1d1d1b;
  font-weight: bold;
  font-size: 1.4rem;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-reviews-summary,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product-reviews-summary {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie {
  margin-top: 20px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.sku,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.sku {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #1d1d1b;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.sku,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.sku {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.serie,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.serie {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #1d1d1b;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.serie,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-details .product.sku-serie .product.attribute.serie {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info {
  grid-area: additional;
  margin-top: 20px;
}
@media (max-width: 769px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info {
    -webkit-grid-row: 6;
    -moz-grid-row: 6;
    -ms-grid-row: 6;
    grid-row: 6;
  }
}
@media (min-width: 769px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info {
    grid-column: 3;
    margin-top: 0;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 5px 8px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute .label,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute .label {
  width: 50%;
  background: #ffffff;
  padding: 3px;
  border-bottom: 1px solid #eaeaea;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute .value,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute .value {
  width: 50%;
  background: #f8f8f8;
  padding: 3px;
  border-bottom: 1px solid #eaeaea;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute .value p span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute .value p span,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute .value div span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute .value div span {
  font-size: 1.4rem !important;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute:first-child .label,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute:first-child .label {
  border-radius: 10px 0 0 0;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute:last-child .label,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute:last-child .label {
  border-radius: 0 0 0 10px;
  border-bottom: 0;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute:last-child .value,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-additional-info .attribute.aditional .content-atribute:last-child .value {
  border-bottom: 0;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner {
  grid-area: inner;
  width: 100%;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .field.comment-box,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .field.comment-box {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart {
  margin-bottom: 0;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset {
  margin-bottom: 0;
  position: relative;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset div.mage-error,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset div.mage-error {
  position: absolute;
  top: -22px;
  white-space: nowrap;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset div.mage-error,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset div.mage-error {
    top: -5px;
    line-height: 10px;
    left: 0;
    white-space: initial;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 10px;
  -moz-gap: 0 10px;
  -ms-gap: 0 10px;
  gap: 0 10px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 1024px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
    margin-top: 17px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty > .label,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty > .label {
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty > .label,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty > .label {
    font-size: 1.8rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 10px;
  -moz-gap: 0 10px;
  -ms-gap: 0 10px;
  gap: 0 10px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad {
  margin-left: 16px;
  border-radius: 16px;
  background: #eaeaea;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 128px;
  width: 100%;
  padding: 3px;
  height: 40px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad button,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad button,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad .quote-details-items .actions-toolbar > .action,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad .quote-details-items .actions-toolbar > .action {
  background: #385ea4;
  border-radius: 10px;
  width: 28px;
  height: 28px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad button:before,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad button:before,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad .quote-details-items .actions-toolbar > .action:before,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad .quote-details-items .actions-toolbar > .action:before {
  color: #ffffff;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad input.qty,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad input.qty {
  background: #eaeaea;
  color: #1d1d1b;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad #qty-error,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad #qty-error {
  position: absolute;
  top: 33px;
  left: 0;
  line-height: 1;
  width: 100%;
  z-index: 1;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad #qty-error,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .qty-cantidad #qty-error {
    height: 40px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .control.qty-cantidad,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-content .control.qty-cantidad {
  margin-left: 0;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .text-label-cant,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .text-label-cant {
  font-size: 1.6rem;
  color: #969595;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .text-label-cant,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .text-label-cant {
    font-size: 1.8rem;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .text-label-cant .text-qty,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .text-label-cant .text-qty {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .text-label-cant .text-qty-mult,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .text-label-cant .text-qty-mult {
  margin-bottom: 10px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions {
  padding: 0;
  margin-top: 0;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .actions,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .box-tocart .actions {
  margin-top: 15px;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions {
  position: relative;
  padding-bottom: 35px;
  clear: left;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-gap: 0 10px;
    -moz-gap: 0 10px;
    -ms-gap: 0 10px;
    gap: 0 10px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions a.action.edit,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions a.action.edit {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions a.action.edit:before,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions a.action.edit:before {
  font-size: 2.8rem;
  line-height: 2.8rem;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions a.btn-remove.action.delete,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions a.btn-remove.action.delete {
  position: absolute;
  left: 0;
  bottom: 0;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions a.btn-remove.action.delete:before,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions a.btn-remove.action.delete:before {
  font-size: 2.8rem;
  line-height: 2.8rem;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown {
  font-weight: 600;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown {
    display: inline-block;
    margin-top: 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown > span.action.toggle,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown > span.action.toggle {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    white-space: nowrap;
    align-items: center;
    margin-right: 0;
    letter-spacing: -0.3px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown > span.action.toggle:after,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown > span.action.toggle:after {
  font-size: 1.6rem;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown ul.items.dropdown,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown ul.items.dropdown {
  border-color: #eaeaea;
  border-radius: 16px;
  box-shadow: none;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown ul.items.dropdown:after,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown ul.items.dropdown:after {
  border-color: transparent transparent #eaeaea transparent;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown.copy ul.items.dropdown,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown.copy ul.items.dropdown {
    left: -130px;
  }
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown.copy ul.items.dropdown:before,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown.copy ul.items.dropdown:before {
    left: auto;
    right: 40px;
  }
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown.copy ul.items.dropdown:after,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-actions .wishlist-dropdown.copy ul.items.dropdown:after {
    left: auto;
    right: 38px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-description,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-item-inner .product-item-description {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center {
  -webkit-grid-area: inner;
  -moz-grid-area: inner;
  -ms-grid-area: inner;
  grid-area: inner;
  -webkit-grid-row: 5;
  -moz-grid-row: 5;
  -ms-grid-row: 5;
  grid-row: 5;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center button.action.call-center,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center button.action.call-center,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center .quote-details-items .actions-toolbar > .action.action.call-center,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center .quote-details-items .actions-toolbar > .action.action.call-center {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center button.action.call-center,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center button.action.call-center,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center .quote-details-items .actions-toolbar > .action.action.call-center,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center .quote-details-items .actions-toolbar > .action.action.call-center {
    font-size: 1.8rem;
  }
}
@media (max-width: 769px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center button.action.call-center,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center button.action.call-center,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center .quote-details-items .actions-toolbar > .action.action.call-center,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .products-grid.wishlist ol.product-items li.product-item .product-item-info .product-call-center .quote-details-items .actions-toolbar > .action.action.call-center {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar {
  float: left;
  width: 100%;
  margin-top: 40px;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar {
    bottom: -70px;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action {
  padding: 0 15px;
  border: 0;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 44px;
  margin: 0;
  width: fit-content;
  white-space: nowrap;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action {
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button span,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button span,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button span,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action span,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 920px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button:before,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button:before,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action:before,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
    z-index: 0;
    transition: all 0.3s;
  }
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button:after,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button:after,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action:after,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(300deg, #559ad8 0%, #385ea4 100%);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button > span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button > span,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action > span,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button > span,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button > span,
  .wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action > span,
  .page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action > span {
    z-index: 2;
  }
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button:hover,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button:hover,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action:hover,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action:hover {
  transition: all 0.3s;
}
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button:hover::after,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > button:hover::after,
.wishlist-index-index .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action:hover::after,
.page-multiple-wishlist .page-wrapper .page-main .form-wishlist-items .actions-toolbar .primary > .quote-details-items .actions-toolbar > .action:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
.wolfsellers.blog-page .page-wrapper .page-main {
  margin-bottom: 60px;
  margin-top: 0 !important;
}
.wolfsellers.blog-page .page-wrapper .breadcrumbs {
  display: block;
}
@media only screen and (min-width: 769px) {
  .wolfsellers.blog-page.page-layout-2columns-right .column.main {
    width: 70%;
  }
}
.wolfsellers.blog-page .sidebar.sidebar-additional .actions .action.search {
  background: none;
  display: flex;
  text-decoration: none;
}
.wolfsellers.blog-page .sidebar.sidebar-additional .actions .action.search:before {
  width: 3rem;
  line-height: 2 !important;
}
.wolfsellers.blog-page .sidebar.sidebar-additional .actions .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wolfsellers.blog-page .sidebar.sidebar-additional .block-compare .block-title strong,
.wolfsellers.blog-page .sidebar.sidebar-additional .block-reorder .block-title strong,
.wolfsellers.blog-page .sidebar.sidebar-additional .block-wishlist .block-title strong,
.wolfsellers.blog-page .sidebar.sidebar-additional .widget .block-title strong {
  font-weight: 500;
}
.wolfsellers.blog-page .sidebar.sidebar-additional .widget.block .item a.post-item-link {
  color: #385ea4;
}
.wolfsellers.blog-page .sidebar.sidebar-additional .widget.block.block-archive {
  margin-bottom: 1.5rem;
}
.wolfsellers.blog-page .sidebar.sidebar-additional .widget.block.block-archive .block-title {
  margin-bottom: 0;
}
.wolfsellers.blog-page .sidebar.sidebar-additional .widget.block.blog-custom p {
  margin: 0.5rem 0 2rem;
}
@media only screen and (min-width: 769px) {
  .wolfsellers.blog-page .sidebar.sidebar-additional {
    width: 30%;
  }
}
.wolfsellers.blog-page .sidebar.sidebar-additional .widget.block.blog-custom {
  display: none;
}
.wolfsellers.blog-page #maincontent {
  border-radius: 1.6rem;
  margin-top: 4rem;
}
.wolfsellers.blog-page #maincontent .page-title-wrapper {
  display: none;
}
.wolfsellers.blog-page #maincontent .page-title-wrapper .page-title {
  font-weight: 400;
  font-size: 2rem;
  margin: 2rem 0;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.blog-page #maincontent .page-title-wrapper .page-title {
    font-size: 3.2rem;
    margin: 4rem 0 2rem;
    padding: 0;
  }
}
.wolfsellers.blog-page #maincontent .widget.block.block-static-block {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .widget.block.block-static-block {
    margin-bottom: 15px;
  }
}
.wolfsellers.blog-page #maincontent .columns .column.main {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
  width: 69%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .column.main {
    width: 100%;
    margin-bottom: 10px;
  }
}
.wolfsellers.blog-page #maincontent .columns .column.main .widget.block.block-static-block {
  order: 1;
}
.wolfsellers.blog-page #maincontent .columns .column.main .widget.block.block-static-block [data-content-type="row"] [data-content-type="text"] h2 {
  margin-top: -8px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .column.main .widget.block.block-static-block [data-content-type="row"] [data-content-type="text"] h2 {
    font-size: 2.4rem;
  }
}
.wolfsellers.blog-page #maincontent .columns .column.main .widget.block.block-static-block [data-content-type="row"] .post-list-wrapper ul.post-list li .post-content .post-read-more {
  display: none;
}
.wolfsellers.blog-page #maincontent .columns .column.main .widget.block.block-static-block [data-content-type="row"] .post-list-wrapper ul.post-list li .post-info.clear .item.post-categories {
  display: none;
}
.wolfsellers.blog-page #maincontent .columns .column.main .post-list-wrapper {
  order: 2;
}
.wolfsellers.blog-page #maincontent .columns .column.main .post-list-wrapper ol.post-list.modern li.post-item .post-container .post-info .post-title-wrap h3 a {
  color: #1d1d1b;
  font-weight: 600;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .column.main .post-list-wrapper ol.post-list.modern li.post-item .post-container .post-info .post-title-wrap h3 a {
    font-size: 2rem;
    line-height: 20px;
  }
}
.wolfsellers.blog-page #maincontent .columns .column.main .post-list-wrapper ol.post-list.modern li.post-item .post-container .post-info .post-description [data-content-type="text"] p span span {
  font-size: 1.8rem !important;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .column.main .post-list-wrapper ol.post-list.modern li.post-item .post-container .post-info .post-description [data-content-type="text"] p span span {
    font-size: 1.6rem !important;
  }
}
.wolfsellers.blog-page #maincontent .columns .column.main .post-list-wrapper ol.post-list.modern li.post-item .post-container .post-image .image-container .image-wrap .animation-type-zoom {
  border-radius: 16px;
}
.wolfsellers.blog-page #maincontent .columns .column.main .toolbar.toolbar-blog-posts {
  order: 3;
}
.wolfsellers.blog-page #maincontent .columns .column.main .post-list-wrapper.blog-widget-recent ul.post-list.clearfix li.post-holder .post-header .post-title .post-item-link {
  color: #1d1d1b;
  font-weight: 600;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .column.main .post-list-wrapper.blog-widget-recent ul.post-list.clearfix li.post-holder .post-header .post-title .post-item-link {
    font-size: 2rem;
    line-height: 20px;
  }
}
.wolfsellers.blog-page #maincontent .columns .column.main .post-list-wrapper.blog-widget-recent ul.post-list.clearfix li.post-holder .post-header .post-info.clear .item.post-posed-date .label {
  display: none;
}
.wolfsellers.blog-page #maincontent .columns .column.main .post-list-wrapper.blog-widget-recent ul.post-list.clearfix li.post-holder .post-header .post-info.clear .item.post-posed-date .value {
  font-style: normal;
  font-weight: bold;
}
.wolfsellers.blog-page #maincontent .columns .column.main .post-list-wrapper.blog-widget-recent ul.post-list.clearfix li.post-holder .post-content .post-ftimg-hld a img {
  border-radius: 16px;
}
.wolfsellers.blog-page #maincontent .columns .column.main ._post-view .post-content .row-products [data-content-type="heading"] {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  color: #385ea4;
  font-size: 3.2rem;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 16px;
  margin-top: 10px;
  position: relative;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 820px) {
  .wolfsellers.blog-page #maincontent .columns .column.main ._post-view .post-content .row-products [data-content-type="heading"] {
    font-size: 2.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .column.main ._post-view .post-content .row-products [data-content-type="heading"] {
    margin-top: 0;
  }
}
.wolfsellers.blog-page #maincontent .columns .column.main ._post-view .post-content .row-products [data-content-type="heading"]:before {
  content: '';
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 0px;
  height: 65px;
  width: 24px;
  border-radius: 16px 0px 0px 16px;
}
@media only screen and (max-width: 820px) {
  .wolfsellers.blog-page #maincontent .columns .column.main ._post-view .post-content .row-products [data-content-type="heading"]:before {
    height: 100%;
  }
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional {
    margin-top: 10px;
  }
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.blog-search {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.blog-search {
    padding-top: 10px;
  }
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.blog-search .block-content form .actions button,
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.blog-search .block-content form .actions .quote-details-items .actions-toolbar > .action {
  background: #385ea4;
  border-radius: 0px 16px 16px 0px !important;
  width: 84px;
  text-align: center;
  display: block;
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.blog-search .block-content form .actions button span,
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.blog-search .block-content form .actions .quote-details-items .actions-toolbar > .action span {
  position: initial;
  overflow: visible;
  margin: initial;
  width: auto;
  height: auto;
  line-height: 2;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.blog-search .block-content form .actions button:before,
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.blog-search .block-content form .actions .quote-details-items .actions-toolbar > .action:before {
  display: none;
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-categories {
  margin-bottom: 20px;
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-categories .block-title {
  margin: 0 0 10px;
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-categories .block-title strong {
  font-weight: bold;
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-categories .accordion li a {
  color: #1d1d1b;
  font-weight: normal;
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-recent-posts,
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-popular-posts {
  border-top: 1px solid #eaeaea;
  padding-top: 7px;
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-recent-posts .block-title,
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-popular-posts .block-title {
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-recent-posts .block-title,
  .wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-popular-posts .block-title {
    padding-top: 10px;
  }
}
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-recent-posts .block-content .item .post-image,
.wolfsellers.blog-page #maincontent .columns .sidebar.sidebar-additional .widget.block.block-popular-posts .block-content .item .post-image {
  border-radius: 8px;
}
.wolfsellers.blog-page #maincontent .columns .products-grid ol.product-items li.product-item > div.product-item-info .marca-serie {
  height: 75px;
}
.wolfsellers.blog-page #maincontent .columns .post-list-wrapper .post-list .post-item .post-info .post-description div p,
.wolfsellers.blog-page #maincontent .columns .post-list-wrapper .post-list .post-item .post-info .post-description div p span,
.wolfsellers.blog-page #maincontent .columns .post-list-wrapper .post-list .post-item .post-info .post-description div h3 span,
.wolfsellers.blog-page #maincontent .columns .post-list-wrapper .post-list .post-item .post-info .post-description div h3 span strong {
  font-size: 1.4rem !important;
  font-family: 'vde-font', sans-serif !important;
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .post-view-modern {
    border-bottom: 1px solid #eaeaea;
  }
  .wolfsellers.blog-page #maincontent .columns .post-view-modern .post-holder {
    margin-bottom: 0;
  }
}
.wolfsellers.blog-page #maincontent .columns .post-view-modern .post-content ._post-description .post-featured-image img {
  border-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .wolfsellers.blog-page #maincontent .columns .post-holder .post-header {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .post-holder .post-header {
    padding: 0;
  }
}
.wolfsellers.blog-page #maincontent .columns .post-holder .post-data-wrap span.post-author-name {
  display: none;
}
.wolfsellers.blog-page #maincontent .columns .post-holder .post-data-wrap span.post-date {
  font-size: 1.4rem;
}
.wolfsellers.blog-page #maincontent .columns .post-content {
  max-width: 98rem;
}
@media only screen and (max-width: 1024px) {
  .wolfsellers.blog-page #maincontent .columns .post-content .post-featured-image {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="html"] p,
.wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="text"] p {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="html"] p,
  .wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="text"] p {
    font-size: 1.8rem;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="html"] p,
  .wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="text"] p {
    padding: 0;
  }
}
@media only screen and (max-width: 820px) {
  .wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="html"] p,
  .wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="text"] p {
    margin-right: 0 !important;
  }
}
.wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="html"] p span,
.wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="text"] p span {
  font-family: 'vde-font', sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="html"] p span,
  .wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="text"] p span {
    font-size: 1.8rem !important;
    padding: 0;
  }
}
.wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="html"] p img,
.wolfsellers.blog-page #maincontent .columns .post-content .post-description div[data-content-type="text"] p img {
  height: auto !important;
}
.wolfsellers.blog-page #maincontent .columns .post-content .post-description ul {
  padding-left: 3rem;
}
.wolfsellers.blog-page #maincontent .columns .post-content .post-description ul li,
.wolfsellers.blog-page #maincontent .columns .post-content .post-description ul li span,
.wolfsellers.blog-page #maincontent .columns .post-content .post-description ul li strong {
  font-family: 'vde-font', sans-serif !important;
  font-size: 1.6rem !important;
  list-style: disc !important;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .post-content .post-description ul li,
  .wolfsellers.blog-page #maincontent .columns .post-content .post-description ul li span,
  .wolfsellers.blog-page #maincontent .columns .post-content .post-description ul li strong {
    font-size: 1.8rem !important;
  }
}
.wolfsellers.blog-page #maincontent .columns .post-bottom {
  max-width: 98rem;
}
.wolfsellers.blog-page #maincontent .columns .post-bottom .post-prev a.nextprev-link,
.wolfsellers.blog-page #maincontent .columns .post-bottom .post-next a.nextprev-link {
  color: #385ea4;
}
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply {
  max-width: 48rem;
}
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply textarea {
  min-height: 12rem;
}
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld button,
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld .quote-details-items .actions-toolbar > .action {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 44px;
  margin: 0;
  width: fit-content;
  white-space: nowrap;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 920px) {
  .wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld button,
  .wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld .quote-details-items .actions-toolbar > .action {
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
  }
}
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld button span,
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld .quote-details-items .actions-toolbar > .action span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld button span,
  .wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld .quote-details-items .actions-toolbar > .action span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 920px) {
  .wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld button:before,
  .wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld .quote-details-items .actions-toolbar > .action:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
    z-index: 0;
    transition: all 0.3s;
  }
  .wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld button:after,
  .wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld .quote-details-items .actions-toolbar > .action:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(300deg, #559ad8 0%, #385ea4 100%);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
  }
}
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld button > span,
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld .quote-details-items .actions-toolbar > .action > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld button > span,
  .wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld .quote-details-items .actions-toolbar > .action > span {
    z-index: 2;
  }
}
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld button:hover,
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld .quote-details-items .actions-toolbar > .action:hover {
  transition: all 0.3s;
}
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld button:hover::after,
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .c-btn-hld .quote-details-items .actions-toolbar > .action:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
.wolfsellers.blog-page #maincontent .columns .post-bottom .c-reply .mage-error {
  background: none;
}
.wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items {
    padding: 2px 20px 0;
  }
}
.wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item {
  margin: 0;
}
.wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item strong.page {
  background: none;
}
.wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item strong span,
.wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item a span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item strong span,
  .wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item a span {
    font-size: 1.8rem;
  }
}
.wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item.pages-item-previous a,
.wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item.pages-item-next a {
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item.pages-item-previous a::before,
.wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item.pages-item-next a::before {
  color: #385ea4;
  line-height: 2.3;
}
@media only screen and (min-width: 768px) {
  .wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item.pages-item-previous a::before,
  .wolfsellers.blog-page #maincontent .columns .toolbar.toolbar-blog-posts .pages .pages-items .item.pages-item-next a::before {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.blog-post-view .column.main ._post-view .post-bottom #post-comments .c-count {
  border-bottom: none;
}
.blog-post-view .column.main ._post-view .post-bottom #post-comments .c-count strong {
  font-size: 2.8rem;
  color: #385ea4;
  border-bottom: none;
}
body.checkout-onepage-success .disable-table {
  display: none;
}
body.checkout-onepage-success .page-title-wrapper a.action.print {
  display: none;
}
body.checkout-onepage-success .page-title-wrapper .page-title {
  text-align: center;
  display: none;
}
body.checkout-onepage-success .checkout-success .icon-img {
  display: block;
  margin: auto;
  width: 100%;
  float: left;
}
body.checkout-onepage-success .checkout-success .icon-img img {
  display: block;
  margin: auto;
  max-width: 290px;
}
body.checkout-onepage-success .checkout-success .icon-img .page-title-wrapper {
  margin-bottom: 10px;
}
body.checkout-onepage-success .checkout-success .icon-img .page-title-wrapper h1.page-title {
  text-align: center;
  display: block;
  font-weight: bold;
  color: #385ea4;
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .icon-img .page-title-wrapper h1.page-title {
    font-size: 2.8rem;
  }
}
body.checkout-onepage-success .checkout-success .icon-img .page-title-wrapper h1.page-title span {
  width: 100%;
  float: left;
  font-family: 'vde-font';
  font-size: 4rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .icon-img .page-title-wrapper h1.page-title span {
    font-size: 2.8rem;
  }
}
body.checkout-onepage-success .checkout-success p {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body.checkout-onepage-success .checkout-success p a {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success p {
    font-size: 2.4rem;
    font-weight: normal;
  }
}
body.checkout-onepage-success .checkout-success p.second-text {
  display: none;
}
body.checkout-onepage-success .checkout-success .actions-toolbar {
  display: block;
  margin: auto;
  text-align: center;
  float: none;
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary {
  text-align: center;
  margin: auto;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  width: 37%;
  float: none;
  margin-top: 10px;
}
@media only screen and (max-width: 920px) {
  body.checkout-onepage-success .checkout-success .actions-toolbar .primary {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .actions-toolbar .primary {
    display: block;
    width: 100%;
  }
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action.primary.continue {
  text-align: center;
  margin: auto;
  float: none;
  width: 216px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action.primary.continue {
    width: 200px;
    margin: auto;
  }
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action.primary.view-orders {
  background: #f2cd50;
  border: 1px solid #f2cd50;
  margin-top: 0;
  width: 216px;
  margin-right: 10px;
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action.primary.view-orders:before,
body.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action.primary.view-orders:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action.primary.view-orders {
    width: 200px;
    margin: 15px auto;
  }
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action.primary.view-orders span {
  color: #1d1d1b;
  font-weight: bold;
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary.optional {
  margin: auto;
  text-align: center;
  justify-content: center;
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary.optional button.btn.print,
body.checkout-onepage-success .checkout-success .actions-toolbar .primary.optional .quote-details-items .actions-toolbar > .action.btn.print {
  margin: 25px 0 0;
  border: none;
  color: #385ea4;
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary.optional button.btn.print span:before,
body.checkout-onepage-success .checkout-success .actions-toolbar .primary.optional .quote-details-items .actions-toolbar > .action.btn.print span:before {
  color: #385ea4;
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary.optional button.btn.print:hover,
body.checkout-onepage-success .checkout-success .actions-toolbar .primary.optional .quote-details-items .actions-toolbar > .action.btn.print:hover {
  background: transparent;
}
body.checkout-onepage-success .checkout-success .referencepayment-data.info-success {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
body.checkout-onepage-success .checkout-success .referencepayment-data.info-success .table-reference {
  width: auto;
  margin: auto;
  border-collapse: collapse;
  border-radius: 16px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #f8f8f8;
  background: #ffffff;
}
body.checkout-onepage-success .checkout-success .referencepayment-data.info-success .table-reference tbody tr {
  border-bottom: 1px solid #eaeaea;
}
body.checkout-onepage-success .checkout-success .referencepayment-data.info-success .table-reference tbody tr th {
  text-align: center;
  vertical-align: middle;
  background: #eaeaea;
}
body.checkout-onepage-success .checkout-success .referencepayment-data.info-success .table-reference tbody tr th:first-child {
  border-radius: 16px 0px 0px;
}
body.checkout-onepage-success .checkout-success .referencepayment-data.info-success .table-reference tbody tr th:last-child {
  border-radius: 0px 16px 0px 0px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .referencepayment-data.info-success .table-reference tbody tr th {
    padding: 5px 10px;
  }
}
body.checkout-onepage-success .checkout-success .referencepayment-data.info-success .table-reference tbody tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .referencepayment-data.info-success .table-reference tbody tr td {
    padding: 10px 7px;
    word-break: break-word;
    line-break: normal;
    hyphens: auto;
    overflow-wrap: break-word;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .referencepayment-data.info-success .table-reference tbody {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .referencepayment-data.info-success .table-reference {
    font-size: 1.1rem;
  }
}
body.checkout-onepage-success .checkout-success .order-summary {
  border-radius: 16px;
  margin-top: 20px;
  float: left;
  width: 1144px;
  margin: auto;
  padding: 0;
  float: none;
  margin-top: 30px;
}
@media only screen and (max-width: 1280px) {
  body.checkout-onepage-success .checkout-success .order-summary {
    width: 100%;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart {
  background: #ffffff;
  width: 100%;
  margin: 0 !important;
  padding: 15px;
  border-radius: 16px 16px 0px 0px;
  display: block;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart {
    width: 100%;
    padding: 10px;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .title-table {
  margin-bottom: 20px;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .title-table .view-orders {
  font-size: 2.4rem;
  font-weight: bold;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .thehad-labels {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .thehad-labels div {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1d1d1b;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .thehad-labels .col-price {
  padding-left: 200px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .thehad-labels {
    display: none;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product {
  border: none;
  border-bottom: 2px solid #eeeeee;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  border-radius: 0;
  padding-bottom: 30px;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-img.data-product-container {
  display: contents;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-img.data-product-container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    margin-bottom: 20px;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-img.data-product-container .img-product {
  width: 92px;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-img.data-product-container .data-product {
  width: 20%;
  margin-left: -30px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-img.data-product-container .data-product {
    width: initial;
    margin-left: 20px;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-img.data-product-container .data-product span {
  font-size: 1.3rem;
  font-weight: 600;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-img.data-product-container .data-product .sku {
  white-space: nowrap;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-img.data-product-container .data-product .sku span {
  font-size: 1.4rem;
  font-weight: normal;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price-pref {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price span:first-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span:first-child {
  font-size: 1.4rem;
  color: #969595;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price span:first-child,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span:first-child {
    font-size: 1.2rem;
    white-space: normal !important;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-unit,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-unit,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-pref,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-pref {
  font-size: 1.8rem;
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-unit,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-unit,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-pref,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-pref {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 340px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-unit,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-unit,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price span.price-pref,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price-pref span.price-pref {
    font-size: 1rem;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .title-mobile {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .title-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-price.price-container .unit-price-pref {
    margin-top: 15px;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  width: 110px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    width: 70px;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container:before {
    width: 100%;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container span:last-child {
    font-size: 1.2rem;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product {
  display: block;
  position: relative;
  background: transparent;
  border-radius: 16px;
  max-width: 110px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product {
    max-width: 52px;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product input.input-text.qty.js-qty-input {
  background: transparent;
  width: 100%;
  text-align: center;
  padding: 0;
  pointer-events: none;
  border: none;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product input.input-text.qty.js-qty-input {
    width: 100%;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product input.input-text.qty.js-qty-input:focus {
  border: none;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action {
  background: #385ea4;
  border-radius: 10px;
  width: 28px;
  height: 28px;
  display: none;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button span,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action span {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button.action-more,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action.action-more {
  margin-right: 5px;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button.action-less,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action.action-less {
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product button,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .field.qty.js-add-more-product .quote-details-items .actions-toolbar > .action {
    display: none;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .label-qty {
  margin-left: 10px;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .title-mobile {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container .title-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-total.total-subtotal {
    padding-left: 10px;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-total.total-subtotal .subtotal {
  font-size: 1.8rem;
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-total.total-subtotal .subtotal {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 340px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-total.total-subtotal .subtotal {
    font-size: 1rem;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-total.total-subtotal .title-mobile {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-total.total-subtotal .title-mobile {
    display: none;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-product .info-product .col-total.total-subtotal .icon-trash {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table.table-cedis {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 5px;
    background: #f8f8f8;
    max-width: calc(100vw - 40px);
    overflow: scroll;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table.table-cedis .heading {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    background: #ffffff !important;
    font-size: 1.2rem;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table.table-cedis .heading .cell {
    border-radius: 0 !important;
    padding: 0 0 0 5px !important;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table.table-cedis .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.2rem;
    width: 50%;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table.table-cedis .row .cell {
    border-radius: 0 !important;
  }
}
@media only screen and (max-width: 768px) and screen and (max-width: 340px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table.table-cedis {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table.table-cedis .row {
    white-space: normal !important;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table-discount-client {
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table-discount-client .heading {
    flex: 0 0 100%;
    width: 50%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff !important;
    border: 3px solid #f8f8f8;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table-discount-client .heading .cell {
    border: 0 !important;
    border-radius: 0 !important;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table-discount-client .row {
    width: 50%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #f8f8f8;
    height: 50%;
    font-size: 1.2rem;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table-discount-client .row:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    padding-top: 5px;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table-discount-client .row .cell {
    border: 0 !important;
    height: 50%;
    float: left;
    width: 100%;
  }
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .table-discount-client .row .cell:first-child {
    border-bottom: 1px solid #eaeaea;
    height: 50%;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 20px;
  -moz-gap: 20px;
  -ms-gap: 20px;
  gap: 20px;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas {
    -webkit-gap: 0;
    -moz-gap: 0;
    -ms-gap: 0;
    gap: 0;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-cedis,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-cedis {
  width: 626px;
}
@media only screen and (max-width: 820px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-cedis,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-cedis {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-cedis,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-cedis {
    width: 100%;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table .heading,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table .heading {
  background: #eaeaea;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table .heading .cell,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table .heading .cell {
  border-right: none;
  border-left: none;
  font-weight: normal;
  border: 1px solid #eaeaea;
  color: #969595;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table .heading .cell,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table .heading .cell {
    text-align: left;
    font-size: 1.2rem;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table .heading .cell span,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table .heading .cell span {
  color: #969595;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table .heading .cell:first-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table .heading .cell:first-child {
  border-radius: 16px 0 0 0;
  border: 1px solid #eaeaea;
  color: #969595;
  padding: 5px;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table .heading .cell:last-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table .heading .cell:last-child {
  border-radius: 0 16px 0 0;
  border: 1px solid #eaeaea;
  color: #969595;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table .row .cell,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table .row .cell {
  border: 1px solid #eaeaea;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table .row:last-child .cell:first-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table .row:last-child .cell:first-child {
  border-radius: 0 0 0 16px;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table .row:last-child .cell:last-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table .row:last-child .cell:last-child {
  border-radius: 0 0 16px 0;
  white-space: normal !important;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table .row:first-child .cell:first-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table .row:first-child .cell:first-child {
  border-radius: 16px 0 0 0;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table .row:first-child .cell:last-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table .row:first-child .cell:last-child {
  border-radius: 0 16px 0 0;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-discount-client,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-discount-client {
  width: 312px;
  height: max-content;
}
@media only screen and (max-width: 820px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-discount-client,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-discount-client {
    width: 100%;
    height: initial;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-discount-client,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-discount-client {
    width: 100%;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-product-atributes,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-product-atributes {
  width: 626px;
  padding: 5px;
  background: #f8f8f8;
  border-radius: 16px;
  text-align: left;
}
@media only screen and (max-width: 820px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-product-atributes,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-product-atributes {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-product-atributes,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-product-atributes {
    width: 100%;
    font-size: 1.2rem;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-product-atributes.empty,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-product-atributes.empty {
  opacity: 0.1;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-product-atributes .row .cell:first-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-product-atributes .row .cell:first-child {
  background: #ffffff;
  border-left: none;
  border-right: none;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-product-atributes .row .cell:last-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-product-atributes .row .cell:last-child {
  background: #f8f8f8;
  border-right: none;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-product-atributes .row:first-child .cell:first-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-product-atributes .row:first-child .cell:first-child {
  border-top: none;
  border-bottom: none;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-product-atributes .row:first-child .cell:last-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-product-atributes .row:first-child .cell:last-child {
  border-bottom: none;
  border-top: none;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-product-atributes .row:last-child .cell:first-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-product-atributes .row:last-child .cell:first-child {
  border-top: none;
  border-bottom: none;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-product-atributes .row:last-child .cell:last-child,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-product-atributes .row:last-child .cell:last-child {
  border-bottom: none;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-discount-promotion,
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-discount-promotion {
  width: 312px;
  height: max-content;
}
@media only screen and (max-width: 820px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-discount-promotion,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-discount-promotion {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-infocant .table.table-discount-promotion,
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table.table-discount-promotion {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas {
    margin-top: 0;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table {
  border-radius: 16px;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table:first-child {
  width: 620px !important;
  padding: 5px;
  background: #f8f8f8;
}
@media only screen and (max-width: 820px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table:first-child {
    width: 100% !important;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table:first-child .row .cell-odd {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  padding: 2px;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .row-tables-caracteristicas .table:first-child .row .cell {
  width: 50%;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding: 2px;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .container-promo {
  margin: 20px 0 20px 0;
  display: none;
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .container-promo .info-promo {
  background: #f8f8f8;
  padding: 20px;
  width: 50%;
  border-radius: 16px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .container-promo .info-promo {
    display: block;
    width: 100%;
    text-align: center;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .container-promo .info-promo span {
  font-size: 1.8rem;
  color: #1d1d1b;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .container-promo .info-promo span {
    font-size: 1.6rem;
    padding-right: 0;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .cart .table .container-promo .info-promo a {
  background: #f2cd50;
  padding: 10px;
  border: none;
  font-size: 1.8rem;
  color: #1d1d1b;
  border-radius: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .cart .table .container-promo .info-promo a {
    font-size: 1.6rem;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .summary-totals {
  float: right;
  width: 100%;
  background: #ffffff;
  padding-bottom: 20px;
}
body.checkout-onepage-success .checkout-success .order-summary .summary-totals .table {
  float: right;
  padding-right: 20px;
  width: 42%;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .summary-totals .table {
    width: 100%;
    padding-right: 10px;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .summary-totals .table div .row {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
body.checkout-onepage-success .checkout-success .order-summary .summary-totals .table div .row .cell {
  border: none;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .summary-totals .table div .row .cell {
    font-size: 1.4rem;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .summary-totals div p {
  background: #f8f8f8;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .summary-totals div p {
    font-size: 1.6rem;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .text-information {
  float: left;
  width: 100%;
  background: #ffffff;
}
body.checkout-onepage-success .checkout-success .order-summary .text-information .total-exchange {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .text-information .total-exchange {
    padding: 10px;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .text-information .total-exchange div {
  float: left;
  width: 40%;
  float: right;
  margin-right: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  background: #f8f8f8;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .text-information .total-exchange div {
    width: 100%;
    margin-right: 0;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .text-information .total-exchange div p {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .text-information .total-exchange div p {
    font-size: 1.6rem;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .text-information .total-saving {
  float: left;
  width: 100%;
}
body.checkout-onepage-success .checkout-success .order-summary .text-information .total-saving p {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  padding: 10px;
  float: right;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f8f8f8;
  border-radius: 16px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .text-information .total-saving p {
    width: 100%;
    float: left;
    font-size: 1.6rem;
    margin-right: 0;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .order-details {
  float: left;
  width: 100%;
  background: #ffffff;
  border-radius: 0px 0px 16px 16px;
  border-top: 1px solid #eeeeee;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .order-details {
    padding: 10px;
    padding-top: 20px;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .order-details .table .row {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.checkout-onepage-success .checkout-success .order-summary .order-details .table .row .cell {
  border: none;
  font-size: 1.8rem;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .order-details .table .row .cell {
    font-size: 1.6rem;
    width: 100%;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .order-details .table .row .cell p {
  font-size: 1.8rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .checkout-success .order-summary .order-details .table .row .cell p {
    font-size: 1.6rem;
  }
}
body.checkout-onepage-success .checkout-success .order-summary .order-details .table .row .cell p:last-child {
  font-weight: normal;
}
body.checkout-onepage-success .last-information {
  width: 100%;
  float: left;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .last-information {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
body.checkout-onepage-success .last-information .text-information-tel {
  text-align: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .last-information .text-information-tel {
    font-size: 1.6rem;
    width: 80%;
    text-align: center;
    margin: auto;
  }
}
body.checkout-onepage-success .last-information .tnk-text {
  font-size: 3.2rem;
  color: #385ea4;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.checkout-onepage-success .last-information .tnk-text {
    font-size: 2.8rem;
    margin-top: 20px;
  }
}
.catalog-product_compare-index.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content {
  overflow: visible;
}
.catalog-product_compare-index .column.main a.action.print {
  float: right;
  margin: 10px 0;
  font-size: 1.6rem;
  color: #385ea4;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .catalog-product_compare-index .column.main a.action.print {
    font-size: 1.8rem;
  }
}
.catalog-product_compare-index .column.main .table-wrapper.comparison {
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .catalog-product_compare-index .column.main .table-wrapper.comparison {
    margin: 0;
    padding: 20px 20px;
  }
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table {
  table-layout: auto;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table thead tr td {
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table thead tr td .delete {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  background: #385ea4;
  border-radius: 100%;
  margin-left: auto;
  margin-top: 10px;
  margin-right: 0;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table thead tr td .delete:before {
  color: #ffffff;
  font-size: 1.2rem;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody:not(:last-child) tr td {
  border-top: 0;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody:not(:last-child) tr td .product-item-photo {
  text-align: center;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody:not(:last-child) tr td .product-item-name {
  text-align: center;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody:not(:last-child) tr td .product-item-name a {
  height: 50px;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody:not(:last-child) tr td .product-reviews-summary {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody:not(:last-child) tr td .price-box {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody:not(:last-child) tr td .actions-primary > form {
  display: block;
  margin-bottom: 10px;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody:not(:last-child) tr td .actions-primary > form button.action.tocart,
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody:not(:last-child) tr td .actions-primary > form .quote-details-items .actions-toolbar > .action.action.tocart {
  max-width: 250px;
  margin: auto;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody:not(:last-child) tr td .actions-secondary {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody ~ tbody tr {
  border-bottom: 1px solid #eaeaea;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody ~ tbody tr:nth-child(2n+1) {
  background: #eeeeee;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody ~ tbody tr th {
  border-left: 1px solid #eaeaea;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody ~ tbody tr td {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.catalog-product_compare-index .column.main .table-wrapper.comparison table tbody ~ tbody tr td [data-content-type="video"] {
  display: none;
}
.existencias-index-index .block-existencias,
.existencias-view-index .block-existencias,
.existencias-index-index .block-existencias-view,
.existencias-view-index .block-existencias-view {
  margin-top: 20px !important;
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
.existencias-index-index .block-existencias-navbar nav.navbar.bg-light,
.existencias-view-index .block-existencias-navbar nav.navbar.bg-light,
.existencias-index-index .block-existencias-view-navbar nav.navbar.bg-light,
.existencias-view-index .block-existencias-view-navbar nav.navbar.bg-light {
  background: transparent !important;
  padding: 0;
  margin-bottom: 20px;
}
.existencias-index-index .block-existencias-navbar nav.navbar.bg-light .navbar-nav,
.existencias-view-index .block-existencias-navbar nav.navbar.bg-light .navbar-nav,
.existencias-index-index .block-existencias-view-navbar nav.navbar.bg-light .navbar-nav,
.existencias-view-index .block-existencias-view-navbar nav.navbar.bg-light .navbar-nav {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
.existencias-index-index .block-existencias-navbar nav.navbar.bg-light .navbar-nav .nav-item,
.existencias-view-index .block-existencias-navbar nav.navbar.bg-light .navbar-nav .nav-item,
.existencias-index-index .block-existencias-view-navbar nav.navbar.bg-light .navbar-nav .nav-item,
.existencias-view-index .block-existencias-view-navbar nav.navbar.bg-light .navbar-nav .nav-item {
  font-size: 1.6rem;
  color: #385ea4;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .existencias-index-index .block-existencias-navbar nav.navbar.bg-light .navbar-nav .nav-item,
  .existencias-view-index .block-existencias-navbar nav.navbar.bg-light .navbar-nav .nav-item,
  .existencias-index-index .block-existencias-view-navbar nav.navbar.bg-light .navbar-nav .nav-item,
  .existencias-view-index .block-existencias-view-navbar nav.navbar.bg-light .navbar-nav .nav-item {
    font-size: 1.8rem;
  }
}
.existencias-index-index .block-existencias .secondary,
.existencias-view-index .block-existencias .secondary,
.existencias-index-index .block-existencias-view .secondary,
.existencias-view-index .block-existencias-view .secondary {
  margin-bottom: 20px;
}
.existencias-index-index .block-existencias .secondary a.back,
.existencias-view-index .block-existencias .secondary a.back,
.existencias-index-index .block-existencias-view .secondary a.back,
.existencias-view-index .block-existencias-view .secondary a.back {
  font-weight: 600;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .existencias-index-index .block-existencias .secondary a.back,
  .existencias-view-index .block-existencias .secondary a.back,
  .existencias-index-index .block-existencias-view .secondary a.back,
  .existencias-view-index .block-existencias-view .secondary a.back {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .existencias-index-index .block-existencias,
  .existencias-view-index .block-existencias,
  .existencias-index-index .block-existencias-view,
  .existencias-view-index .block-existencias-view {
    margin: 0 0 15px;
    padding: 20px 20px;
  }
}
.existencias-index-index .block-existencias .block-title,
.existencias-view-index .block-existencias .block-title,
.existencias-index-index .block-existencias-view .block-title,
.existencias-view-index .block-existencias-view .block-title {
  font-size: 2rem;
  color: #1d1d1b;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 16px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  .existencias-index-index .block-existencias .block-title,
  .existencias-view-index .block-existencias .block-title,
  .existencias-index-index .block-existencias-view .block-title,
  .existencias-view-index .block-existencias-view .block-title {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .existencias-index-index .block-existencias .block-title,
  .existencias-view-index .block-existencias .block-title,
  .existencias-index-index .block-existencias-view .block-title,
  .existencias-view-index .block-existencias-view .block-title {
    font-size: 2.4rem;
    margin: 0 0 9px;
    padding: 0 0 16px;
  }
}
.existencias-index-index .block-existencias .block-title strong,
.existencias-view-index .block-existencias .block-title strong,
.existencias-index-index .block-existencias-view .block-title strong,
.existencias-view-index .block-existencias-view .block-title strong,
.existencias-index-index .block-existencias .block-title span,
.existencias-view-index .block-existencias .block-title span,
.existencias-index-index .block-existencias-view .block-title span,
.existencias-view-index .block-existencias-view .block-title span {
  font-weight: bold;
}
.existencias-index-index .block-existencias .table-responsive-md,
.existencias-view-index .block-existencias .table-responsive-md,
.existencias-index-index .block-existencias-view .table-responsive-md,
.existencias-view-index .block-existencias-view .table-responsive-md {
  margin-bottom: 30px;
}
.existencias-index-index .block-existencias .table-responsive-md table thead tr th,
.existencias-view-index .block-existencias .table-responsive-md table thead tr th,
.existencias-index-index .block-existencias-view .table-responsive-md table thead tr th,
.existencias-view-index .block-existencias-view .table-responsive-md table thead tr th {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .existencias-index-index .block-existencias .table-responsive-md table thead tr th,
  .existencias-view-index .block-existencias .table-responsive-md table thead tr th,
  .existencias-index-index .block-existencias-view .table-responsive-md table thead tr th,
  .existencias-view-index .block-existencias-view .table-responsive-md table thead tr th {
    font-size: 1.8rem;
  }
}
.existencias-index-index .block-existencias .table-responsive-md table tbody tr th,
.existencias-view-index .block-existencias .table-responsive-md table tbody tr th,
.existencias-index-index .block-existencias-view .table-responsive-md table tbody tr th,
.existencias-view-index .block-existencias-view .table-responsive-md table tbody tr th {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .existencias-index-index .block-existencias .table-responsive-md table tbody tr th,
  .existencias-view-index .block-existencias .table-responsive-md table tbody tr th,
  .existencias-index-index .block-existencias-view .table-responsive-md table tbody tr th,
  .existencias-view-index .block-existencias-view .table-responsive-md table tbody tr th {
    font-size: 1.8rem;
  }
}
.existencias-index-index .block-existencias .table-responsive-md table tbody tr td,
.existencias-view-index .block-existencias .table-responsive-md table tbody tr td,
.existencias-index-index .block-existencias-view .table-responsive-md table tbody tr td,
.existencias-view-index .block-existencias-view .table-responsive-md table tbody tr td {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .existencias-index-index .block-existencias .table-responsive-md table tbody tr td,
  .existencias-view-index .block-existencias .table-responsive-md table tbody tr td,
  .existencias-index-index .block-existencias-view .table-responsive-md table tbody tr td,
  .existencias-view-index .block-existencias-view .table-responsive-md table tbody tr td {
    font-size: 1.8rem;
  }
}
.existencias-index-index .block-existencias .table-responsive-md.sbt table tbody tr:first-child th,
.existencias-view-index .block-existencias .table-responsive-md.sbt table tbody tr:first-child th,
.existencias-index-index .block-existencias-view .table-responsive-md.sbt table tbody tr:first-child th,
.existencias-view-index .block-existencias-view .table-responsive-md.sbt table tbody tr:first-child th,
.existencias-index-index .block-existencias .table-responsive-md.sbt table tbody tr:first-child td,
.existencias-view-index .block-existencias .table-responsive-md.sbt table tbody tr:first-child td,
.existencias-index-index .block-existencias-view .table-responsive-md.sbt table tbody tr:first-child td,
.existencias-view-index .block-existencias-view .table-responsive-md.sbt table tbody tr:first-child td {
  border-top: 0;
}
.block.widget.block-products-list.grid {
  margin-bottom: -40px;
}
@media (max-width: 769px) {
  .pagebuilder-slider [class*="background-image"] {
    padding-bottom: 160% !important;
  }
}
@media only screen and (min-width: 768px) {
  .pagebuilder-slider [class*="background-image"] {
    padding-bottom: 32%;
  }
}
.pagebuilder-slider [class*="background-image"] .pagebuilder-overlay {
  padding: 0 !important;
}
.pagebuilder-slider button.slick-arrow,
.pagebuilder-slider .quote-details-items .actions-toolbar > .action.slick-arrow {
  width: 100px;
  height: 100px;
  background: #ff0000;
}
@media only screen and (min-width: 768px) {
  .pagebuilder-slider button.slick-arrow,
  .pagebuilder-slider .quote-details-items .actions-toolbar > .action.slick-arrow {
    width: 50px;
    height: 50px;
    background: #385ea4;
  }
}
.pagebuilder-slider button.slick-arrow:before,
.pagebuilder-slider .quote-details-items .actions-toolbar > .action.slick-arrow:before {
  font-size: 50px;
}
@media only screen and (min-width: 768px) {
  .pagebuilder-slider button.slick-arrow:before,
  .pagebuilder-slider .quote-details-items .actions-toolbar > .action.slick-arrow:before {
    font-size: 20px;
  }
}
.pagebuilder-slider button.slick-arrow.slick-prev,
.pagebuilder-slider .quote-details-items .actions-toolbar > .action.slick-arrow.slick-prev {
  left: 100px;
}
@media only screen and (min-width: 768px) {
  .pagebuilder-slider button.slick-arrow.slick-prev,
  .pagebuilder-slider .quote-details-items .actions-toolbar > .action.slick-arrow.slick-prev {
    left: 10px;
  }
}
.pagebuilder-slider button.slick-arrow.slick-next,
.pagebuilder-slider .quote-details-items .actions-toolbar > .action.slick-arrow.slick-next {
  right: 100px;
}
@media only screen and (min-width: 768px) {
  .pagebuilder-slider button.slick-arrow.slick-next,
  .pagebuilder-slider .quote-details-items .actions-toolbar > .action.slick-arrow.slick-next {
    right: 10px;
  }
}
.slick-slider .slick-track {
  padding-bottom: 35px;
}
.slick-slider .slick-arrow {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 100%;
  border: 3px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-arrow {
    width: 38px;
    height: 38px;
    background: #ffffff;
    border-radius: 100%;
    border: 0 solid #385ea4;
  }
}
.slick-slider .slick-arrow:before {
  font-size: 2rem;
  color: #969595;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-arrow:before {
    font-size: 20px;
    color: #969595;
  }
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
@media only screen and (max-width: 768px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .slick-slider .slick-arrow.slick-next {
    right: -10px;
  }
}
.slick-slider .slick-arrow:hover {
  opacity: 1 !important;
}
.slick-slider .slick-arrow:hover:before {
  opacity: 1 !important;
}
.slick-slider .slick-dots li {
  height: 20px;
  width: 20px;
}
.slick-slider .slick-dots li button,
.slick-slider .slick-dots li .quote-details-items .actions-toolbar > .action {
  background: #ffffff;
  border-radius: 10px;
}
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
  background: #385ea4;
  border-color: #f2cd50;
}
.slick-slider:not(.pagebuilder-slider) .slick-slide {
  margin: 0 5px;
}
@media only screen and (min-width: 768px) {
  .slick-slider:not(.pagebuilder-slider) .slick-slide {
    margin: 0 10px;
  }
}
.wolfsellers .window.wishlist.overlay.active {
  transition: visibility 0s .3s, opacity .3s ease;
  background: rgba(56, 94, 164, 0.5);
  z-index: 90000;
}
@media only screen and (max-width: 768px) {
  .wolfsellers .window.wishlist.overlay.active {
    z-index: 99999;
  }
}
.wolfsellers #create-wishlist-block {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 10;
  height: max-content;
  width: auto;
  margin: auto;
  border-radius: 16px;
  z-index: 99999;
}
@media only screen and (max-width: 768px) {
  .wolfsellers #create-wishlist-block {
    width: 90%;
  }
}
.wolfsellers #create-wishlist-block .popup-actions button.action.close.close,
.wolfsellers #create-wishlist-block .popup-actions .quote-details-items .actions-toolbar > .action.action.close.close {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  background: #385ea4;
}
.wolfsellers #create-wishlist-block .popup-actions button.action.close.close:before,
.wolfsellers #create-wishlist-block .popup-actions .quote-details-items .actions-toolbar > .action.action.close.close:before {
  color: #ffffff;
  line-height: 1.5;
}
.wolfsellers #create-wishlist-block .popup-header {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  padding-top: 15px;
}
.wolfsellers #create-wishlist-block .popup-header .title span {
  font-weight: bold;
}
.wolfsellers #create-wishlist-block .popup-content .form.wishlist .actions-toolbar {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .wolfsellers #create-wishlist-block .popup-content .form.wishlist .actions-toolbar .primary {
    margin-bottom: 0;
  }
}
.wolfsellers #create-wishlist-block .popup-content .form.wishlist .actions-toolbar .secondary {
  background: #f2cd50;
  height: 44px;
  border-radius: 16px;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2.5;
}
@media only screen and (max-width: 768px) {
  .wolfsellers #create-wishlist-block .popup-content .form.wishlist .actions-toolbar .secondary {
    line-height: 2.9;
  }
}
.wolfsellers #create-wishlist-block .popup-content .form.wishlist .actions-toolbar .secondary span {
  color: #1d1d1b;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wolfsellers #bio_ep_bg {
    z-index: 99999;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers .popup-center-center {
    z-index: 99999 !important;
    width: 90% !important;
    border-radius: 16px !important;
    overflow: auto;
  }
}
.wolfsellers .popup-center-center .magenest-popup-inner.animate__bounceInRight {
  border-radius: 16px;
}
.wolfsellers .modals-wrapper {
  z-index: 2000000001 !important;
  position: relative;
}
.wolfsellers .modals-wrapper .modal-custom,
.wolfsellers .modals-wrapper .modal-popup,
.wolfsellers .modals-wrapper .modal-slide,
.wolfsellers .modals-wrapper .modal-popup.modal-slide {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
  background: #ffffff;
  padding: 25px 10px;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom,
  .wolfsellers .modals-wrapper .modal-popup,
  .wolfsellers .modals-wrapper .modal-slide,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide {
    padding: 25px 20px;
  }
}
.wolfsellers .modals-wrapper .modal-custom._show,
.wolfsellers .modals-wrapper .modal-popup._show,
.wolfsellers .modals-wrapper .modal-slide._show,
.wolfsellers .modals-wrapper .modal-popup.modal-slide._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap {
  margin: 0;
  width: auto;
  position: static;
  box-shadow: none;
  transform: none;
  background: #ffffff;
  overflow: initial;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header h1.modal-title,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header h1.modal-title,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header h1.modal-title,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header h1.modal-title {
    margin-bottom: -20px;
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .modal-title,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .modal-title,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .modal-title,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .modal-title {
  font-size: 2rem;
  color: #1d1d1b;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 15px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .modal-title,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .modal-title,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .modal-title,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .modal-title {
    font-size: 2.4rem;
    margin: 0 0 16px;
    padding: 0 0 16px;
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .modal-title strong,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .modal-title strong,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .modal-title strong,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .modal-title strong,
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .modal-title span,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .modal-title span,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .modal-title span,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .modal-title span {
  font-weight: bold;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  height: 28px;
  width: 28px;
  background: #385ea4;
  border-radius: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 12px;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close:focus,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close:focus,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close:focus,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close:focus,
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close:active,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close:active,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close:active,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close:active {
  background: none;
  border: none;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close:hover,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close:hover,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close:hover,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close:hover {
  background: none;
  border: none;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close.disabled,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close.disabled,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close.disabled,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close.disabled,
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close[disabled],
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close[disabled],
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close[disabled],
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close[disabled],
fieldset[disabled] .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close,
fieldset[disabled] .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close,
fieldset[disabled] .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close,
fieldset[disabled] .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close > span,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close > span,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close > span,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close:before,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close:before,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close:before,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: normal;
  color: #ffffff;
  content: '\e616';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close:hover:before,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close:hover:before,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close:hover:before,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close:hover:before {
  color: inherit;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close:active:before,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close:active:before,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close:active:before,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close:active:before {
  color: inherit;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close:focus,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close:focus,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close:focus,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close:focus {
  background: #385ea4;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close {
    right: 20px;
    top: 20px;
  }
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-header .action-close:hover,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-header .action-close:hover,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-header .action-close:hover,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-header .action-close:hover {
    background: #385ea4;
    color: #ffffff;
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content {
  padding: 0;
  max-height: 60vh;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 10px;
  font-size: 1.6rem;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content > div,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content > div,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content > div,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content > div {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content {
    font-size: 1.8rem;
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content .note,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content .note,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content .note,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content .note {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-gap: 0 15px;
    -moz-gap: 0 15px;
    -ms-gap: 0 15px;
    gap: 0 15px;
  }
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info > .field,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info > .field,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info > .field,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info > .field {
    width: calc(100% / 2 - 10px);
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields fieldset,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields fieldset,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields fieldset,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields fieldset {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-gap: 0 15px;
    -moz-gap: 0 15px;
    -ms-gap: 0 15px;
    gap: 0 15px;
  }
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields fieldset > .field,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields fieldset > .field,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields fieldset > .field,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content .form.form-add-user fieldset.info .additional-fields fieldset > .field {
    width: calc(100% / 2 - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area {
    margin-top: 0;
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content {
  max-width: 712px;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles {
  margin-top: 10px;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4,
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5 {
  font-size: 1.6rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4,
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5 {
    font-size: 1.8rem;
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h4 {
  margin-bottom: 10px;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content .subtitles h5 {
  margin-bottom: 20px;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list {
  border: 1px solid #eaeaea;
  border-radius: 16px;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item:not(:last-child),
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item:not(:last-child),
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item:not(:last-child),
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div {
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div {
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 820px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div {
    padding: 3px;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    margin: auto;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div {
    padding: 3px;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    margin: auto;
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div {
    width: 33%;
    padding: 6px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div:not(:last-child),
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div:not(:last-child),
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div:not(:last-child),
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div:not(:last-child) {
    border-right: 1px solid #eaeaea;
  }
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button,
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action {
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button,
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action {
    width: auto;
    margin: auto;
  }
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button span,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button span,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button span,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div button span,
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action span,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action span,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action span,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item > div .quote-details-items .actions-toolbar > .action span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-content #modal-sales-area #modal-sales-content #sales-area-list .sales-area-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-gap: 5px 0;
    -moz-gap: 5px 0;
    -ms-gap: 5px 0;
    gap: 5px 0;
    padding: 10px;
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding: 0;
  border: 0;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-dismiss,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-dismiss,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-dismiss,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-dismiss {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-dismiss,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-dismiss,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-dismiss,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-dismiss {
    font-size: 1.8rem;
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-accept,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-accept,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-accept,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-accept {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 44px;
  width: fit-content;
  white-space: nowrap;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 920px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-accept,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-accept,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-accept,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-accept {
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-accept span,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-accept span,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-accept span,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-accept span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-accept span,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-accept span,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-accept span,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-accept span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 920px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-accept:before,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-accept:before,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-accept:before,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-accept:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
    z-index: 0;
    transition: all 0.3s;
  }
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-accept:after,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-accept:after,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-accept:after,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-accept:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(300deg, #559ad8 0%, #385ea4 100%);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-accept > span,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-accept > span,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-accept > span,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-accept > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-accept > span,
  .wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-accept > span,
  .wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-accept > span,
  .wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-accept > span {
    z-index: 2;
  }
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-accept:hover,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-accept:hover,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-accept:hover,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-accept:hover {
  transition: all 0.3s;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .action-accept:hover::after,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .action-accept:hover::after,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .action-accept:hover::after,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .action-accept:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer button,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer button,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer button,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer button,
.wolfsellers .modals-wrapper .modal-custom div.modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action,
.wolfsellers .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action,
.wolfsellers .modals-wrapper .modal-slide div.modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action,
.wolfsellers .modals-wrapper .modal-popup.modal-slide div.modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action {
  margin: 0;
}
.wolfsellers .modals-overlay,
.wolfsellers .modal-custom-overlay {
  background-color: rgba(56, 94, 164, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar {
  text-align: center;
  margin-top: 35px;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item {
  position: relative;
  height: 44px;
  line-height: 3;
  border: 1px solid #969595;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item:before {
  display: none;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item span {
  padding-top: 0;
  font-size: 1.4rem;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item span:before,
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item span:after {
  display: none;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item._active {
  background: #f2cd50;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item._active:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 17px solid #f2cd50;
  z-index: 2;
  transition: border-color 0.2s ease;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item._active span {
  color: #385ea4 !important;
  position: relative;
  width: 80px;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item._active span:before {
  content: '1.';
  font-size: 1.4rem;
  color: #385ea4;
  display: block;
  background: transparent;
  border: none;
  height: initial;
  width: initial;
  left: 0;
  margin: 0;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item._complete {
  background: #969595;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item._complete:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 17px solid #969595;
  z-index: 2;
  transition: border-color 0.2s ease;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item._complete span {
  color: #ffffff;
  width: 80px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item._complete span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  line-height: inherit;
  color: #ffffff;
  content: "\e918";
  font-family: 'vde-icons';
  margin: 0 1rem 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item._complete span:before {
  background: transparent;
  border: none;
  height: initial;
  width: initial;
  margin: 0;
  top: 10px;
  left: -10px !important;
  background: #385ea4;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  line-height: 2.5;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item:first-child {
  border-radius: 12px 0px 0px 12px;
  border-right: none;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item:last-child {
  border-left: transparent;
  border-radius: 0px 12px 12px 0px;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item:last-child span {
  width: initial;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item:last-child span:before {
  display: none !important;
}
body.checkout-index-index .page-main .column.main .opc-progress-bar li.opc-progress-bar-item:last-child:after {
  display: none;
}
.cms-no-route {
  display: block;
}
.cms-no-route .columns {
  width: 100%;
}
.cms-no-route .columns div.column.main {
  margin: auto;
  padding-bottom: 0;
  width: 100%;
}
.cms-no-route .columns div.column.main [data-content-type="html"] .img {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}
.cms-no-route .columns div.column.main [data-content-type="html"] .img h2 {
  text-align: center;
  font-size: 2.8rem;
  color: #385ea4;
  display: none;
}
@media only screen and (max-width: 768px) {
  .cms-no-route .columns div.column.main [data-content-type="html"] .img h2 {
    font-size: 2.4rem;
  }
}
.cms-no-route .columns div.column.main [data-content-type="html"] .img svg {
  animation: noroute 0.3s forwards;
}
@media only screen and (max-width: 768px) {
  .cms-no-route .columns div.column.main [data-content-type="html"] .img svg {
    width: 100%;
  }
}
@keyframes noroute {
  0% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(0);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
.cms-no-route .columns div.column.main [data-content-type="html"] .img svg path {
  fill: revert-layer;
}
.cms-no-route .columns div.column.main [data-content-type="html"] span {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 20px;
  color: #1d1d1b;
  line-height: 26px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cms-no-route .columns div.column.main [data-content-type="html"] span {
    font-size: 2rem;
    padding: ;
  }
}
.cms-no-route .columns div.column.main [data-content-type="html"] a.action.primary {
  text-align: center;
  margin: auto;
  display: block;
  max-width: 204px;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 40px;
  color: #ffffff;
}
.cms-no-route .columns div.column.main [data-content-type="html"] a.action.primary span {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
}
body.quickorder-index-index .page-main .page-title-wrapper .page-title span {
  color: #385ea4;
}
body.quickorder-index-index .page-main .column.main {
  padding-bottom: 0;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items {
  margin-top: 20px;
  border-radius: 16px;
  background: #ffffff;
  padding: 15px;
  width: 49.2%;
}
@media only screen and (max-width: 768px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset {
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.deletable-item-title {
    display: none;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item-title {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item-title {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item-title {
    display: none;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item-title .field.sku {
  margin: 0;
  padding-right: 0;
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item-title .field.sku {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item-title .field.sku {
    width: 100%;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item-title .field.qty {
  width: 25%;
  padding-right: 25px;
}
@media only screen and (max-width: 1024px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item-title .field.qty {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item-title .field.qty {
    width: 100%;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item {
    display: block;
    border-bottom: none;
    margin-bottom: 0;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item .field {
  z-index: auto;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item .field.sku {
  margin-right: 0;
  padding-right: 16px;
  width: 75%;
}
@media screen and (max-width: 1024px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item .field.sku {
    width: 100%;
    padding: 0;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item .field.qty {
  width: 20%;
  padding-right: 26px;
}
@media screen and (max-width: 1024px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item .field.qty {
    width: auto;
    padding-right: 30px;
  }
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item .field.qty .label {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item .field.qty {
    padding-right: 10px;
    margin-bottom: 0;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item .field.qty .control input {
  width: 116px;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item .field .product-block:not(:empty) {
  border: none;
}
@media screen and (max-width: 1024px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields.additional.deletable-item .field .label {
    display: inline-block;
    margin-right: 10px;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields .field .control input {
  border-radius: 16px;
  border: 1px solid #eaeaea;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields .field label {
  font-size: 1.8rem;
  font-weight: normal;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields .actions-toolbar {
  position: relative;
  margin: 0;
  width: 5%;
}
@media screen and (max-width: 1024px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields .actions-toolbar {
    width: auto;
    padding-top: 34px;
    float: none;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields .actions-toolbar button,
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields .actions-toolbar .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  line-height: 38px;
}
@media only screen and (max-width: 768px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields .actions-toolbar button,
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-items .fieldset .fields .actions-toolbar .quote-details-items .actions-toolbar > .action {
    position: static;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload {
  background: #ffffff;
  padding: 15px;
  border-radius: 16px;
  margin-top: 20px;
  width: 49.5%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload {
    width: 100%;
    margin-bottom: 15px;
  }
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload .fieldset .field.sku .control textarea {
  border-radius: 16px;
  border: 1px solid #eaeaea;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload .fieldset .note p {
  font-size: 1.4rem;
  color: #969595;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload .fieldset .note p a {
  font-weight: bold;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload .fieldset label {
  font-size: 1.8rem;
  font-weight: normal;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload .fieldset .upload-container .file-upload {
  background: #f2cd50;
  border-radius: 16px;
  width: 190px;
  height: 43px;
  border: 1px solid #f2cd50;
  color: #1d1d1b;
  font-weight: bold;
  padding: 0;
  line-height: 2.3;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload .fieldset .actions-toolbar {
  margin-bottom: 15px;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload .fieldset .actions-toolbar .secondary button,
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload .fieldset .actions-toolbar .secondary .quote-details-items .actions-toolbar > .action {
  background: #f2cd50;
  border-radius: 16px;
  width: 190px;
  height: 43px;
  border: 1px solid #f2cd50;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload .fieldset .actions-toolbar .secondary button span,
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload .fieldset .actions-toolbar .secondary .quote-details-items .actions-toolbar > .action span {
  color: #1d1d1b;
  font-weight: bold;
}
body.quickorder-index-index .page-main .column.main .block-content form.form-addbysku .box.box-upload .fieldset .fields.additional {
  border-bottom: none;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos h2.h1 {
  margin-top: 30px;
  font-weight: 600;
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos h2.h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .actions.cancel {
    text-align: left !important;
  }
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .actions.cancel .action.secondary {
  border: none;
  background: #f2cd50;
  height: 43px;
  width: 274px;
  border-radius: 16px;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .bcms-wizard-promo [data-content-type="row"] [data-content-type="text"] p {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .bcms-wizard-promo [data-content-type="row"] [data-content-type="text"] p {
    font-size: 1.6rem;
  }
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content {
  padding: 15px;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 20px;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content.active .wizard-categoria h4 {
  display: inline-block;
  text-decoration: none;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content.active .wizard-categoria h4:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #969595;
  content: '\e621';
  font-family: 'vde-icons';
  margin: 0 1rem 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-categoria h4 {
  position: relative;
  width: 100%;
  cursor: pointer;
  font-size: 2.4rem;
  color: #385ea4;
  display: inline-block;
  text-decoration: none;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-categoria h4 i {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-categoria h4 {
    font-size: 2rem;
    padding-right: 35px;
  }
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-categoria h4:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #969595;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0 1rem 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-categoria h4:after {
  position: absolute;
  right: 0;
  top: 0;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .promo-description {
  display: none;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard {
  border: 1px solid #eaeaea;
  margin-top: 20px;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard thead tr th {
  background: #eaeaea;
  font-size: 1.4rem;
  color: #969595;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr {
  border-bottom: 1px solid #eaeaea;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr td {
  border-right: 1px solid #eaeaea;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr td.col.image {
  position: relative;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr td.col.image img {
  width: 44px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr td.col.image .switcher {
    position: absolute;
    top: 10px;
    left: 5px;
    background: #385ea4;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    font-style: normal;
    line-height: 2;
    display: inline-block;
    text-decoration: none;
  }
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr td.col.image .switcher:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    line-height: inherit;
    color: #ffffff;
    content: '\e622';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr td.col.qty .content-qty-promos {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr td.col.qty .content-qty-promos input {
  width: 80px;
  text-align: center;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr td.col.qty .content-qty-promos select {
  width: 72px;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr td.col.qty .content-qty-promos label {
  padding-left: 15px;
  font-size: 1.8rem;
  color: #969595;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr.dt-hasChild.parent td .switcher {
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr.child .child .dtr-details li:last-child {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr.child .child .dtr-details li:last-child .dtr-title {
    padding-right: 10px;
  }
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr.child .child .dtr-details li:last-child .dtr-data .content-qty-promos {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr.child .child .dtr-details li:last-child .dtr-data .content-qty-promos .label {
    padding-left: 15px;
  }
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr.child .child .dtr-details li .dtr-title span {
    color: #969595;
  }
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .listing-products .listing-products-wizard tbody tr.child .child .dtr-details li .dtr-title span:after {
    content: ':';
  }
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .wizard-step-content .wizard-contenido .dataTables_info {
  display: none;
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .footer-wizard {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .footer-wizard {
    display: block;
  }
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .footer-wizard .total-qty-promo {
  padding-right: 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .footer-wizard .total-qty-promo {
    padding: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .footer-wizard .total-qty-promo label {
  margin-right: 10px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .footer-wizard .actions.addtocart {
    text-align: center;
    display: block;
    margin: auto;
  }
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .footer-wizard .actions.addtocart button,
  body.wizard-promociones-configurador .column.main .wizard-promociones.select-promos .footer-wizard .actions.addtocart .quote-details-items .actions-toolbar > .action {
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
}
body.wizard-promociones-product .column.main .wizard-promociones .h2 {
  margin-bottom: 10px;
}
body.wizard-promociones-product .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
body.wizard-promociones-product .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .image-promo img {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-product .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo {
    padding: 10px;
  }
}
body.wizard-promociones-product .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo.h4 .actions {
  float: left;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-product .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo.h4 .actions a.action.primary {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-product .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .vigencia-promo h4.h3 {
    padding: 0 !important;
  }
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones,
body.wizard-promociones-product .page-main .column.main .wizard-promociones {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .bcms-wizard-promo,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .bcms-wizard-promo {
  order: 1;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones [data-content-type="row"] [data-content-type="image"],
body.wizard-promociones-product .page-main .column.main .wizard-promociones [data-content-type="row"] [data-content-type="image"] {
  margin-top: 40px;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones [data-content-type="row"] [data-content-type="image"] img,
body.wizard-promociones-product .page-main .column.main .wizard-promociones [data-content-type="row"] [data-content-type="image"] img {
  max-width: 100%;
  width: 100%;
  border-radius: 16px;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .h1,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .h1 {
  order: 2;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .h1,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .h1 {
    font-size: 3.2rem;
  }
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones #accordion,
body.wizard-promociones-product .page-main .column.main .wizard-promociones #accordion {
  order: 3;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled {
  margin-top: 20px;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 15px;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido {
    margin-top: 15px;
  }
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content.active .wizard-categoria h3,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content.active .wizard-categoria h3 {
  display: inline-block;
  text-decoration: none;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content.active .wizard-categoria h3:after,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content.active .wizard-categoria h3:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #969595;
  content: '\e621';
  font-family: 'vde-icons';
  margin: 0 1rem 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-categoria,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-categoria {
    margin-bottom: 0;
  }
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-categoria h3,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-categoria h3 {
  font-size: 2.4rem;
  color: #385ea4;
  position: relative;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-categoria h3,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-categoria h3 {
    font-size: 2rem;
    padding-right: 30px;
  }
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-categoria h3:after,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-categoria h3:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #969595;
  content: '\e622';
  font-family: 'vde-icons';
  margin: 0 1rem 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-categoria h3:after,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-categoria h3:after {
  position: absolute;
  right: 0;
  top: 0;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .head-info,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .head-info {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #eaeaea;
  margin-top: 15px;
  border-radius: 16px 16px 0px 0px;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .head-info span,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .head-info span {
  width: 50%;
  text-align: center;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .head-info span:last-child,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .head-info span:last-child {
  text-align: left;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .head-info,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .head-info {
    display: none;
  }
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo {
  margin-top: -1px;
  border: 1px solid #eaeaea;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo:last-child,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo:last-child {
  border-radius: 0px 0px 16px 16px;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo {
    display: block;
    padding-bottom: 20px;
  }
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .image-promo,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .image-promo {
  padding: 15px;
  width: 80px;
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .name-prod,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .name-prod,
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .vigencia-promo,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .vigencia-promo,
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo {
  border-left: 1px solid #eaeaea;
  padding: 15px;
  width: 290px;
}
@media (min-width: 768px) and (max-width: 920px) {
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .name-prod,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .name-prod,
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .vigencia-promo,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .vigencia-promo,
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo {
    width: 230px;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .name-prod,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .name-prod,
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .vigencia-promo,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .vigencia-promo,
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo {
    width: 100%;
    padding: 0;
    border: none;
  }
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .name-prod h4,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .name-prod h4 {
  font-weight: normal;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .name-prod h4,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .name-prod h4 {
    padding-bottom: 0;
  }
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo .actions a,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo .actions a {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo .actions a,
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .description-promo .actions a {
    width: 88%;
    margin-left: 15px;
  }
}
body.wizard-promociones-index .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .vigencia-promo h4,
body.wizard-promociones-product .page-main .column.main .wizard-promociones .mage-accordion-disabled .wizard-step-content .wizard-contenido .image-data-promo .data-promo .vigencia-promo h4 {
  font-weight: normal;
  padding: 15px;
}
body.wizard-promociones-product .page-main .column.main .wizard-promociones .h1 {
  order: 2;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  body.wizard-promociones-product .page-main .column.main .wizard-promociones .h1 {
    font-size: 3.2rem;
  }
}
@media print {
  body.catalog-product_compare-index header .panel.wrapper {
    display: none;
  }
  body.catalog-product_compare-index header .header.content .search_box,
  body.catalog-product_compare-index header .header.content .cont-loginaccount,
  body.catalog-product_compare-index header .header.content .link-compare,
  body.catalog-product_compare-index header .header.content .minicart-wrapper {
    display: none;
  }
  body.catalog-product_compare-index header .header.content .content-logo {
    display: block;
    width: 100px;
    height: 100px;
  }
  body.catalog-product_compare-index footer {
    display: none;
  }
}
.messages,
.form-wishlist-items {
  margin-top: 10px;
}
.messages .message,
.form-wishlist-items .message {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 15px;
  border-radius: 16px;
  margin-top: 10px;
  clear: both;
}
.messages .message > *:first-child,
.form-wishlist-items .message > *:first-child {
  position: relative;
  padding-left: 30px;
}
.messages .message > *:first-child:before,
.form-wishlist-items .message > *:first-child:before {
  top: -3px;
  margin: 0;
  width: auto;
  overflow: initial;
  font-size: 2.3rem;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales {
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales {
    margin: 0;
    padding: 20px 20px;
  }
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-title {
  margin-bottom: 40px;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-title > .nav-tabs {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-title > .nav-tabs li a {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 10px 20px;
  border-bottom: 4px solid #eaeaea;
  cursor: pointer;
  color: #1d1d1b;
}
@media only screen and (max-width: 768px) {
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-title > .nav-tabs li a {
    display: block;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) {
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-title > .nav-tabs li a {
    font-size: 1.8rem;
  }
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-title > .nav-tabs li.active a {
  font-weight: bold;
  border-color: #385ea4;
  color: #385ea4;
}
@media only screen and (min-width: 768px) {
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table {
    table-layout: initial;
    border-collapse: initial;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table thead tr {
    height: auto !important;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table thead tr th span {
    font-size: 1.6rem;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr td a {
    font-size: 1.5rem;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr td.status {
    color: #969595;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > thead > tr > th {
    display: none;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody {
    display: block;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr {
    display: block;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td[data-th]:before,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td span:not(.price-subtotal),
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr th span:not(.price-subtotal),
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td a,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr th a {
    line-height: 1;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td a,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td a:after,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td ~ td[data-th]:before,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td input[type='checkbox'] + label,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr:not(:last-child) {
    margin-bottom: 0;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td:first-child {
    background: #eaeaea;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 16px 16px 0 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td:first-child:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #969595;
    content: '\e622';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td:first-child:after {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 5;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td:nth-child(2) {
    padding-top: 10px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr td ~ td {
    display: none;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr.active td:first-child {
    display: block;
    text-decoration: none;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr.active td:first-child:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #969595;
    content: '\e621';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table > tbody > tr.active td ~ td {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table#tabla_comprobantes tbody tr td:last-child a {
    padding: 10px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane table#tabla_comprobantes tbody tr td:last-child a:first-child {
    padding-left: 0;
  }
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .container-tabs {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
  margin-bottom: 20px;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .container-tabs > div {
  width: calc(100% / 3 - 20px);
  max-width: 208px;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: auto;
  margin-bottom: 20px;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper .toolbar-account {
  width: 100%;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper .show.entries {
  margin-left: auto;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper .show.entries .dataTables_filter label {
  width: 100%;
  max-width: 428px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper .show.entries .dataTables_filter label label {
  width: 100%;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper .show.entries .dataTables_filter label input {
  padding-left: 50px;
  padding-right: 95px;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper .show.entries .dataTables_filter label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper .show.entries .dataTables_filter label:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper .show.entries .dataTables_filter label button,
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper .show.entries .dataTables_filter label .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTables_length label,
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTables_length label,
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTables_filter label,
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTables_filter label {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 10px;
  -moz-gap: 0 10px;
  -ms-gap: 0 10px;
  gap: 0 10px;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTables_length label select,
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTables_length label select,
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTables_filter label select,
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTables_filter label select {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable,
.comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable {
  width: 100% !important;
  table-layout: fixed;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable {
    table-layout: initial;
    border-collapse: initial;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable thead tr,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable thead tr {
    height: auto !important;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable thead tr th,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable thead tr th span,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable thead tr th span {
    font-size: 1.6rem;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable thead tr th:first-child,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable thead tr th:last-child,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable thead tr th > div,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr:not(:last-child) td,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr:last-child td:first-child,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr:last-child td:last-child,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr td,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr td a,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr td a {
    font-size: 1.5rem;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr td:first-child,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr td:not(:first-child),
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr td:not(:first-child) {
    text-align: center;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr td:last-child,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr td.status,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr td.status {
    color: #969595;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr td.actions a,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr td.actions a:after,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable tbody tr td input[type='checkbox'] + label,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > thead > tr > th,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > thead > tr > th {
    display: none;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody {
    display: block;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr {
    display: block;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr:not(:last-child),
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr th,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td[data-th]:before,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td[data-th]:before,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr th[data-th]:before,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td span:not(.price-subtotal),
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td span:not(.price-subtotal),
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr th span:not(.price-subtotal),
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr th span:not(.price-subtotal),
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td a,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td a,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr th a,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr th a {
    line-height: 1;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td a,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td a,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr th a,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td a:after,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td a:after,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr th a:after,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td ~ td[data-th]:before,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td ~ td[data-th]:before,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr th ~ td[data-th]:before,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td input[type='checkbox'] + label,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td input[type='checkbox'] + label,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr th input[type='checkbox'] + label,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td:first-child,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td:last-child,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr:not(:last-child),
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr:not(:last-child) {
    margin-bottom: 0;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td:first-child,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td:first-child {
    background: #eaeaea;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 16px 16px 0 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td:first-child:after,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td:first-child:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #969595;
    content: '\e622';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td:first-child:after,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td:first-child:after {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 5;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td:nth-child(2),
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td:nth-child(2) {
    padding-top: 10px;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr td ~ td,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr td ~ td {
    display: none;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr.active td:first-child,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr.active td:first-child {
    display: block;
    text-decoration: none;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr.active td:first-child:after,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr.active td:first-child:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #969595;
    content: '\e621';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper > div:not(.toolbar-account).dataTable > tbody > tr.active td ~ td,
  .comprobantesfiscales-index-index .block-account-comprobantesfiscales > .tab-content > .tab-pane > .dataTables_wrapper table.dataTable > tbody > tr.active td ~ td {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
  }
}
.company-profile-index .page-wrapper .column.main > [class*="block block-"] {
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .company-profile-index .page-wrapper .column.main > [class*="block block-"] {
    margin: 0 0 15px;
    padding: 20px 20px;
  }
}
.company-profile-index .page-wrapper .column.main > [class*="block block-"] .action-toolbar {
  width: 100%;
  max-width: 100px;
}
.company-profile-index .page-wrapper .column.main > [class*="block block-"] .action-toolbar .action.edit {
  font-weight: 600;
  font-size: 1.6rem;
  color: #385ea4;
  background: transparent;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .company-profile-index .page-wrapper .column.main > [class*="block block-"] .action-toolbar .action.edit {
    font-size: 1.8rem;
  }
}
.company-profile-index .page-wrapper .column.main .block-company-logo .block-logo {
  width: 100%;
  height: 100vh;
  max-width: 164px;
  max-height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  padding: 20px;
  margin-bottom: 20px;
}
.company-profile-index .page-wrapper .column.main .block-company-email-notification .actions-toolbar {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: fit-content;
}
.company-profile-index .page-wrapper .column.main .block-company-email-notification .dataTables_scrollHead {
  display: none;
}
.company-profile-index .page-wrapper .column.main .block-company-email-notification .show.entries label {
  position: relative;
}
.company-profile-index .page-wrapper .column.main .block-company-email-notification .show.entries label span {
  display: none;
}
.company-profile-index .page-wrapper .column.main .block-company-email-notification .show.entries label input {
  padding-left: 45px;
}
@media only screen and (min-width: 768px) {
  .company-profile-index .page-wrapper .column.main .block-company-email-notification .show.entries label input {
    max-width: 428px;
  }
}
.company-profile-index .page-wrapper .column.main .block-company-email-notification .show.entries label:after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #385ea4;
  content: "\e615";
  font-size: 2.8rem;
  font-family: 'vde-icons';
}
.company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history {
    table-layout: initial;
    border-collapse: initial;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history thead tr {
    height: auto !important;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.4rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history thead tr th span {
    font-size: 1.4rem;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr td a {
    font-size: 1.5rem;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr td:not(:first-child) {
    text-align: center;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr td.status {
    color: #969595;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > thead > tr > th {
    display: none;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody {
    display: block;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr {
    display: block;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td,
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td[data-th]:before,
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td span:not(.price-subtotal),
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr th span:not(.price-subtotal),
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td a,
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr th a {
    line-height: 1;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td a,
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td a:after,
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td ~ td[data-th]:before,
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td input[type='checkbox'] + label,
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr:not(:last-child) {
    margin-bottom: 0;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td:first-child {
    background: #eaeaea;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 16px 16px 0 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td:first-child:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #969595;
    content: '\e622';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td:first-child:after {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 5;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td:nth-child(2) {
    padding-top: 10px;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr td ~ td {
    display: none;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr.active td:first-child {
    display: block;
    text-decoration: none;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr.active td:first-child:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #969595;
    content: '\e621';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history > tbody > tr.active td ~ td {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr .col.actions {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr .col.actions a.action {
    display: block;
  }
}
.company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr .dataTables_empty {
  background: transparent !important;
  border-radius: 0 0 16px 16px !important;
}
@media only screen and (max-width: 768px) {
  .company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr .dataTables_empty {
    border-radius: 16px !important;
  }
}
.company-profile-index .page-wrapper .column.main .block-company-email-notification table.table-emails-items.history tbody tr .dataTables_empty:after {
  display: none !important;
}
.company-profile-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-header .modal-title {
  padding-right: 40px !important;
}
.company-profile-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content #modal-uploadlogo-content h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .company-profile-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content #modal-uploadlogo-content h3 {
    font-size: 1.8rem;
  }
}
.company-profile-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content #modal-uploadlogo-content #fileimage {
  margin-bottom: 15px;
}
.company-profile-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content #modal-uploadlogo-content #fileimage::file-selector-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #385ea4;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0 10px 0;
  text-decoration: underline;
}
.company-profile-index .modals-wrapper .modal-popup .modal-inner-wrap .modal-content #modal-uploadlogo-content #fileimage::file-selector-button:hover {
  opacity: .5;
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-info {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main .block-info {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-info p {
  margin-bottom: 20px;
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-info .actions-toolbar {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
  width: fit-content;
  margin-bottom: 20px;
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-info .actions-toolbar:before,
.cotizaciones-checkout-view .page-wrapper .page-main .block-info .actions-toolbar:after {
  display: none;
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-info .actions-toolbar .secondary {
  display: none !important;
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 43px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main .block-info .actions-toolbar .secondary {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .cotizaciones-checkout-view .page-wrapper .page-main .block-content #last-custom-quotes_wrapper {
    overflow: auto;
  }
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-content #last-custom-quotes_wrapper .show.entries .dataTables_filter {
  margin-bottom: 20px;
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-content #last-custom-quotes_wrapper .show.entries .dataTables_filter label {
  width: 100%;
  max-width: 332px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-content #last-custom-quotes_wrapper .show.entries .dataTables_filter label label {
  width: 100%;
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-content #last-custom-quotes_wrapper .show.entries .dataTables_filter label input {
  padding-left: 50px;
  padding-right: 95px;
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-content #last-custom-quotes_wrapper .show.entries .dataTables_filter label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-content #last-custom-quotes_wrapper .show.entries .dataTables_filter label:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.cotizaciones-checkout-view .page-wrapper .page-main .block-content #last-custom-quotes_wrapper .show.entries .dataTables_filter label button,
.cotizaciones-checkout-view .page-wrapper .page-main .block-content #last-custom-quotes_wrapper .show.entries .dataTables_filter label .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
.cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) {
    table-layout: initial;
    border-collapse: initial;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) thead tr {
    height: auto !important;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) thead tr th span {
    font-size: 1.6rem;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr td a {
    font-size: 1.5rem;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr td:not(:first-child) {
    text-align: center;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr td.status {
    color: #969595;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > thead > tr > th {
    display: none;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody {
    display: block;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr {
    display: block;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr td,
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr td[data-th]:before,
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr td span:not(.price-subtotal),
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr th span:not(.price-subtotal),
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr td a,
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr th a {
    line-height: 1;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr td a,
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr td a:after,
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr td ~ td[data-th]:before,
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr td input[type='checkbox'] + label,
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar) > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar)#quote_collection tbody > tr td:last-child a {
    padding: 10px;
  }
  .cotizaciones-checkout-view .page-wrapper .page-main table:not(.ui-datepicker-calendar)#quote_collection tbody > tr td:last-child a:first-child {
    padding-left: 0;
  }
}
.cotizaciones-checkout-view .page-wrapper .page-main .cont-tabs {
  margin-bottom: 0;
}
.cotizaciones-checkout-view .page-wrapper .page-main .cont-tabs .dataTables_wrapper .show.entries label {
  width: 100%;
  max-width: 428px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
  margin-left: auto;
  margin-bottom: 20px;
}
.cotizaciones-checkout-view .page-wrapper .page-main .cont-tabs .dataTables_wrapper .show.entries label label {
  width: 100%;
}
.cotizaciones-checkout-view .page-wrapper .page-main .cont-tabs .dataTables_wrapper .show.entries label input {
  padding-left: 50px;
  padding-right: 95px;
}
.cotizaciones-checkout-view .page-wrapper .page-main .cont-tabs .dataTables_wrapper .show.entries label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cotizaciones-checkout-view .page-wrapper .page-main .cont-tabs .dataTables_wrapper .show.entries label:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.cotizaciones-checkout-view .page-wrapper .page-main .cont-tabs .dataTables_wrapper .show.entries label button,
.cotizaciones-checkout-view .page-wrapper .page-main .cont-tabs .dataTables_wrapper .show.entries label .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes table tbody tr td[data-th="Actions"] a,
  .cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes table tbody tr td[data-th="Acciones"] a {
    display: table;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes table tbody tr td[data-th="Actions"] a:not(:last-child),
  .cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes table tbody tr td[data-th="Acciones"] a:not(:last-child) {
    margin-right: 0;
    white-space: nowrap;
  }
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .quotes_filter {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .quotes_filter > div {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 10px 20px;
  border-bottom: 4px solid #eaeaea;
  cursor: pointer;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .quotes_filter > div {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .quotes_filter > div.active {
  border-color: #385ea4;
  font-weight: bold;
  color: #385ea4;
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .search_quote .filter_quote {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 20px 15px;
  -moz-gap: 20px 15px;
  -ms-gap: 20px 15px;
  gap: 20px 15px;
  margin-top: 35px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .search_quote .filter_quote {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .search_quote .filter_quote .field-row .input-box {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .search_quote .filter_quote .field-row .input-box button:before,
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .search_quote .filter_quote .field-row .input-box .quote-details-items .actions-toolbar > .action:before {
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: #385ea4;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .search_quote .filter_quote .actions-toolbar {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .search_quote .filter_quote .actions-toolbar {
    width: 100%;
  }
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .dataTables_wrapper .dataTables_filter {
  margin-bottom: 20px;
  margin-left: auto;
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .dataTables_wrapper .dataTables_filter > label {
  max-width: 332px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
  font-size: 0rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .dataTables_wrapper .dataTables_filter > label {
    margin-left: auto;
  }
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .dataTables_wrapper .dataTables_filter > label label {
  width: 100%;
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .dataTables_wrapper .dataTables_filter > label input {
  padding-left: 50px;
  padding-right: 95px;
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .dataTables_wrapper .dataTables_filter > label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .dataTables_wrapper .dataTables_filter > label:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .dataTables_wrapper .dataTables_filter > label button,
.cotizaciones-checkout-view .page-wrapper .page-main .table-wrapper.quotes .dataTables_wrapper .dataTables_filter > label .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
.quoter-quote-preview .block-nivel-cotizacion .audit {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 20px 5%;
  -moz-gap: 20px 5%;
  -ms-gap: 20px 5%;
  gap: 20px 5%;
  margin-bottom: 20px;
}
.quoter-quote-preview .block-nivel-cotizacion .audit .fechas-audit {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-nivel-cotizacion .audit .fechas-audit {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-nivel-cotizacion .audit .fechas-audit .bolder {
  font-weight: bold;
}
.quoter-quote-preview .block-nivel-cotizacion .actions-toolbar {
  margin-bottom: 20px;
  width: max-content;
}
.quoter-quote-preview .block-nivel-cotizacion .actions-toolbar .btn-regresar-edicion {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-nivel-cotizacion .actions-toolbar .btn-regresar-edicion {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-nivel-cotizacion .block-logo {
  width: 100%;
  height: 100vh;
  max-width: 164px;
  max-height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  padding: 20px;
}
.quoter-quote-preview .block-nivel-cotizacion .header-preview {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-nivel-cotizacion .header-preview {
    font-size: 1.8rem;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 20px 17%;
    -moz-gap: 20px 17%;
    -ms-gap: 20px 17%;
    gap: 20px 17%;
  }
  .quoter-quote-preview .block-nivel-cotizacion .header-preview .columna-folio {
    width: 50%;
  }
}
.quoter-quote-preview .block-nivel-cotizacion .header-preview .text-center h4 {
  font-weight: normal;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-nivel-cotizacion .header-preview .text-center h4 {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-nivel-cotizacion .header-preview .columna-folio h4 {
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-nivel-cotizacion .header-preview .columna-folio h4 {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .block-title {
  margin-bottom: 0 !important;
}
.quoter-quote-preview .block-proyecto-datos-personales .block-title p {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .block-title p {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .vendedor {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .vendedor h4 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .vendedor h4 {
    font-size: 2.4rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .vendedor p {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .vendedor p {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .proyecto {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .proyecto h4 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .proyecto h4 {
    font-size: 2.4rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .proyecto p {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .proyecto p {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .proyecto ul li {
  font-size: 1.6rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .proyecto-datos-personales .proyecto ul li {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table {
    table-layout: initial;
    border-collapse: initial;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead tr {
    height: auto !important;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead tr th {
    display: table-cell;
    background: #ffffff;
    vertical-align: top;
    color: #1d1d1b;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 1px solid #eaeaea;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead tr th span {
    font-size: 1.6rem;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr:not(:last-child) td {
    border-right: 0;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td {
    border-top: 0;
    padding: 20px 0;
    height: auto !important;
    border-bottom: 0;
    border-right: 0;
    font-size: 1.5rem;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td a {
    font-size: 1.5rem;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td:first-child {
    border-left: 0;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.status {
    color: #969595;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > thead > tr > th {
    display: none;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody {
    display: block;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr {
    display: block;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr td,
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr td[data-th]:before,
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr td span:not(.price-subtotal),
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr th span:not(.price-subtotal),
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr td a,
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr th a {
    line-height: 1;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr td a,
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr td a:after,
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr td ~ td[data-th]:before,
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr td input[type='checkbox'] + label,
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead th {
    padding: 15px 0;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead th.a-center span {
  font-size: 1.8rem;
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead th span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead th span {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead th:first-child {
  text-align: left;
  padding-left: 0;
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table thead th:last-child {
  text-align: right;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody:not(:last-child) td {
    border-bottom: 1px solid #eaeaea !important;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td:not(:last-child) {
    text-align-last: left;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td:last-child {
    text-align: right;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.product .product-left-container {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.product .product-left-container .product-item-photo {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  max-height: 70px;
  max-width: 70px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.product .product-left-container .product-item-photo {
    max-height: 92px;
    max-width: 92px;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.product .product-left-container .product-item-photo .product-image-container {
  width: 100%;
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.product .product-left-container .product-item-photo .product-image-container .product-image-wrapper {
  width: 100%;
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.product .product-left-container .product-item-detail .name {
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.product .product-left-container .product-item-detail .name {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.product .product-left-container .product-item-detail .sku {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.product .product-left-container .product-item-detail .sku {
    margin-left: auto;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.product .product-left-container .product-item-detail .sku ~ div {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.product .product-left-container .product-item-detail .sku ~ div {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.unit-price {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.unit-price {
    padding-left: 100px;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.details-qty .qty-unit {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.details-qty {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.details-qty {
    padding-left: 100px;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .herramienta-cotizacion-tabla table tbody tr td.details-qty ~ td {
    padding-left: 100px;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .totales-cotizacion {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .totales-cotizacion table {
    width: 30%;
    margin-left: auto;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .totales-cotizacion table tbody tr td,
.quoter-quote-preview .block-proyecto-datos-personales .totales-cotizacion table tbody tr th {
  font-size: 1.6rem;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .totales-cotizacion table tbody tr td,
  .quoter-quote-preview .block-proyecto-datos-personales .totales-cotizacion table tbody tr th {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .totales-cotizacion table tbody tr td {
  text-align: right;
  padding: 0 0 3px 10px;
}
.quoter-quote-preview .block-proyecto-datos-personales .totales-cotizacion table tbody tr td.rate {
  padding-left: 0;
  text-align-last: left;
  font-weight: bold;
  padding-top: 10px;
}
.quoter-quote-preview .block-proyecto-datos-personales .totales-cotizacion table tbody tr td.rate-totals {
  padding-top: 10px;
}
.quoter-quote-preview .block-proyecto-datos-personales .footer-preview h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .footer-preview h4 {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .footer-preview .terminos-texto {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .footer-preview .terminos-texto {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .footer-preview .block-marcas-cotizacion {
  margin-bottom: 40px;
}
.quoter-quote-preview .block-proyecto-datos-personales .quote-actions {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.quoter-quote-preview .block-proyecto-datos-personales .quote-actions .btn-regresar-edicion {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: 0;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .quote-actions .btn-regresar-edicion {
    font-size: 1.8rem;
  }
}
.quoter-quote-preview .block-proyecto-datos-personales .quote-actions .botones-secundarios {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
.quoter-quote-preview .block-proyecto-datos-personales .quote-actions .botones-secundarios > a:not(.primary) {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .quote-actions .botones-secundarios > a:not(.primary) {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .quote-actions .botones-secundarios {
    display: block;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .quote-actions .botones-secundarios a.action.primary {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .quoter-quote-preview .block-proyecto-datos-personales .quote-actions a {
    font-size: 1.6rem !important;
    padding: 5px !important;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-quote-preview .block-proyecto-datos-personales .quote-actions {
    display: block;
  }
  .quoter-quote-preview .block-proyecto-datos-personales .quote-actions a {
    margin-bottom: 10px !important;
  }
}
.cotizaciones-checkout-info .modals-wrapper .modal-footer .action-primary {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 44px;
  margin: 0;
  width: fit-content;
  white-space: nowrap;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .cotizaciones-checkout-info .modals-wrapper .modal-footer .action-primary {
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
  }
}
.cotizaciones-checkout-info .modals-wrapper .modal-footer .action-primary span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .modals-wrapper .modal-footer .action-primary span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 920px) {
  .cotizaciones-checkout-info .modals-wrapper .modal-footer .action-primary:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
    z-index: 0;
    transition: all 0.3s;
  }
  .cotizaciones-checkout-info .modals-wrapper .modal-footer .action-primary:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(300deg, #559ad8 0%, #385ea4 100%);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
  }
}
.cotizaciones-checkout-info .modals-wrapper .modal-footer .action-primary > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .modals-wrapper .modal-footer .action-primary > span {
    z-index: 2;
  }
}
.cotizaciones-checkout-info .modals-wrapper .modal-footer .action-primary:hover {
  transition: all 0.3s;
}
.cotizaciones-checkout-info .modals-wrapper .modal-footer .action-primary:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-quote .block-title .actions {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-quote .block-title .actions {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-quote .block-title .actions .name-quote {
  font-size: 1.6rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-quote .block-title .actions .name-quote {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-quote .block-title .actions .edit-option {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-quote .block-title .actions .edit-option .option-quote a {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-quote .block-title .actions .edit-option .option-quote a {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-info-quote {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-info-quote {
    margin-bottom: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -webkit-gap: 0 68px;
    -moz-gap: 0 68px;
    -ms-gap: 0 68px;
    gap: 0 68px;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-info-quote .edit-info-date > span {
  display: block;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-info-quote .edit-info-date > span {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-info-quote .edit-info-date > span:not(:last-child) {
  margin-bottom: 18px;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-info-quote .edit-info-destiny {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-info-quote .edit-info-destiny {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-info-quote .edit-info-destiny label {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-info-quote .edit-info-destiny label {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .edit-info-quote .edit-info-destiny {
    max-width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table {
    table-layout: initial;
    border-collapse: initial;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table thead tr {
    height: auto !important;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table thead tr th {
    display: table-cell;
    background: #ffffff;
    vertical-align: top;
    color: #1d1d1b;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 1px solid #eaeaea;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table thead tr th span {
    font-size: 1.6rem;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr:not(:last-child) td {
    border-right: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td {
    border-top: 0;
    padding: 20px 0;
    height: auto !important;
    border-bottom: 0;
    border-right: 0;
    font-size: 1.5rem;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td a {
    font-size: 1.5rem;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td:first-child {
    border-left: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.status {
    color: #969595;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > thead > tr > th {
    display: none;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody {
    display: block;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr {
    display: block;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr td,
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr td[data-th]:before,
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr td span:not(.price-subtotal),
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr th span:not(.price-subtotal),
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr td a,
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr th a {
    line-height: 1;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr td a,
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr td a:after,
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr td ~ td[data-th]:before,
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr td input[type='checkbox'] + label,
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > thead > tr th span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > thead > tr th span {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > thead > tr th:first-child {
  text-align: left;
  padding-left: 0;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table > thead > tr th:last-child {
  text-align: right;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody:not(:last-child) td {
    border-bottom: 1px solid #eaeaea !important;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr > td:not(:first-child):not(:last-child) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td:first-child:after {
  display: none !important;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.product-item td {
  border-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.product-item td {
    padding-left: 100px;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.product-item td:last-child {
    border-radius: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.product-item td.product {
    position: relative;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.product-item td.preferencial .price .price-currency-code {
  padding-left: 5px;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.product-item td.last.subtotal {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables td {
    border-top: 0;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main {
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 15px;
  -moz-gap: 15px;
  -ms-gap: 15px;
  gap: 15px;
}
@media (max-width: 1200px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-gap: 0 15px;
    -moz-gap: 0 15px;
    -ms-gap: 0 15px;
    gap: 0 15px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.info {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.info {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.info table {
    margin-top: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.info table tbody {
    margin-bottom: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.info table tbody tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.info table tbody tr td:first-child {
    margin-top: 0;
    border-right: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.info table tbody tr td:last-child {
    border-left: 0;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table {
  table-layout: initial;
  border-collapse: initial;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table thead tr {
  height: auto !important;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table thead tr th {
  display: table-cell;
  background: #eaeaea;
  vertical-align: top;
  color: #969595;
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: 0;
  line-height: 1;
  height: auto !important;
  white-space: nowrap;
  padding: 11px 10px;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table thead tr th span {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table thead tr th span {
    font-size: 1.6rem;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table thead tr th:first-child {
  border-radius: 16px 0 0 0;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table thead tr th:last-child {
  border-radius: 0 16px 0 0;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table thead tr th > div {
  height: auto !important;
  overflow: initial !important;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr:not(:last-child) td {
  border-right: 1px solid #eaeaea;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr td {
  border-top: 0;
  padding: 5px 10px;
  height: auto !important;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr td {
    display: table-cell !important;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr td:before {
    display: none;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr td a {
  font-size: 1.4rem;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr td:first-child {
  border-left: 1px solid #eaeaea;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr td:not(:first-child) {
  text-align: center;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr td:last-child {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr td.status {
  color: #969595;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr td.actions a {
  font-weight: 600;
  color: #385ea4;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr td.actions a:after {
  border-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr:not(:last-child) td {
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper table tbody tr td:last-child {
    border-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.discounts {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.discounts table {
    margin-top: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.discounts table tbody {
    margin-bottom: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.discounts table tbody tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.discounts table tbody tr td {
    border-radius: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.discounts table tbody tr td:first-child {
    margin-top: 0;
    border-right: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.discounts table tbody tr td:first-child {
    padding: 10px;
    color: #969595;
  }
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.discounts,
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.promotions {
    width: 47%;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.discounts table thead tr th:first-child,
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.promotions table thead tr th:first-child {
  border-radius: 16px 16px 0 0;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.discounts table tbody tr td,
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.promotions table tbody tr td {
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.promotions table {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.promotions table tbody {
    margin-bottom: 0;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.promotions table tbody tr:first-child td {
  border-radius: 0;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.promotions table tbody tr:last-child td:first-child {
  border-radius: 0 0 16px 16px;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.promotions table tbody tr:last-child td:first-child {
    background: #ffffff;
    margin-top: 0;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr.info-tables .table-cont .table-main .table-wrapper.promotions table tbody tr:last-child td:first-child:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td:not(:last-child) {
    text-align-last: left;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td:last-child {
    text-align: right;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.product .product-left-container {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.product .product-left-container .product-item-photo {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  max-height: 70px;
  max-width: 70px;
  padding: 0;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.product .product-left-container .product-item-photo {
    left: 0;
    max-height: 92px;
    max-width: 92px;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.product .product-left-container .product-item-photo .product-image-container {
  width: 100%;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.product .product-left-container .product-item-photo .product-image-container .product-image-wrapper {
  width: 100%;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.product .product-left-container .product-item-detail .name a {
  font-weight: bold;
  font-size: 1.6rem;
  color: #1d1d1b;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.product .product-left-container .product-item-detail .name a {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.product .product-left-container .product-item-detail .sku {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.product .product-left-container .product-item-detail .sku {
    margin-left: auto;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.product .product-left-container .product-item-detail .sku ~ div {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.product .product-left-container .product-item-detail .sku ~ div {
    margin-left: auto;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.details-qty * {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.details-qty * {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.details-qty .price-wrap {
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.details-qty .price-wrap .unidad-pza .qty-wrapper {
  padding-right: 5px;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.details-qty .price {
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.details-qty .price {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.details-qty {
    padding-left: 100px;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-detalle-cotizacion .main_container_table #shopping-cart-table tbody tr td.details-qty ~ td {
    padding-left: 100px;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-complete-summary .pagebuilder-column p {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-complete-summary .pagebuilder-column p {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-complete-summary .pagebuilder-column p:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #385ea4;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 12%;
    -moz-gap: 0 12%;
    -ms-gap: 0 12%;
    gap: 0 12%;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .cart-summary-quotes {
    width: 100%;
    max-width: 312px;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .summary-message p {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .summary-message p {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .cart-summary-quotes table.totals tbody tr th {
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .cart-summary-quotes table.totals tbody tr th {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .cart-summary-quotes table.totals tbody tr td {
  font-size: 1.6rem;
  padding-right: 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .cart-summary-quotes table.totals tbody tr td {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .cart-summary-quotes table.totals tbody tr.grand th,
.cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .cart-summary-quotes table.totals tbody tr.grand td {
  font-weight: bold;
  white-space: nowrap;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .cart-summary-quotes .exchange-rate {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 10px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .cart-summary-quotes .exchange-rate {
    font-size: 1.8rem;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .summary .cart-summary-quotes .exchange-rate small {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  margin-top: 10px;
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .footer_actions {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -webkit-gap: 10px 20px;
  -moz-gap: 10px 20px;
  -ms-gap: 10px 20px;
  gap: 10px 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .footer_actions {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .footer_actions a#quote_to_client {
    width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .footer_actions {
    -webkit-gap: 10px 5px;
    -moz-gap: 10px 5px;
    -ms-gap: 10px 5px;
    gap: 10px 5px;
  }
  .cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .footer_actions a {
    white-space: nowrap;
  }
}
.cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .footer_actions .action_footer {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 44px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cotizaciones-checkout-info .page-wrapper .page-main .block-summary-quote .footer_actions .action_footer {
    font-size: 1.8rem;
  }
}
.estadocuenta-index-index main.page-main .row.consultation .open-docs [data-content-type="row"] [data-content-type="text"] {
  font-size: 1.8rem !important;
}
.estadocuenta-index-index main.page-main .row.consultation .open-docs strong.box-title span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .estadocuenta-index-index main.page-main .row.consultation .open-docs strong.box-title span {
    font-size: 1.8rem;
  }
}
.estadocuenta-index-index main.page-main .row.consultation .open-docs .btns {
  margin-top: 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  -ms-column-gap: 16px;
  column-gap: 16px;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-index-index main.page-main .row.consultation .open-docs .btns {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-row-gap: 16px;
    -moz-row-gap: 16px;
    -ms-row-gap: 16px;
    row-gap: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .estadocuenta-index-index main.page-main .row.consultation .open-docs .btns .action.primary {
    min-width: 172px;
    white-space: nowrap;
    width: min-content;
  }
}
@media only screen and (min-width: 768px) {
  .estadocuenta-index-index main.page-main .row.consultation .open-docs .btns .action.primary.one {
    max-width: 230px;
  }
}
.estadocuenta-index-index main.page-main .row.consultation .advances-consultation {
  margin-top: 20px;
}
.estadocuenta-index-index main.page-main .row.consultation .advances-consultation strong.title.box-title span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .estadocuenta-index-index main.page-main .row.consultation .advances-consultation strong.title.box-title span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .estadocuenta-index-index main.page-main .row.consultation .advances-consultation .action.primary {
    min-width: 106px;
    width: min-content;
  }
}
.estadocuenta-index-index #creditline .credit-wrapper .col-.right #creditchart .c3-chart-arc path {
  stroke: transparent;
}
.estadocuenta-index-index #creditline .credit-wrapper .col-.right #creditchart .c3-chart text {
  fill: transparent !important;
}
.estadocuenta-index-index #creditline .credit-wrapper .col-.right #creditchart .c3-chart-arcs .c3-chart-arcs-title {
  font-size: 1.8rem;
  font-weight: 800;
  fill: inherit !important;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-index-index #creditline .credit-wrapper .col-.right .col-md-5.graph-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 920px) {
  .estadocuenta-index-index #creditline .credit-wrapper {
    font-size: 1.8rem;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-column-gap: 139px;
    -moz-column-gap: 139px;
    -ms-column-gap: 139px;
    column-gap: 139px;
  }
  .estadocuenta-index-index #creditline .credit-wrapper .col- {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .estadocuenta-index-index #creditline .credit-wrapper .col-.right #creditchart .c3-legend-item {
    font-size: 1.8rem;
  }
}
.estadocuenta-index-index #creditline table.credit {
  margin-bottom: 32px;
}
.estadocuenta-index-index #creditline table.credit tbody > tr > td {
  padding: 5px 10px;
}
.estadocuenta-index-index #creditline table.credit tbody > tr:last-child td {
  color: #009050;
}
.estadocuenta-index-index #creditline .import-wrapper .caption {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-index-index #creditline .import-wrapper table.import tbody tr td:before {
    margin-right: 5px;
  }
  .estadocuenta-index-index #creditline .import-wrapper table.import tbody tr td:first-child:before {
    content: 'Moneda';
  }
  .estadocuenta-index-index #creditline .import-wrapper table.import tbody tr td:nth-child(2) :before {
    content: 'Importe vencido';
  }
  .estadocuenta-index-index #creditline .import-wrapper table.import tbody tr td:nth-child(2) :before {
    content: 'Importe por vencer';
  }
}
.estadocuenta-index-index #creditline .expiration-wrapper .caption {
  margin: 20px 0;
}
.estadocuenta-index-index #creditline .expiration-wrapper:not(:has(tbody tr)) {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table {
    max-width: 427px;
  }
}
@media only screen and (min-width: 768px) {
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table {
    table-layout: initial;
    border-collapse: initial;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table thead tr,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table thead tr {
    height: auto !important;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table thead tr th,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table thead tr th span,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table thead tr th span {
    font-size: 1.6rem;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table thead tr th:first-child,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table thead tr th:last-child,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table thead tr th > div,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr:not(:last-child) td,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr:last-child td:first-child,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr:last-child td:last-child,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr td,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr td a,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr td a {
    font-size: 1.5rem;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr td:first-child,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr td:not(:first-child),
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr td:last-child,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr td.status,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr td.status {
    color: #969595;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr td.actions a,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr td.actions a:after,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr td input[type='checkbox'] + label,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > thead > tr > th,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > thead > tr > th {
    display: none;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody {
    display: block;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr {
    display: block;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr:not(:last-child),
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td,
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr th,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td[data-th]:before,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td[data-th]:before,
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr th[data-th]:before,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td span:not(.price-subtotal),
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td span:not(.price-subtotal),
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr th span:not(.price-subtotal),
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr th span:not(.price-subtotal),
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td a,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td a,
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr th a,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr th a {
    line-height: 1;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td a,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td a,
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr th a,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td a:after,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td a:after,
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr th a:after,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td ~ td[data-th]:before,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td ~ td[data-th]:before,
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr th ~ td[data-th]:before,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td input[type='checkbox'] + label,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td input[type='checkbox'] + label,
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr th input[type='checkbox'] + label,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td:first-child,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td:last-child,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
.estadocuenta-index-index #creditline .import-wrapper .table-wrapper table tbody tr td,
.estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table tbody tr td {
  text-align: right !important;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-index-index #creditline .import-wrapper .table-wrapper table > tbody > tr td[data-th]:before,
  .estadocuenta-index-index #creditline .expiration-wrapper .table-wrapper table > tbody > tr td[data-th]:before {
    content: attr(data-th) ': ';
    display: block;
  }
}
.estadocuenta-index-index #billing-section {
  margin-top: 32px;
  text-align: center;
  font-size: 1.8rem;
}
.estadocuenta-index-index #billing-section .col-md-12 {
  overflow-x: scroll;
  overflow-y: hidden;
}
.estadocuenta-index-index #billing-section .col-md-12 #billingchart svg {
  overflow: visible !important;
  margin-right: 50px !important;
}
.estadocuenta-payment-card p {
  margin: 10px 0;
  font-size: 1.8rem;
}
.estadocuenta-payment-card #maincontent .col-md-4 .action.primary {
  min-width: 172px;
  width: fit-content;
}
.estadocuenta-payment-card #maincontent .col-md-12 {
  overflow-x: hidden;
}
.estadocuenta-payment-card #maincontent .col-md-12 table#bills {
  -webkit-display: table;
  -moz-display: table;
  -ms-display: table;
  display: table;
  overflow-x: auto;
}
.estadocuenta-payment-card #maincontent .block-check {
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
}
.estadocuenta-payment-card #maincontent .search-container {
  border-radius: 0 0 16px 16px;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills_filter {
  order: 1;
  margin-bottom: 34px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills_filter {
    margin: 20px 0 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills_filter label {
  font-size: 0;
  position: relative;
  display: flex;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills_filter label {
    width: 100%;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills_filter label input {
    width: 100%;
  }
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills_filter label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills_filter label:before {
  position: absolute;
  left: 14px;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills_filter input {
  width: auto;
  padding-left: 50px;
}
@media only screen and (min-width: 768px) {
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills_filter input {
    min-width: 332px;
  }
}
@media only screen and (min-width: 768px) {
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills {
    table-layout: initial;
    border-collapse: initial;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills thead tr {
    height: auto !important;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills thead tr th span {
    font-size: 1.6rem;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td a {
    font-size: 1.5rem;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td:not(:first-child) {
    text-align: center;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td.status {
    color: #969595;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > thead > tr > th {
    display: none;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody {
    display: block;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr {
    display: block;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr td,
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr td[data-th]:before,
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr td span:not(.price-subtotal),
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr th span:not(.price-subtotal),
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr td a,
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr th a {
    line-height: 1;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr td a,
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr td a:after,
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr td ~ td[data-th]:before,
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr td input[type='checkbox'] + label,
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills {
    table-layout: initial;
    border-collapse: initial;
    font-size: 1.6rem;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills thead tr {
    height: auto !important;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills thead tr th {
    display: table-cell;
    vertical-align: top;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    background-color: #eaeaea;
    color: #969595;
    font-size: 1.6rem;
    font-weight: 300;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills thead tr th:first-child {
    border-radius: 16px 0 0 0;
    font-size: 0;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody {
    display: table-row-group;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr {
    display: table-row;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td {
    display: table-cell;
    border-top: 0;
    border: solid 1px #eaeaea;
    height: auto !important;
    border-radius: 0;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td:not(:first-child) {
    text-align: center;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td.status {
    color: #969595;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td[data-th="Documento"]::before {
    display: none;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td[data-th="Acciones"] {
    display: table-cell;
    border-radius: 0;
    vertical-align: middle;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td[data-th="Acciones"]::before {
    display: none;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td:last-child {
    border-radius: 0;
  }
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td:first-child {
  padding-top: 8px !important;
  display: table-cell !important;
  display: flex;
  text-decoration: none;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: inherit;
  color: #ffffff;
  content: '\e61c';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td:first-child:before {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  background: #385ea4;
  border-radius: 10px;
  font-weight: 600;
  margin: 0 auto;
  height: 28px;
  width: 28px;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.expired td {
  color: #ff0000 !important;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.expired a {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child ul li span.dtr-data {
    color: #ff0000;
  }
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr {
    border: solid 1px #eaeaea;
    border-radius: 16px;
    padding: 20px;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td {
    padding: 5px 10px;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td[data-th="Documento"] {
    order: -1;
    vertical-align: middle;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td.dtr-control {
    max-width: 50px;
    border-radius: 0;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td.dtr-control::before {
    min-width: initial;
    padding: 0;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child .child {
    border: none;
    padding: 0;
    border: solid 1px #eaeaea;
    border-radius: 0;
  }
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child .child .dtr-details {
    width: 100%;
    max-width: 100%;
  }
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td:not(:first-child) {
  text-align: left;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td.sorting_1 + td {
  color: #969595;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td.dataTables_empty {
  display: table-cell !important;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr td.dataTables_empty:before {
  content: none !important;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.dt-hasChild.parent {
  padding-top: 8px !important;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.dt-hasChild.parent td:first-child {
  display: flex;
  text-decoration: none;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.dt-hasChild.parent td:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: inherit;
  color: #ffffff;
  content: '\e60f';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.dt-hasChild.parent td:first-child:before {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  background: #385ea4;
  border-radius: 10px;
  line-height: 1.8;
  font-weight: 600;
  margin: 0 auto;
  height: 28px;
  width: 28px;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.dt-hasChild.parent + tr.child td.child ul.dtr-details {
  text-align: left;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.dt-hasChild.parent + tr.child td.child ul.dtr-details li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.dt-hasChild.parent + tr.child td.child ul.dtr-details {
    max-width: 500px;
  }
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.dt-hasChild.parent + tr.child td.child:before {
  content: none;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child ul.dtr-details {
  display: block;
  padding: 5px 10px;
  font-size: 1.4rem;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child ul.dtr-details li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 10px;
  -moz-gap: 0 10px;
  -ms-gap: 0 10px;
  gap: 0 10px;
  margin-bottom: 0;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child ul.dtr-details li > span {
  padding: 8px 10px;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child ul.dtr-details li > span.dtr-title {
  background: #ffffff;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child ul.dtr-details li > span.dtr-title {
    width: 130px;
    color: #969595;
  }
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child ul.dtr-details li:first-child .dtr-title {
  border-radius: 16px 0 0 0;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child ul.dtr-details li:last-child .dtr-data {
  border-bottom: 0;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child ul.dtr-details li:last-child .dtr-title {
  border-radius: 0 0 0 16px;
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tbody tr.child {
    margin-top: -20px;
    background: #ffffff;
  }
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills tr th.e-date {
  max-width: 98px;
  white-space: break-spaces !important;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper .dataTables_info,
.estadocuenta-payment-card #maincontent .dataTables_wrapper .dataTables_paginate {
  order: 3;
}
.estadocuenta-payment-card #maincontent .dataTables_wrapper #bills_length {
  order: 4;
  margin-bottom: 25.5px;
}
.estadocuenta-payment-card .modal-popup.bill-payment {
  width: 100%;
  max-width: 450px;
}
.estadocuenta-payment-card .modal-popup.bill-payment .modal-header h1 {
  margin-bottom: 0 !important;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods {
  width: 100%;
  margin-top: 10px;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title {
  padding: 10px 0;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title .label:after {
  top: 3px;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title .label:before {
  top: 7px;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title:first-child {
  border-top: 0;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title.multipagos div::after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  margin: 10px;
  background: url('../images/multipagos.png') no-repeat;
  background-position: 15px;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title.banorte {
  padding-bottom: 20px;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title.banorte div::after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  margin: 10px;
  background: url('../images/credito-debito.png') no-repeat;
  background-position: 15px;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title.banorte div#banorteForm::after {
  display: none;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title.banorte div#banorteForm div::after {
  display: none;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title.banorte div #co-payment-custom-form .legend {
  border-bottom: 0;
  margin-bottom: 10px;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title.banorte div #co-payment-custom-form .legend span {
  font-weight: bold;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title.banorte div #co-payment-custom-form .field.fields.group .label {
  width: 100%;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title.banorte div #co-payment-custom-form .field.fields.group .field {
  width: calc(50% - 10px);
  display: inline-block;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title.banorte div #co-payment-custom-form .field.fields.group .field.name {
  margin-left: 15px;
}
.estadocuenta-payment-card .modal-popup.bill-payment #modal-payment-methods .payment-method-title.banorte div #co-payment-custom-form .field #cc_cid {
  width: 50%;
}
.estadocuenta-payment-card .modal-popup .modal-footer .action-primary {
  padding: 10px 15px;
  border-radius: 16px;
}
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-header .modal-title {
  margin-bottom: 0 !important;
}
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references,
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references-generate {
  margin-top: 10px !important;
}
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references .table-wrapper,
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references-generate .table-wrapper {
  margin-top: 20px;
  border-bottom: none;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #eaeaea;
}
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references .table-wrapper.tabla-documentos thead,
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references-generate .table-wrapper.tabla-documentos thead {
  line-height: 1;
}
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references .table-wrapper.tabla-documentos thead .tabla-documentos__exchange-rate,
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references-generate .table-wrapper.tabla-documentos thead .tabla-documentos__exchange-rate {
  min-width: 100px;
}
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references .table-wrapper table thead tr th,
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references-generate .table-wrapper table thead tr th {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references .table-wrapper table thead tr th:last-child,
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references-generate .table-wrapper table thead tr th:last-child {
  border-right: none;
}
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references .table-wrapper table tbody tr td,
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references-generate .table-wrapper table tbody tr td {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references .total span,
.estadocuenta-payment-reference aside.modal-popup .modal-inner-wrap .modal-content #modal-references-generate .total span {
  font-weight: bold;
}
.estadocuenta-payment-reference .block-info.subtitle {
  margin: 10px 0 2px;
}
.estadocuenta-payment-reference .block-info.subtitle p {
  font-size: 1.8rem;
  margin: 10px 0;
}
.estadocuenta-payment-reference .block-info a {
  min-width: 170px;
}
@media only screen and (min-width: 768px) {
  .estadocuenta-payment-reference .block-info a {
    width: min-content;
  }
}
.estadocuenta-payment-reference .block-info.request {
  margin: 20px 0 12px;
}
.estadocuenta-payment-reference .block-info.request span {
  font-size: 1.8rem;
}
.estadocuenta-payment-reference .block-info.action-request {
  margin: 20px 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  -ms-column-gap: 16px;
  column-gap: 16px;
}
.estadocuenta-payment-reference .block-info.action-request a {
  min-width: 176px;
}
@media only screen and (min-width: 768px) {
  .estadocuenta-payment-reference .block-info.action-request a {
    width: min-content;
  }
}
.estadocuenta-payment-reference .block-info.action-request div span {
  font-size: 1.8rem;
  color: #ff0000;
}
@media (min-width: 769px) {
  .estadocuenta-payment-reference .block-referencias #references_wrapper table#references thead tr th {
    width: auto !important;
  }
}
@media (min-width: 769px) {
  .estadocuenta-payment-reference .block-referencias #references_wrapper table#references thead tr th:last-child {
    display: block !important;
  }
}
.estadocuenta-payment-reference .block-referencias #references_wrapper table#references tbody tr td .cancel-reference,
.estadocuenta-payment-reference .block-referencias #references_wrapper table#references tbody tr td .reactivate-reference {
  display: block;
}
@media (min-width: 769px) {
  .estadocuenta-payment-reference .block-referencias #references_wrapper table#references tbody tr td:last-child {
    display: table-cell !important;
  }
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference .block-referencias #references_wrapper table#references tbody tr td:nth-child(6) {
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
  }
  .estadocuenta-payment-reference .block-referencias #references_wrapper table#references tbody tr td:nth-child(7) {
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
  }
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper > .dataTables_length,
.estadocuenta-payment-reference .block-referencias #bills_wrapper > .dataTables_info,
.estadocuenta-payment-reference .block-referencias #bills_wrapper > .paging_simple_numbers {
  display: none;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills {
    table-layout: initial;
    border-collapse: initial;
    display: table;
    font-size: 1.6rem;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills thead tr {
    height: auto !important;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills thead tr th {
    display: table-cell;
    vertical-align: top;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    background-color: #eaeaea;
    color: #969595;
    border: solid 1px #eaeaea !important;
    border-radius: 0;
    font-size: 1.6rem;
    font-weight: 300;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills thead tr th:first-child {
    border-radius: 16px 0 0 0;
    font-size: 0;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody {
    display: table-row-group;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr {
    display: table-row !important;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr td {
    display: table-cell;
    border-top: 0;
    height: auto !important;
    border-radius: 0;
    border: solid 1px #eaeaea !important;
    border-radius: 0 !important;
    vertical-align: middle;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr td:not(:first-child) {
    text-align: center;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr td.status {
    color: #969595;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr td[data-th="Documento"]::before {
    display: none;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr td[data-th="Acciones"] {
    display: table-cell;
    border-radius: 0;
    vertical-align: middle;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr td[data-th="Acciones"]::before {
    display: none;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper #bills tbody tr td:last-child {
    border-radius: 0;
  }
}
@media (min-width: 769px) {
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills thead tr th[data-bind="i18n: 'Issue'"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills thead tr th[data-bind="i18n: 'Amount'"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills thead tr th[data-bind="i18n: 'Expiration date'"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills thead tr th[data-bind="i18n: 'Days expired'"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills thead tr th[data-bind="i18n: 'Status '"] {
    width: auto !important;
    display: table-cell !important;
  }
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills thead tr th.all.sorting.last {
  border-radius: 0 16px 0 0;
}
@media (min-width: 769px) {
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Emisión"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Issue"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Importe"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Amount"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Fecha vencimiento"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Expiration date"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Días vencido"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Days expired"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Status"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Estatus"] {
    display: table-cell !important;
  }
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td.dataTables_empty {
  border-radius: 0 0 16px 16px;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Acciones"],
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Actions"] {
    padding-top: 15px;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Acciones"]:before,
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Actions"]:before {
    text-align: left;
  }
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Detalle"]:before {
  line-height: 28px;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Detalle"]:hover::before {
    opacity: .7;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Detalle"] {
    display: flex;
    text-decoration: none;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Detalle"]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    line-height: inherit;
    color: #ffffff;
    content: '\e61c';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr td[data-th="Detalle"]:before {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    background: #385ea4;
    border-radius: 10px;
    font-weight: 600;
    margin: 0 auto;
    height: 28px;
    width: 28px;
    min-width: auto;
    padding: 0;
    line-height: 28px;
  }
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr.dt-hasChild.parent td:first-child:before {
  content: '\e60f';
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr.child ul.dtr-details {
  display: block;
  border-radius: 16px;
  padding: 5px 10px;
  background: #f8f8f8;
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr.child ul.dtr-details li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 10px;
  -moz-gap: 0 10px;
  -ms-gap: 0 10px;
  gap: 0 10px;
  margin-bottom: 0;
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr.child ul.dtr-details li > span {
  width: calc(100% / 2);
  padding: 8px 10px;
  border-bottom: 1px solid #eaeaea;
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr.child ul.dtr-details li > span.dtr-title {
  background: #ffffff;
  line-height: 1;
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr.child ul.dtr-details li:first-child .dtr-title {
  border-radius: 16px 0 0 0;
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr.child ul.dtr-details li:last-child .dtr-data {
  border-bottom: 0;
}
.estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr.child ul.dtr-details li:last-child .dtr-title {
  border-radius: 0 0 0 16px;
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference .block-referencias #bills_wrapper table#bills tbody tr.child {
    margin-top: -20px;
    background: #ffffff;
  }
}
.estadocuenta-payment-reference .filter_quote {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-gap: 20px 15px;
  -moz-gap: 20px 15px;
  -ms-gap: 20px 15px;
  gap: 20px 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference .filter_quote {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.estadocuenta-payment-reference .filter_quote .field-row label {
  font-size: 1.8rem;
}
.estadocuenta-payment-reference .filter_quote .field-row .input-box {
  position: relative;
  border-radius: 16px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
  -webkit-gap: 10px;
  -moz-gap: 10px;
  -ms-gap: 10px;
  gap: 10px;
  display: flex;
  text-decoration: none;
}
.estadocuenta-payment-reference .filter_quote .field-row .input-box:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.6rem;
  line-height: inherit;
  color: #385ea4;
  content: '\e612';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.estadocuenta-payment-reference .filter_quote .field-row .input-box:before {
  content: '';
  display: block;
  background: #ffffff;
  pointer-events: none;
  border-radius: 10px;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 6px;
  top: 1px;
}
.estadocuenta-payment-reference .filter_quote .field-row .input-box:after {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 1px;
}
.estadocuenta-payment-reference .filter_quote .field-row .input-box button:before,
.estadocuenta-payment-reference .filter_quote .field-row .input-box .quote-details-items .actions-toolbar > .action:before {
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: #385ea4;
}
.estadocuenta-payment-reference .filter_quote .field-row .input-box input {
  min-width: 202px;
  font-family: 'vde-font';
  font-size: 1.8rem;
  border-radius: 16px;
  height: 38px;
}
.estadocuenta-payment-reference .filter_quote .field-row .input-box input::-webkit-datetime-edit-month-field,
.estadocuenta-payment-reference .filter_quote .field-row .input-box input::-webkit-datetime-edit-day-field,
.estadocuenta-payment-reference .filter_quote .field-row .input-box input::-webkit-datetime-edit-year-field,
.estadocuenta-payment-reference .filter_quote .field-row .input-box input::-webkit-datetime-edit-text {
  color: rgba(29, 29, 27, 0.5);
}
.estadocuenta-payment-reference .filter_quote .actions-toolbar {
  padding-top: 22px;
}
.estadocuenta-payment-reference .field.choice:first-child {
  margin-bottom: 19px;
}
.estadocuenta-payment-reference .field.choice label {
  line-height: 1;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.estadocuenta-payment-reference .field.choice label span {
  line-height: 0.9;
}
.estadocuenta-payment-reference #bills_filter {
  display: none;
}
.estadocuenta-payment-reference #bills tbody tr td:first-child {
  padding-top: 8px !important;
  display: table-cell !important;
  display: flex;
  text-decoration: none;
}
.estadocuenta-payment-reference #bills tbody tr td:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: inherit;
  color: #ffffff;
  content: '\e61c';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.estadocuenta-payment-reference #bills tbody tr td:first-child:before {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  background: #385ea4;
  border-radius: 10px;
  font-weight: 600;
  margin: 0 auto;
  height: 28px;
  width: 28px;
}
.estadocuenta-payment-reference #bills tbody tr td.sorting_2 + td {
  color: #969595;
}
.estadocuenta-payment-reference #bills tbody tr td.dataTables_empty:before {
  content: none !important;
}
.estadocuenta-payment-reference #bills tbody tr td:last-child {
  text-align: center !important;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference #bills tbody tr td:last-child {
    border-radius: 16px !important;
  }
}
.estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent {
  padding-top: 8px !important;
}
.estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent td:first-child {
  display: flex;
  text-decoration: none;
}
.estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent td:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: inherit;
  color: #ffffff;
  content: '\e60f';
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent td:first-child:before {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  background: #385ea4;
  border-radius: 10px;
  line-height: 1.8;
  font-weight: 600;
  margin: 0 auto;
  height: 28px;
  width: 28px;
}
.estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent + tr.child td.child ul.dtr-details {
  text-align: left;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent + tr.child td.child ul.dtr-details {
    max-width: 500px;
  }
}
.estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent + tr.child td.child ul.dtr-details li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent + tr.child td.child:before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent + tr.child {
    border-top: 0;
    border-radius: 0 0 18px 18px;
  }
  .estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent.odd.expired {
    border-radius: 0px !important;
  }
  .estadocuenta-payment-reference #bills tbody tr.dt-hasChild.parent.odd.expired td.sorting_3 {
    border-radius: 0;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference #bills tbody tr.child .dtr-details [data-dt-column="3"],
  .estadocuenta-payment-reference #bills tbody tr.child .dtr-details [data-dt-column="4"],
  .estadocuenta-payment-reference #bills tbody tr.child .dtr-details [data-dt-column="7"],
  .estadocuenta-payment-reference #bills tbody tr.child .dtr-details [data-dt-column="8"],
  .estadocuenta-payment-reference #bills tbody tr.child .dtr-details [data-dt-column="9"] {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference #bills tbody tr {
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border: 1px solid #eaeaea;
    border-radius: 16px;
  }
  .estadocuenta-payment-reference #bills tbody tr td {
    border: none !important;
  }
  .estadocuenta-payment-reference #bills tbody tr td.sorting_1,
  .estadocuenta-payment-reference #bills tbody tr td:last-child {
    border-left: 1px solid #eaeaea;
  }
  .estadocuenta-payment-reference #bills tbody tr td.sorting_3 {
    border-radius: 16px !important;
    padding-bottom: 20px;
  }
}
.estadocuenta-payment-reference #references tbody tr td .show-details {
  white-space: nowrap;
}
.estadocuenta-payment-reference #references_wrapper .show.entries {
  display: none;
}
@media only screen and (min-width: 768px) {
  .estadocuenta-payment-reference #bills,
  .estadocuenta-payment-reference #references {
    table-layout: initial;
    border-collapse: initial;
  }
  .estadocuenta-payment-reference #bills thead tr,
  .estadocuenta-payment-reference #references thead tr {
    height: auto !important;
  }
  .estadocuenta-payment-reference #bills thead tr th,
  .estadocuenta-payment-reference #references thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .estadocuenta-payment-reference #bills thead tr th span,
  .estadocuenta-payment-reference #references thead tr th span {
    font-size: 1.6rem;
  }
  .estadocuenta-payment-reference #bills thead tr th:first-child,
  .estadocuenta-payment-reference #references thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .estadocuenta-payment-reference #bills thead tr th:last-child,
  .estadocuenta-payment-reference #references thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .estadocuenta-payment-reference #bills thead tr th > div,
  .estadocuenta-payment-reference #references thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .estadocuenta-payment-reference #bills tbody tr:not(:last-child) td,
  .estadocuenta-payment-reference #references tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .estadocuenta-payment-reference #bills tbody tr:last-child td:first-child,
  .estadocuenta-payment-reference #references tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .estadocuenta-payment-reference #bills tbody tr:last-child td:last-child,
  .estadocuenta-payment-reference #references tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .estadocuenta-payment-reference #bills tbody tr td,
  .estadocuenta-payment-reference #references tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .estadocuenta-payment-reference #bills tbody tr td a,
  .estadocuenta-payment-reference #references tbody tr td a {
    font-size: 1.5rem;
  }
  .estadocuenta-payment-reference #bills tbody tr td:first-child,
  .estadocuenta-payment-reference #references tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .estadocuenta-payment-reference #bills tbody tr td:not(:first-child),
  .estadocuenta-payment-reference #references tbody tr td:not(:first-child) {
    text-align: center;
  }
  .estadocuenta-payment-reference #bills tbody tr td:last-child,
  .estadocuenta-payment-reference #references tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .estadocuenta-payment-reference #bills tbody tr td.status,
  .estadocuenta-payment-reference #references tbody tr td.status {
    color: #969595;
  }
  .estadocuenta-payment-reference #bills tbody tr td.actions a,
  .estadocuenta-payment-reference #references tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .estadocuenta-payment-reference #bills tbody tr td.actions a:after,
  .estadocuenta-payment-reference #references tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .estadocuenta-payment-reference #bills tbody tr td input[type='checkbox'] + label,
  .estadocuenta-payment-reference #references tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference #bills,
  .estadocuenta-payment-reference #references {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .estadocuenta-payment-reference #bills > thead > tr > th,
  .estadocuenta-payment-reference #references > thead > tr > th {
    display: none;
  }
  .estadocuenta-payment-reference #bills > tbody,
  .estadocuenta-payment-reference #references > tbody {
    display: block;
  }
  .estadocuenta-payment-reference #bills > tbody > tr,
  .estadocuenta-payment-reference #references > tbody > tr {
    display: block;
  }
  .estadocuenta-payment-reference #bills > tbody > tr:not(:last-child),
  .estadocuenta-payment-reference #references > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .estadocuenta-payment-reference #bills > tbody > tr td,
  .estadocuenta-payment-reference #references > tbody > tr td,
  .estadocuenta-payment-reference #bills > tbody > tr th,
  .estadocuenta-payment-reference #references > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .estadocuenta-payment-reference #bills > tbody > tr td[data-th]:before,
  .estadocuenta-payment-reference #references > tbody > tr td[data-th]:before,
  .estadocuenta-payment-reference #bills > tbody > tr th[data-th]:before,
  .estadocuenta-payment-reference #references > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .estadocuenta-payment-reference #bills > tbody > tr td span:not(.price-subtotal),
  .estadocuenta-payment-reference #references > tbody > tr td span:not(.price-subtotal),
  .estadocuenta-payment-reference #bills > tbody > tr th span:not(.price-subtotal),
  .estadocuenta-payment-reference #references > tbody > tr th span:not(.price-subtotal),
  .estadocuenta-payment-reference #bills > tbody > tr td a,
  .estadocuenta-payment-reference #references > tbody > tr td a,
  .estadocuenta-payment-reference #bills > tbody > tr th a,
  .estadocuenta-payment-reference #references > tbody > tr th a {
    line-height: 1;
  }
  .estadocuenta-payment-reference #bills > tbody > tr td a,
  .estadocuenta-payment-reference #references > tbody > tr td a,
  .estadocuenta-payment-reference #bills > tbody > tr th a,
  .estadocuenta-payment-reference #references > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .estadocuenta-payment-reference #bills > tbody > tr td a:after,
  .estadocuenta-payment-reference #references > tbody > tr td a:after,
  .estadocuenta-payment-reference #bills > tbody > tr th a:after,
  .estadocuenta-payment-reference #references > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .estadocuenta-payment-reference #bills > tbody > tr td ~ td[data-th]:before,
  .estadocuenta-payment-reference #references > tbody > tr td ~ td[data-th]:before,
  .estadocuenta-payment-reference #bills > tbody > tr th ~ td[data-th]:before,
  .estadocuenta-payment-reference #references > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .estadocuenta-payment-reference #bills > tbody > tr td input[type='checkbox'] + label,
  .estadocuenta-payment-reference #references > tbody > tr td input[type='checkbox'] + label,
  .estadocuenta-payment-reference #bills > tbody > tr th input[type='checkbox'] + label,
  .estadocuenta-payment-reference #references > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .estadocuenta-payment-reference #bills > tbody > tr td,
  .estadocuenta-payment-reference #references > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .estadocuenta-payment-reference #bills > tbody > tr td:first-child,
  .estadocuenta-payment-reference #references > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .estadocuenta-payment-reference #bills > tbody > tr td:last-child,
  .estadocuenta-payment-reference #references > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
.estadocuenta-payment-reference #bills tbody tr td,
.estadocuenta-payment-reference #references tbody tr td {
  text-align: left !important;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference #bills tbody tr td[data-th="F. Venc. DPP2"],
  .estadocuenta-payment-reference #references tbody tr td[data-th="F. Venc. DPP2"],
  .estadocuenta-payment-reference #bills tbody tr td[data-th="Importe DDP1"],
  .estadocuenta-payment-reference #references tbody tr td[data-th="Importe DDP1"],
  .estadocuenta-payment-reference #bills tbody tr td[data-th="F. Venc. DPP1"],
  .estadocuenta-payment-reference #references tbody tr td[data-th="F. Venc. DPP1"],
  .estadocuenta-payment-reference #bills tbody tr td[data-th="Importe DDP2"],
  .estadocuenta-payment-reference #references tbody tr td[data-th="Importe DDP2"],
  .estadocuenta-payment-reference #bills tbody tr td[data-th="Tipo de documento"],
  .estadocuenta-payment-reference #references tbody tr td[data-th="Tipo de documento"] {
    display: none !important;
  }
}
.estadocuenta-payment-reference #bills tbody tr.expired td,
.estadocuenta-payment-reference #references tbody tr.expired td {
  color: #ff0000;
}
.estadocuenta-payment-reference #bills tbody tr.expired td.sorting_2 + td,
.estadocuenta-payment-reference #references tbody tr.expired td.sorting_2 + td {
  color: #ff0000;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-payment-reference #bills tbody tr.expired + tr.child ul li span.dtr-data,
  .estadocuenta-payment-reference #references tbody tr.expired + tr.child ul li span.dtr-data {
    color: #ff0000;
  }
}
.estadocuenta-payment-reference .modal-popup .modal-footer .action-primary {
  padding: 10px 15px;
  border-radius: 16px;
}
.estadocuenta-advance-index .block-check-available-advances .block-title {
  width: 100%;
}
.estadocuenta-advance-index .block-check-available-advances #advanced-fixed .amounts {
  border-bottom: 0;
}
.estadocuenta-advance-index .block-check-available-advances .tables .balance {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  -ms-column-gap: 55px;
  column-gap: 55px;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 20px 0;
}
.estadocuenta-advance-index .block-check-available-advances .tables .balance p + p {
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-advance-index .block-check-available-advances .tables .balance {
    column-gap: 10px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .estadocuenta-advance-index .block-check-available-advances .tables .balance p {
    text-align: left;
  }
  .estadocuenta-advance-index .block-check-available-advances .tables .balance p + p {
    white-space: nowrap;
    min-width: initial;
  }
}
@media only screen and (min-width: 768px) {
  .estadocuenta-advance-index table {
    table-layout: initial;
    border-collapse: initial;
  }
  .estadocuenta-advance-index table thead tr {
    height: auto !important;
  }
  .estadocuenta-advance-index table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .estadocuenta-advance-index table thead tr th span {
    font-size: 1.6rem;
  }
  .estadocuenta-advance-index table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .estadocuenta-advance-index table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .estadocuenta-advance-index table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .estadocuenta-advance-index table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .estadocuenta-advance-index table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .estadocuenta-advance-index table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .estadocuenta-advance-index table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .estadocuenta-advance-index table tbody tr td a {
    font-size: 1.5rem;
  }
  .estadocuenta-advance-index table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .estadocuenta-advance-index table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .estadocuenta-advance-index table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .estadocuenta-advance-index table tbody tr td.status {
    color: #969595;
  }
  .estadocuenta-advance-index table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .estadocuenta-advance-index table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .estadocuenta-advance-index table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .estadocuenta-advance-index table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .estadocuenta-advance-index table > thead > tr > th {
    display: none;
  }
  .estadocuenta-advance-index table > tbody {
    display: block;
  }
  .estadocuenta-advance-index table > tbody > tr {
    display: block;
  }
  .estadocuenta-advance-index table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .estadocuenta-advance-index table > tbody > tr td,
  .estadocuenta-advance-index table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .estadocuenta-advance-index table > tbody > tr td[data-th]:before,
  .estadocuenta-advance-index table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .estadocuenta-advance-index table > tbody > tr td span:not(.price-subtotal),
  .estadocuenta-advance-index table > tbody > tr th span:not(.price-subtotal),
  .estadocuenta-advance-index table > tbody > tr td a,
  .estadocuenta-advance-index table > tbody > tr th a {
    line-height: 1;
  }
  .estadocuenta-advance-index table > tbody > tr td a,
  .estadocuenta-advance-index table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .estadocuenta-advance-index table > tbody > tr td a:after,
  .estadocuenta-advance-index table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .estadocuenta-advance-index table > tbody > tr td ~ td[data-th]:before,
  .estadocuenta-advance-index table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .estadocuenta-advance-index table > tbody > tr td input[type='checkbox'] + label,
  .estadocuenta-advance-index table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .estadocuenta-advance-index table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .estadocuenta-advance-index table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .estadocuenta-advance-index table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
.estadocuenta-advance-index table tbody tr td {
  text-align: left !important;
}
.estadocuenta-advance-index table tbody tr td[data-th="Importe pagado"],
.estadocuenta-advance-index table tbody tr td[data-th="Importe pedido"],
.estadocuenta-advance-index table tbody tr td[data-th="Importe documento"] {
  text-align: right !important;
}
.estadocuenta-advance-index table thead tr th {
  word-break: break-all;
  word-break: break-word;
  white-space: pre-wrap !important;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}
@media only screen and (max-width: 768px) {
  .estadocuenta-advance-index table > tbody > tr td ~ td[data-th]:before {
    white-space: break-spaces;
    text-align: left;
  }
  .estadocuenta-advance-index table > tbody > tr td ~ td[data-th] p {
    margin-left: 0 !important;
    text-align: left;
  }
}
.estadocuenta-index-index .block [data-content-type="text"],
.estadocuenta-payment-card .block [data-content-type="text"],
.estadocuenta-advance-index .block [data-content-type="text"],
.estadocuenta-payment-reference .block [data-content-type="text"] {
  font-size: 1.8rem;
  line-height: 1;
}
.quoter-quote-edit .block-edit-quoter .quote-info {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-info {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-info {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
  .quoter-quote-edit .block-edit-quoter .quote-info > div {
    width: calc(100% / 3 - 10px);
  }
  .quoter-quote-edit .block-edit-quoter .quote-info > div.date-quoter {
    width: 45%;
  }
  .quoter-quote-edit .block-edit-quoter .quote-info > div.preview-status {
    width: 23%;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-info .nivel-cotizacion .documento-base-txt {
  display: block;
  margin: 15px 0 20px;
}
.quoter-quote-edit .block-edit-quoter .quote-info .nivel-cotizacion > a {
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-info .nivel-cotizacion > a.btn-actualizar-cotizacion .btn-actualizar-cotizacion {
    margin-bottom: 20px;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-info .date-quoter .nombre-cotizacion {
  display: block;
  margin: 15px 0 20px;
}
.quoter-quote-edit .block-edit-quoter .quote-info .preview-status .preview-btn {
  margin-bottom: 20px;
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 920px) {
  .quoter-quote-edit .block-edit-quoter .quote-info .preview-status .preview-btn {
    white-space: normal;
    line-height: 18px;
  }
  .quoter-quote-edit .block-edit-quoter .quote-info .preview-status .preview-btn span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-info .preview-status .preview-btn {
    margin-bottom: 45px;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-info .preview-status .status-options label {
  float: left;
  width: 100%;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-info .preview-status .status-options label {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-info .preview-status .status-options label:after {
  content: '*';
  color: #559ad8;
  font-family: 'arial';
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  font-size: 2rem;
  margin: 0 0 0 3px;
}
.quoter-quote-edit .block-edit-quoter .quote-header {
  font-size: 1.6rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-header {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-header {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
  .quoter-quote-edit .block-edit-quoter .quote-header > div {
    width: calc(100% / 3 - 10px);
  }
  .quoter-quote-edit .block-edit-quoter .quote-header > div.dir-section {
    width: 45%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .quoter-quote-edit .block-edit-quoter .quote-header > div.preview-section {
    width: 23%;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-header .nombre-tax,
  .quoter-quote-edit .block-edit-quoter .quote-header .field-switch {
    margin-bottom: 20px;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-header > div.preview-section .validity label {
  float: left;
  width: 100%;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-header > div.preview-section .validity label {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-header .logo-section .block-logo {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-header .logo-section .field-switch {
    margin-bottom: 20px;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-header .preview-section .field.folio label {
  float: left;
  width: 100%;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-header .preview-section .field.folio label {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-header .preview-section .field.folio label:after {
  content: '*';
  color: #559ad8;
  font-family: 'arial';
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  font-size: 2rem;
  margin: 0 0 0 3px;
}
.quoter-quote-edit .block-edit-quoter .quote-header .preview-section .field.date {
  margin-top: 20px;
  margin-bottom: 20px;
}
.quoter-quote-edit .block-edit-quoter .admin-sectiom {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 920px) {
  .quoter-quote-edit .block-edit-quoter .admin-sectiom {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quoter-quote-edit .block-edit-quoter .admin-sectiom .contacts,
  .quoter-quote-edit .block-edit-quoter .admin-sectiom .manage {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .admin-sectiom {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .admin-sectiom .contacts {
    margin-bottom: 20px;
  }
}
.quoter-quote-edit .block-edit-quoter .admin-sectiom .contacts > div {
  max-width: 312px;
}
.quoter-quote-edit .block-edit-quoter .admin-sectiom .contacts > div label {
  float: left;
  width: 100%;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .admin-sectiom .contacts > div label {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .admin-sectiom .contacts > div.administrador-contact {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .admin-sectiom .manage {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .admin-sectiom .info {
    width: 40%;
  }
}
.quoter-quote-edit .block-edit-quoter .admin-sectiom .info .mostrar-informacion {
  margin-bottom: 20px;
}
.quoter-quote-edit .block-edit-quoter .admin-sectiom .info .seller-info {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .admin-sectiom .info .seller-info {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .partidas-section {
  margin-top: 22px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .partidas-section {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
}
.quoter-quote-edit .block-edit-quoter .partidas-section .monedas {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-gap: 0 15px;
  -moz-gap: 0 15px;
  -ms-gap: 0 15px;
  gap: 0 15px;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .partidas-section .monedas {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .partidas-section .monedas {
    width: 38%;
  }
}
.quoter-quote-edit .block-edit-quoter .partidas-section .monedas > label {
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .partidas-section .monedas > label {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .partidas-section .monedas .opciones {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
.quoter-quote-edit .block-edit-quoter .partidas-section .monedas .opciones .field label {
  float: left;
  width: 100%;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .partidas-section .monedas .opciones .field label {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .partidas-section .tipo-cambio-container {
    margin-bottom: 20px;
  }
}
.quoter-quote-edit .block-edit-quoter .partidas-section .tipo-cambio-container label {
  float: left;
  width: 100%;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .partidas-section .tipo-cambio-container label {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .partidas-section .incrementos {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .partidas-section .incrementos {
    max-width: 30%;
  }
  .quoter-quote-edit .block-edit-quoter .partidas-section .incrementos .field {
    max-width: 216px;
  }
}
.quoter-quote-edit .block-edit-quoter .partidas-section .incrementos .field {
  position: relative;
}
.quoter-quote-edit .block-edit-quoter .partidas-section .incrementos .field:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .partidas-section .incrementos .field:not(:last-child) {
    margin-bottom: 10px;
  }
}
.quoter-quote-edit .block-edit-quoter .partidas-section .incrementos .field > label {
  float: left;
  width: 100%;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .partidas-section .incrementos .field > label {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .partidas-section .incrementos .field > input {
  padding-left: 30px;
}
.quoter-quote-edit .block-edit-quoter .partidas-section .incrementos .field > span {
  position: absolute;
  left: 15px;
  bottom: 7px;
  opacity: .5;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table {
    table-layout: initial;
    border-collapse: initial;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table thead tr {
    height: auto !important;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table thead tr th {
    display: table-cell;
    background: #ffffff;
    vertical-align: top;
    color: #1d1d1b;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 1px solid #eaeaea;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table thead tr th span {
    font-size: 1.6rem;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr:not(:last-child) td {
    border-right: 0;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td {
    border-top: 0;
    padding: 20px 0;
    height: auto !important;
    border-bottom: 0;
    border-right: 0;
    font-size: 1.5rem;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td a {
    font-size: 1.5rem;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td:first-child {
    border-left: 0;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.status {
    color: #969595;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > thead > tr > th {
    display: none;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody {
    display: block;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr {
    display: block;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr td,
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr td[data-th]:before,
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr td span:not(.price-subtotal),
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr th span:not(.price-subtotal),
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr td a,
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr th a {
    line-height: 1;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr td a,
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr td a:after,
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr td ~ td[data-th]:before,
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr td input[type='checkbox'] + label,
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table thead th.a-center {
  white-space: wrap;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table thead th.a-center {
    padding: 15px 10px;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table thead th.a-center span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table thead th.a-center span {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table thead th.a-center:first-child {
  text-align: left;
  padding-left: 0;
}
.quoter-quote-edit .block-edit-quoter .table-section table thead th.a-center:last-child {
  text-align: right;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table thead th.a-center.columna-precio-distribuidor,
  .quoter-quote-edit .block-edit-quoter .table-section table thead th.a-center.columna-precio-cliente {
    width: 150px;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody#template {
  display: none;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody:not(:last-child) td {
    border-bottom: 1px solid #eaeaea !important;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.a-center:last-child,
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.a-left:last-child {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td:not(:last-child) {
    text-align-last: left;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td:last-child {
    text-align: right;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td a {
  font-size: 1.6rem;
  text-decoration: underline;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
  display: block;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product {
    min-width: 318px;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product .product-left-container {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product .product-left-container .product-item-photo {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  max-height: 70px;
  max-width: 70px;
  min-width: 70px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product .product-left-container .product-item-photo {
    max-height: 92px;
    max-width: 92px;
    min-width: 92px;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product .product-left-container .product-item-photo .product-image-container {
  width: 100%;
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product .product-left-container .product-item-photo .product-image-container .product-image-wrapper {
  width: 100%;
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product .product-left-container .product-item-detail .name {
  font-weight: bold;
  line-height: 1;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product .product-left-container .product-item-detail .name {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product .product-left-container .product-item-detail .sku {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product .product-left-container .product-item-detail .sku {
    margin-left: auto;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product .product-left-container .product-item-detail .sku ~ * {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.product .product-left-container .product-item-detail .sku ~ * {
    margin-left: auto;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.details-qty .qty-unit {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.details-qty {
    padding-left: 105px;
  }
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.details-qty ~ td {
    padding-left: 105px;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.subtotal {
  padding-right: 0;
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.subtotal .price {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 5px;
  -moz-gap: 0 5px;
  -ms-gap: 0 5px;
  gap: 0 5px;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.subtotal .price {
    -webkit-justify-content: end;
    -moz-justify-content: end;
    -ms-justify-content: end;
    justify-content: end;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.cliente .price {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 8px;
  -moz-gap: 0 8px;
  -ms-gap: 0 8px;
  gap: 0 8px;
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.last.subtotal {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.last.subtotal .botones-edicion {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 15px;
  -moz-gap: 0 15px;
  -ms-gap: 0 15px;
  gap: 0 15px;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section table tbody tr td.last.subtotal .botones-edicion {
    -webkit-justify-content: end;
    -moz-justify-content: end;
    -ms-justify-content: end;
    justify-content: end;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section .partida-personalizada {
  margin-bottom: 20px;
  padding-top: 20px;
  display: block;
  width: 100%;
}
.quoter-quote-edit .block-edit-quoter .table-section .partida-personalizada .btn-agregar-personalizada {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section .partida-personalizada .btn-agregar-personalizada {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .table-section .partida-personalizada #form-extra-items .fieldset {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .table-section .partida-personalizada #form-extra-items .fieldset {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
  .quoter-quote-edit .block-edit-quoter .table-section .partida-personalizada #form-extra-items .fieldset > .field {
    width: calc(100% / 2 - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-footer {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-footer .notes label {
  float: left;
  width: 100%;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-footer .notes label {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-footer .totales-cotizacion {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-footer .totales-cotizacion {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .terminos-editar-titulo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.quoter-quote-edit .block-edit-quoter .terminos-editar-titulo label {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .terminos-editar-titulo label {
    font-size: 1.8rem;
  }
}
.quoter-quote-edit .block-edit-quoter .terminos-editar-titulo a {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 15px;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .terminos-editar-titulo a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .terms-wrapper {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
}
.quoter-quote-edit .block-edit-quoter .terms-wrapper .terminos-texto {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .terms-wrapper .terminos-texto {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .terms-wrapper .terminos-texto {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .terms-wrapper .terminos-editar {
    width: 32%;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-actions {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
  margin: 20px 0;
}
.quoter-quote-edit .block-edit-quoter .quote-actions a {
  white-space: nowrap;
}
.quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote {
  order: 4;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 44px;
  margin: 0;
  width: fit-content;
  white-space: nowrap;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote {
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
  }
}
.quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 920px) {
  .quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
    z-index: 0;
    transition: all 0.3s;
  }
  .quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(300deg, #559ad8 0%, #385ea4 100%);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote > span {
    z-index: 2;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote:hover {
  transition: all 0.3s;
}
.quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote {
    height: 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .quoter-quote-edit .block-edit-quoter .quote-actions a#format_quote span {
    font-size: 1.4rem;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-actions a#main_action_addtocart_quote {
  order: 3;
}
.quoter-quote-edit .block-edit-quoter .quote-actions a#main_action_preview_quote {
  order: 1;
}
.quoter-quote-edit .block-edit-quoter .quote-actions button#main_action_save_quote,
.quoter-quote-edit .block-edit-quoter .quote-actions .quote-details-items .actions-toolbar > .action#main_action_save_quote {
  order: 2;
  background: #f2cd50;
  border: 1px solid #f2cd50;
}
.quoter-quote-edit .block-edit-quoter .quote-actions button#main_action_save_quote:after,
.quoter-quote-edit .block-edit-quoter .quote-actions button#main_action_save_quote:before,
.quoter-quote-edit .block-edit-quoter .quote-actions .quote-details-items .actions-toolbar > .action#main_action_save_quote:after,
.quoter-quote-edit .block-edit-quoter .quote-actions .quote-details-items .actions-toolbar > .action#main_action_save_quote:before {
  display: none;
}
.quoter-quote-edit .block-edit-quoter .quote-actions button#main_action_save_quote span,
.quoter-quote-edit .block-edit-quoter .quote-actions .quote-details-items .actions-toolbar > .action#main_action_save_quote span {
  color: #1d1d1b;
}
@media only screen and (max-width: 1024px) {
  .quoter-quote-edit .block-edit-quoter .quote-actions {
    -webkit-gap: 0 10px;
    -moz-gap: 0 10px;
    -ms-gap: 0 10px;
    gap: 0 10px;
  }
  .quoter-quote-edit .block-edit-quoter .quote-actions a,
  .quoter-quote-edit .block-edit-quoter .quote-actions button,
  .quoter-quote-edit .block-edit-quoter .quote-actions .quote-details-items .actions-toolbar > .action {
    white-space: nowrap;
    padding: 0 5px !important;
  }
  .quoter-quote-edit .block-edit-quoter .quote-actions a span,
  .quoter-quote-edit .block-edit-quoter .quote-actions button span,
  .quoter-quote-edit .block-edit-quoter .quote-actions .quote-details-items .actions-toolbar > .action span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-actions {
    display: block;
  }
  .quoter-quote-edit .block-edit-quoter .quote-actions a {
    margin-bottom: 15px !important;
  }
  .quoter-quote-edit .block-edit-quoter .quote-actions button,
  .quoter-quote-edit .block-edit-quoter .quote-actions .quote-details-items .actions-toolbar > .action {
    width: 100%;
  }
}
.quoter-quote-edit .block-edit-quoter .quote-actions > a {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .quoter-quote-edit .block-edit-quoter .quote-actions > a {
    font-size: 1.8rem;
  }
}
.quoter-index-index .block-cotizaciones-clientes .text-welcome {
  margin-bottom: 20px;
}
.quoter-index-index .block-cotizaciones-clientes .text-welcome .pagebuilder-column h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .quoter-index-index .block-cotizaciones-clientes .text-welcome .pagebuilder-column h2 {
    font-size: 1.8rem;
  }
}
.quoter-index-index .block-cotizaciones-clientes .text-welcome .pagebuilder-column h2 ~ div {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-index-index .block-cotizaciones-clientes .text-welcome .pagebuilder-column h2 ~ div {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones .btn-see-tutorial {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
}
.quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones a {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 44px;
  margin: 0;
  width: fit-content;
  white-space: nowrap;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones a {
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
  }
}
.quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones a span {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones a span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 920px) {
  .quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(101deg, #559ad8 0%, #385ea4 100%);
    z-index: 0;
    transition: all 0.3s;
  }
  .quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(300deg, #559ad8 0%, #385ea4 100%);
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
  }
}
.quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones a > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones a > span {
    z-index: 2;
  }
}
.quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones a:hover {
  transition: all 0.3s;
}
.quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones a:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
.quoter-index-index .block-cotizaciones-clientes .botones-cotizaciones a.action.primary.btn-see-tutorial {
  display: none !important;
}
.quoter-index-index .block-quotes-generated .quote-options {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .quoter-index-index .block-quotes-generated .quote-options .date-pickers {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
    -webkit-align-items: end;
    -moz-align-items: end;
    -ms-align-items: end;
    align-items: end;
  }
}
.quoter-index-index .block-quotes-generated .quote-options .date-pickers label {
  float: left;
  width: 100%;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .quoter-index-index .block-quotes-generated .quote-options .date-pickers label {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-index-index .block-quotes-generated .quote-options .date-pickers .from-date-picker {
    margin-bottom: 10px;
  }
  .quoter-index-index .block-quotes-generated .quote-options .date-pickers a.consultar {
    margin-top: 20px;
  }
}
.quoter-index-index .block-quotes-generated .tabla-cotizaciones .dataTables_filter {
  width: 100%;
  max-width: 428px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
  width: fit-content;
  margin-bottom: 20px;
}
.quoter-index-index .block-quotes-generated .tabla-cotizaciones .dataTables_filter label {
  width: 100%;
}
.quoter-index-index .block-quotes-generated .tabla-cotizaciones .dataTables_filter input {
  padding-left: 50px;
  padding-right: 95px;
}
.quoter-index-index .block-quotes-generated .tabla-cotizaciones .dataTables_filter:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quoter-index-index .block-quotes-generated .tabla-cotizaciones .dataTables_filter:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.quoter-index-index .block-quotes-generated .tabla-cotizaciones .dataTables_filter button,
.quoter-index-index .block-quotes-generated .tabla-cotizaciones .dataTables_filter .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones .dataTables_filter {
    margin-left: auto;
  }
}
.quoter-index-index .block-quotes-generated .tabla-cotizaciones .dataTables_filter label {
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table {
    table-layout: initial;
    border-collapse: initial;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table thead tr {
    height: auto !important;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table thead tr th span {
    font-size: 1.6rem;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td a {
    font-size: 1.5rem;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td.status {
    color: #969595;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > thead > tr > th {
    display: none;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody {
    display: block;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr {
    display: block;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr td,
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr td[data-th]:before,
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr td span:not(.price-subtotal),
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr th span:not(.price-subtotal),
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr td a,
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr th a {
    line-height: 1;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr td a,
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr td a:after,
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr td ~ td[data-th]:before,
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr td input[type='checkbox'] + label,
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td .view-action,
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td .edit-action {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td:last-child a {
    padding: 10px;
  }
  .quoter-index-index .block-quotes-generated .tabla-cotizaciones table tbody tr td:last-child a:first-child {
    padding-left: 0;
  }
}
.quoter-settings-index .block-quoter-terms-conditions .configuraciones-generales {
  margin-top: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
.quoter-settings-index .block-quoter-terms-conditions .configuraciones-generales:before,
.quoter-settings-index .block-quoter-terms-conditions .configuraciones-generales:after {
  display: none;
}
.quoter-settings-index .block-quoter-customers .block-content h3.subtitulo {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .quoter-settings-index .block-quoter-customers .block-content h3.subtitulo {
    font-size: 1.8rem;
  }
}
.quoter-settings-index .block-quoter-customers .block-content .descripcion > p {
  margin-bottom: 20px;
}
.quoter-settings-index .block-quoter-customers .block-content .actions-toolbar {
  margin-bottom: 20px;
}
.quoter-settings-index .block-quoter-customers .block-content .table-wrapper .dataTables_filter {
  margin-left: auto;
  margin-bottom: 20px;
  width: 100%;
  max-width: 428px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
}
.quoter-settings-index .block-quoter-customers .block-content .table-wrapper .dataTables_filter label {
  width: 100%;
}
.quoter-settings-index .block-quoter-customers .block-content .table-wrapper .dataTables_filter input {
  padding-left: 50px;
  padding-right: 95px;
}
.quoter-settings-index .block-quoter-customers .block-content .table-wrapper .dataTables_filter:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quoter-settings-index .block-quoter-customers .block-content .table-wrapper .dataTables_filter:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.quoter-settings-index .block-quoter-customers .block-content .table-wrapper .dataTables_filter button,
.quoter-settings-index .block-quoter-customers .block-content .table-wrapper .dataTables_filter .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table {
    table-layout: initial;
    border-collapse: initial;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table thead tr {
    height: auto !important;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table thead tr th span {
    font-size: 1.6rem;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr td a {
    font-size: 1.5rem;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr td.status {
    color: #969595;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > thead > tr > th {
    display: none;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody {
    display: block;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr {
    display: block;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr td,
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr td[data-th]:before,
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr td span:not(.price-subtotal),
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr th span:not(.price-subtotal),
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr td a,
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr th a {
    line-height: 1;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr td a,
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr td a:after,
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr td ~ td[data-th]:before,
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr td input[type='checkbox'] + label,
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .quoter-settings-index .block-quoter-customers .block-content .table-wrapper table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .quoter-settings-index .modals-wrapper .modal-body-content fieldset {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
  .quoter-settings-index .modals-wrapper .modal-body-content fieldset > .field {
    width: calc(100% / 2 - 10px);
  }
  .quoter-settings-index .modals-wrapper .modal-body-content fieldset > .field.legal-address textarea {
    max-height: 38px;
  }
}
.quoter-settings-index .modals-wrapper .modal-body-content fieldset ~ fieldset legend.legend {
  margin-top: 20px;
}
.quoter-settings-index .modals-wrapper .modal-footer button.action.back,
.quoter-settings-index .modals-wrapper .modal-footer .quote-details-items .actions-toolbar > .action.action.back {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .quoter-settings-index .modals-wrapper .modal-footer button.action.back,
  .quoter-settings-index .modals-wrapper .modal-footer .quote-details-items .actions-toolbar > .action.action.back {
    font-size: 1.8rem;
  }
}
.sales-order-history .page-wrapper .page-main .filter-divider {
  display: none;
}
.sales-order-history .page-wrapper .page-main .block-order-history {
  padding: 15px 10px 15px;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .sales-order-history .page-wrapper .page-main .block-order-history {
    margin: 0 0 15px;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sales-order-history .page-wrapper .page-main .block-order-history .actions-btns {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    gap: 0 20px 1;
  }
}
.sales-order-history .page-wrapper .page-main .block-order-history .actions-btns > div p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .sales-order-history .page-wrapper .page-main .block-order-history .actions-btns > div p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .sales-order-history .page-wrapper .page-main .block-order-history .actions-btns > div p {
    text-align: center;
  }
}
.sales-order-history .page-wrapper .page-main .block-order-history .actions-btns > div button,
.sales-order-history .page-wrapper .page-main .block-order-history .actions-btns > div .quote-details-items .actions-toolbar > .action {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .sales-order-history .page-wrapper .page-main .block-order-history .actions-btns > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper .consulting {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 15px;
  -moz-gap: 0 15px;
  -ms-gap: 0 15px;
  gap: 0 15px;
  height: 44px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper .consulting select {
  max-width: 316px;
}
.sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper .dataTables_filter {
  margin-bottom: 20px;
}
.sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper .dataTables_filter label {
  width: 100%;
  max-width: 428px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
}
.sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper .dataTables_filter label label {
  width: 100%;
}
.sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper .dataTables_filter label input {
  padding-left: 50px;
  padding-right: 95px;
}
.sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper .dataTables_filter label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper .dataTables_filter label:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper .dataTables_filter label button,
.sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper .dataTables_filter label .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table {
    table-layout: initial;
    border-collapse: initial;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table thead tr {
    height: auto !important;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table thead tr th span {
    font-size: 1.6rem;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr td a {
    font-size: 1.5rem;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr td.status {
    color: #969595;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > thead > tr > th {
    display: none;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody {
    display: block;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr {
    display: block;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr td,
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr td[data-th]:before,
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr td span:not(.price-subtotal),
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr th span:not(.price-subtotal),
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr td a,
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr th a {
    line-height: 1;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr td a,
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr td a:after,
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr td ~ td[data-th]:before,
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr td input[type='checkbox'] + label,
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .sales-order-history .page-wrapper .page-main .block-order-history .table-wrapper table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
.orderview-detail-pending .block-detail-pending .dataTables_filter {
  margin-bottom: 20px;
}
.orderview-detail-pending .block-detail-pending .dataTables_filter label {
  width: 100%;
  max-width: 428px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
}
.orderview-detail-pending .block-detail-pending .dataTables_filter label label {
  width: 100%;
}
.orderview-detail-pending .block-detail-pending .dataTables_filter label input {
  padding-left: 50px;
  padding-right: 95px;
}
.orderview-detail-pending .block-detail-pending .dataTables_filter label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.orderview-detail-pending .block-detail-pending .dataTables_filter label:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.orderview-detail-pending .block-detail-pending .dataTables_filter label button,
.orderview-detail-pending .block-detail-pending .dataTables_filter label .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table {
    table-layout: initial;
    border-collapse: initial;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table thead tr {
    height: auto !important;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table thead tr th span {
    font-size: 1.6rem;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td a {
    font-size: 1.5rem;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td.status {
    color: #969595;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > thead > tr > th {
    display: none;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody {
    display: block;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr {
    display: block;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr td,
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr td[data-th]:before,
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr td span:not(.price-subtotal),
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr th span:not(.price-subtotal),
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr td a,
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr th a {
    line-height: 1;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr td a,
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr td a:after,
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr td ~ td[data-th]:before,
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr td input[type='checkbox'] + label,
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table thead tr th.only-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td {
    white-space: nowrap;
  }
}
.orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td table {
  margin-top: 0;
}
.orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td table tbody tr td {
  padding: 0 !important;
  border: 0 !important;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td.only-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td.only-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .orderview-detail-pending .block-detail-pending .dataTables_wrapper table tbody tr td.col.id.sorting_1 a.action.reorder {
    padding-left: 10px;
  }
}
.orderview-detail-boarding .modals-wrapper .modal-header h1.modal-title {
  margin-bottom: 0 !important;
}
.orderview-detail-boarding .block-detail-boarding .lista-dias__container {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-boarding .block-detail-boarding .lista-dias__container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 0 20px;
    -moz-gap: 0 20px;
    -ms-gap: 0 20px;
    gap: 0 20px;
  }
}
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .select {
  width: 100%;
  max-width: 440px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .orderview-detail-boarding .block-detail-boarding .lista-dias__container .select {
    margin-bottom: 20px;
  }
}
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .select select {
  height: 44px;
}
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .select button.primary,
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .select .quote-details-items .actions-toolbar > .action.primary {
  width: 100%;
  max-width: 106px;
}
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .searching {
  width: 100%;
  max-width: 425px;
}
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .searching label {
  width: 100%;
  max-width: 428px;
  position: relative;
  font-size: 0;
  display: flex;
  text-decoration: none;
}
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .searching label label {
  width: 100%;
}
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .searching label input {
  padding-left: 50px;
  padding-right: 95px;
}
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .searching label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e615";
  font-family: 'vde-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .searching label:before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .searching label button,
.orderview-detail-boarding .block-detail-boarding .lista-dias__container .searching label .quote-details-items .actions-toolbar > .action {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table {
    table-layout: initial;
    border-collapse: initial;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table thead tr {
    height: auto !important;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table thead tr th span {
    font-size: 1.6rem;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr td a {
    font-size: 1.5rem;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr td.status {
    color: #969595;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > thead > tr > th {
    display: none;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody {
    display: block;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr {
    display: block;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr td,
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr td[data-th]:before,
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr td span:not(.price-subtotal),
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr th span:not(.price-subtotal),
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr td a,
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr th a {
    line-height: 1;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr td a,
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr td a:after,
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr td ~ td[data-th]:before,
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr td input[type='checkbox'] + label,
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .orderview-detail-boarding .block-detail-boarding .dataTables_wrapper table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
.orderview-detail-order .block-detail-order .order-detail-header .block-title {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-detail-header .block-title {
    margin-top: 0;
  }
}
.orderview-detail-order .block-detail-order .order-detail-header .block-title .order-info span.order-status {
  height: 35px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #fef1d4;
  color: #efa500;
  font-size: 1.6rem;
  border-radius: 4px;
  border: 0;
  margin: 0;
  text-transform: none;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-detail-header .block-title .order-info span.order-status {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-detail-header .block-title .order-info span.order-status {
    height: 36px;
    border-radius: 16px;
  }
}
.orderview-detail-order .block-detail-order .order-detail-header .order-date {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-detail-header .order-date {
    font-size: 1.8rem;
  }
}
.orderview-detail-order .block-detail-order .order-detail-header .order-btns {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 10px;
  margin-bottom: 10px;
}
.orderview-detail-order .block-detail-order .order-detail-header .order-btns a {
  color: #385ea4;
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-detail-header .order-btns a {
    font-size: 1.8rem;
  }
}
.orderview-detail-order .block-detail-order .order-detail-header .order-btns a#btn-print-order {
  display: inline-block;
  text-decoration: none;
}
.orderview-detail-order .block-detail-order .order-detail-header .order-btns a#btn-print-order:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e624";
  font-family: 'vde-icons';
  margin: 0 1rem 0 1rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-detail-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-gap: 0 50px;
    -moz-gap: 0 50px;
    -ms-gap: 0 50px;
    gap: 0 50px;
  }
}
.orderview-detail-order .block-detail-order .order-detail-content .account-invoice {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-detail-content .account-invoice {
    font-size: 1.8rem;
  }
}
.orderview-detail-order .block-detail-order .order-detail-content .account-invoice .tax-buttons {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
.orderview-detail-order .block-detail-order .order-detail-content .account-invoice .tax-buttons button,
.orderview-detail-order .block-detail-order .order-detail-content .account-invoice .tax-buttons .quote-details-items .actions-toolbar > .action {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-detail-content .account-invoice .tax-buttons button,
  .orderview-detail-order .block-detail-order .order-detail-content .account-invoice .tax-buttons .quote-details-items .actions-toolbar > .action {
    font-size: 1.8rem;
  }
}
.orderview-detail-order .block-detail-order .order-detail-content .order-detail-cta {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-detail-content .order-detail-cta {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-detail-content .order-detail-cta {
    margin-top: 10px;
  }
}
.orderview-detail-order .block-detail-order .order-detail-content .order-detail-cta button,
.orderview-detail-order .block-detail-order .order-detail-content .order-detail-cta .quote-details-items .actions-toolbar > .action {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-detail-content .order-detail-cta button,
  .orderview-detail-order .block-detail-order .order-detail-content .order-detail-cta .quote-details-items .actions-toolbar > .action {
    font-size: 1.8rem;
  }
}
.orderview-detail-order .block-detail-order .order-substatus {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 1.6rem;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-substatus {
    font-size: 1.8rem;
  }
}
.orderview-detail-order .block-detail-order .order-substatus .column {
  text-align: center;
  width: 116px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.orderview-detail-order .block-detail-order .order-substatus .column .green-bar-status,
.orderview-detail-order .block-detail-order .order-substatus .column .yellow-bar-status,
.orderview-detail-order .block-detail-order .order-substatus .column .red-bar-status,
.orderview-detail-order .block-detail-order .order-substatus .column .empty-bar-status {
  border: 1px solid #969595;
  background: #ff0000;
  border-radius: 16px;
  display: block;
  height: 6px;
  width: 100%;
  margin-bottom: 5px;
}
.orderview-detail-order .block-detail-order .order-substatus .column .empty-bar-status {
  background: #eaeaea;
  border-color: #eaeaea;
}
.orderview-detail-order .block-detail-order .order-substatus .column .green-bar-status {
  background: #009050;
}
.orderview-detail-order .block-detail-order .order-substatus .column .yellow-bar-status {
  background: #f2cd50;
}
.orderview-detail-order .block-detail-order .order-substatus .column h2,
.orderview-detail-order .block-detail-order .order-substatus .column p {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-substatus .column h2,
  .orderview-detail-order .block-detail-order .order-substatus .column p {
    font-size: 1.4rem;
  }
}
.orderview-detail-order .block-detail-order .order-substatus .column h2 {
  font-weight: bold;
  line-height: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.orderview-detail-order .block-detail-order .order-details-items-vde {
  padding: 10px 10px 0;
  border-radius: 16px;
  border: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde {
    padding: 15px 20px 20px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table {
    table-layout: initial;
    border-collapse: initial;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table thead tr {
    height: auto !important;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table thead tr th {
    display: table-cell;
    background: #ffffff;
    vertical-align: top;
    color: #1d1d1b;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 5px 0 15px 10px;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table thead tr th span {
    font-size: 1.6rem;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr:not(:last-child) td {
    border-right: 0;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td {
    border-top: 0;
    padding: 20px 0;
    height: auto !important;
    border-bottom: 0;
    border-right: 0;
    font-size: 1.5rem;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td a {
    font-size: 1.5rem;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td:first-child {
    border-left: 0;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.status {
    color: #969595;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > thead > tr > th {
    display: none;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody {
    display: block;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr {
    display: block;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr td,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr td[data-th]:before,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr td span:not(.price-subtotal),
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr th span:not(.price-subtotal),
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr td a,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr th a {
    line-height: 1;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr td a,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr td a:after,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr td ~ td[data-th]:before,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr td input[type='checkbox'] + label,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table thead tr th {
  text-align: left;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table thead tr th:first-child {
  padding-left: 0;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table thead tr th:last-child {
  text-align: right;
  padding-right: 0;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table thead tr th.price,
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table thead tr th.qty {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr:last-child td {
  border-top: 0;
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content {
    margin-bottom: 10px;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content > td {
    border-radius: 0 0 16px 16px !important;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td:not(:last-child) {
  padding-right: 10px;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td:last-child {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td:last-child {
    border-radius: 0;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td[data-th]:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.name ~ td {
    padding-left: 100px;
    border-bottom: 0;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.name .product-left-container {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-gap: 0 20px;
  -moz-gap: 0 20px;
  -ms-gap: 0 20px;
  gap: 0 20px;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.name .product-left-container .product-item-photo {
  overflow: hidden;
  width: 100%;
  max-width: 70px;
  border-radius: 16px;
  border: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.name .product-left-container .product-item-photo {
    max-width: 92px;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.name .product-left-container .product-item-photo img {
  display: block;
  width: 100%;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.name .product-left-container .product-item-photo .order-status {
  display: none;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.name .product-left-container .product-item-detail .product-item-name {
  font-size: 1.6rem;
  margin-bottom: 5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.name .product-left-container .product-item-detail .product-item-name {
    font-size: 1.8rem;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.name .product-left-container .product-item-detail .product-item-name ~ * {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.name .product-left-container .product-item-detail .product-item-name ~ *:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.price {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.price > div span {
  display: block;
  white-space: nowrap;
  text-align: left;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.price > div span:first-child {
  font-size: 1.4rem;
  color: #969595;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.price > div span:last-child {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.price > div span:last-child {
    font-size: 1.8rem;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.price > div:not(:last-child) {
  margin-bottom: 10px;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.qty .field {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-gap: 0 3px;
  -moz-gap: 0 3px;
  -ms-gap: 0 3px;
  gap: 0 3px;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.qty .field input {
  background: #ffffff;
  border: 0;
  text-align: right;
  field-sizing: content;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr td.qty .field input {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table {
    table-layout: initial;
    border-collapse: initial;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table thead tr {
    height: auto !important;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.4rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table thead tr th span {
    font-size: 1.4rem;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.4rem;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr td a {
    font-size: 1.4rem;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr td:not(:first-child) {
    text-align: center;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr td.status {
    color: #969595;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > thead > tr > th {
    display: none;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody {
    display: block;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr {
    display: block;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr td,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr td[data-th]:before,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr td span:not(.price-subtotal),
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr th span:not(.price-subtotal),
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr td a,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr th a {
    line-height: 1;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr td a,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr td a:after,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr td ~ td[data-th]:before,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr td input[type='checkbox'] + label,
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td table {
    margin-top: 0 !important;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-gap: 10px 15px;
  -moz-gap: 10px 15px;
  -ms-gap: 10px 15px;
  gap: 10px 15px;
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-qty {
    width: 100%;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-qty table thead tr th {
  border: 0;
  text-align: left;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-qty table thead tr th:first-child {
  border-radius: 16px 0 0 0;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-qty table tbody tr td {
  text-align: left;
  color: #1d1d1b;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-qty table tbody tr td:nth-child(2) {
    border-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-qty table tbody tr td:last-child {
    border-left: 0;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-qty table tbody tr td.status-red {
  color: #ff0000;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-qty table tbody tr td.status-green {
  color: #009050;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-qty table tbody tr:not(:last-child) td {
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-desc {
    width: 100%;
    max-width: 288px;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-desc table thead tr th {
  border: 0;
  text-align: left;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-desc table thead tr th:first-child {
  border-radius: 16px 16px 0 0;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-desc table tbody tr td {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-desc table tbody tr td:last-child {
    border-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-desc table tbody tr:not(:last-child) td {
    border-radius: 0;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-promo table thead tr th {
  border: 0;
  text-align: left;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-promo table thead tr th:first-child {
  border-radius: 16px 16px 0 0;
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-promo table tbody tr {
    margin-bottom: 0;
  }
  .orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-promo table tbody tr:first-child td {
    border-bottom: 0;
    border-radius: 16px 16px 0 0 !important;
  }
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-promo table tbody tr td {
  text-align: left;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-promo table tbody tr td:last-child {
  border-radius: 0 0 16px 16px;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table tbody tr.table-content td .table-group .table-promo table tbody tr:not(:last-child) td {
  border-radius: 0;
}
.orderview-detail-order .block-detail-order .order-details-items-vde .table-wrapper #my-orders-table table {
  border: 0;
}
.orderview-detail-order .block-detail-order .item-desc-table-wrap {
  display: block;
  margin-top: 20px;
}
.orderview-detail-order .block-detail-order .item-desc-table-wrap table.item-desc-table {
  margin-left: auto;
  border: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .item-desc-table-wrap table.item-desc-table {
    width: auto;
  }
}
.orderview-detail-order .block-detail-order .item-desc-table-wrap table.item-desc-table tbody tr th {
  border: 0;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 2px 20px 0 0;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .item-desc-table-wrap table.item-desc-table tbody tr th {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .item-desc-table-wrap table.item-desc-table tbody tr th {
    padding: 2px 100px 0 0;
  }
}
.orderview-detail-order .block-detail-order .item-desc-table-wrap table.item-desc-table tbody tr td {
  border: 0;
  font-size: 1.6rem;
  text-align: right;
  padding: 2px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .orderview-detail-order .block-detail-order .item-desc-table-wrap table.item-desc-table tbody tr td {
    font-size: 1.8rem;
  }
}
.orderview-detail-order .block-order-details-view > .block-content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.orderview-detail-order .block-order-details-view > .block-content .box {
  width: 50% !important;
}
@media only screen and (max-width: 768px) {
  .orderview-detail-order .block-order-details-view > .block-content .box {
    width: 100% !important;
  }
}
.orderview-detail-order .block-order-details-view > .block-content .box.box-order-shipping-address {
  order: 1;
}
.orderview-detail-order .block-order-details-view > .block-content .box.box-order-billing-address {
  order: 2;
}
.orderview-detail-order .block-order-details-view > .block-content .box.box-order-shipping-method {
  order: 3;
}
.orderview-detail-order .block-order-details-view > .block-content .box.box-order-billing-method {
  order: 4;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .orderview-detail-details__btn-print {
  text-align: right;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .orderview-detail-details__btn-print a {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: right;
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
  text-decoration: none;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .orderview-detail-details__btn-print a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: inherit;
  color: #385ea4;
  content: "\e624";
  font-family: 'vde-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .orderview-detail-details__btn-print a {
    font-size: 1.6rem;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table {
    table-layout: initial;
    border-collapse: initial;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table thead tr {
    height: auto !important;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table thead tr th {
    display: table-cell;
    background: #eaeaea;
    vertical-align: top;
    color: #969595;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 0;
    line-height: 1;
    height: auto !important;
    white-space: nowrap;
    padding: 11px 10px;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table thead tr th span {
    font-size: 1.6rem;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table thead tr th:first-child {
    border-radius: 16px 0 0 0;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table thead tr th:last-child {
    border-radius: 0 16px 0 0;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table thead tr th > div {
    height: auto !important;
    overflow: initial !important;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr:not(:last-child) td {
    border-right: 1px solid #eaeaea;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr td {
    border-top: 0;
    padding: 5px 10px;
    height: auto !important;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    font-size: 1.5rem;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr td a {
    font-size: 1.5rem;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr td:first-child {
    border-left: 1px solid #eaeaea;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr td:not(:first-child) {
    text-align: center;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr td:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr td.status {
    color: #969595;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr td.actions a {
    font-weight: 600;
    color: #385ea4;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr td.actions a:after {
    border-color: #ffffff;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table tbody tr td input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table {
    background: #ffffff;
    border: none;
    display: block;
    margin-top: 20px;
    width: 100% !important;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > thead > tr > th {
    display: none;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody {
    display: block;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr {
    display: block;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr:not(:last-child) {
    margin-bottom: 10px;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td,
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr th {
    border: 0;
    padding: 3px 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    background: #ffffff;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td[data-th]:before,
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: block;
    color: #969595;
    font-weight: normal;
    width: 40%;
    min-width: 130px;
    line-height: 1;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td span:not(.price-subtotal),
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr th span:not(.price-subtotal),
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td a,
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr th a {
    line-height: 1;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td a,
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr th a {
    color: #385ea4;
    font-weight: 600;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td a:after,
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr th a:after {
    border-color: #ffffff;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td ~ td[data-th]:before,
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr th ~ td[data-th]:before {
    color: #969595;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td input[type='checkbox'] + label,
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr th input[type='checkbox'] + label {
    width: 20px;
    margin: auto;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td {
    display: flex;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td:first-child {
    border-top: 1px solid #eaeaea;
    border-radius: 16px 16px 0 0;
    padding-top: 10px;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td:last-child {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 0 0 16px 16px;
    padding-bottom: 10px;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr:not(:last-child) {
    margin-bottom: 0;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td:first-child {
    background: #eaeaea;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 16px 16px 0 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    text-decoration: none;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td:first-child:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #969595;
    content: '\e622';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td:first-child:after {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 5;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td:nth-child(2) {
    padding-top: 10px;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr td ~ td {
    display: none;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr.active td:first-child {
    display: block;
    text-decoration: none;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr.active td:first-child:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #969595;
    content: '\e621';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table > tbody > tr.active td ~ td {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-guide-details {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-guide-details thead tr {
    -webkit-display: grid;
    -moz-display: grid;
    -ms-display: grid;
    display: grid;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-guide-details thead tr td h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-order-items {
  border: 1px solid #eaeaea;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-order-items tbody {
    display: initial;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-order-items tbody tr {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-order-items tbody tr:last-child,
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-order-items tbody tr:nth-child(4) {
    border-bottom: none;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-order-items tbody tr td {
    display: initial !important;
    background: transparent;
    border: none;
    width: 50%;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-order-items tbody tr td:after {
    display: none;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-order-items tbody tr td:first-child {
  border-left: none;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.table-order-items tbody tr td:last-child {
  border-right: none;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding {
  background: #f8f8f8;
  border-radius: 0;
  padding: 5px 10px;
  border: none;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr {
    background: #ffffff;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr:first-child td:first-child {
  border-top-left-radius: 16px;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr:first-child td:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td {
  border-color: #f8f8f8;
  border-width: 2px;
  font-weight: normal;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 1.8rem;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td:nth-child(2) {
  text-align: left;
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td:nth-child(2) {
    background: #f8f8f8;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td:first-child {
  background: #ffffff;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding: 5px 10px;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td:last-child {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td:last-child {
    padding: 5px 10px;
    background: #f8f8f8;
    border-radius: 0;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td.id.block {
  border: none;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td.id.block a {
  color: #1d1d1b;
  font-size: 1.6rem;
  background: #f2cd50;
  text-decoration: underline;
  height: 40px;
  width: auto;
  max-width: none;
  margin: auto;
  text-decoration: none;
  border-radius: 16px;
  border: 0;
  padding: 0 15px;
  font-weight: 600;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: block;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td.id.block a {
    font-size: 1.8rem;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td.id.block a button,
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td.id.block a .quote-details-items .actions-toolbar > .action {
  background: none;
  line-height: 40px;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td.id.block span {
  font-size: 1.4rem;
  vertical-align: middle;
  display: inline-block;
  max-width: 250px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order table.boarding tr td.id.block {
    width: 100%;
    padding: 10px;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .table-guide-details {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .table-guide-details {
    border-top: solid 2px #eaeaea;
    padding-top: 15px;
    border-width: 2px !important;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details {
  font-size: 1.8rem;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos {
  border: solid 1px #eaeaea;
  border-radius: 16px;
  padding: 20px;
  margin-top: 30px;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos h2 {
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items {
  border-radius: 0;
  border: 0;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items thead tr th {
  text-align: center;
  color: #1d1d1b;
  font-weight: bold;
  font-size: 1.8rem;
  background: #f8f8f8;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items thead tr th:first-child,
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items thead tr th:last-child {
  border-radius: 0;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items thead tr th:first-child {
  text-align: left;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td {
  padding-top: 15px;
  text-align: left;
  border: none;
  text-align: center;
  border-bottom: solid 1px #eaeaea;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td {
    border-bottom: 0;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:first-child {
  text-align: left;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:first-child {
    max-width: initial;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:first-child div {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  max-width: 420px;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:first-child div img {
  max-width: 90px;
  margin: 0 10px 10px 0;
  border: solid 1px #eaeaea;
  border-radius: 5px;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:first-child div div {
  display: block;
  padding-top: 0;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:first-child div div p {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:first-child {
    width: 100%;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:first-child img {
  width: 100%;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:first-child img {
    width: 200px;
    margin: auto;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:nth-child(2) {
    padding-top: 0;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:nth-child(2)::before {
    content: "Cantidad: ";
    display: inline-block;
    font-weight: bold;
    width: 100px;
    text-align: left;
    border-bottom: 0;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:nth-child(3) {
    padding-top: 0;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td:nth-child(3)::before {
    content: "Cedis: ";
    display: inline-block;
    font-weight: bold;
    width: 100px;
    text-align: left;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr:nth-last-child(0n+2) td {
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr:nth-last-child(0n+2) td:nth-child(3) {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody {
    display: block;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr {
    display: block;
  }
  body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.productos .data.table.table-order-items tbody tr td {
    width: 100%;
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
    background: initial;
    margin-top: 0;
  }
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.comentarios {
  margin-bottom: 25px;
}
body.orderview-detail-details .page-main .column.main .block.block-detail-order .boarding-details.comentarios h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media print {
  .logo {
    display: block !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANgAAABnCAYAAABivIxNAAAABHNCSVQICAgIfAhkiAAAFulJREFUeF7tXV2MHNlVrlvdM7a1itwmCSx4F3dH+5NEIM9IcVYWAs+8RMpTZh7QKhHIY0QIttfyzEOkgISmRyggiMSM8Y6HsIiZ2QiyCw8eP+Ul0rQfwuJYK7cBbTZxommT3cXaABkjgu3+qcu59V/dVXVPVd2quu29LVmema66devc+9V3v3POPUW0Ej/Pv3Z38dEBY6sz39gvsRvq0soCuVmA5NYyp+H61b3aZJfsaRq59IMXjzXL6oe6rrJAnhYoDWDPvb4HoCLLVNP2e5O0oVgsz2FWbZdlgVIAZrJXD9iLajXrxunKD15sKBYraxao6+ZmgVIA9tzrdwFMdJkQolEKHEa0/e6EYrHcRlk1XJoFCgeYp70c9nLunQCLKS1W2kxQF87FAoUDDLTXFiH6aZO57A9jMoNSpcVyGWLVaJkWKBRgH//mXt3Qmecw6qO0WJmTQV1bvAUKBRhory3QXqf9zOVnMqXFxA+warFcCxQGMD57KS1W7lRQV8/DAoUBjGkvcBea7OV6D30azGEyFRfLY5hVm2VZoBCA4dnLMYPSYmVNCHVdsRYoBGCO9opjrgCzqbiY2FFWrZVmgdwBlpy9lBYrbTaoCwu3QO4Ai4p7DcfBwuJid16sHxF+x6pBZYECLZArwNKzF8ue0q5//8X6TIG2UJdSFhBugVwBxot7xWkyw6CzP/x8oyX8jlWDygIFWiA3gCn2KnAU1aWktUBuAMPGvQLeQ9tMuk5n3/5NxV7SzhrVMbQFcgGYYi+0/dWBj7kFcgFY4riXbWSmyQYDQ2mvx3zSfZBuTzjAFHt9kKaPuleeBYQDLG3ci8XBlPbiDZf6ftwsIBRgir3GbfhVf/O2gFCAqbhX3sOl2h83CwgDmGKvcRt61d8iLCAMYCruhRuuK+vrLTjyVNzR586fFzYuw9fZ2NioU8OIKdsAZ1C6fe6llxaGz8X0HWeFkaPasEmQVXdus3/gTb5+9uzZTsq23NPW19ebYMjlrO1kOV/IQCr2wg8BZtBh0+n0+fPn2WQT/rly5cocAOhqXMNw/TNw/a0CARbWnTb0Y6vb7W4vLS2lKq2OsbVwAw81KARgKu6FH6aNy5dnqK7vxp5B6RIwyBq+VfyRG+vrazBxL8adQXS9EcYgOTJYXHf2YZKunT1/fgV/l9aRjwXAFHslHXZNg4nq1awLOR0m1DWYUHPJW+afAde+BUdNxRx5F5ao9bDvSwKY0xXGaIxZ0cz+WABMxb34kzrFUqsDk7yRvGX+GTxwR+kv1nLJAGNd2AeQzWJBNvYAU+zFn9BhR2AGPmqZlu6K1lmY5WmU/pIEYCbIwDbTGCcIxs5Z7Ik5N5MGkyHuRb87sUA+3dvC3Kwsx2Sd6GnvAzPh4oAtAYNZt05I69y5c7M8O2Dul9dG1u9TA0wG9qJvHKxrlQG8pYXMkxe6O1mNUeT5vKUaDMwl0GGLIvuEAEik/kIxGCG3yWCA7jOtVGqQIjelgyYE5vxcknuNY1qnHS7AEvY3Sf+cY1MDTIa4F7AXYy6otUg65NPdXDRLGqNizkFM9jbosGlMW9hj4Jo/hWPtV0aFnBUR/3KORPT5OvR5Btuf4eOuvPzyIrBTE/5+GNEGV6dyAQZlKbL0F9FHVvoi+Ucq9vK6f2aclooYd/mjbvdI2hjQ8KjCZJuCwWYexMgPjxXyBhjr2Orqau3A5CRbjcQG49mxvP6OLcCee73DApVz6DqH9pCK3O9lsheBSsHeW1o62kRvmkxrqYKSyR8z2c7ABHyJYcyevXChle1K1tk2O6zGtcVzrBQBMBdkBw60YGyPx/aXE84YS4ABe83AG1LiA6URVhFVKcrVXsPXoWQFtFhTxITMuw37Sc2WbHGMsgIuaSH3A4y5w9E5sfrLBCk/zUvYkgvDuKxPcSw/lgB79rXOrq6TGV5dw7DvRe338rSXS40sf858U6ZW7TXGiMXanKe0sAkL4GD5h/UoNGOC20UCDAlo5lGcB49iqINr7AAmNXt5M+cSaDG0JytvpoprH6PDRCT+IhN8uelZhQMMkTcZFxgfO4A9/w+dXSCKGWfSJNFgouocBtgLanj4NBh7mlm/DyoNcvJhp0zwYK6N0WEiEn9hoi2AZTY5y1FugnHRAMMso+GeIr2tYwWwj/8jaC9DUu01OnO2gcUWMJO8zGNQE0hA4i+CKe8DU0a7720jFQ0wc5l45QpvGa1FsfxYAYxpLyAIk72SMBfTYhWqzb4toEovvTmxC77ZGZepPCoNY7JpABk6MbQsoPEmEEYb8frOS/DFXqMMgCEeDsxdH8q+YwOwtNrLdHRQbfvO5xuZ2YTerM5AxkYS72ULAMZNp+FNzry/R0wgbkA1ro8iWbIMgKHCCxHhjLEBmKO9eMzFBpqBikWvzfAU/ADs1QD2yqyHQHvtAnMByHw7PaI0mMtsdJac6LfyBkmW9jE6jBefirs+Mu+Rq7/M5VqBbnrnnjD9hzkR6qAZC4Ch2MtGE2VkbaHMsQ+w18fKYC/n+m1gMaHpRlnAFHYuhmF4GQtxfUJMMpT+khlgYJ/QeCHi3oWFQaLGgJsqFRr3gtYMxlTAIB5jsThU8Pcq0cWw101InaHUSwblMlfAuyh9ChVPh8W5onmA57EOVn+VBTD7urEbVMcWYFHs5Q8i+xnL/3eA3/aPvpCdvUxChC0p8F+smzl6osmfCIzQYakTf3lZ+1HLqzB78sAK5+TCCLx7iHpIIBiMFdvJNWYay2D+uJfJVIyhDMOLN4HIotT/u6PBiNaHug4dAdrLGWh6Y6Kj6eRYMg1mMxnRlsiJXi41LngMgvkeE6dKk/iLSTdKEmeTFWBRwEYADDM8mY6JBJjLXgAsl5/NH6zfLUeG9Y2VpeR8Y/6w/aPfeoaxjrBPCi+i/9r7kAgsbQoVKtMiJiUoysgIDxxaf8m8RBxLgD372t4ugMbKORzWWiZzMUbzvIZ+TWZUqkLZy2Wx70604OdTyDiYN+9YRw0DEoH7TWGIF9wQsEMHmjwW1WyUzojrBiLBN9GSTjFY8kEPZbBnIGMe5iQEdT2Gspp2fg9qTld7mWEvur33288JZS8XYMljYT6QQSJwvzItawoVsI21/Sb6kwgMNuPEJvgmBa0CmCCAPfvNPcg5pAxkvmWgo8Gs9aDlPRzWYEQz+v1G58wn2NM4lw8qF9G58rC3ERwvsPM5F/BnvVmMDkuS+ItZdibdb6YAlnyURxiMsRd4MryMCYuVfAQWoskcDUYYez2f6wSO3AuGvXdJE4FFA0I0YG1GbMH/p0SyLGbYeF5EaCOU3aV0cjzz9z8EcFn7vSyG8jOWw2hBDcYozTzOMHJlL2+pONmECy67g5MkLkbpDmixeczAFn0MT4clcqnns+SUEmAZ3PS5D3GAwZ75xh27rLPDWFEazJ3q5g+WBiPbndP5spd71VtQuKUHbntccZRRIxI5U6h4OixhUDi2gm9S/SUzg41NoJmxF+zbmnGYy3S++XILTaIwhjWYvT40aCHs5bHYBAQIyWrKuFgL4mLSJQIjlnX7oMOO8B67mPSrpPqrLIBhls5jATDGXgbzHFqUxBiJ/WDPX78GG9VkLO4Fjo1ctVfYpILtKx24dqRrO3YiSlhLETOZMIm/mATiJA4Tx45lODkwyb5jAbDGN+6Y+70CuYWWu3DIa+i56r04GCmUvVwWc1KokmgwdrJ1vJTbWXg6DKwf+moh/8MEIe4Tu/zLYjDMwyKqLkdeduCtIPzfmxqsvvm9ul6t7HlJ8P54lz9xdlSTwTnb//47nyycvXwga8HPcZ6taHtI6FHk6TBM4i+PadLor7IAhgCJFrXcRZyb6kGTGGAfe/XOItUMqJlnxbVGvYee1xA0mptIwdAJ+YmlsJenxXwbMRMzmXw5iggdxk385bm10+ivsgDGe1iwfkXlaUoDsMarb7dgt/CpYLzL1lomadmazM1LtDUZeA7LZC8XZDeqO4D0RLXN7XOl2y+GSdCNS/zFaJY0+qtEgMWX+9a0yHxKKQBW39yrEb3702C8y87QGMo5tMWYOTfNWhuVSqns5QLMeQmE84ckTDbROyJbHUV4arPqxNH12WMSfxEJvqmXRQg2Sd122LIL87CB8yKvKQnAvgdFZCzv4agGs2/byUkEJnPLAWja9o9/91dK017DAzJSjBS7UJYwJsZL0o3TUFnO5ZmsaIBx9ai1toqsfiwJwN5ib7RYtYPFITuUPU1mJaVbOYmVXq/ROTvd4Q1KUd8DwKagY7cSx8UkzLLPwkIAgvglVYptL84YFgkwO5a3B9eOLScHAIusJyIFwH558601eAxctKJett5yw17wgyO37GWhfcjtd37vV+Pe81sUrgLXAZDFL63CekXINXKim8v7kNMaAbM0CtNRmDhamo2bZQAMscubdSu2nr4UADv2t2+1oKOnRjWYP94V1GQaoUvvfvG4dDuEAWDmvSTcL3YdCuPMpAVDXufxdFiYJ5DrgYQXzkEd99QPxqIYDOOoYXYHUoh9SaE0AANwmXEkr6bGULzL1WDWdBoMBo17Ei0PnUlOb1SbAK7lZJNezpodabQUT7PwJiTPbkUAzA4sb/KWhibAoCxF3LuapQDY03/zb4FChnFVoqydzcbd9740VecNRhnfjxTHQXoTgcFia5OUcS88HRaW+Mur4Bv3JhLMPeYJMKa5Dk5OXoRHexPTF0zAXRqAuaAy78zTXVYIzBNhtiPk2nu/f1wqzeIyWModzzICDKHDAom/mATfLPqL2VgkwEy9SOkxwzBqOiEL0HyiOcVjL9ZfKQD21Cv/auPIX2PD3t9lLxsDFX0pXXnv7DTuKYN6FIk7yC2Mg2Qu58oyAsye0MmdNlHmzKi/kAATN5gxLWGXugiA5d5f8tQr/+KTXj6XoQ0ui9Rc/yIjuKX/ODctnYPD7OaNyTlwwLDX2yb6yAowng5LcpPYSRnXJoLBknQp3bEJHhRSAOzo12/bGsy6X6+ADcuiD6ncq2mz4OBopbNOvmfRm+l2OssKMJ4OS2TNDPEv5zqlAwzA9ejRoxnsi+ElAVi7DQQVeNl0QJMFNBiY2iCz9y5ICrAbADDiKyWAm4G3AWCpXde4S6Q7CuuuxrSeVX9JsES8DvcwhwUX668UAPvFjVst0FhmHMyvtfzexIAGg1fF3LtwQlYGs2rYJ9NgUsbBfKwRXLdj0DR8TIJllYRLxPtggLU0L4OXAmBH/+rWGmQ/XbTXh9Z/jpUd9vJldsCf5t+/8KnQl06nGXtR51CrTgdLE0r6kfqdziKWZSL0VwkMdhem3Va3211Lwlr+wZcCYE+u32oSXVsO7mS2Ueari2jtbDY12cr7F0402Y387HJ97okLHSnAZsbACNlMnItIqdRvXxEySQTor4IAdh1mGVtRtSHjJPO8EmK7pI/roePJkxu3ZiCDF7LpfdmIPt1lhcV8sWiqrbx/0QLYg798ekGbqLQOne10MvYj8+ng4Ai+4gjfotSvmmXxIogVLeBvZ/RIXde34jIesG2zVCw4to49Puo4BiAyGLAQhPl52O+307JUXF+YhjV0fSZrf7Ocb2YwPLn+JhBTmAYbrYsIDHHt/YsvmEHBB5frUChnsPDESz/ONAGy3AA7d+TFEFgNRrT7UF2K+/LvrP1T539wLWAC7Bcuv9kC79spr4CvI7qGchKtAzo/ufhCwzHZg/WnqaZXGmWymPl6WXhRRYphhFLavVIfDin6rE4ZIwtYAHv5zUXIMVy1NlMyEA1X7mVfmH826yJWNdq4t3Syw879v/WnWqDh6KGz75RSZzDAXljmcgZIJ/PkU93Ma/0xGm/V1YItYAKstnqrNlnpgwfO26LiarJhDWZijZ75r6WTWzbA1gBgF4lOlw5+6d1CMzzsOvWsgm3yZR4hd2EfWL1ge6vLfcAs4GaR//ylG2bhGCeTI7w2vctsrf9cOmky1oONOkzS/p6mAxJ1Mnvoi++0irCh7ZZnS0O2kzmQlIz6XcKdzEXYTV2jWAu4APvI6k14XZH1VhWvupS3XLS65WkyQyeNfXuZ+GDjqRYA7BSw2L5eJbOTZ95t53kbJrj6k8wlnygD29en+/DGy7psxW7ytJlquxwLBPZBffTSjRa8g/nUqAbzaTK7Nr1maCv//eVfa1osBu563dgkFRYrA5DBcnHyzD1zCSn6Yy8LWUJvOuayQhBSB5dF20y1V54FAgD78OobC/CHzUB1KVuDBUq2WUy2Tys9YLFZM57x4OtHwdkBnkgGMlguAsjWJgaPVsiZfTfekfU2bYcGA1dyzeVdXLFX1oFQ56MtMLKT98N/8U8tABPkJkZX+GWt2zU8Vva//Osmi/3vXx+dquqweCMQTwOQUQAZqWgdWHY2J7/wk210j0IONFlL76+CtrKWhGk0l5v2RaV+V3MWO6lz5bPACMBqq2/UdcPYM7vqhsOc7MSRuNg+FOiY3v+D2Y7JYq/8UhPAtcwYDNjMZDITbMTowO9rgwnj2qH5ffNYzIf+8+TnoA0GqgXM8YhjpM2cR/RdHTKGFgitRfFzX/tOE2CxbGXRG4wyrHqJdhwsuE9Ma93/ym+YHkW6Wa89Mh61AFTHGYPpJrgskFlgg2PIoA3/t0zQVXRwhvQ1CKyZ/6qE1g19UNd1MkX1wQypkBpoO8+sWZjLakXqtKgxnD+qyxwLRBZ7OfK177Rg85eZ3eHwl7ez2Yk624xmGEv/84ezZgysu3l0imr9llaB0s+MxQBcDpsNM5vl2veYLvJ7EcNI5HvRg4jbUm3IbYFIgNVWd2ukV+0Acx22q0l5b11hbOXPXSTavk6pu1Q0Qab3WsBKcK6fwSxGG2U20/vo027e7yYAszOXSomSex4+tr2LLVdW+/PdKfBWtABLgRcRhNVPhIbaeleb3W9aXsXuq08uUMd1H8NUJsMBuBzvo1+7uQyXzfwKXNnsp87OYIFYgLF2a3+2O0epftVlLAM0UVitDkChzkDWIx7I/u6jU8BYoMms5aKlwcA76dNk8Pa0IY1m/24yGnQgmwZbgXSoZgb7qFOVBTJZgAsw1vqH/nQX4mPeZsYRTeZ7pzNAqF3tV1yQ0c1arXeoCpqMHi9Qg92Hbi9CpvxWJuuok5UFMloABTB2jSe+ujtVIeD9Y5psWIMN/Q6NtqqDyryzXKRXa7VuX1/UdW0RvIuHc9Zg17VBZYGcfNjJaBt1urJAZgugAeaAjFAKrABs5PsESr0xsFkI7MAqb/5nzc+4eYkPrtbqFU2HWJlx2vUsitJgkB0P6VuL5AW1/STzrFANCLNAIoCxq9aau7VBlUKhHACJ/U7nEU3mj5vBUu3B8mcu+XvcvVqb0ieMRa1CTgvQYNeh7S21HBQ2J1RDAi2QGGDOtT/0x9+eG1BtDULQx0bfjGnHyewgGjjn2Y7plYfNz7YCzAdLx8HBwZxWMSCoDDuSdXoM4UW8D+wI2fukpfUrO2opKHA2qKaEWyA1wBw265LuIiH6IhRmOTxaVzFY0wOYbgdc8ksAtFB9RHdrkMT7cMrM7NCNGfN/WPeBe9ICZr/aUYASPgdUgzlaIBPAnH6xZWNX6y7CTpZFaPBwcD+Zfy+km8u4QynZ6X31s5mSgHO0i2paWUCIBYQAzN+Tg3/0rQVgsjkDKuxaCRjepk0vlxHOsH39oOV2mNcRjmv3Dwxua815YdtbhFhINaIskMECwgHm9qV5tTbZPzADF5iBv0F+YrBqFbuwt4PE//4JlvxIL8Ff2ro+aPf+ZD7X3dEZbKdOVRbgWiA/gIVc+uBXvlXvV/t19hUdaDVgtCli0A6AqeMc3n/Yb2trisW4I6cOGAsL/D+Wb0cxkOfYxQAAAABJRU5ErkJggg==);
    width: 200px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    float: left;
  }
  .compare-logo {
    display: block !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANgAAABnCAYAAABivIxNAAAABHNCSVQICAgIfAhkiAAAFulJREFUeF7tXV2MHNlVrlvdM7a1itwmCSx4F3dH+5NEIM9IcVYWAs+8RMpTZh7QKhHIY0QIttfyzEOkgISmRyggiMSM8Y6HsIiZ2QiyCw8eP+Ul0rQfwuJYK7cBbTZxommT3cXaABkjgu3+qcu59V/dVXVPVd2quu29LVmema66devc+9V3v3POPUW0Ej/Pv3Z38dEBY6sz39gvsRvq0soCuVmA5NYyp+H61b3aZJfsaRq59IMXjzXL6oe6rrJAnhYoDWDPvb4HoCLLVNP2e5O0oVgsz2FWbZdlgVIAZrJXD9iLajXrxunKD15sKBYraxao6+ZmgVIA9tzrdwFMdJkQolEKHEa0/e6EYrHcRlk1XJoFCgeYp70c9nLunQCLKS1W2kxQF87FAoUDDLTXFiH6aZO57A9jMoNSpcVyGWLVaJkWKBRgH//mXt3Qmecw6qO0WJmTQV1bvAUKBRhory3QXqf9zOVnMqXFxA+warFcCxQGMD57KS1W7lRQV8/DAoUBjGkvcBea7OV6D30azGEyFRfLY5hVm2VZoBCA4dnLMYPSYmVNCHVdsRYoBGCO9opjrgCzqbiY2FFWrZVmgdwBlpy9lBYrbTaoCwu3QO4Ai4p7DcfBwuJid16sHxF+x6pBZYECLZArwNKzF8ue0q5//8X6TIG2UJdSFhBugVwBxot7xWkyw6CzP/x8oyX8jlWDygIFWiA3gCn2KnAU1aWktUBuAMPGvQLeQ9tMuk5n3/5NxV7SzhrVMbQFcgGYYi+0/dWBj7kFcgFY4riXbWSmyQYDQ2mvx3zSfZBuTzjAFHt9kKaPuleeBYQDLG3ci8XBlPbiDZf6ftwsIBRgir3GbfhVf/O2gFCAqbhX3sOl2h83CwgDmGKvcRt61d8iLCAMYCruhRuuK+vrLTjyVNzR586fFzYuw9fZ2NioU8OIKdsAZ1C6fe6llxaGz8X0HWeFkaPasEmQVXdus3/gTb5+9uzZTsq23NPW19ebYMjlrO1kOV/IQCr2wg8BZtBh0+n0+fPn2WQT/rly5cocAOhqXMNw/TNw/a0CARbWnTb0Y6vb7W4vLS2lKq2OsbVwAw81KARgKu6FH6aNy5dnqK7vxp5B6RIwyBq+VfyRG+vrazBxL8adQXS9EcYgOTJYXHf2YZKunT1/fgV/l9aRjwXAFHslHXZNg4nq1awLOR0m1DWYUHPJW+afAde+BUdNxRx5F5ao9bDvSwKY0xXGaIxZ0cz+WABMxb34kzrFUqsDk7yRvGX+GTxwR+kv1nLJAGNd2AeQzWJBNvYAU+zFn9BhR2AGPmqZlu6K1lmY5WmU/pIEYCbIwDbTGCcIxs5Z7Ik5N5MGkyHuRb87sUA+3dvC3Kwsx2Sd6GnvAzPh4oAtAYNZt05I69y5c7M8O2Dul9dG1u9TA0wG9qJvHKxrlQG8pYXMkxe6O1mNUeT5vKUaDMwl0GGLIvuEAEik/kIxGCG3yWCA7jOtVGqQIjelgyYE5vxcknuNY1qnHS7AEvY3Sf+cY1MDTIa4F7AXYy6otUg65NPdXDRLGqNizkFM9jbosGlMW9hj4Jo/hWPtV0aFnBUR/3KORPT5OvR5Btuf4eOuvPzyIrBTE/5+GNEGV6dyAQZlKbL0F9FHVvoi+Ucq9vK6f2aclooYd/mjbvdI2hjQ8KjCZJuCwWYexMgPjxXyBhjr2Orqau3A5CRbjcQG49mxvP6OLcCee73DApVz6DqH9pCK3O9lsheBSsHeW1o62kRvmkxrqYKSyR8z2c7ABHyJYcyevXChle1K1tk2O6zGtcVzrBQBMBdkBw60YGyPx/aXE84YS4ABe83AG1LiA6URVhFVKcrVXsPXoWQFtFhTxITMuw37Sc2WbHGMsgIuaSH3A4y5w9E5sfrLBCk/zUvYkgvDuKxPcSw/lgB79rXOrq6TGV5dw7DvRe338rSXS40sf858U6ZW7TXGiMXanKe0sAkL4GD5h/UoNGOC20UCDAlo5lGcB49iqINr7AAmNXt5M+cSaDG0JytvpoprH6PDRCT+IhN8uelZhQMMkTcZFxgfO4A9/w+dXSCKGWfSJNFgouocBtgLanj4NBh7mlm/DyoNcvJhp0zwYK6N0WEiEn9hoi2AZTY5y1FugnHRAMMso+GeIr2tYwWwj/8jaC9DUu01OnO2gcUWMJO8zGNQE0hA4i+CKe8DU0a7720jFQ0wc5l45QpvGa1FsfxYAYxpLyAIk72SMBfTYhWqzb4toEovvTmxC77ZGZepPCoNY7JpABk6MbQsoPEmEEYb8frOS/DFXqMMgCEeDsxdH8q+YwOwtNrLdHRQbfvO5xuZ2YTerM5AxkYS72ULAMZNp+FNzry/R0wgbkA1ro8iWbIMgKHCCxHhjLEBmKO9eMzFBpqBikWvzfAU/ADs1QD2yqyHQHvtAnMByHw7PaI0mMtsdJac6LfyBkmW9jE6jBefirs+Mu+Rq7/M5VqBbnrnnjD9hzkR6qAZC4Ch2MtGE2VkbaHMsQ+w18fKYC/n+m1gMaHpRlnAFHYuhmF4GQtxfUJMMpT+khlgYJ/QeCHi3oWFQaLGgJsqFRr3gtYMxlTAIB5jsThU8Pcq0cWw101InaHUSwblMlfAuyh9ChVPh8W5onmA57EOVn+VBTD7urEbVMcWYFHs5Q8i+xnL/3eA3/aPvpCdvUxChC0p8F+smzl6osmfCIzQYakTf3lZ+1HLqzB78sAK5+TCCLx7iHpIIBiMFdvJNWYay2D+uJfJVIyhDMOLN4HIotT/u6PBiNaHug4dAdrLGWh6Y6Kj6eRYMg1mMxnRlsiJXi41LngMgvkeE6dKk/iLSTdKEmeTFWBRwEYADDM8mY6JBJjLXgAsl5/NH6zfLUeG9Y2VpeR8Y/6w/aPfeoaxjrBPCi+i/9r7kAgsbQoVKtMiJiUoysgIDxxaf8m8RBxLgD372t4ugMbKORzWWiZzMUbzvIZ+TWZUqkLZy2Wx70604OdTyDiYN+9YRw0DEoH7TWGIF9wQsEMHmjwW1WyUzojrBiLBN9GSTjFY8kEPZbBnIGMe5iQEdT2Gspp2fg9qTld7mWEvur33288JZS8XYMljYT6QQSJwvzItawoVsI21/Sb6kwgMNuPEJvgmBa0CmCCAPfvNPcg5pAxkvmWgo8Gs9aDlPRzWYEQz+v1G58wn2NM4lw8qF9G58rC3ERwvsPM5F/BnvVmMDkuS+ItZdibdb6YAlnyURxiMsRd4MryMCYuVfAQWoskcDUYYez2f6wSO3AuGvXdJE4FFA0I0YG1GbMH/p0SyLGbYeF5EaCOU3aV0cjzz9z8EcFn7vSyG8jOWw2hBDcYozTzOMHJlL2+pONmECy67g5MkLkbpDmixeczAFn0MT4clcqnns+SUEmAZ3PS5D3GAwZ75xh27rLPDWFEazJ3q5g+WBiPbndP5spd71VtQuKUHbntccZRRIxI5U6h4OixhUDi2gm9S/SUzg41NoJmxF+zbmnGYy3S++XILTaIwhjWYvT40aCHs5bHYBAQIyWrKuFgL4mLSJQIjlnX7oMOO8B67mPSrpPqrLIBhls5jATDGXgbzHFqUxBiJ/WDPX78GG9VkLO4Fjo1ctVfYpILtKx24dqRrO3YiSlhLETOZMIm/mATiJA4Tx45lODkwyb5jAbDGN+6Y+70CuYWWu3DIa+i56r04GCmUvVwWc1KokmgwdrJ1vJTbWXg6DKwf+moh/8MEIe4Tu/zLYjDMwyKqLkdeduCtIPzfmxqsvvm9ul6t7HlJ8P54lz9xdlSTwTnb//47nyycvXwga8HPcZ6taHtI6FHk6TBM4i+PadLor7IAhgCJFrXcRZyb6kGTGGAfe/XOItUMqJlnxbVGvYee1xA0mptIwdAJ+YmlsJenxXwbMRMzmXw5iggdxk385bm10+ivsgDGe1iwfkXlaUoDsMarb7dgt/CpYLzL1lomadmazM1LtDUZeA7LZC8XZDeqO4D0RLXN7XOl2y+GSdCNS/zFaJY0+qtEgMWX+9a0yHxKKQBW39yrEb3702C8y87QGMo5tMWYOTfNWhuVSqns5QLMeQmE84ckTDbROyJbHUV4arPqxNH12WMSfxEJvqmXRQg2Sd122LIL87CB8yKvKQnAvgdFZCzv4agGs2/byUkEJnPLAWja9o9/91dK017DAzJSjBS7UJYwJsZL0o3TUFnO5ZmsaIBx9ai1toqsfiwJwN5ib7RYtYPFITuUPU1mJaVbOYmVXq/ROTvd4Q1KUd8DwKagY7cSx8UkzLLPwkIAgvglVYptL84YFgkwO5a3B9eOLScHAIusJyIFwH558601eAxctKJett5yw17wgyO37GWhfcjtd37vV+Pe81sUrgLXAZDFL63CekXINXKim8v7kNMaAbM0CtNRmDhamo2bZQAMscubdSu2nr4UADv2t2+1oKOnRjWYP94V1GQaoUvvfvG4dDuEAWDmvSTcL3YdCuPMpAVDXufxdFiYJ5DrgYQXzkEd99QPxqIYDOOoYXYHUoh9SaE0AANwmXEkr6bGULzL1WDWdBoMBo17Ei0PnUlOb1SbAK7lZJNezpodabQUT7PwJiTPbkUAzA4sb/KWhibAoCxF3LuapQDY03/zb4FChnFVoqydzcbd9740VecNRhnfjxTHQXoTgcFia5OUcS88HRaW+Mur4Bv3JhLMPeYJMKa5Dk5OXoRHexPTF0zAXRqAuaAy78zTXVYIzBNhtiPk2nu/f1wqzeIyWModzzICDKHDAom/mATfLPqL2VgkwEy9SOkxwzBqOiEL0HyiOcVjL9ZfKQD21Cv/auPIX2PD3t9lLxsDFX0pXXnv7DTuKYN6FIk7yC2Mg2Qu58oyAsye0MmdNlHmzKi/kAATN5gxLWGXugiA5d5f8tQr/+KTXj6XoQ0ui9Rc/yIjuKX/ODctnYPD7OaNyTlwwLDX2yb6yAowng5LcpPYSRnXJoLBknQp3bEJHhRSAOzo12/bGsy6X6+ADcuiD6ncq2mz4OBopbNOvmfRm+l2OssKMJ4OS2TNDPEv5zqlAwzA9ejRoxnsi+ElAVi7DQQVeNl0QJMFNBiY2iCz9y5ICrAbADDiKyWAm4G3AWCpXde4S6Q7CuuuxrSeVX9JsES8DvcwhwUX668UAPvFjVst0FhmHMyvtfzexIAGg1fF3LtwQlYGs2rYJ9NgUsbBfKwRXLdj0DR8TIJllYRLxPtggLU0L4OXAmBH/+rWGmQ/XbTXh9Z/jpUd9vJldsCf5t+/8KnQl06nGXtR51CrTgdLE0r6kfqdziKWZSL0VwkMdhem3Va3211Lwlr+wZcCYE+u32oSXVsO7mS2Ueari2jtbDY12cr7F0402Y387HJ97okLHSnAZsbACNlMnItIqdRvXxEySQTor4IAdh1mGVtRtSHjJPO8EmK7pI/roePJkxu3ZiCDF7LpfdmIPt1lhcV8sWiqrbx/0QLYg798ekGbqLQOne10MvYj8+ng4Ai+4gjfotSvmmXxIogVLeBvZ/RIXde34jIesG2zVCw4to49Puo4BiAyGLAQhPl52O+307JUXF+YhjV0fSZrf7Ocb2YwPLn+JhBTmAYbrYsIDHHt/YsvmEHBB5frUChnsPDESz/ONAGy3AA7d+TFEFgNRrT7UF2K+/LvrP1T539wLWAC7Bcuv9kC79spr4CvI7qGchKtAzo/ufhCwzHZg/WnqaZXGmWymPl6WXhRRYphhFLavVIfDin6rE4ZIwtYAHv5zUXIMVy1NlMyEA1X7mVfmH826yJWNdq4t3Syw879v/WnWqDh6KGz75RSZzDAXljmcgZIJ/PkU93Ma/0xGm/V1YItYAKstnqrNlnpgwfO26LiarJhDWZijZ75r6WTWzbA1gBgF4lOlw5+6d1CMzzsOvWsgm3yZR4hd2EfWL1ge6vLfcAs4GaR//ylG2bhGCeTI7w2vctsrf9cOmky1oONOkzS/p6mAxJ1Mnvoi++0irCh7ZZnS0O2kzmQlIz6XcKdzEXYTV2jWAu4APvI6k14XZH1VhWvupS3XLS65WkyQyeNfXuZ+GDjqRYA7BSw2L5eJbOTZ95t53kbJrj6k8wlnygD29en+/DGy7psxW7ytJlquxwLBPZBffTSjRa8g/nUqAbzaTK7Nr1maCv//eVfa1osBu563dgkFRYrA5DBcnHyzD1zCSn6Yy8LWUJvOuayQhBSB5dF20y1V54FAgD78OobC/CHzUB1KVuDBUq2WUy2Tys9YLFZM57x4OtHwdkBnkgGMlguAsjWJgaPVsiZfTfekfU2bYcGA1dyzeVdXLFX1oFQ56MtMLKT98N/8U8tABPkJkZX+GWt2zU8Vva//Osmi/3vXx+dquqweCMQTwOQUQAZqWgdWHY2J7/wk210j0IONFlL76+CtrKWhGk0l5v2RaV+V3MWO6lz5bPACMBqq2/UdcPYM7vqhsOc7MSRuNg+FOiY3v+D2Y7JYq/8UhPAtcwYDNjMZDITbMTowO9rgwnj2qH5ffNYzIf+8+TnoA0GqgXM8YhjpM2cR/RdHTKGFgitRfFzX/tOE2CxbGXRG4wyrHqJdhwsuE9Ma93/ym+YHkW6Wa89Mh61AFTHGYPpJrgskFlgg2PIoA3/t0zQVXRwhvQ1CKyZ/6qE1g19UNd1MkX1wQypkBpoO8+sWZjLakXqtKgxnD+qyxwLRBZ7OfK177Rg85eZ3eHwl7ez2Yk624xmGEv/84ezZgysu3l0imr9llaB0s+MxQBcDpsNM5vl2veYLvJ7EcNI5HvRg4jbUm3IbYFIgNVWd2ukV+0Acx22q0l5b11hbOXPXSTavk6pu1Q0Qab3WsBKcK6fwSxGG2U20/vo027e7yYAszOXSomSex4+tr2LLVdW+/PdKfBWtABLgRcRhNVPhIbaeleb3W9aXsXuq08uUMd1H8NUJsMBuBzvo1+7uQyXzfwKXNnsp87OYIFYgLF2a3+2O0epftVlLAM0UVitDkChzkDWIx7I/u6jU8BYoMms5aKlwcA76dNk8Pa0IY1m/24yGnQgmwZbgXSoZgb7qFOVBTJZgAsw1vqH/nQX4mPeZsYRTeZ7pzNAqF3tV1yQ0c1arXeoCpqMHi9Qg92Hbi9CpvxWJuuok5UFMloABTB2jSe+ujtVIeD9Y5psWIMN/Q6NtqqDyryzXKRXa7VuX1/UdW0RvIuHc9Zg17VBZYGcfNjJaBt1urJAZgugAeaAjFAKrABs5PsESr0xsFkI7MAqb/5nzc+4eYkPrtbqFU2HWJlx2vUsitJgkB0P6VuL5AW1/STzrFANCLNAIoCxq9aau7VBlUKhHACJ/U7nEU3mj5vBUu3B8mcu+XvcvVqb0ieMRa1CTgvQYNeh7S21HBQ2J1RDAi2QGGDOtT/0x9+eG1BtDULQx0bfjGnHyewgGjjn2Y7plYfNz7YCzAdLx8HBwZxWMSCoDDuSdXoM4UW8D+wI2fukpfUrO2opKHA2qKaEWyA1wBw265LuIiH6IhRmOTxaVzFY0wOYbgdc8ksAtFB9RHdrkMT7cMrM7NCNGfN/WPeBe9ICZr/aUYASPgdUgzlaIBPAnH6xZWNX6y7CTpZFaPBwcD+Zfy+km8u4QynZ6X31s5mSgHO0i2paWUCIBYQAzN+Tg3/0rQVgsjkDKuxaCRjepk0vlxHOsH39oOV2mNcRjmv3Dwxua815YdtbhFhINaIskMECwgHm9qV5tTbZPzADF5iBv0F+YrBqFbuwt4PE//4JlvxIL8Ff2ro+aPf+ZD7X3dEZbKdOVRbgWiA/gIVc+uBXvlXvV/t19hUdaDVgtCli0A6AqeMc3n/Yb2trisW4I6cOGAsL/D+Wb0cxkOfYxQAAAABJRU5ErkJggg==);
    width: 200px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    float: left;
  }
  body.checkout-onepage-success .page-wrapper .page-header {
    display: none;
  }
  body.checkout-onepage-success .page-wrapper .checkout-success .icon-img {
    display: none;
  }
  body.checkout-onepage-success .page-wrapper .checkout-success .actions-toolbar .primary {
    display: none;
  }
  body.checkout-onepage-success .page-wrapper .checkout-success .order-summary {
    width: 95%;
  }
  body.checkout-onepage-success .page-wrapper .page-footer {
    display: none;
  }
  body.checkout-onepage-success .page-wrapper .checkout-success .order-summary .cart .table .row-product .info-product .col-qty.qty-container span:not(.title-mobile) {
    white-space: nowrap;
  }
  body.checkout-onepage-success .page-wrapper .checkout-success .order-summary .cart .table .row-tables-infocant .table .heading {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    background-color: #eaeaea !important;
  }
  body.checkout-onepage-success .page-wrapper .checkout-success .order-summary .text-information .total-exchange div {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    background-color: #f8f8f8 !important;
  }
  body.checkout-onepage-success .page-wrapper .checkout-success .referencepayment-data.info-success .table-reference tbody tr th {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    background-color: #eaeaea !important;
  }
}
#contenedorTablaProductos .filter {
  display: inline-block;
}
#contenedorTablaProductos .filter.brand-filter {
  max-width: 280px;
  display: inline-block;
  position: relative;
  bottom: -45px;
  margin-left: 10px;
  width: 100%;
  z-index: 11;
}
@media all and (max-width: 992px) {
  #contenedorTablaProductos .filter.brand-filter {
    bottom: -73px;
  }
}
@media all and (max-width: 768px) {
  #contenedorTablaProductos .filter.brand-filter {
    bottom: -77px;
  }
}
@media all and (max-width: 582px) {
  #contenedorTablaProductos label.filter-fichas-label {
    top: -16px !important;
  }
  #contenedorTablaProductos .filter #listaTipoProductos {
    bottom: -19px !important;
  }
  #contenedorTablaProductos .filter.brand-filter {
    bottom: -27px;
    margin-left: 0;
  }
  #tablaBuscador .dataTables_wrapper .dataTables_filter label {
    bottom: -23px !important;
  }
}
table.dataTable {
  min-width: 250px;
}
@media only screen and (max-width: 769px) {
  .form-create-purchase-order-rule .field.rule-type .field-tooltip {
    position: static;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content {
    bottom: 80px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:before,
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:after {
    border-bottom-color: transparent;
    left: 86px;
    top: auto;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:before {
    border-top-color: #666666;
    bottom: -20px;
  }
  .form-create-purchase-order-rule .field .field-tooltip .field-tooltip-content:after {
    border-top-color: #f4f4f4;
    bottom: -19px;
    right: auto;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'vde-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'vde-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'vde-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 12px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 12px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'vde-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 12px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    display: none;
  }
  .checkout-cart-index .cart.item .block-requisition-list {
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action {
    padding: 0;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .checkout-cart-index .block-requisition-list {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: none;
    color: #757575;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #757575;
    content: '\e901';
    font-family: 'magento-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:hover:before {
    color: #333333;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:active,
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:focus,
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:hover {
    color: #333333;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle > span {
    margin-left: 8px;
    vertical-align: middle;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action {
    vertical-align: inherit;
  }
  .checkout-cart-index .gift-options-cart-item + .towishlist {
    position: static;
  }
  .cart.table-wrapper {
    overflow: visible;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .page-main .admin__data-grid-pager-wrap {
    float: none;
    text-align: center;
  }
  .page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
    float: none;
    padding-top: 10px;
    position: static;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-9,
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    text-align: center;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    padding-bottom: 10px;
  }
  div.admin__data-grid-filters-wrap .admin__form-field {
    width: 100%;
  }
  .product.quote-details-items.items {
    margin-top: 10px;
  }
  .product.quote-details-items.items .product-item-details {
    margin-bottom: 0;
  }
  .product.quote-details-items.items .quote-table-totals-wrap {
    margin-bottom: 10px;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: .6rem;
  }
  #bio_ep {
    max-width: 100vw;
  }
  .popup-step-2 {
    height: 300px;
  }
  #bio_ep.popup-default-1 .popup-title {
    font-size: 36px;
  }
  #bio_ep.popup-default-1 .popup-description {
    margin: 10px 0;
    font-size: 14px;
  }
  #bio_ep.popup-default-1 .popup-action input {
    min-height: 35px;
  }
  #bio_ep.popup-default-1 .popup-action .popup-subscribe-bottom .popup-text-accept {
    float: none;
    display: block;
    line-height: 14px;
  }
  #bio_ep.popup-default-1 .popup-action .popup-subscribe-bottom .popup-send-feedback {
    float: none;
    display: block;
  }
  #bio_ep.popup-default-4 .popup-box-1 .popup-title {
    font-size: 50px;
    line-height: 60px;
  }
  #bio_ep.popup-default-4 .popup-box-1 .popup-description {
    font-size: 16px;
  }
  #bio_ep.popup-default-4 .popup-box-1 .popup-cursor-pointer {
    padding: 30px 0 15px;
  }
  #bio_ep.popup-default-4 .popup-box-1 .popup-cursor-pointer .cursor-pointer {
    height: 40px;
    width: 275px;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-title .title-left {
    font-size: 90px;
    line-height: 90px;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-title .title-right {
    font-size: 40px;
    line-height: 40px;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-description {
    margin: 0;
    width: 320px;
    font-size: 16px;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-action {
    padding-bottom: 15px;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-action input {
    min-height: 40px;
    font-size: 14px;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-action input::placeholder {
    font-size: 14px;
    font-weight: 600;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-action .action.primary {
    min-height: 40px;
    font-size: 14px;
    padding: 5px;
    width: 105px;
  }
  #bio_ep.popup-default-15 .popup-title {
    font-size: 36px;
  }
  #bio_ep.popup-default-26 .popup-bg:after {
    display: none;
  }
  #bio_ep.popup-default-5 .popup-title {
    font-size: 36px;
  }
  #bio_ep.popup-default-5 .popup-description {
    font-size: 14px;
  }
  #bio_ep.popup-default-5 .subscribe-form {
    width: 280px;
  }
  #bio_ep.popup-default-5 .popup-category {
    font-size: 12px;
  }
  #bio_ep.popup-default-7 .popup-bg {
    width: 60%;
  }
  #bio_ep.popup-default-2 .popup-title {
    font-size: 34px;
  }
  #bio_ep.popup-default-10 .popup-title {
    padding: 30px 0 0;
  }
  #bio_ep.popup-default-10 .popup-title strong {
    display: block;
    font-size: 32px;
    font-family: 'Montserrat Alternates';
  }
  #bio_ep.popup-default-10 .popup-title:before {
    display: none;
  }
  #bio_ep.popup-default-10 .popup-title:after {
    display: none;
  }
  #bio_ep.popup-default-10 .popup-title .line-center {
    display: none;
  }
  #bio_ep.popup-default-10 .popup-action .subscribe-text {
    font-size: 22px;
  }
  #bio_ep.popup-default-27 .popup-bg {
    display: none;
  }
  #bio_ep.popup-default-27 .popup-content {
    width: 60%;
  }
  #bio_ep.popup-default-3 .popup-content {
    padding-bottom: 0;
  }
  #bio_ep.popup-default-3 .popup-title {
    margin-top: 50px;
    font-size: 30px;
  }
  #bio_ep.popup-default-3 .popup-description {
    font-size: 18px;
  }
  #bio_ep.popup-default-3 .popup-action {
    margin: 30px 0 0;
  }
  #bio_ep.popup-default-3 .popup-action button,
  #bio_ep.popup-default-3 .popup-action .quote-details-items .actions-toolbar > .action {
    width: 170px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 5px;
  }
  #bio_ep.popup-default-3 .popup-action i,
  #bio_ep.popup-default-3 .popup-action em {
    right: 12px;
    top: 12px;
  }
  #bio_ep.popup-default-11 .popup-title strong {
    font-size: 72px;
  }
  #bio_ep.popup-default-11 .popup-action {
    padding-bottom: 30px;
  }
  #bio_ep.popup-default-11 .popup-action .action-text {
    font-size: 26px;
  }
  #bio_ep.popup-default-11 .popup-action button,
  #bio_ep.popup-default-11 .popup-action .quote-details-items .actions-toolbar > .action {
    width: 180px;
  }
  #bio_ep.popup-default-40 {
    overflow: auto;
  }
  #bio_ep.popup-default-40 .magenest-popup-inner {
    padding: 15px;
  }
  #bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1 {
    padding: 30px;
  }
  #bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1:before {
    top: -15px;
    left: -15px;
  }
  #bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1:after {
    right: -15px;
    bottom: -15px;
  }
  #bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1 .popup-product-hotdeals {
    margin-left: -15px;
  }
  #bio_ep.popup-default-40 .popup-content-wrapper .popup-step-1 .popup-product-hotdeals .popup-title {
    font-size: 5.736636245vw;
  }
  #bio_ep.popup-default-40 .popup-content-wrapper .products-grid {
    margin-left: -7.5px;
  }
  #bio_ep.popup-default-41 #copyright {
    display: none;
  }
  #bio_ep.popup-default-41 .popup-content-wrapper .popup-step-1 .popup-title .desc {
    font-size: 14px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #385ea4;
    content: '\e62a';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #385ea4;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #385ea4;
    content: '\e62b';
    font-family: 'vde-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #385ea4;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'vde-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'vde-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #1d1d1b;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #969595;
    font-weight: normal;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #385ea4;
    content: '\e600';
    font-family: 'vde-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #385ea4;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .nav-open .wolfsellers .page-wrapper {
    left: 0;
    transition: none;
  }
  .nav-open .wolfsellers .page-wrapper header.page-header .header.content .nav-toggle {
    transform: none;
    left: auto;
  }
  .wolfsellers header.page-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    background: #ffffff;
    border-radius: 0 0 16px 16px;
    border: 0;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
  }
  .wolfsellers header.page-header .exchange-container .exchange-header {
    padding: 2px !important;
    margin-left: 10px !important;
  }
  .wolfsellers header.page-header .exchange-container .exchange-header .exchange-dropdown {
    font-size: 10px;
  }
  .wolfsellers header.page-header .exchange-container .exchange-header .exchange-dropdown .exchange-drop-btn {
    margin-left: 5px;
    outline: none;
    border: none;
    background: none;
  }
  .wolfsellers header.page-header .exchange-container .exchange-header .exchange-dropdown .exchange-drop-btn .arrow {
    border: solid #969595;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }
  .wolfsellers header.page-header .exchange-container .exchange-header .exchange-dropdown .exchange-drop-btn .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 5px;
  }
  .wolfsellers header.page-header .exchange-container .exchange-header .exchange-dropdown .exchange-drop-btn .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 5px;
  }
  .wolfsellers header.page-header .exchange-container .exchange-header .exchange-dropdown .exchange-options {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 110px;
    z-index: 99;
    border: 1px solid #eaeaea;
    border-radius: 10px;
  }
  .wolfsellers header.page-header .exchange-container .exchange-header .exchange-dropdown .exchange-options > div {
    padding: 5px;
  }
  .wolfsellers header.page-header .exchange-container .exchange-header .exchange-dropdown .exchange-options > div.exchange-rate {
    font-weight: bold;
  }
  .wolfsellers header.page-header .exchange-container .exchange-header .exchange-dropdown .exchange-dropdown {
    position: relative;
    display: inline-block;
  }
  .wolfsellers header.page-header .exchange-container .exchange-header .exchange-dropdown .show {
    display: block;
  }
  .wolfsellers header.page-header .header.content {
    padding-left: 60px;
  }
  .wolfsellers header.page-header .header.content .nav-toggle {
    line-height: normal;
    top: 50%;
    transform: translateY(-50%);
  }
  .wolfsellers header.page-header .header.content .nav-toggle:before {
    color: #385ea4;
  }
  .wolfsellers header.page-header .header.content .content-logo {
    min-width: 50px;
  }
  .wolfsellers header.page-header .header.content .block-welcome-mobile {
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 5px;
    font-size: 1.2rem;
    color: #385ea4;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wolfsellers header.page-header .header.content .block-welcome-mobile > span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .wolfsellers header.page-header .header.content .cont-loginaccount {
    position: relative;
    z-index: 99;
  }
  .wolfsellers header.page-header .header.content .cont-loginaccount .mobile {
    display: block !important;
  }
  .wolfsellers header.page-header .header.content .cont-loginaccount .loguser .dropdown {
    float: left;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .wolfsellers header.page-header .header.content .cont-loginaccount .loguser .dropdown .icon-account {
    font-size: 2.8rem;
    margin-left: 0;
    color: #385ea4;
  }
  .wolfsellers header.page-header .header.content .cont-loginaccount .loguser .dropdown > span.txt-welcome {
    display: none;
  }
  .wolfsellers header.page-header .header.content .lof-autosearch .open-search {
    display: block !important;
    margin-left: auto;
  }
  .wolfsellers header.page-header .header.content .lof-autosearch .open-search:before {
    color: #385ea4;
    font-size: 2.8rem;
  }
  .wolfsellers header.page-header .header.content .lof-autosearch form {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    max-width: none;
    padding: 7px;
    display: none;
  }
  .wolfsellers header.page-header .header.content .lof-autosearch.active form {
    display: block;
  }
  .wolfsellers header.page-header .header.content .minicart-wrapper {
    margin-top: 0;
  }
  .wolfsellers header.page-header .header.content .minicart-wrapper .showcart:before {
    font-size: 2.8rem;
    color: #385ea4;
    overflow: initial;
    line-height: 2.8rem;
  }
  .wolfsellers header.page-header .header.content .minicart-wrapper .showcart .text {
    display: none;
  }
  .nav-open .wolfsellers .nav-toggle:after {
    background: rgba(56, 94, 164, 0.5);
  }
  .nav-open .wolfsellers .nav-sections {
    box-shadow: none;
  }
  .wolfsellers.wolfsellers-guest-user .nav-sections .navigation .only-login {
    display: none;
  }
  .wolfsellers .sections.nav-sections {
    z-index: 99999;
  }
  .wolfsellers .sections.nav-sections span.action.close {
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    height: 28px;
    width: 28px;
    background: #385ea4;
    border-radius: 100%;
    z-index: 999;
  }
  .wolfsellers .sections.nav-sections span.action.close .icon-remove:before {
    color: #ffffff;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content {
    margin-top: 0;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content .menu-mobile {
    font-size: 1.6rem;
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-gap: 0 10px;
    -moz-gap: 0 10px;
    -ms-gap: 0 10px;
    gap: 0 10px;
    margin-top: 60px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content .menu-mobile .icon-menu:before {
    font-size: 2.4rem;
    color: #385ea4;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 {
    border-color: #eaeaea;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0.segment-subitem > .block-banners a.pagebuilder-button-link {
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-gap: 0 10px;
    -moz-gap: 0 10px;
    -ms-gap: 0 10px;
    gap: 0 10px;
    display: flex;
    text-decoration: none;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0.segment-subitem > .block-banners a.pagebuilder-button-link:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #969595;
    content: '\e622';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0.segment-subitem > .block-banners a.pagebuilder-button-link:after {
    position: absolute;
    right: 20px;
    top: 18px;
    transform: rotate(-90deg);
    transition: 0.3s;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 .block-banners {
    margin: 0;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 .block-banners .banner-item-content {
    margin: 0;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 .block-banners .banner-item-content [data-content-type="button-item"] {
    width: 100%;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 .block-banners .banner-item-content [data-content-type="button-item"] a.pagebuilder-button-link {
    padding: 15px 12px;
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    font-size: 1.6rem;
    color: #1d1d1b;
    font-weight: 700;
    width: 100%;
    text-align-last: left !important;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 .block-banners .banner-item-content [data-content-type="button-item"] a.pagebuilder-button-link:hover {
    opacity: 1;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 > a.level-top {
    text-transform: none;
    color: #1d1d1b;
    padding: 15px 12px;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 > a.level-top .navpro-icon-caret::before {
    right: 20px;
    transform: rotate(-90deg);
    top: 18px;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0:first-child {
    border-top: 0;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0:last-child {
    border-bottom: 0;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 .navpro-dropdown .navpro-dropdown-inner {
    padding: 0;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 .navpro-dropdown .navpro-dropdown-inner .navpro-row.gutters ul .vde-submenu .children {
    padding-left: 20px;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 .navpro-dropdown .navpro-dropdown-inner .navpro-row.gutters ul li.opened a.ui-state-active {
    background: #cccccc;
    text-decoration: none;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0 .navpro-dropdown .navpro-dropdown-inner .navpro-row.gutters ul li.opened a.ui-state-active span {
    color: #385ea4;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0.opened > a.level-top .navpro-icon-caret::before {
    transform: rotate(0deg);
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level0.opened.segment-subitem > .block-banners a.pagebuilder-button-link:after {
    transform: rotate(0deg);
    transition: 0.3s;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content nav.swissup-navigationpro ul li.level1 .vde-submenu.navpro-dropdown-level2 .navpro-dropdown-inner .navpro-row.gutters .navpro-col ~ .navpro-col {
    display: none;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content ~ .section-item-content.nav-sections-item-content {
    margin-left: 0;
    clear: both;
    padding: 0;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content ~ .section-item-content.nav-sections-item-content .language {
    margin-right: 0;
    line-height: 1;
    border: 0;
    position: absolute;
    top: 10px;
    padding-left: 15px;
    left: 0;
    z-index: 1;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content ~ .section-item-content.nav-sections-item-content .language > .switcher-label {
    display: none;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content ~ .section-item-content.nav-sections-item-content .language .switcher-options .switcher-trigger {
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-gap: 0 5px;
    -moz-gap: 0 5px;
    -ms-gap: 0 5px;
    gap: 0 5px;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content ~ .section-item-content.nav-sections-item-content .language .switcher-options .switcher-trigger > strong {
    font-weight: bold;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-gap: 0 5px;
    -moz-gap: 0 5px;
    -ms-gap: 0 5px;
    gap: 0 5px;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content ~ .section-item-content.nav-sections-item-content .language .switcher-options .switcher-trigger > strong:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 20px;
    height: 20px;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content ~ .section-item-content.nav-sections-item-content .language .switcher-options .switcher-trigger > strong:after {
    top: 4px;
    font-size: 1.4rem;
    color: #969595;
    right: -20px;
  }
  .wolfsellers .sections.nav-sections > .nav-sections-items .section-item-content ~ .section-item-content.nav-sections-item-content > span.menu-mobile {
    display: none !important;
  }
  .wolfsellers .sections.nav-sections .quick-order {
    width: 166px;
    margin: auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 41px;
    padding: 0 15px;
    background: #f2cd50;
    color: #1d1d1b;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 16px;
  }
  .wolfsellers.wolfsellers-guest-user .sections.nav-sections .quick-order {
    display: none;
  }
  .cms-contactenos .column.main .row-contact .column-nobreak .pagebuilder-column-group {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cms-contactenos .column.main .row-contact .column-nobreak .pagebuilder-column-group .pagebuilder-column {
    width: auto !important;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }
  .wolfsellers .modals-wrapper .modal-custom,
  .wolfsellers .modals-wrapper .modal-popup,
  .wolfsellers .modals-wrapper .modal-slide {
    width: 95%;
    min-width: 300px;
  }
  .wolfsellers .custom-slide {
    left: 44px;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
    position: fixed;
    z-index: 900;
    min-width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    -moz-transition: visibility 0s .3s, opacity .3s ease;
    -ms-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
  }
  .wolfsellers .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
    overflow: initial;
  }
  .wolfsellers .custom-slide .modal-inner-wrap .modal-header .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .wolfsellers .custom-slide .modal-inner-wrap .modal-header .action-close:focus,
  .wolfsellers .custom-slide .modal-inner-wrap .modal-header .action-close:active {
    background: none;
    border: none;
  }
  .wolfsellers .custom-slide .modal-inner-wrap .modal-header .action-close:hover {
    background: none;
    border: none;
  }
  .wolfsellers .custom-slide .modal-inner-wrap .modal-header .action-close.disabled,
  .wolfsellers .custom-slide .modal-inner-wrap .modal-header .action-close[disabled],
  fieldset[disabled] .wolfsellers .custom-slide .modal-inner-wrap .modal-header .action-close {
    pointer-events: none;
    opacity: 0.5;
  }
  .wolfsellers .custom-slide .modal-inner-wrap .modal-header .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .wolfsellers .custom-slide .modal-inner-wrap .modal-header .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: normal;
    color: #385ea4;
    content: '\e616';
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .wolfsellers .custom-slide .modal-inner-wrap .modal-header .action-close:hover:before {
    color: inherit;
  }
  .wolfsellers .custom-slide .modal-inner-wrap .modal-header .action-close:active:before {
    color: inherit;
  }
  .wolfsellers .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .wolfsellers .custom-slide._show .modal-inner-wrap {
    overflow: initial;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #eaeaea;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #969595;
    font-weight: normal;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    float: left;
    padding-bottom: 0;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td.list-name-field:before,
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    display: none;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .requisition-list-requisition-index .data-grid td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .requisition-list-requisition-index .data-grid td > div {
    display: inline;
  }
  .requisition-list-requisition-index .data-grid.data-grid-tr-no-data td:before {
    content: '';
  }
  .requisition-list-requisition-index .data-grid:last-child td {
    border-top-width: 0;
  }
  .requisition-list-requisition-index .toolbar-amount {
    top: -3.5rem;
  }
  .requisition-list-requisition-index .admin__data-grid-outer-wrap {
    position: relative;
  }
  .requisition-list-requisition-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .block-requisition-management {
    clear: both;
    margin-top: -25px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 2.6rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select,
  .block-requisition-management .requisition-toolbar-actions {
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select {
    display: block;
    margin-right: 0;
    text-align: right;
  }
  .block-requisition-management .requisition-toolbar-actions {
    display: block;
  }
  .block-requisition-management .requisition-toolbar-actions button.action span,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action span {
    display: none;
  }
  .block-requisition-management .requisition-toolbar-actions button.action:before,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action:before {
    content: attr(data-mobile-label);
  }
  .requisition-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
  }
  .requisition-grid thead,
  .requisition-grid .item {
    position: relative;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    height: 2.6rem;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    display: inline;
  }
  .requisition-grid thead .col .actions-toolbar,
  .requisition-grid .item .col .actions-toolbar {
    float: right;
    margin-top: -.3rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-edit,
  .requisition-grid .item .col .actions-toolbar > .action-edit {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-delete,
  .requisition-grid .item .col .actions-toolbar > .action-delete {
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
  }
  .requisition-grid thead .col .price,
  .requisition-grid .item .col .price {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .requisition-grid thead .col .price-excluding-tax .price,
  .requisition-grid .item .col .price-excluding-tax .price {
    font-size: 12px;
  }
  .requisition-grid .product-item-image {
    display: none;
  }
  .requisition-grid .product-item-name {
    margin-bottom: 10px;
  }
  .requisition-grid .col .price-excluding-tax {
    display: inline-block;
    margin-right: 25px;
  }
  .requisition-list-description {
    line-height: 2;
  }
  .title-actions-links {
    margin-bottom: 10px;
    min-height: 2.2rem;
    text-align: right;
  }
  .title-actions-links:empty {
    margin-bottom: 25px;
  }
  .requisition-toolbar-actions .requisition-list-action,
  .requisition-view-buttons .requisition-list-action,
  .requisition-toolbar-actions .action,
  .requisition-view-buttons .action {
    vertical-align: baseline;
  }
  .requisition-toolbar-actions .mobile-label,
  .requisition-view-buttons .mobile-label {
    margin-right: 5px;
  }
  .requisition-list-action .action.toggle {
    float: none;
  }
  .requisition-popup .modal-footer {
    margin-top: 0;
    padding-top: 0;
  }
  .requisition-popup .action {
    display: block;
    text-align: center;
    width: 100%;
  }
  .requisition-popup .action:not(:last-child) {
    margin-bottom: 10px;
  }
  .order-actions-toolbar .block-requisition-list {
    float: right;
    line-height: 1.2;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    right: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: auto;
    right: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: auto;
    right: 10px;
  }
  .requisition-list-requisition-print .nav-toggle {
    display: none;
  }
  .requisition-list-requisition-print .logo {
    margin-left: 0;
  }
  .requisition-list-requisition-print .block-requisition-management {
    border-bottom: none;
  }
  .requisition-list-requisition-print .block-requisition-management .requisition-info {
    float: none;
    margin-top: 0;
  }
  .requisition-list-requisition-print .requisition-grid .col.price,
  .requisition-list-requisition-print .requisition-grid .col.qty,
  .requisition-list-requisition-print .requisition-grid .col.subtotal {
    text-align: left;
  }
  .requisition-list-requisition-print .requisition-grid .col .input-text {
    padding-left: 0;
    text-align: left;
  }
  .requisition-list-requisition-print .table-wrapper {
    border-bottom: none;
    clear: both;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .credit-balance-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .credit-balance-list .credit-balance-item {
    margin-right: 0;
  }
  .data-grid-cell-content {
    display: inline-block;
  }
  .company-credit-history-index .quotes-grid-toolbar .toolbar-amount {
    display: none;
  }
  .order-references {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr:last-child td {
    border-top-width: 0;
  }
  .negotiable-quote-quote-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .toolbar-amount {
    position: relative;
  }
  .negotiable-quote-quote-view .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .actions-toolbar > .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .negotiable-quote-quote-view .table-wrapper {
    border-bottom: none;
  }
  .quote-table {
    width: auto;
  }
  .quote-table thead > tr > th {
    border-bottom: none;
  }
  .quote-table tbody > tr > td:first-child {
    padding-top: 0;
  }
  .quote-table .items > .item {
    border-bottom-width: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    border: medium none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete {
    float: right;
    margin-top: -3.5rem;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update {
    display: block;
    width: 100%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child th {
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td {
    padding-left: 0;
    padding-right: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child > td {
    border-bottom: none;
    float: none;
    padding: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child th {
    border-bottom-width: 0;
    font-weight: 700;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total th {
    width: 150px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total td {
    float: right;
    width: 40%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th:after {
    display: block;
    left: 130px;
    position: absolute;
    top: 1px;
    width: 15px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price th {
    width: 125px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price td {
    float: right;
    width: 40%;
  }
  .quote-table .price-excluding-tax,
  .quote-table .price-including-tax {
    display: inline-block;
  }
  .quote-table .col .qty {
    display: inline-block;
  }
  .product.quote-details-items .quote-title,
  .product.quote-details-items .quote-comments,
  .product.quote-details-items .quote-history-log {
    display: block;
  }
  .product.quote-details-items .quote-title > strong,
  .product.quote-details-items .quote-comments > strong,
  .product.quote-details-items .quote-history-log > strong {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .product.quote-details-items .quote-title.active > .switch,
  .product.quote-details-items .quote-comments.active > .switch,
  .product.quote-details-items .quote-history-log.active > .switch {
    border-bottom: 1px solid #e4e4e4;
  }
  .product.quote-details-items .item.content.quote-table {
    border-top: none;
    padding: 10px 10px 0;
  }
  .product.quote-details-items.items {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-left: 0;
    margin-right: 0;
  }
  .quote-date {
    margin-top: 0;
  }
  .quote-name {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .quote-references {
    margin-top: 25px;
  }
  .quote-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links.quote-view-buttons .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action {
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action[data-mobile-label] span {
    display: none;
  }
  .quote-view-links .action[data-mobile-label]:after {
    content: attr(data-mobile-label);
  }
  .negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    float: none;
    width: 100%;
  }
  .negotiable-quote-quote-print .nav-toggle {
    display: none;
  }
  .negotiable-quote-quote-print .logo {
    margin-left: 0;
  }
  .negotiable-quote-quote-print .quote-date,
  .negotiable-quote-quote-print .quote-sales-rep {
    float: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col.price,
  .negotiable-quote-quote-print .quote-details-items .item .col.price,
  .negotiable-quote-quote-print .quote-details-items thead .col.stock,
  .negotiable-quote-quote-print .quote-details-items .item .col.stock,
  .negotiable-quote-quote-print .quote-details-items thead .col.qty,
  .negotiable-quote-quote-print .quote-details-items .item .col.qty,
  .negotiable-quote-quote-print .quote-details-items thead .col.discount,
  .negotiable-quote-quote-print .quote-details-items .item .col.discount,
  .negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items thead .col.actions,
  .negotiable-quote-quote-print .quote-details-items .item .col.actions {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .input-text,
  .negotiable-quote-quote-print .quote-details-items .item .col .input-text {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .actions-toolbar,
  .negotiable-quote-quote-print .quote-details-items .item .col .actions-toolbar {
    display: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead td,
  .negotiable-quote-quote-print .quote-details-items .item td {
    border: none;
  }
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals td {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-table .quote-table-totals:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: none;
  }
  .negotiable-quote-quote-print .quote-block-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .negotiable-quote-quote-print .quote-block-content {
    width: 100%;
  }
  .order-details-items .table-order-items tbody > tr > .col.price {
    text-align: left;
  }
  .order-details-items .table-order-items tbody > tr > .col.subtotal {
    text-align: left;
  }
  .order-links-block,
  .quote-grid-filters-wrap {
    padding-bottom: 10px;
    text-align: right;
  }
  .negotiable-quote-order-information {
    margin-top: 0;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .filter-divider {
    display: none;
  }
  .quote-details-items.purchase-order-data-items .items.purchase-order-table-items tbody.item {
    border-bottom: 1px solid #cccccc;
  }
  .quote-details-items.purchase-order-data-items .items.purchase-order-table-items tbody.item:last-child {
    border-bottom: 0;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: 0;
  }
  .orderapprovals-purchaseorder-view .quote-status {
    float: none;
    margin: -10px 0 10px;
  }
  .order-actions-toolbar .action.block-requisition-list {
    float: none;
    margin-left: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    left: 0;
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before,
  .order-actions-toolbar .requisition-list-action.active .items:after {
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: 10px;
  }
  .orderapprovals-purchaseorder-index .order-links-block {
    text-align: left;
  }
  .purchase-order-references {
    margin-top: 25px;
  }
  .purchase-order-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links form {
    display: block;
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1.5rem;
    padding-bottom: .2rem;
    position: relative;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty .control {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .upload_container {
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .upload_container .file_upload {
    display: block;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item-title {
    display: none;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .label {
    display: inline-block;
    margin-right: 10px;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .actions-toolbar {
    float: right;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .company-profile-index .company-profile-shipping-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-shipping-methods .shipping-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  #bio_ep.popup-default-15 .popup-step-1 {
    max-width: 100%;
    width: 100%;
  }
  #bio_ep.popup-default-15 .popup-step-2 {
    max-width: 100%;
    width: 100%;
  }
  #bio_ep.popup-default-15 .popup-bg {
    opacity: 0;
  }
  #bio_ep.popup-default-31 {
    width: 300px;
  }
  #bio_ep.popup-default-31 .popup-bg {
    display: none;
  }
  #bio_ep.popup-default-31 .popup-content {
    width: 100%;
  }
  #bio_ep.popup-default-37 .popup-title {
    width: 100%;
    border-right: none;
  }
  #bio_ep.popup-default-37 .popup-action .popup-action-title {
    width: 30%;
  }
  #bio_ep.popup-default-37 .popup-action .popup-newsletter {
    width: 70%;
  }
  #bio_ep.popup-default-37 .popup-action #popup-submit-button {
    width: 70%;
  }
  #bio_ep.popup-default-37 .action-social {
    width: 30%;
  }
  #bio_ep.popup-default-29 .popup-step-1 .popup-bg {
    width: 75%;
  }
  #bio_ep.popup-default-29 .popup-step-1 .popup-content {
    width: 75%;
  }
  #bio_ep.popup-default-29 .popup-step-1 .popup-content .action-social .line {
    font-size: 65px;
  }
  #bio_ep.popup-default-29 .popup-step-1 .popup-content .popup-action > div {
    width: 210px;
  }
  #bio_ep.popup-default-29 .popup-step-1 .popup-content .popup-action .bld-el {
    width: 90%;
  }
  #bio_ep.popup-default-29 .popup-step-1 .popup-content .popup-action #popup-submit-button {
    width: 210px;
  }
  #bio_ep.popup-default-21 .popup-title strong {
    font-size: 82px;
  }
  #bio_ep.popup-default-21 .popup-description {
    font-size: 14px;
  }
  #bio_ep.popup-default-25 .popup-step-1 {
    width: 240px;
  }
  #bio_ep.popup-default-25 .popup-title {
    font-size: 26px;
  }
  #bio_ep.popup-default-25 .popup-bg {
    position: absolute;
    width: 230px;
    height: 100%;
    top: 0;
    left: 0;
    background: #d1d1d1;
    z-index: -1;
    transform: scale(2) rotate(-80deg) translate(6px, -95px);
  }
  #bio_ep.popup-default-28 .popup-step-1 .popup-bg {
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
  }
  #bio_ep.popup-default-28 .popup-step-1 .popup-content {
    width: auto;
    background-color: transparent;
    text-align: center;
  }
  #bio_ep.popup-default-28 .popup-step-1 .popup-title {
    font-size: 51px;
    color: #000000;
    font-weight: bold;
  }
  #bio_ep.popup-default-38 .popup-content {
    width: 90%;
  }
  #bio_ep.popup-default-2 .popup-title {
    font-size: 24px;
  }
  #bio_ep.popup-default-2 .popup-description {
    font-size: 15px;
  }
  #bio_ep.popup-default-2 .popup-action {
    padding: 20px 15px 15px;
  }
  #bio_ep.popup-default-2 .popup-action button,
  #bio_ep.popup-default-2 .popup-action .quote-details-items .actions-toolbar > .action {
    margin-top: 5px;
  }
  #bio_ep.popup-default-9 .popup-title {
    font-size: 42px;
  }
  #bio_ep.popup-default-9 .popup-action input {
    height: 35px;
  }
  #bio_ep.popup-default-9 .popup-action button,
  #bio_ep.popup-default-9 .popup-action .quote-details-items .actions-toolbar > .action {
    height: 35px;
  }
  #bio_ep.popup-default-10 .popup-description {
    font-size: 12px;
    margin: 15px 0;
  }
  #bio_ep.popup-default-10 .popup-action .subscribe-text {
    font-size: 18px;
  }
  #bio_ep.popup-default-10 .popup-action input {
    height: 40px;
  }
  #bio_ep.popup-default-10 .popup-action button,
  #bio_ep.popup-default-10 .popup-action .quote-details-items .actions-toolbar > .action {
    height: 40px;
  }
  #bio_ep.popup-default-14 .popup-title {
    font-family: '';
    font-size: 28px;
  }
  #bio_ep.popup-default-14 .popup-description {
    font-size: 18px;
  }
  #bio_ep.popup-default-14 .popup-action input {
    height: 40px;
  }
  #bio_ep.popup-default-14 .popup-action button,
  #bio_ep.popup-default-14 .popup-action .quote-details-items .actions-toolbar > .action {
    width: 185px;
    height: 40px;
  }
  #bio_ep.popup-default-16 #bio_ep_close {
    top: 5px;
    right: 5px;
  }
  #bio_ep.popup-default-16 .popup-title {
    font-size: 30px;
  }
  #bio_ep.popup-default-16 .popup-title span {
    font-size: 22px;
  }
  #bio_ep.popup-default-16 .popup-description:after {
    width: 320px;
  }
  #bio_ep.popup-default-16 .popup-description:before {
    width: 310px;
  }
  #bio_ep.popup-default-20 .popup-bg {
    display: none;
  }
  #bio_ep.popup-default-20 .popup-content {
    width: 100%;
  }
  #bio_ep.popup-default-20 .popup-title {
    font-size: 36px;
  }
  #bio_ep.popup-default-20 .popup-description strong {
    font-size: 32px;
  }
  #bio_ep.popup-default-27 .popup-content {
    width: 100%;
  }
  #bio_ep.popup-default-36 .popup-step-1 {
    flex-wrap: wrap;
    margin: 10px -10px;
  }
  #bio_ep.popup-default-36 .popup-step-1 .popup-content,
  #bio_ep.popup-default-36 .popup-step-1 .popup-bottom {
    width: 100%;
  }
  #bio_ep.popup-default-39 .action-social .social-elm button,
  #bio_ep.popup-default-39 .action-social .social-elm .quote-details-items .actions-toolbar > .action {
    width: 76%;
    margin: 5px auto;
  }
  #bio_ep.popup-default-35 {
    border-radius: 50px;
    height: auto;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #385ea4;
    content: "\e604";
    font-family: 'vde-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #385ea4;
    content: '\e601';
    font-family: 'vde-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #385ea4;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #eaeaea;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #eaeaea;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #385ea4;
    content: "\e604";
    font-family: 'vde-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #eaeaea;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.3rem;
  }
  .action-select-wrap.buttons {
    display: none;
  }
  .payment-method .available-credit {
    float: none;
    margin-top: 5px;
  }
  .popup-step-2 {
    height: 250px;
    font-size: 16px;
  }
  #bio_ep.popup-default-1 .popup-action .popup-subscribe-bottom .popup-text-accept {
    font-size: 10px;
  }
  #bio_ep.popup-default-1 .popup-action textarea {
    min-height: 50px;
  }
  #bio_ep.popup-default-4 .popup-box-1 {
    text-align: center;
  }
  #bio_ep.popup-default-4 .popup-box-2 {
    text-align: center;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-title .title-left {
    font-size: 60px;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-title .title-right {
    font-size: 26px;
    line-height: 28px;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-description {
    margin: auto;
    width: 250px;
    font-size: 14px;
    text-align: center;
    padding: 0;
    max-width: 100%;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-action {
    margin: 20px auto 0;
    width: 250px;
    text-align: center;
    max-width: 100%;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-action input {
    max-width: 100%;
    border-radius: 5px;
    text-align: center;
  }
  #bio_ep.popup-default-4 .popup-box-2 .popup-action .action.primary {
    margin-top: 10px;
    border-radius: 5px;
    position: relative;
    width: 100%;
  }
  #bio_ep.popup-default-4 .popup-step-2 .popup-content {
    width: 100%;
    text-align: center;
    left: 0;
    padding: 0 15px;
  }
  #bio_ep.popup-default-5 .popup-title {
    font-size: 23px;
  }
  #bio_ep.popup-default-5 .subscribe-form {
    width: 280px;
  }
  #bio_ep.popup-default-5 .popup-category {
    width: 180px;
  }
  #bio_ep.popup-default-5 .popup-category button span,
  #bio_ep.popup-default-5 .popup-category .quote-details-items .actions-toolbar > .action span {
    font-size: 13px;
  }
  #bio_ep.popup-default-17 .popup-title {
    font-size: 32px;
    padding: 15px;
  }
  #bio_ep.popup-default-17 .popup-description {
    font-size: 14px;
  }
  #bio_ep.popup-default-17 .popup-action input {
    height: 35px;
    font-size: 13px;
  }
  #bio_ep.popup-default-17 .popup-action button,
  #bio_ep.popup-default-17 .popup-action .quote-details-items .actions-toolbar > .action {
    height: 35px;
    font-size: 13px;
  }
  #bio_ep.popup-default-17 .action-social {
    padding: 15px 0 0;
  }
  #bio_ep.popup-default-17 .social-elm {
    width: 70px;
  }
  #bio_ep.popup-default-17 .line:before {
    display: none;
  }
  #bio_ep.popup-default-17 .line:after {
    display: none;
  }
  #bio_ep.popup-default-29 .popup-step-1 .popup-bg {
    width: 100%;
  }
  #bio_ep.popup-default-29 .popup-step-1 .popup-content {
    width: 100%;
  }
  #bio_ep.popup-default-7 {
    padding-bottom: 0;
  }
  #bio_ep.popup-default-7 .popup-bg {
    width: 50%;
  }
  #bio_ep.popup-default-7 .popup-title {
    font-size: 36px;
  }
  #bio_ep.popup-default-7 .popup-title .title-elm:after {
    width: 170px;
  }
  #bio_ep.popup-default-7 .popup-description {
    padding: 15px 0 0;
  }
  #bio_ep.popup-default-8 .popup-bg {
    height: 150px;
  }
  #bio_ep.popup-default-8 .popup-title {
    font-size: 38px;
    padding: 0 15px;
  }
  #bio_ep.popup-default-12 .popup-step-1 {
    width: 250px;
    margin: 30px auto;
  }
  #bio_ep.popup-default-12 .popup-title {
    font-size: 40px;
  }
  #bio_ep.popup-default-12 .popup-description {
    font-size: 14px;
  }
  #bio_ep.popup-default-12 #bio_ep_close:before {
    font-size: 16px;
  }
  #bio_ep.popup-default-13 {
    height: 300px;
  }
  #bio_ep.popup-default-13 .popup-title {
    padding-top: 0;
  }
  #bio_ep.popup-default-13 .popup-title strong {
    font-size: 30px;
  }
  #bio_ep.popup-default-13 .popup-step-1 {
    width: 200px;
  }
  #bio_ep.popup-default-13 .popup-description {
    font-size: 16px;
  }
  #bio_ep.popup-default-24 .popup-title p {
    text-transform: uppercase;
    font-size: 46px;
  }
  #bio_ep.popup-default-24 .popup-title .top {
    font-size: 82px;
  }
  #bio_ep.popup-default-24 .popup-title .upto:before {
    width: 90px;
  }
  #bio_ep.popup-default-24 .popup-title .upto:after {
    width: 90px;
  }
  #bio_ep.popup-default-24 .popup-description {
    font-size: 13px;
  }
  #bio_ep.popup-default-24 .popup-code {
    font-size: 14px;
  }
  #bio_ep.popup-default-24 .popup-code:before {
    width: 100px;
  }
  #bio_ep.popup-default-21 .popup-title strong {
    font-size: 50px;
    margin: 15px 0;
  }
  #bio_ep.popup-default-21 .popup-description {
    font-size: 14px;
  }
  #bio_ep.popup-default-25 .popup-step-1 {
    width: 155px;
  }
  #bio_ep.popup-default-25 .popup-title {
    font-size: 20px;
  }
  #bio_ep.popup-default-25 .popup-action {
    padding: 50px 0 30px;
  }
  #bio_ep.popup-default-25 .popup-action button,
  #bio_ep.popup-default-25 .popup-action .quote-details-items .actions-toolbar > .action {
    height: 35px;
    font-size: 13px;
    padding: 0 10px;
  }
  #bio_ep.popup-default-25 .popup-bg {
    position: absolute;
    width: 230px;
    height: 100%;
    top: 0;
    left: 0;
    background: #d1d1d1;
    z-index: -1;
    transform: scale(2) rotate(-80deg) translate(6px, -98px);
  }
  #bio_ep.popup-default-28 .popup-step-1 .popup-content {
    height: 90%;
    padding: 15px;
  }
  #bio_ep.popup-default-28 .popup-step-1 .popup-description {
    margin-top: 20px;
  }
  #bio_ep.popup-default-2 .popup-step-1 {
    width: auto;
  }
  #bio_ep.popup-default-2 .popup-step-2 {
    width: auto;
  }
  #bio_ep.popup-default-2 .popup-title {
    font-size: 26px;
  }
  #bio_ep.popup-default-2 .popup-description {
    font-size: 15px;
  }
  #bio_ep.popup-default-2 .popup-action {
    padding: 20px 15px 15px;
  }
  #bio_ep.popup-default-2 .popup-action input {
    font-size: 13px;
  }
  #bio_ep.popup-default-2 .popup-action input::placeholder {
    font-size: 13px;
  }
  #bio_ep.popup-default-2 .popup-action button,
  #bio_ep.popup-default-2 .popup-action .quote-details-items .actions-toolbar > .action {
    font-size: 13px;
  }
  #bio_ep.popup-default-6 .popup-step-1 {
    width: 100%;
    text-align: center;
  }
  #bio_ep.popup-default-6 .popup-step-2 {
    width: 100%;
    text-align: center;
  }
  #bio_ep.popup-default-6 .popup-bg {
    opacity: 0;
  }
  #bio_ep.popup-default-9 .popup-title {
    font-size: 26px;
  }
  #bio_ep.popup-default-9 .popup-description {
    font-size: 13px;
  }
  #bio_ep.popup-default-9 .popup-action input {
    height: 35px;
    font-size: 13px;
  }
  #bio_ep.popup-default-9 .popup-action input::placeholder {
    font-size: 13px;
  }
  #bio_ep.popup-default-9 .popup-action button,
  #bio_ep.popup-default-9 .popup-action .quote-details-items .actions-toolbar > .action {
    width: 100%;
    font-size: 12px;
  }
  #bio_ep.popup-default-10 .popup-content {
    width: 100%;
  }
  #bio_ep.popup-default-10 .popup-bg {
    display: none;
  }
  #bio_ep.popup-default-10 .popup-title strong {
    font-size: 16px;
  }
  #bio_ep.popup-default-14 .popup-bg {
    width: 0;
  }
  #bio_ep.popup-default-14 .popup-step-1 {
    width: 100%;
  }
  #bio_ep.popup-default-14 .popup-step-2 {
    width: 100%;
  }
  #bio_ep.popup-default-16 .popup-title {
    font-size: 26px;
    padding: 15px;
  }
  #bio_ep.popup-default-16 .popup-title span {
    font-size: 16px;
  }
  #bio_ep.popup-default-16 .popup-description {
    padding: 15px;
    font-size: 14px;
  }
  #bio_ep.popup-default-16 .popup-description:after {
    width: 200px;
  }
  #bio_ep.popup-default-16 .popup-description:before {
    width: 200px;
  }
  #bio_ep.popup-default-16 .popup-action {
    padding: 15px;
  }
  #bio_ep.popup-default-16 .popup-action input {
    max-width: 100%;
    height: 35px;
  }
  #bio_ep.popup-default-16 .popup-action button,
  #bio_ep.popup-default-16 .popup-action .quote-details-items .actions-toolbar > .action {
    height: 35px;
    font-size: 13px;
    width: 120px;
  }
  #bio_ep.popup-default-18 .popup-title {
    font-size: 26px;
  }
  #bio_ep.popup-default-18 .popup-bg {
    height: 150px;
  }
  #bio_ep.popup-default-18 .popup-description {
    padding: 0 15px;
    font-size: 15px;
  }
  #bio_ep.popup-default-18 .popup-action input {
    height: 35px;
    font-size: 13px;
  }
  #bio_ep.popup-default-18 .popup-action input::placeholder {
    text-align: center;
    font-size: 13px;
  }
  #bio_ep.popup-default-18 .popup-action button,
  #bio_ep.popup-default-18 .popup-action .quote-details-items .actions-toolbar > .action {
    font-size: 13px;
    height: 35px;
  }
  #bio_ep.popup-default-19 .popup-title {
    font-size: 28px;
  }
  #bio_ep.popup-default-19 .popup-step-2 {
    font-size: 16px;
  }
  #bio_ep.popup-default-20 .popup-bg {
    display: none;
  }
  #bio_ep.popup-default-20 .popup-content {
    width: 100%;
  }
  #bio_ep.popup-default-20 .popup-title {
    font-size: 32px;
  }
  #bio_ep.popup-default-20 .popup-description strong {
    font-size: 26px;
  }
  #bio_ep.popup-default-20 .popup-sex {
    font-size: 13px;
  }
  #bio_ep.popup-default-23 .popup-bg {
    height: 150px;
  }
  #bio_ep.popup-default-23 .popup-title {
    font-size: 26px;
    padding: 5px 0;
    letter-spacing: 2px;
  }
  #bio_ep.popup-default-23 .popup-description {
    color: #b7974f;
    font-size: 15px;
    font-weight: 600;
  }
  #bio_ep.popup-default-23 .popup-action {
    padding-bottom: 15px;
  }
  #bio_ep.popup-default-23 .popup-action input {
    height: 35px;
  }
  #bio_ep.popup-default-23 .popup-action button,
  #bio_ep.popup-default-23 .popup-action .quote-details-items .actions-toolbar > .action {
    height: 35px;
  }
  #bio_ep.popup-default-3 .popup-title {
    margin-top: 30px;
    font-size: 21px;
  }
  #bio_ep.popup-default-3 .popup-description {
    font-size: 14px;
  }
  #bio_ep.popup-default-3 .popup-action i,
  #bio_ep.popup-default-3 .popup-action em {
    right: 12px;
    top: 12px;
  }
  #bio_ep.popup-default-11 .popup-title {
    padding-top: 30px;
    font-weight: 400;
  }
  #bio_ep.popup-default-11 .popup-title strong {
    font-size: 52px;
  }
  #bio_ep.popup-default-11 .popup-description {
    font-size: 13px;
  }
  #bio_ep.popup-default-11 .popup-description strong {
    padding: 15px 0;
  }
  #bio_ep.popup-default-11 .popup-action {
    padding-top: 10px;
    padding-bottom: 0;
  }
  #bio_ep.popup-default-11 .popup-action .action-text {
    font-size: 18px;
  }
  #bio_ep.popup-default-11 .popup-action button,
  #bio_ep.popup-default-11 .popup-action .quote-details-items .actions-toolbar > .action {
    margin-bottom: 5px;
    padding: 10px;
    margin-right: 0;
    font-size: 14px;
  }
  #bio_ep.popup-default-11 .popup-action .action-yes {
    display: block;
    margin-right: 0;
  }
  #bio_ep.popup-default-11 .popup-action .action-no {
    display: block;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: "\e624";
    font-family: 'vde-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #eaeaea;
  }
  .table > tbody + tbody {
    border-top: 1px solid #eaeaea;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #385ea4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #385ea4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #385ea4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #385ea4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
}
