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: #545454;
  font-family: 'Roboto';
  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 #e6e6e6;
  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 #e6e6e6;
  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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #545454;
  color: #ff8d6b;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #545454;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #545454;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
a:visited,
.alink:visited {
  color: #ff8d6b;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: rgba(255, 141, 107, 0.6);
  text-decoration: none;
}
a:active,
.alink:active {
  color: #ff8d6b;
  text-decoration: none;
}
a:hover::before,
.alink:hover::before,
a:hover::after,
.alink:hover::after {
  color: rgba(255, 141, 107, 0.6);
}
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 #e6e6e6;
  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 #e6e6e6;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #545454;
  font-family: 'Roboto';
  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 #e6e6e6;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  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 #e6e6e6;
  color: #333333;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover {
  background: #e1e1e1;
  border: 1px solid #e6e6e6;
  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: Roboto;
  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 #e6e6e6;
  border-radius: 1px;
  font-family: Roboto;
  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: Roboto;
  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 #55829f;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu,
.owl-carousel,
.summa-slider-container .summa-slider,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-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;
}
.abs-reset-list > li,
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu > li,
.owl-carousel > li,
.summa-slider-container .summa-slider > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-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 {
  background-image: none;
  background: #ff8d6b;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  padding: 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
}
.action-primary:focus,
.action-primary:active {
  background: #ffeee9;
  border: 0;
  color: #ffffff;
}
.action-primary:hover {
  background: #ffb49e;
  border: 0;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.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,
.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: 4px;
}
.abs-revert-to-action-secondary:not(:focus),
.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),
.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(230, 230, 230, 0.3);
}
.abs-revert-to-action-secondary:active,
.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,
.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(230, 230, 230, 0.8), inset 0 -1px 0 0 rgba(230, 230, 230, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e6e6e6;
  color: #333333;
  cursor: pointer;
  font-family: 'Roboto';
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}
.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 #e6e6e6;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #e6e6e6;
  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-button-as-link,
.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,
.data-grid-filters-wrap .action,
.quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete,
.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,
.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: #545454;
  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,
.data-grid-filters-wrap .action:visited,
.quote-grid-filters-wrap .action:visited,
.quote-details-items .actions-toolbar > .action-delete: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,
.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: #545454;
  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,
.data-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete: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,
.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: #545454;
  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,
.data-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:active,
.quote-details-items .actions-toolbar > .action-delete: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,
.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: #ff5501;
  text-decoration: underline;
}
.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,
.data-grid-filters-wrap .action:visited,
.quote-grid-filters-wrap .action:visited,
.quote-details-items .actions-toolbar > .action-delete: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,
.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: #ff8d6b;
  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,
.data-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete: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,
.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: #545454;
  text-decoration: none;
}
.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,
.data-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:active,
.quote-details-items .actions-toolbar > .action-delete: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,
.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: #ff8d6b;
  text-decoration: none;
}
.abs-action-button-as-link:hover::before,
.abs-action-button-as-link:hover::after,
.abs-action-remove:hover::before,
.abs-action-remove:hover::after,
.abs-discount-block .action.check:hover::before,
.abs-discount-block .action.check:hover::after,
.popup .actions-toolbar .action.cancel:hover::before,
.popup .actions-toolbar .action.cancel:hover::after,
.requisition-list-action > .action:hover::before,
.requisition-list-action > .action:hover::after,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover::before,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover::after,
.requisition-grid .actions-toolbar > .action-edit:hover::before,
.requisition-grid .actions-toolbar > .action-edit:hover::after,
.requisition-grid .actions-toolbar > .action-delete:hover::before,
.requisition-grid .actions-toolbar > .action-delete:hover::after,
.title-actions-links button:hover::before,
.title-actions-links button:hover::after,
.block-requisition-management .requisition-list-title button:hover::before,
.block-requisition-management .requisition-list-title button:hover::after,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover::before,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover::after,
.checkout-container .action-additional:hover::before,
.checkout-container .action-additional:hover::after,
.data-grid-filters-wrap .action:hover::before,
.data-grid-filters-wrap .action:hover::after,
.quote-grid-filters-wrap .action:hover::before,
.quote-grid-filters-wrap .action:hover::after,
.quote-details-items .actions-toolbar > .action-delete:hover::before,
.quote-details-items .actions-toolbar > .action-delete:hover::after,
.attachments-list .attachments-item .action-delete:hover::before,
.attachments-list .attachments-item .action-delete:hover::after,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover::before,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover::after,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover::before,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover::after,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover::before,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover::after,
.paypal-button-widget .paypal-button:hover::before,
.paypal-button-widget .paypal-button:hover::after,
.bundle-options-container .action.back:hover::before,
.bundle-options-container .action.back:hover::after,
.block.related .action.select:hover::before,
.block.related .action.select:hover::after,
.cart.table-wrapper .actions-toolbar > .action-delete:hover::before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover::after,
.cart.table-wrapper .action.help.map:hover::before,
.cart.table-wrapper .action.help.map:hover::after,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover::before,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover::after,
.opc-wrapper .edit-address-link:hover::before,
.opc-wrapper .edit-address-link:hover::after,
.opc-block-shipping-information .shipping-information-title .action-edit:hover::before,
.opc-block-shipping-information .shipping-information-title .action-edit:hover::after,
.action-auth-toggle:hover::before,
.action-auth-toggle:hover::after,
.checkout-payment-method .checkout-billing-address .action-cancel:hover::before,
.checkout-payment-method .checkout-billing-address .action-cancel:hover::after,
.checkout-agreements-block .action-show:hover::before,
.checkout-agreements-block .action-show:hover::after,
.gift-options .actions-toolbar .action-cancel:hover::before,
.gift-options .actions-toolbar .action-cancel:hover::after,
.gift-summary .action-edit:hover::before,
.gift-summary .action-edit:hover::after,
.gift-summary .action-delete:hover::before,
.gift-summary .action-delete:hover::after,
.action-gift:hover::before,
.action-gift:hover::after,
.gift-wrapping-title .action-remove:hover::before,
.gift-wrapping-title .action-remove:hover::after,
.wishlist.split.button > .action:hover::before,
.wishlist.split.button > .action:hover::after,
.abs-add-fields .action.remove:hover::before,
.abs-add-fields .action.remove:hover::after,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover::before,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover::after,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover::before,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover::after,
.paypal-review-discount .action.check:hover::before,
.paypal-review-discount .action.check:hover::after,
.cart-discount .action.check:hover::before,
.cart-discount .action.check:hover::after,
.form-giftregistry-share .action.remove:hover::before,
.form-giftregistry-share .action.remove:hover::after,
.form-giftregistry-edit .action.remove:hover::before,
.form-giftregistry-edit .action.remove:hover::after,
.form-add-invitations .action.remove:hover::before,
.form-add-invitations .action.remove:hover::after,
.form-create-return .action.remove:hover::before,
.form-create-return .action.remove:hover::after,
.form.send.friend .action.remove:hover::before,
.form.send.friend .action.remove:hover::after {
  color: #545454;
}
.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,
.data-grid-filters-wrap .action:hover,
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action: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,
.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,
.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,
.data-grid-filters-wrap .action.disabled,
.data-grid-filters-wrap .action[disabled],
fieldset[disabled] .data-grid-filters-wrap .action,
.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,
.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,
.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: #545454;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.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),
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action: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),
.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),
.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-secondary-color,
.abs-revert-to-action-secondary,
.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,
.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 #e6e6e6;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary: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,
.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 #e6e6e6;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary: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,
.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 #e6e6e6;
  color: #333333;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .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: normal;
  padding: 10px;
  font-size: 1.4rem;
}
.abs-product-options-list dt,
.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 {
  width: 5%;
  float: left;
  margin: 0;
}
.abs-product-options-list dd,
.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 {
  width: 95%;
  float: left;
  margin: 0;
  padding-left: 10px;
}
.abs-button-responsive,
.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%;
}
.abs-reset-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.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;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.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: 'wolf-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: 'wolf-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;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.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;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.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: 'wolf-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;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #545454;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #545454;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #545454;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #545454;
  text-decoration: underline;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #545454;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #545454;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #545454;
  text-decoration: none;
}
.abs-product-link > a:hover::before,
.abs-product-link > a:hover::after,
.product-item-name > a:hover::before,
.product-item-name > a:hover::after,
.product.name a > a:hover::before,
.product.name a > a:hover::after {
  color: #545454;
}
.abs-like-link {
  color: #545454;
  color: #ff8d6b;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #545454;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #545454;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #ff8d6b;
  text-decoration: none;
}
.abs-like-link:hover {
  color: rgba(255, 141, 107, 0.6);
  text-decoration: none;
}
.abs-like-link:active {
  color: #ff8d6b;
  text-decoration: none;
}
.abs-like-link:hover::before,
.abs-like-link:hover::after {
  color: rgba(255, 141, 107, 0.6);
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.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;
}
.abs-add-fields .fieldset .field .control,
.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%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.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;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.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;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.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;
}
.abs-add-fields .additional,
.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;
}
.abs-add-fields .message.notice,
.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;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-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,
.product-item-actions .actions-secondary > .action span,
.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;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-inner {
  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-add-box-sizing,
.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,
.product-item,
.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 {
  display: block;
  text-decoration: none;
}
.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: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.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: 'wolf-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: 'wolf-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;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .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-item-actions .actions-secondary > .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: 'wolf-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .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;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .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;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.quote-details-items .toggle-action .toggle,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.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,
.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,
.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,
.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: 'wolf-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .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,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.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,
.company-account-index .columns .column.main .block:not(.widget) .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 #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.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,
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.company-account-index .columns .column.main .block:not(.widget) .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;
}
.abs-account-block-line-height,
.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;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #ffffff;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .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;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .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;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.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;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.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;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.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) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.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: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .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,
.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: 'wolf-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .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,
.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';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.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;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.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,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.form-edit-role .box-actions button.action:last-child:after,
.block-dashboard-company .box-actions button.action:last-child:after,
.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,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:last-child:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.company-account-index .columns .column.main .block:not(.widget) .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;
}
.abs-account-blocks .box-title,
.company-account-index .columns .column.main .block:not(.widget) .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;
}
.abs-account-blocks .box-title > span,
.company-account-index .columns .column.main .block:not(.widget) .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;
}
.abs-account-blocks .box-title > .action,
.company-account-index .columns .column.main .block:not(.widget) .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;
}
.abs-colon:after,
.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-icon-add,
.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: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.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;
}
.abs-dropdown-items-new .action.new:before,
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.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;
}
.abs-status,
.quote-status,
.purchase-order-status,
.return-status,
.order-status {
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .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,
.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;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.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;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.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;
}
.abs-table-striped,
.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 #e6e6e6;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.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;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.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: #545454;
  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: #545454;
  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: #545454;
  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: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #ff8d6b;
  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: #545454;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff8d6b;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover::before,
.abs-shopping-cart-items .actions.main .clear:hover::after,
.block-cart-failed .actions.main .clear:hover::before,
.block-cart-failed .actions.main .clear:hover::after,
.cart-container .form-cart .actions.main .clear:hover::before,
.cart-container .form-cart .actions.main .clear:hover::after {
  color: #545454;
}
.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: #545454;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.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);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.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;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.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;
}
.abs-checkout-tooltip-content-position-top:before,
.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;
}
.abs-checkout-tooltip-content-position-top:after,
.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;
}
.abs-checkout-title,
.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: #545454;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.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;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.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;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.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;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #e6e6e6;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #e6e6e6;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.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 #e6e6e6;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.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: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.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';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #e6e6e6;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #545454;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .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;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .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: #ffffff;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #e6e6e6;
  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: #fffdf4;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #545454;
}
.message.info a:hover {
  color: #545454;
}
.message.info a:active {
  color: #545454;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e917';
  font-family: 'wolf-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: #545454;
}
.message.error a:hover {
  color: #545454;
}
.message.error a:active {
  color: #545454;
}
.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: 'wolf-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: #fffdf4;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #545454;
}
.message.warning a:hover {
  color: #545454;
}
.message.warning a:active {
  color: #545454;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e917';
  font-family: 'wolf-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: #fffdf4;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #545454;
}
.message.notice a:hover {
  color: #545454;
}
.message.notice a:active {
  color: #545454;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e917';
  font-family: 'wolf-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: #545454;
}
.message.success a:hover {
  color: #545454;
}
.message.success a:active {
  color: #545454;
}
.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: 'wolf-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: #757575;
  content: '\e609';
  font-family: 'wolf-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 20px;
}
.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: Roboto;
  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: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.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: 'wolf-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: 'wolf-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: 'wolf-icons';
  src: url('../fonts/wolf-icons/wolf-icons.woff2') format('woff2'), url('../fonts/wolf-icons/wolf-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button,
a.action.primary,
.quote-details-items .actions-toolbar > .action {
  border-radius: 4px;
}
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(230, 230, 230, 0.8), inset 0 -1px 0 0 rgba(230, 230, 230, 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: #ff8d6b;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  padding: 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #ffeee9;
  border: 0;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #ffb49e;
  border: 0;
  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 #e6e6e6;
  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 #e6e6e6;
  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 > .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 > .switch:hover::before,
.product.data.items > .item.title > .switch:hover::after {
  color: #333333;
}
.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: 'wolf-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: #545454;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #545454;
}
.pages a.page:hover {
  color: #545454;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.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 #e6e6e6;
  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: 'wolf-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: 'wolf-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(230, 230, 230, 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;
}
.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: #545454;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #545454;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #545454;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #545454;
  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: 'wolf-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: 'wolf-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: #757575;
  content: '\e616';
  font-family: 'wolf-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: 'wolf-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: 'wolf-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 #55829f;
}
.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: 'wolf-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: #545454;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.confirm-requisition-popup .modal-footer .secondary:visited {
  color: #545454;
  text-decoration: none;
}
.confirm-requisition-popup .modal-footer .secondary:hover {
  color: #545454;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:visited {
  color: #ff8d6b;
  text-decoration: none;
}
.confirm-requisition-popup .modal-footer .secondary:hover {
  color: #545454;
  text-decoration: none;
}
.confirm-requisition-popup .modal-footer .secondary:active {
  color: #ff8d6b;
  text-decoration: none;
}
.confirm-requisition-popup .modal-footer .secondary:hover::before,
.confirm-requisition-popup .modal-footer .secondary:hover::after {
  color: #545454;
}
.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: #545454;
  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;
}
@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: swap;
}
.jstree > ul ul li {
  background: none;
  border-left: 1px dashed #a6a6a6;
  margin-left: 2.4rem;
  padding: .5rem 0;
  position: relative;
}
.jstree > ul ul li.jstree-last {
  background: none;
  border-left: none;
  left: .1rem;
  padding-bottom: 0;
  position: relative;
}
.jstree > ul ul li.jstree-last:after {
  border-left: 1px dashed #a6a6a6;
  content: '';
  height: 2.3rem;
  left: -.1rem;
  position: absolute;
  top: 0;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl {
  background: none;
  display: inline;
  padding-right: 3.7rem;
  width: 2.5rem;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl:after {
  right: 0;
  top: 1.7rem;
  width: 100%;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl {
  position: relative;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl:after {
  border-top: 1px dashed #a6a6a6;
  content: '';
  height: .1rem;
  position: absolute;
  right: 2.3rem;
  top: 1.1rem;
  width: 1.3rem;
}
.jstree li > .jstree-icon {
  padding-right: 1.5rem;
}
.jstree li a {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: .4rem 1rem .4rem .2rem;
}
.jstree li a > .jstree-themeicon-custom {
  margin-left: 10px;
  margin-right: .7rem;
}
.jstree li a > .jstree-icon.icon-customer:before {
  content: '\e907';
}
.jstree li a > .jstree-icon.icon-customer:before {
  font-size: 1.8rem;
}
.jstree li a > .jstree-icon.icon-company:before {
  content: '\e906';
}
.jstree li a > .jstree-icon.icon-company:before {
  font-size: 1.7rem;
}
.jstree li a > .field-tooltip {
  color: #000000;
  left: 100%;
  margin-left: 5px;
  top: .4rem;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: -.1rem;
  position: relative;
  top: .6rem;
  z-index: 5;
}
.jstree li:not(.jstree-leaf) > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #575757;
  content: '\e909';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  cursor: pointer;
  text-align: center;
}
.jstree li.jstree-open > .jstree-icon:before {
  content: '\e90a';
}
.jstree li.jstree-open > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree li.jstree-closed > .jstree-icon:before {
  content: '\e909';
}
.jstree li.jstree-closed > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree > ul > li {
  background: none;
}
.jstree > ul > li > a.company-admin {
  margin-left: -.2rem;
  padding-bottom: 1.3rem;
}
.jstree > ul > li > a.company-admin:before {
  display: none;
}
.jstree > ul > li > a.company-admin > .jstree-icon {
  margin-right: 10px;
  position: relative;
  z-index: 5;
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  content: '\e908';
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  font-size: 3rem;
}
.jstree > ul > li:not(.root-collapsible) > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree .jstree-leaf > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree a > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  background: none;
}
.jstree a > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree a > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #858585;
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a {
  display: inline-block;
  text-decoration: none;
}
.jstree.jstree-draggable a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree.jstree-draggable a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #c2c2c2;
  content: '\e90b';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a:before {
  height: 1.8rem;
  margin-left: -.4rem;
  overflow: hidden;
  width: 1.9rem;
}
.jstree.jstree-draggable a.jstree-clicked:before {
  color: #ffffff;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  background-color: #545454;
  color: #ffffff;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #ffffff;
}
.jstree .jstree-anchor .jstree-checkbox {
  background-color: transparent;
  background-image: url(../Magento_Company/images/icon-tree.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 16px;
  margin: 5px 8px -2px 4px;
  position: relative;
  width: 16px;
}
.jstree .jstree-anchor.jstree-clicked > .jstree-checkbox {
  background-position: top center;
}
.jstree .jstree-anchor > .jstree-checkbox.jstree-undetermined {
  background-position: top left;
}
.jstree-checkbox-selection .jstree-anchor {
  display: inline-block;
  text-decoration: none;
}
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  color: #000000;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap;
}
[id='jstree-marker'] {
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  border-top: 5px solid transparent;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}
[id='jstree-dnd'] {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
[id='jstree-dnd'] .jstree-icon,
[id='jstree-dnd'] .jstree-copy {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  width: 16px;
}
[id='jstree-dnd'] .jstree-ok {
  background: #ff0080 0;
}
[id='jstree-dnd'] .jstree-er {
  background: #ffff00 0;
}
[id='jstree-dnd'] .jstree-copy {
  margin: 0 2px 0 2px;
}
.form-edit-role .block-title,
.block-dashboard-company .block-title {
  margin-top: 20px;
}
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action {
  background: none;
  border: 0;
  color: #ff8d6b;
  font-weight: 400;
  padding: 0 25px 10px 0;
  position: relative;
}
.form-edit-role .box-actions button.action:hover,
.block-dashboard-company .box-actions button.action:hover,
.form-edit-role .box-actions button.action:active,
.block-dashboard-company .box-actions button.action:active,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #545454;
}
.form-edit-role .box-actions button.action:not(:focus),
.block-dashboard-company .box-actions button.action:not(:focus),
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus) {
  box-shadow: none;
}
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:after {
  position: absolute;
  right: -.2rem;
  top: .2rem;
  width: .1rem;
}
.form-edit-role .box-actions button.action.delete:after,
.block-dashboard-company .box-actions button.action.delete:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after {
  display: none;
}
.form-edit-role .box-actions button.action._hidden,
.block-dashboard-company .box-actions button.action._hidden,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action._hidden {
  display: none;
}
.form-edit-account .fieldset.company {
  clear: both;
  margin-bottom: 20px;
}
.form-edit-account .fieldset.company .control {
  box-sizing: border-box;
  padding: 6px 15px 0 0;
}
.form-edit-account .fieldset.company:nth-child(2) {
  float: none;
}
.form-edit-account .fieldset.job_title {
  clear: both;
  float: none !important;
}
.form-edit-account .actions-toolbar {
  clear: both;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title {
  font-size: 1.8rem;
}
.message.company-warning {
  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.company-warning a {
  color: #545454;
}
.message.company-warning a:hover {
  color: #545454;
}
.message.company-warning a:active {
  color: #ff5501;
}
.message.company-warning._hidden {
  display: none;
}
.nav .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.additional-fields {
  margin-top: 20px;
}
.additional-fields._hidden {
  display: none;
}
.modal-container {
  display: none;
}
.data-grid-filters-wrap {
  margin-bottom: 10px;
  margin-top: -15px;
}
.data-grid-filters-wrap .action {
  margin-right: 25px;
}
.modal-popup .action._hidden {
  display: none;
}
.popup-tree .modal-footer .action-primary {
  background-image: none;
  background: #ff8d6b;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  padding: 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.popup-tree .modal-footer .action-primary:focus,
.popup-tree .modal-footer .action-primary:active {
  background: #ffeee9;
  border: 0;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary:hover {
  background: #ffb49e;
  border: 0;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary.disabled,
.popup-tree .modal-footer .action-primary[disabled],
fieldset[disabled] .popup-tree .modal-footer .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.company-profile-payment-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-payment-methods .payment-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-payment-methods .payment-methods-list {
  list-style: none;
}
.block-dashboard-info {
  margin-bottom: 10px;
}
.block-dashboard-info .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-dashboard-info .box {
  margin-bottom: 30px;
  width: 100%;
}
.block-dashboard-info .box-info {
  order: 1;
}
.block-dashboard-info .box-newsletter {
  order: 3;
}
.block-dashboard-info .box-role {
  order: 2;
}
.block-dashboard-info .box-role .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;
}
.block-dashboard-info .company-roles span:after {
  content: ',';
}
.block-dashboard-info .company-roles span:last-child:after {
  content: '';
}
.wrap-text {
  margin-bottom: 30px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
.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: #545454;
}
[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: #545454;
}
.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 .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;
  text-align: right;
}
.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 #55829f;
}
.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: 'wolf-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 #55829f;
}
.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-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: 'wolf-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 #55829f;
}
.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: #545454;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: #545454;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #545454;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: #ff8d6b;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #545454;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #ff8d6b;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover::before,
.popup-edit-address .modal-footer .secondary:hover::after {
  color: #545454;
}
.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: #545454;
  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 {
  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;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
/**
 * 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: normal;
  padding: 10px;
  font-size: 1.4rem;
}
#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: 'wolf-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: #55829f;
}
.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: 'wolf-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: normal;
  font-size: 1.4rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 10px;
  color: #545454;
  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: #545454;
  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: #545454;
  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: #ff5501;
  text-decoration: underline;
}
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: #ff8d6b;
  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: #545454;
  text-decoration: none;
}
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: #ff8d6b;
  text-decoration: none;
}
a.pagebuilder-button-link:hover::before,
button.pagebuilder-button-link:hover::before,
div.pagebuilder-button-link:hover::before,
a.pagebuilder-button-link:hover::after,
button.pagebuilder-button-link:hover::after,
div.pagebuilder-button-link:hover::after,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover::before,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover::after {
  color: #545454;
}
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: #545454;
  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: #ff8d6b;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: normal;
  padding: 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  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: #ffeee9;
  border: 0;
  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: #ffb49e;
  border: 0;
  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 #e6e6e6;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: normal;
  padding: 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  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 #e6e6e6;
  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 #e6e6e6;
  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: 1366px;
}
[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: 1366px;
  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%;
}
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 #e6e6e6;
  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 > .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 > .switch:hover::before,
.pagebuilder-accordion > .item.title > .switch:hover::after {
  color: #333333;
}
.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: '\e90c';
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .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: 'wolf-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 #55829f;
}
.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 #e6e6e6;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
}
.quickorder-index-index .upload-container .file-upload:focus,
.quickorder-index-index .upload-container .file-upload:active {
  background: #e2e2e2;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.quickorder-index-index .upload-container .file-upload:hover {
  background: #e1e1e1;
  border: 1px solid #e6e6e6;
  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.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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;
}
@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: swap;
}
.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;
}
[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;
}
/**
 * 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: #545454;
}
.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 #55829f;
}
.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: #545454;
  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: #545454;
}
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: 'wolf-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: #545454;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.action-select-wrap.buttons .secondary:visited {
  color: #545454;
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:hover {
  color: #545454;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:visited {
  color: #ff8d6b;
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:hover {
  color: #545454;
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:active {
  color: #ff8d6b;
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:hover::before,
.action-select-wrap.buttons .secondary:hover::after {
  color: #545454;
}
.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: #545454;
  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: #212121;
}
.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: 'wolf-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: #545454;
  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: #ff8d6b;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  padding: 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.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: #ffeee9;
  border: 0;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:hover {
  background: #ffb49e;
  border: 0;
  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.
 */
.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;
}
/*
 * Copyright (c) 2021 Mastercard
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.checkout-payment-method .payment-method._active .payment-method-content .form.hidden {
  display: none;
}
.tag {
  display: inline-block;
  position: absolute;
  z-index: 2;
}
.top-left {
  top: 0;
  left: 0;
}
.top-right {
  top: 0;
  right: 0;
}
.bottom-left {
  bottom: 0;
  left: 0;
}
.bottom-right {
  bottom: 0;
  right: 0;
}
body.blog-post-view .page-title {
  margin-bottom: 2rem;
}
.blog__post-view:before,
.blog__post-view:after {
  content: '';
  display: table;
}
.blog__post-view:after {
  clear: both;
}
.blog__post-view .blog__post-featured-image {
  float: left;
  padding: 0 2rem 2rem 0;
}
.blog__post-view-related-posts {
  margin: 2rem 0;
}
.blog__post-view-related-posts:before,
.blog__post-view-related-posts:after {
  content: '';
  display: table;
}
.blog__post-view-related-posts:after {
  clear: both;
}
.blog__post-view-related-posts .block-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.blog__post-view-related-posts ol {
  margin: 0 -1.5rem;
  list-style: none;
  padding: 0;
}
.blog__post-view-related-posts ol li {
  float: left;
  width: 50%;
  padding-left: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
  color: #999;
  font-size: 1.2rem;
}
.blog__post-view-related-posts ol li img {
  max-width: 7rem;
  margin: 0 1rem 1rem 0;
  float: left;
  border-radius: 2px;
}
.blog__post-view-related-posts ol li a.post-name {
  display: block;
  margin-top: -5px;
  font-weight: 500;
  color: #333;
  font-size: 1.4rem;
}
.blog__post-view-related-products {
  margin: 2rem 0;
}
.blog__post-view-related-products:before,
.blog__post-view-related-products:after {
  content: '';
  display: table;
}
.blog__post-view-related-products:after {
  clear: both;
}
.blog__post-view-related-products .block-title {
  font-size: 1.8rem;
}
.blog__post-view-related-products ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.addthis_bar_fixed {
  display: none !important;
}
.blog__post-list-wrapper .blog__post-list {
  list-style: none;
  padding: 0;
}
.blog__post-list-wrapper .blog__post-list > li {
  margin-bottom: 3rem;
  border-bottom: 1px dotted #ddd;
}
.blog__post-list-wrapper .toolbar {
  position: relative;
}
.blog__post-item:before,
.blog__post-item:after {
  content: '';
  display: table;
}
.blog__post-item:after {
  clear: both;
}
.blog__post-item .blog__post-header .blog__post-title {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.blog__post-item .blog__post-header .blog__post-title a {
  color: #333;
  font-size: 3.5rem;
}
.blog__post-item .blog__post-header .blog__post-title a:hover {
  text-decoration: none;
  color: #000;
}
.blog__post-item .blog__post-excerpt:before,
.blog__post-item .blog__post-excerpt:after {
  content: '';
  display: table;
}
.blog__post-item .blog__post-excerpt:after {
  clear: both;
}
.blog__post-item .blog__post-excerpt > img,
.blog__post-item .blog__post-excerpt > a > img {
  float: left;
  padding: 0 2rem 2rem 0;
  max-width: 30%;
}
.blog__post-item .blog__post-excerpt .read-more {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.blog__main-recent .item:before,
.blog__main-recent .item:after {
  content: '';
  display: table;
}
.blog__main-recent .item:after {
  clear: both;
}
.blog__main-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  max-width: 10rem;
  border-radius: 2px;
}
.blog__main-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.blog__post-meta {
  color: #a3a3a3;
  margin-bottom: 2rem;
}
.blog__post-meta:before,
.blog__post-meta:after {
  content: '';
  display: table;
}
.blog__post-meta:after {
  clear: both;
}
.blog__post-meta .blog__post-meta-time,
.blog__post-meta .blog__post-meta-author,
.blog__post-meta .blog__post-meta-comments,
.blog__post-meta .blog__post-meta-sharing {
  margin-right: 2rem;
}
.blog__post-meta .blog__post-meta-sharing {
  display: inline-block;
  margin-left: 2rem;
}
.blog__post-footer {
  margin-bottom: 2rem;
  color: #a3a3a3;
}
.blog__post-footer:before,
.blog__post-footer:after {
  content: '';
  display: table;
}
.blog__post-footer:after {
  clear: both;
}
.blog__post-footer .blog__post-footer-categories,
.blog__post-footer .blog__post-footer-tags {
  display: block;
  float: right;
  margin-left: 2rem;
}
.blog__post-footer .blog__post-footer-categories a,
.blog__post-footer .blog__post-footer-tags a {
  color: #a3a3a3;
}
.blog__post-footer .blog__post-footer-categories a::after,
.blog__post-footer .blog__post-footer-tags a::after {
  content: ',';
}
.blog__post-footer .blog__post-footer-categories a:last-child::after,
.blog__post-footer .blog__post-footer-tags a:last-child::after {
  content: '';
}
.blog__post-pinned {
  margin-bottom: 3rem;
  position: relative;
}
.blog__post-pinned:before,
.blog__post-pinned:after {
  content: '';
  display: table;
}
.blog__post-pinned:after {
  clear: both;
}
.blog__post-pinned .block-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  width: 100%;
}
.blog__post-pinned .items .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.blog__post-pinned .items .item img {
  width: 100%;
  margin-bottom: 1rem;
}
.blog__post-pinned .items .item:last-child {
  margin-right: 0;
}
.blog__post-pinned .items .item h2 {
  display: block;
  margin-top: 0;
  font-weight: 500;
}
.blog__post-pinned .items .item h2 a.title {
  color: #333;
  font-size: 1.8rem;
}
.blog__sidebar-main > .block {
  margin-bottom: 2rem !important;
}
.blog__sidebar-main > .block .block-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.blog__sidebar-main > .block .block-title strong {
  font-weight: 300;
}
.blog__sidebar-search {
  margin-bottom: 2rem;
}
.blog__sidebar-search form {
  position: relative;
}
.blog__sidebar-search form input {
  font-size: 1.3rem;
  border-radius: 3px;
}
.blog__sidebar-search form button,
.blog__sidebar-search form .quote-details-items .actions-toolbar > .action {
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 0 3px 3px 0;
}
.blog__sidebar-recent .item:before,
.blog__sidebar-recent .item:after {
  content: '';
  display: table;
}
.blog__sidebar-recent .item:after {
  clear: both;
}
.blog__sidebar-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  max-width: 10rem;
  border-radius: 2px;
}
.blog__sidebar-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.blog__sidebar-category-tree li.item.level-2 a {
  padding-left: 4rem;
}
.blog__sidebar-category-tree li.item.level-3 a {
  padding-left: 7rem;
}
.blog__sidebar-category-tree li.item.level-4 a {
  padding-left: 9rem;
}
.blog__sidebar-category-tree li.item.level-5 a {
  padding-left: 12rem;
}
.blog__sidebar-tag-cloud {
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__sidebar-tag-cloud a {
  color: #666;
}
.blog__sidebar-rss-link {
  text-align: center;
}
.blog__sidebar-rss-link a {
  color: #999;
  font-size: 1.5rem;
}
.blog__sidebar-rss-link a:hover {
  text-decoration: none;
}
.blog__post-catalog-related-posts ol {
  list-style: none;
  padding: 0;
}
.blog__post-catalog-related-posts ol li {
  margin-bottom: 3rem;
}
.blog__post-catalog-related-posts ol li:before,
.blog__post-catalog-related-posts ol li:after {
  content: '';
  display: table;
}
.blog__post-catalog-related-posts ol li:after {
  clear: both;
}
.blog__post-catalog-related-posts ol li .post-image {
  width: 30%;
  max-width: 10rem;
  float: left;
  padding: 0 1rem 1rem 0;
  border-radius: 3px;
}
.blog__post-catalog-related-posts ol li .post-name {
  display: block;
  font-weight: 500;
}
.blog__copyright-wrapper {
  display: block;
  float: right;
  clear: both;
  margin-top: 50px;
  font-size: 10px !important;
  text-transform: none;
  color: #c2c2c2 !important;
}
.blog__copyright-wrapper * {
  font-size: 10px !important;
  color: #c2c2c2 !important;
}
.blog__copyright-wrapper h3 {
  margin-top: 0;
  display: block;
}
.blog__copyright-wrapper a {
  text-decoration: underline !important;
}
/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
     *  Owl Carousel - Core
     */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  /*
         * 	Owl Carousel - Video Plugin
         */
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  /*
             * 	Owl Carousel - Lazy Load Plugin
             */
}
.owl-carousel .owl-item img {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-dots {
  text-align: center;
  font-size: 0;
  margin: 10px 0;
  margin: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 25px;
  left: 50%;
  position: absolute;
}
.owl-carousel .owl-dots .owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-dots .owl-dot > span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background: #eeeeee;
  display: block;
  height: 14px;
  width: 14px;
}
.owl-carousel .owl-dots .owl-dot .dot-image-container {
  -webkit-animation: fadeIn 0.3s;
  -moz-animation: fadeIn 0.3s;
  -ms-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  border: 2px solid #000;
  bottom: 100%;
  display: none;
  left: 50%;
  margin-left: -47px;
  margin-bottom: 15px;
  position: absolute;
  width: 94px;
}
.owl-carousel .owl-dots .owl-dot .dot-image-container img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot .dot-image-container:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  bottom: -7px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -5px;
  position: absolute;
}
.owl-carousel .owl-dots .owl-dot .dot-image-container.dot-video {
  background: #000;
  height: 54px;
}
.owl-carousel .owl-dots .owl-dot .dot-image-container.dot-video:before {
  background-image: url("../images/icons/play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.owl-carousel .owl-dots .owl-dot.active {
  cursor: default;
}
.owl-carousel .owl-dots .owl-dot.active > span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  background: #000000;
}
.owl-carousel .owl-dots .owl-dot.active:hover > span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  background: #000000;
}
.owl-carousel .owl-dots .owl-dot.active:hover .dot-image-container {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  display: none;
}
.owl-carousel .owl-dots .owl-dot:hover > span {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
}
.owl-carousel .owl-dots .owl-dot:hover .dot-image-container {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  display: block;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav > button,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action {
  background: none;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 9;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.owl-carousel .owl-nav > button.owl-prev,
.owl-carousel .owl-nav > button.owl-next,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next {
  display: block;
  text-decoration: none;
}
.owl-carousel .owl-nav > button.owl-prev:after,
.owl-carousel .owl-nav > button.owl-next:after,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev:after,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: inherit;
  color: #ffffff;
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.owl-carousel .owl-nav > button.owl-prev:after,
.owl-carousel .owl-nav > button.owl-next:after,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev:after,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next:after {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 2;
  line-height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel .owl-nav > button.owl-prev:before,
.owl-carousel .owl-nav > button.owl-next:before,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev:before,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel .owl-nav > button.owl-prev:hover:before,
.owl-carousel .owl-nav > button.owl-next:hover:before,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev:hover:before,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next:hover:before {
  background: #000000;
}
.owl-carousel .owl-nav > button.owl-prev:hover:after,
.owl-carousel .owl-nav > button.owl-next:hover:after,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev:hover:after,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next:hover:after {
  color: #ffffff;
}
.owl-carousel .owl-nav > button.owl-prev.disabled,
.owl-carousel .owl-nav > button.owl-next.disabled,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev.disabled,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next.disabled {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  -ms-opacity: 0.25;
  opacity: 0.25;
}
.owl-carousel .owl-nav > button.owl-prev.disabled:before,
.owl-carousel .owl-nav > button.owl-next.disabled:before,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev.disabled:before,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next.disabled:before {
  background: #000000;
}
.owl-carousel .owl-nav > button.owl-prev.disabled:after,
.owl-carousel .owl-nav > button.owl-next.disabled:after,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev.disabled:after,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next.disabled:after {
  color: #ffffff;
}
.owl-carousel .owl-nav > button.owl-prev,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev {
  left: -50px;
}
.owl-carousel .owl-nav > button.owl-next,
.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next {
  right: -50px;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 90px;
  width: 90px;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
  background: url("../SummaSolutions_Owl/images/play.png") no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
     * 	Owl Carousel - Auto Height Plugin
     */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
     *  Owl Carousel - Animate Plugin
     */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body .columns .column.main,
body .columns .sidebar-main,
body .columns .sidebar-additional {
  max-width: 100%;
}
.summa-slider-container {
  max-width: 100%;
  position: relative;
}
.summa-slider-container .summa-slider {
  list-style: none !important;
  margin: 0 !important;
  display: block;
  max-width: 100%;
}
.summa-slider-container .summa-slider li {
  list-style: none !important;
  margin: 0 !important;
  line-height: 1;
  text-align: center;
}
.summa-slider-container .summa-slider li span.slide-image {
  width: 100%;
  height: 100%;
  display: block;
}
.summa-slider-container .summa-slider li img {
  width: 100%;
  display: block;
  margin: 0;
}
.summa-slider-container .summa-slider li img.mobile-image {
  display: none;
}
.summa-slider-container .summa-slider li img[data-src] {
  display: none !important;
}
.summa-slider-container .summa-slider li .slide-image-container {
  display: none;
}
.summa-slider-container .summa-slider li.slide-visibility-loaded .slide-image-container {
  display: block;
}
.summa-slider-container .summa-slider li.item-0 .slide-image-container {
  display: block;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
.summa-slider-container .summa-slider.not-initialized li .slide-image-container {
  display: none;
}
.summa-slider-container .summa-slider.not-initialized li img {
  display: none;
}
.summa-slider-container .summa-slider.not-initialized li.item-0 .slide-image-container {
  display: block;
}
.summa-slider-container .summa-slider.not-initialized li.item-0 img {
  display: block;
}
.summa-slider-container .summa-slider.not-initialized li.item-0 img.mobile-image {
  display: none;
}
.summa-slider-container .summa-slider.owl-carousel .owl-item.active .slide-image-container {
  display: block;
}
.summa-slider-container .summa-slider.owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  bottom: 15px;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.summa-slider-container .summa-slider.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.summa-slider-container .summa-slider.owl-carousel .owl-dots .owl-dot > span {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
}
.summa-slider-container .summa-slider.owl-carousel .owl-dots .owl-dot > span:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  opacity: 0.8;
}
.summa-slider-container .summa-slider.owl-carousel .owl-dots .owl-dot.active {
  cursor: default;
}
.summa-slider-container .summa-slider.owl-carousel .owl-dots .owl-dot.active > span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.summa-slider-container .summa-slider.owl-carousel .owl-nav > button,
.summa-slider-container .summa-slider.owl-carousel .owl-nav div,
.summa-slider-container .summa-slider.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action {
  position: absolute;
  width: 179px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  top: 50%;
  z-index: 300;
  cursor: pointer;
  overflow: hidden;
}
.summa-slider-container .summa-slider.owl-carousel .owl-nav > button:before,
.summa-slider-container .summa-slider.owl-carousel .owl-nav div:before,
.summa-slider-container .summa-slider.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action:before {
  display: none;
}
.summa-slider-container .summa-slider.owl-carousel .owl-nav > button.owl-prev:after,
.summa-slider-container .summa-slider.owl-carousel .owl-nav div.owl-prev:after,
.summa-slider-container .summa-slider.owl-carousel .owl-nav > button.owl-next:after,
.summa-slider-container .summa-slider.owl-carousel .owl-nav div.owl-next:after,
.summa-slider-container .summa-slider.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev:after,
.summa-slider-container .summa-slider.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next:after {
  display: inline-block;
  font-weight: 600;
  line-height: 45;
  z-index: 10;
}
.summa-slider-container .summa-slider.owl-carousel .owl-nav > button.owl-prev,
.summa-slider-container .summa-slider.owl-carousel .owl-nav div.owl-prev,
.summa-slider-container .summa-slider.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev {
  display: block;
  text-decoration: none;
  left: 0;
}
.summa-slider-container .summa-slider.owl-carousel .owl-nav > button.owl-prev:after,
.summa-slider-container .summa-slider.owl-carousel .owl-nav div.owl-prev:after,
.summa-slider-container .summa-slider.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-prev:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 179px;
  line-height: inherit;
  color: #c9c9c9;
  content: '\e617';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.summa-slider-container .summa-slider.owl-carousel .owl-nav > button.owl-next,
.summa-slider-container .summa-slider.owl-carousel .owl-nav div.owl-next,
.summa-slider-container .summa-slider.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next {
  display: block;
  text-decoration: none;
  right: 0;
}
.summa-slider-container .summa-slider.owl-carousel .owl-nav > button.owl-next:after,
.summa-slider-container .summa-slider.owl-carousel .owl-nav div.owl-next:after,
.summa-slider-container .summa-slider.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action.owl-next:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 179px;
  line-height: inherit;
  color: #c9c9c9;
  content: '\e608';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.summa-slider-container .summa-slider.owl-carousel .owl-nav > button:hover:before,
.summa-slider-container .summa-slider.owl-carousel .owl-nav div:hover:before,
.summa-slider-container .summa-slider.owl-carousel .owl-nav > .quote-details-items .actions-toolbar > .action:hover:before {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  opacity: 0.8;
}
.summa-slider-container .prevent-aspect-ratio.desktop {
  display: none;
}
.summa-slider-container.summa-slider-height-calculated .summa-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.summa-slider-container.summa-slider-height-calculated .summa-slider .item,
.summa-slider-container.summa-slider-height-calculated .summa-slider .owl-item,
.summa-slider-container.summa-slider-height-calculated .summa-slider .owl-stage,
.summa-slider-container.summa-slider-height-calculated .summa-slider .owl-stage-outer {
  height: 100%;
}
.block-swissup-ajaxsearch-results,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  margin: 10px 0 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  padding: 3px;
  box-sizing: border-box;
}
.block-swissup-ajaxsearch-results::before,
.block-swissup-ajaxsearch-results::after,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::before,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::after {
  content: '';
  position: absolute;
  display: block;
  border-bottom-style: solid;
  height: 0;
  width: 0;
}
.block-swissup-ajaxsearch-results::before,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::before {
  right: 9px;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  z-index: 99;
}
.block-swissup-ajaxsearch-results::after,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::after {
  right: 8px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom-color: #c2c2c2;
  z-index: 98;
}
.block-swissup-ajaxsearch-results.stick-to-start::before,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown.stick-to-start::before {
  left: 15px;
}
.block-swissup-ajaxsearch-results.stick-to-start::after,
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown.stick-to-start::after {
  left: 14px;
}
.block-swissup-ajaxsearch-results {
  min-width: 200px;
  font-size: 1.3rem;
}
.block-swissup-ajaxsearch-results .tt-suggestion {
  padding: 4px 10px;
  box-sizing: border-box;
}
.block-swissup-ajaxsearch-results .tt-suggestion.tt-cursor,
.block-swissup-ajaxsearch-results .tt-suggestion:hover {
  background-color: #fafafa;
}
.block-swissup-ajaxsearch-results .no-matches {
  padding: 4px 10px;
}
.block-swissup-ajaxsearch-results .tt-dataset {
  max-height: 550px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar-track {
  background-color: #ededed;
  border-radius: 4px;
}
.block-swissup-ajaxsearch-results .tt-dataset::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 4px;
}
.block-swissup-ajaxsearch-results .ajaxsearch-title {
  margin: 1rem 0 .7rem;
  text-transform: uppercase;
}
.block-swissup-ajaxsearch-results .product-item-info-wrapper .product-item-info {
  width: auto;
}
.block-swissup-ajaxsearch-results .product-item-info {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.block-swissup-ajaxsearch-results .product-item-info:first-child {
  border-top: none;
}
.block-swissup-ajaxsearch-results .product-item-info:last-child {
  border-bottom: none;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-photo {
  padding: 0;
  max-width: 100px;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-photo,
.block-swissup-ajaxsearch-results .product-item-info .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-name {
  margin-bottom: 2px;
}
.block-swissup-ajaxsearch-results .product-item-info .price-box,
.block-swissup-ajaxsearch-results .product-item-info .product-info-stock-sku {
  font-size: 0.85em;
  color: #727272;
}
.block-swissup-ajaxsearch-results .product-item-info-wrapper .ajaxsearch-title {
  width: 100%;
  display: none;
}
.block-swissup-ajaxsearch-results .custom-item-info-wrapper {
  padding: 0 5px 15px 10px;
}
.block-swissup-ajaxsearch-results .list .product-item-photo {
  padding: 0 10px 0 0;
}
.block-swissup-ajaxsearch-results .prolabels-wrapper {
  height: auto;
}
@keyframes ajaxsearch-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.block-swissup-ajaxsearch-results .product-item-info,
.block-swissup-ajaxsearch-results .custom-item-info-wrapper {
  opacity: 0;
  animation: 150ms ajaxsearch-appear forwards;
}
.block-swissup-ajaxsearch-results .custom-item-info-wrapper {
  animation-delay: 50ms;
  animation-duration: 500ms;
}
.block-swissup-ajaxsearch-results .product-item-info {
  animation-delay: 650ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(12) {
  animation-delay: 600ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(11) {
  animation-delay: 550ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(10) {
  animation-delay: 500ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(9) {
  animation-delay: 450ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(8) {
  animation-delay: 400ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(7) {
  animation-delay: 350ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(6) {
  animation-delay: 300ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(5) {
  animation-delay: 250ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(4) {
  animation-delay: 200ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(3) {
  animation-delay: 150ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(2) {
  animation-delay: 100ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(1) {
  animation-delay: 50ms;
}
.block-swissup-ajaxsearch-results .product-item-info:nth-child(0) {
  animation-delay: 0ms;
}
.swissup-ajaxsearch-loading #swissup-ajaxsearch-filter-category {
  display: none;
  opacity: 0;
}
.swissup-ajaxsearch-filter-category-wrapper {
  display: none;
}
.block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown {
  padding: 0px;
}
.block-swissup-ajaxsearch .input-text {
  left: auto;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
}
.block-swissup-ajaxsearch .input-text:focus {
  border: 1px solid #c2c2c2;
}
.block-swissup-ajaxsearch .actions .action.search {
  display: block;
  position: absolute;
  top: -1000px;
}
.block-swissup-ajaxsearch .actions .action.close {
  text-align: center;
  cursor: pointer;
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.block-swissup-ajaxsearch .twitter-typeahead {
  width: 100%;
}
.block-swissup-ajaxsearch .tt-hint {
  color: #999999;
}
.block-swissup-ajaxsearch .loading-mask {
  right: calc(100% + 10px);
  left: auto;
  background-color: transparent;
  width: 20px;
  height: 20px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.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 #e6e6e6;
  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: #e02b27;
  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 #55829f;
}
.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 #55829f;
}
.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: 'wolf-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: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  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 #e6e6e6;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.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(230, 230, 230, 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: #757575;
  content: '\e613';
  font-family: 'wolf-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: #e02b27;
  font-size: 1.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: #545454;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #545454;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #545454;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:visited {
  color: #ff8d6b;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #545454;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #ff8d6b;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover::before,
.ui-dialog-titlebar-close:hover::after {
  color: #545454;
}
.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: #545454;
  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;
}
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 #e6e6e6;
}
.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 #e6e6e6;
}
.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 #e6e6e6;
}
.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;
}
.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: #757575;
  content: '\e615';
  font-family: 'wolf-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 #e6e6e6;
  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: #ffffff;
  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 #e6e6e6;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #e6e6e6;
  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: #757575;
  content: '\e601';
  font-family: 'wolf-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: #757575;
}
.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 #e6e6e6;
}
.cart-discount {
  border-bottom: 1px solid #e6e6e6;
  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: #757575;
  content: '\e611';
  font-family: 'wolf-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: #757575;
}
.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: #757575;
  content: '\e611';
  font-family: 'wolf-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: #757575;
}
.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: #757575;
  content: '\e616';
  font-family: 'wolf-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: #545454;
}
.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: 'wolf-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: #757575;
  content: '\e601';
  font-family: 'wolf-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: #757575;
}
.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 #545454;
}
.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 #545454;
}
.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: 'wolf-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: 'wolf-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: 'wolf-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 #545454;
}
.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: 'wolf-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: 'wolf-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: 'wolf-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: 'wolf-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 #e6e6e6;
  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 #e6e6e6;
  border-top: 1px solid #e6e6e6;
  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: 'wolf-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: 769px) {
  .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: 'wolf-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 #e6e6e6;
  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: #545454;
  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 #e6e6e6;
  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: #757575;
  content: '\e601';
  font-family: 'wolf-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: #757575;
}
.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;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #e6e6e6;
  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: 'wolf-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 #e6e6e6;
  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: 769px) {
  .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 #e6e6e6;
}
.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 #e6e6e6;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #ff8d6b;
  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: #757575;
  content: '\e622';
  font-family: 'wolf-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: #757575;
}
.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: #e02b27;
  font-size: 1.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: #e02b27;
  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: #e02b27;
  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: #e02b27;
  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 #cccccc;
  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: '\e626';
  font-family: 'wolf-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: #545454;
  color: #ff8d6b;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #545454;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #545454;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all .label:visited {
  color: #ff8d6b;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: rgba(255, 141, 107, 0.6);
  text-decoration: none;
}
.field.downloads-all .label:active {
  color: #ff8d6b;
  text-decoration: none;
}
.field.downloads-all .label:hover::before,
.field.downloads-all .label:hover::after {
  color: rgba(255, 141, 107, 0.6);
}
.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: #757575;
  content: '\e601';
  font-family: 'wolf-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: #757575;
}
.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: #757575;
  content: '\e622';
  font-family: 'wolf-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: #757575;
}
.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: #545454;
  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: 'wolf-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: #545454;
}
.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 #e6e6e6;
}
.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: 'wolf-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: #757575;
  content: '\e604';
  font-family: 'wolf-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: #757575;
}
.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: 'wolf-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(230, 230, 230, 0.3);
  border: 1px solid #e6e6e6;
  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 #e6e6e6;
  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 #e6e6e6;
  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: 'wolf-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: 'wolf-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: #545454;
  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: #545454;
  text-decoration: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  color: #545454;
  text-decoration: underline;
}
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:visited,
.quote-details-items .actions-toolbar > .action.map-show-info:visited {
  color: #ff8d6b;
  text-decoration: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  color: #545454;
  text-decoration: none;
}
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:active {
  color: #ff8d6b;
  text-decoration: none;
}
button.map-show-info:hover::before,
button.map-show-info:hover::after,
.quote-details-items .actions-toolbar > .action.map-show-info:hover::before,
.quote-details-items .actions-toolbar > .action.map-show-info:hover::after {
  color: #545454;
}
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: #545454;
  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: 'wolf-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: 'wolf-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: #545454;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #545454;
}
.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: 'wolf-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: #545454;
}
.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: 'wolf-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: #545454;
}
.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: #545454;
}
.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 #e6e6e6;
  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: 'wolf-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: 88px;
  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: #c7c7c7;
  font-family: 'wolf-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: #ff5501;
  font-family: 'wolf-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: #c7c7c7;
  font-family: 'wolf-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: #ff5501;
  font-family: 'wolf-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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 #e6e6e6;
  color: #333333;
  font-size: 1.4rem;
  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 #e6e6e6;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #e6e6e6;
  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: #545454;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #545454;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #545454;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #ff8d6b;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #545454;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff8d6b;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover::before,
.magento-rma-guest-create .order-links .item a:hover::after {
  color: #545454;
}
.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: #545454;
  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 #e6e6e6;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #e6e6e6;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #e6e6e6;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #e6e6e6;
  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 #e6e6e6;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #e6e6e6;
}
.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: 'wolf-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 #e6e6e6;
}
.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: #ffffff;
  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 #e6e6e6;
  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.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover::before,
.header.panel > .header.links > li > a:hover::after {
  color: #ffffff;
}
.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: #545454;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #545454;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #545454;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.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: #545454;
}
.message.global.demo a:hover {
  color: #545454;
}
.message.global.demo a:active {
  color: #ff5501;
}
.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;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: none;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: none;
}
.footer.content .links a:hover::before,
.footer.content .links a:hover::after {
  color: #333333;
}
.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: 'wolf-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: 'wolf-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 .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 .options ul.dropdown a:hover::before,
.page-footer .switcher .options ul.dropdown a:hover::before,
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover::after,
.page-footer .switcher .options ul.dropdown a:hover::after {
  color: #333333;
}
.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: #545454;
  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: #545454;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #545454;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:visited {
  color: #ff8d6b;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #545454;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #ff8d6b;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover::before,
.my-credit-cards .action.delete:hover::after {
  color: #545454;
}
.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: #545454;
  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: #545454;
  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: #545454;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #545454;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #ff8d6b;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #545454;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff8d6b;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover::before,
.my-credit-cards-popup .action.secondary:hover::after {
  color: #545454;
}
.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: #545454;
  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 #e6e6e6;
}
.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 #e6e6e6;
}
.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 #e6e6e6;
}
.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 {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.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: #757575;
  content: '\e601';
  font-family: 'wolf-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: #757575;
}
.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;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.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: 'wolf-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: #ff8d6b;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto';
  font-weight: 500;
  padding: 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #ffeee9;
  border: 0;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #ffb49e;
  border: 0;
  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: 'wolf-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: 'wolf-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;
}
@media only screen and (max-width: 770px) {
  .modals-wrapper .modal-popup .modal-header {
    padding-top: 2rem;
  }
  .modals-wrapper .modal-popup .modal-title {
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
  }
  .popup-tree .modal-footer .action,
  .popup-tree .modal-footer .action-primary {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .jstree li a > .field-tooltip {
    float: right;
    margin-right: -4rem;
    position: static;
  }
  .jstree li a > .field-tooltip .field-tooltip-content {
    left: 0;
    max-width: 90%;
    right: auto;
    top: 4.5rem;
    z-index: 20;
  }
  .jstree li a > .field-tooltip .field-tooltip-content:before,
  .jstree li a > .field-tooltip .field-tooltip-content:after {
    left: 6.1rem;
    right: auto;
  }
  .account .column.main .block.block-dashboard-info:not(.widget) .block-content .box:last-child {
    margin-bottom: 20px;
  }
  .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: 769px) {
  .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 #e6e6e6;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .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: 'wolf-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: 'wolf-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;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .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;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .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: 'wolf-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% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .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: 'wolf-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% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.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: #ffffff;
    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: #ffffff;
  }
  .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;
  }
  [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;
  }
  .blog__post-view .blog__post-featured-image {
    padding: 0 0 2rem 0;
    width: 100%;
    max-width: 100%;
  }
  .blog__post-item .blog__post-excerpt > img {
    padding: 0 0 2rem 0;
    max-width: 100%;
    width: 100%;
  }
  .blog .page-main {
    position: relative;
    padding-top: 41px;
  }
  .blog__post-catalog-related-posts ol li .post-image {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0 0 1rem 0;
  }
  .summa-slider-container .summa-slider li img.desktop-image {
    display: none;
  }
  .summa-slider-container .summa-slider li img.mobile-image {
    display: block;
  }
  .summa-slider-container .summa-slider.not-initialized li img {
    display: none;
  }
  .summa-slider-container .summa-slider.not-initialized li.item-0 img {
    display: inline-block;
  }
  .summa-slider-container .summa-slider.not-initialized li.item-0 img.desktop-image {
    display: none;
  }
  .summa-slider-container .summa-slider.not-initialized li.item-0 img.mobile-image {
    display: block;
  }
  .block-swissup-ajaxsearch-results {
    width: 100%;
    margin: -6px 0 0;
  }
  .block-swissup-ajaxsearch-results .product-item-info {
    width: 100%;
  }
  .block-swissup-ajaxsearch-results .product-item-info .product-item-photo {
    padding: 0 10px 0 0;
  }
  .block-swissup-ajaxsearch .minisearch .inactive {
    display: none;
  }
  .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;
  }
  .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 #e6e6e6;
  }
  .cart.table-wrapper {
    border-top: 1px solid #e6e6e6;
  }
  .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: #757575;
    content: '\e62a';
    font-family: 'wolf-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: #757575;
  }
  .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: #757575;
    content: '\e62b';
    font-family: 'wolf-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: #757575;
  }
  .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 #e6e6e6;
    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: 'wolf-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 #e6e6e6;
    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: 'wolf-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 #e6e6e6;
    background: #ffffff;
    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: #545454;
    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 #e6e6e6;
    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 20px;
  }
  .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: #111111;
    font-weight: 700;
  }
  .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: #757575;
    content: '\e600';
    font-family: 'wolf-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: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  body .message.global.cookie {
    bottom: 70px;
  }
  .nav-open body div.page-wrapper header.page-header div.header.content .nav-toggle > span.icon-uniE609:before {
    content: '\e912';
    color: #ff8d6b;
  }
  .nav-open body div.page-wrapper header.page-header div.header.content .nav-toggle > span.mtit {
    color: #ff8d6b;
  }
  body:not(.checkout-index-index) .page-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    border: 0;
    z-index: 99999;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    height: 55px;
    justify-content: space-between;
    box-shadow: 0px 3px 6px 6px #ebebeb;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content:before,
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content:after {
    display: none;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content a.btn-ini {
    display: block !important;
    order: 1;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content a.btn-ini:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #545454;
    content: '\e908';
    font-family: 'wolf-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content a.btn-ini:before {
    font-size: 20px;
    color: #b1b1b1;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content a.btn-ini span {
    display: block;
    line-height: 1;
    font-size: 1.1rem;
    color: #b1b1b1;
    margin-top: 5px;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content a.btn-ini:hover,
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content a.btn-ini:hover::before,
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content a.btn-ini:hover span {
    text-decoration: none;
    content: '\e910';
    color: #ff8d6b;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .extra-btns {
    order: 2;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .extra-btns a.bonamex:before {
    margin: 0;
    display: block;
    line-height: 1;
    font-size: 22px;
    color: #b1b1b1;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .extra-btns a.bonamex span {
    display: block;
    line-height: 1;
    font-size: 1.1rem;
    color: #b1b1b1;
    margin-top: 6px;
    font-weight: 400;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .extra-btns a.bonamex:hover,
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .extra-btns a.bonamex:hover::before,
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .extra-btns a.bonamex:hover span {
    text-decoration: none;
    content: '\e911';
    color: #ff8d6b;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .help-btn {
    order: 3;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .help-btn a.btnhelp:before {
    content: '\e90f';
    font-family: 'wolf-icons';
    margin: 0;
    display: block;
    line-height: 1;
    font-size: 22px;
    color: #68bf5f;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .help-btn a.btnhelp span {
    display: block;
    line-height: 1;
    font-size: 1.1rem;
    color: #b1b1b1;
    margin-top: 6px;
    font-weight: 400;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .help-btn a.btnhelp:hover,
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .help-btn a.btnhelp:hover::before,
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .help-btn a.btnhelp:hover span {
    text-decoration: none;
    content: '\e913';
    color: #68bf5f;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .nav-toggle {
    order: 2;
    position: relative;
    border-radius: 100%;
    left: 0;
    top: 2px;
    text-align: center;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .nav-toggle:before,
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .nav-toggle:after {
    display: none;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .nav-toggle > span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .nav-toggle > span.icon-uniE609:before {
    font-size: 20px;
    color: #b1b1b1;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .nav-toggle > span.mtit {
    display: block !important;
    font-size: 1.1rem;
    margin-top: 5px;
    color: #b1b1b1;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .minicart-wrapper {
    position: fixed;
    right: 10px;
    top: 0;
    margin: 0;
    z-index: 2;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .minicart-wrapper a.action.showcart {
    height: 55px;
    width: 50px;
    position: relative;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .minicart-wrapper a.action.showcart:before {
    margin: auto;
    padding: 0;
    display: block;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ff8d6b;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .minicart-wrapper a.action.showcart span.counter.qty .text {
    display: none;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content > ul.header.links {
    order: 5;
    margin: 0;
    padding-left: 0;
    width: 38px;
    display: block;
    height: auto;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content > ul.header.links li.authorization-link:before {
    display: block;
    float: none;
    font-size: 20px;
    margin: 0;
    color: #b1b1b1;
    line-height: 1;
    margin-top: 1px;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content > ul.header.links li.authorization-link a {
    color: #b1b1b1;
    font-size: 1.1rem;
    margin-top: 6px;
    display: block;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content > ul.header.links li.authorization-link a:hover {
    color: #ff8d6b;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content > ul.header.links li.authorization-link:hover::before {
    content: '\e914';
    color: #ff8d6b;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content > ul.header.links > li.customer-welcome .customer-menu ul:after {
    bottom: -14px;
    top: auto;
    border-color: transparent transparent #e0dfde;
    transform: rotate(180deg);
    right: 9px;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content > ul.header.links > li.customer-welcome .customer-menu ul:before {
    border-color: #ffffff transparent transparent transparent;
    bottom: -12px;
    top: auto;
    right: 19px;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content > ul.header.links > li.customer-welcome .customer-menu ul li.authorization-link:before {
    display: none;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content > ul.header.links > li.customer-welcome .customer-menu ul li.authorization-link a {
    font-size: 1.2rem;
    color: #2e2f33;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content > ul.header.links > li.customer-welcome.active ~ li.authorization-link:before {
    content: '\e914';
    color: #ff8d6b;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .blk-logo {
    order: 6;
    position: fixed;
    top: 7px;
    left: 15px;
    width: auto;
    max-width: none;
    background: #ffffff;
    padding: 0;
    z-index: 1;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .blk-logo a.logo,
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .blk-logo strong.logo {
    float: left;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .blk-logo a.logo img,
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content .blk-logo strong.logo img {
    width: 80px;
    max-width: none;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search {
    position: fixed;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    width: 100%;
    padding: 0 75px 0 130px;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: auto;
    position: relative;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content span.twitter-typeahead:after {
    display: none;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content:after {
    content: "";
    position: fixed;
    left: 0;
    top: -7px;
    width: 100%;
    background: #ffffff;
    height: 55px;
    z-index: -1;
    box-shadow: 0px 3px 6px #ebebeb;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content .field.search .label {
    display: none;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content .field.search .control {
    border: 0;
    position: static;
    margin: 0;
    z-index: 99;
    padding: 0;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content .field.search .control.inactive {
    display: block;
    padding: 0;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content .field.search .control input.input-text {
    margin: 0;
    border: 0;
    border-radius: 4px;
    padding-right: 40px;
    border: 1px solid #e0dfde;
    height: 40px;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content .actions .action.search {
    top: 0;
    right: 0;
    height: 100%;
    border: 0;
    width: 45px;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content .actions .action.search span {
    display: none;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content .actions .action.search:after {
    content: '\e615';
    font-family: 'wolf-icons';
    font-size: 16px;
    color: #ff8d6b;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content .label:before {
    color: #ff8d6b;
    background: #ffeee9;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    overflow: initial;
    width: 35px;
    border-radius: 4px;
  }
  body:not(.checkout-index-index) .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content .label.active + .control {
    max-width: 800px;
    opacity: 1;
    transition: all 0.3s;
  }
  body.page-products .page-wrapper header.page-header div.header.content .nav-toggle > span.mtit {
    color: #ff8d6b;
  }
  body.page-products .page-wrapper header.page-header div.header.content .nav-toggle > span.icon-uniE609:before {
    content: '\e912';
    color: #ff8d6b;
  }
  .minicart-items {
    display: block !important;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .minicart-wrapper div.block-minicart {
    top: 32px;
    right: -4px;
  }
  .nav-open body .page-wrapper {
    left: 100%;
  }
  .nav-open body div.sections.nav-sections {
    left: 0;
    z-index: -1;
  }
  .blockubica {
    position: fixed;
    left: 0;
    top: 56px;
    width: 100%;
    z-index: 12;
    padding: 13px 10px;
    border-bottom: 1px solid #f0f0f0;
    background: #ffffff;
    z-index: 15;
  }
  .blockubica .contentubica {
    width: 100% !important;
    margin: auto;
  }
  .blockubica .contentubica:after {
    display: none;
  }
  .sections.nav-sections {
    top: 55px;
    width: 100%;
    height: calc(100% - 112px);
    box-shadow: none;
    left: -100%;
    background: #ffffff;
  }
  .sections.nav-sections .nav-sections-items {
    height: 100%;
  }
  .sections.nav-sections .nav-sections-item-content {
    margin-top: 0;
    padding: 0;
  }
  .sections.nav-sections .navigation {
    background: #ffffff;
  }
  .sections.nav-sections .navigation .blockubica {
    display: none;
  }
  .sections.nav-sections .navigation > ul {
    position: relative;
    z-index: 11;
  }
  .sections.nav-sections .navigation > ul > li.level0 {
    float: left;
    width: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu {
    display: flex !important;
    flex-wrap: wrap;
    border: 0;
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu > li {
    border: 0;
    width: 50%;
    float: left;
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu > li > a {
    text-align: center;
    padding: 20px 0 20px 0;
    position: relative;
    color: #626366;
    border: 0;
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 110px;
    height: 1px;
    background: #d8d8d8;
    z-index: 1;
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu > li > a span {
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none;
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu > li > a:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 125px;
    height: 125px;
    background-image: url(../images/garrafones.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu > li.nav-1-2 > a:before {
    background-image: url(../images/botellas.jpg);
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu > li.nav-1-3 > a:before {
    background-image: url(../images/accesorios.jpg);
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu > li.nav-1-4 > a:before {
    background-image: url(../images/familia_danone.jpg);
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu > li.nav-1-5 > a:before {
    background-image: url(../images/suscripciones.jpg);
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu > li.nav-1-6 > a:before {
    background-image: url(../images/logo-bonafont.png);
    background-position: 0;
  }
  .sections.nav-sections .navigation > ul > li.level0 > ul.level0.submenu > li.all-category {
    display: none;
  }
  .sections.nav-sections .navigation .menu-car {
    display: block !important;
    width: 100%;
    margin: auto;
    padding: 0 40px;
  }
  .sections.nav-sections .navigation .menu-car .block-title {
    display: none;
  }
  .sections.nav-sections .navigation .menu-car .slick-prev {
    left: -35px;
  }
  .sections.nav-sections .navigation .menu-car .slick-next {
    right: -35px;
  }
  .sections.nav-sections .navigation .menu-car .product-item {
    margin: 0;
    padding: 0;
  }
  .sections.nav-sections .navigation .menu-car .product-item .product-item-info {
    padding: 0;
  }
  .sections.nav-sections .navigation .menu-car .product-item a {
    padding: 0;
  }
  .account .columns div.column.main .block div.block-title {
    padding: 0 15px;
  }
  .account .columns div.column.main .block div.block-title a.action.edit {
    float: left;
    width: 100%;
    margin: 0;
  }
  .account .columns .sidebar .block-collapsible-nav {
    top: 0;
  }
  .account .columns .sidebar .block-collapsible-nav .title .iname {
    display: block !important;
  }
  .account .columns .sidebar .block-collapsible-nav .items .item strong,
  .account .columns .sidebar .block-collapsible-nav .items .item a {
    border: 0;
  }
  .account .columns .sidebar .block-collapsible-nav .items .item strong {
    color: #ff8d6b;
  }
  .account .columns .column .products-grid.wishlist .product-item:first-child {
    border: 0;
  }
  .checkout-cart-index div.page-wrapper {
    padding-top: 64px;
  }
  .checkout-cart-index div.page-wrapper .columns {
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper {
    border: 0;
  }
  .catalog-product-view .column.main .product-info-main .product.attribute.sku,
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product,
  .catalog-product-view .column.main .product-info-main .labels {
    display: none;
  }
  [class*="cms-home"] div.home-slider,
  .cms-index-index div.home-slider {
    margin: 0 -15px;
  }
  [class*="cms-home"] div.home-slider div.home-slide .pagebuilder-slide-wrapper,
  .cms-index-index div.home-slider div.home-slide .pagebuilder-slide-wrapper {
    padding-bottom: 50%;
  }
  [class*="cms-home"] div.home-slider div.home-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content,
  .cms-index-index div.home-slider div.home-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    max-width: 300px;
    padding: 0 10px;
  }
  [class*="cms-home"] div.home-slider div.home-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content p,
  .cms-index-index div.home-slider div.home-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content p {
    margin-bottom: 0;
  }
  [class*="cms-home"] div.home-slider div.home-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content p span,
  .cms-index-index div.home-slider div.home-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content p span {
    font-size: 1.6rem !important;
  }
  [class*="cms-home"] div.home-slider div.home-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content [data-element="content"] table td a,
  .cms-index-index div.home-slider div.home-slide .pagebuilder-slide-wrapper .pagebuilder-poster-content [data-element="content"] table td a {
    max-width: 170px;
    padding: 10px;
    font-size: 1.6rem;
  }
  [class*="cms-home"] .home-carousel,
  .cms-index-index .home-carousel {
    margin-left: -15px;
    margin-right: -15px;
    background: #f0f0f0;
    padding: 15px 0;
    margin-top: 0 !important;
  }
  [class*="cms-home"] .home-carousel div[data-content-type="text"],
  .cms-index-index .home-carousel div[data-content-type="text"] {
    padding: 0 15px !important;
  }
  [class*="cms-home"] .home-carousel .product-item-info,
  .cms-index-index .home-carousel .product-item-info {
    box-shadow: none !important;
  }
  [class*="cms-home"] .banner-home.b1,
  .cms-index-index .banner-home.b1 {
    margin: 0 -15px !important;
  }
  .modals-wrapper .modal-popup {
    z-index: 99999 !important;
    left: 0;
    top: 56px;
    height: calc(100% - 112px);
  }
  .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap[class] {
    border-radius: 0;
  }
  .modals-wrapper .modals-overlay {
    z-index: 99998 !important;
  }
}
@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;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .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%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .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;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .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 tbody .col:last-child {
    padding-bottom: 10px;
  }
  .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-col-no-prefix:before,
  .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 #e6e6e6;
    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: #111111;
    font-weight: 700;
  }
  .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 #e6e6e6;
    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;
  }
  .links-container-title {
    display: none;
  }
  .company-profile-index.account .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-right: 10px;
  }
  .company-profile-index .company-profile-payment-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-payment-methods .payment-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .company-account-index .column.main .block:not(.widget) .block-title > .action {
    margin-top: 5px;
    float: right;
  }
  .company-account-index .column.main .block:not(.widget) .block-content strong {
    float: left;
    margin-right: 5px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box-content span {
    display: block;
    overflow: hidden;
    vertical-align: top;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td > div,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .company-users-index .admin__data-grid-pager,
  .company-role-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .company-users-index .toolbar-amount,
  .company-role-index .toolbar-amount {
    position: relative;
  }
  .table-wrapper .table:not(.cart) > tbody > tr td.actions.col:before {
    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.subtotal,
  .negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
    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;
  }
  .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;
  }
  .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;
  }
  .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: #757575;
    content: '\e604';
    font-family: 'wolf-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;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .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 #e6e6e6;
    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: #757575;
    content: '\e601';
    font-family: 'wolf-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: #757575;
  }
  .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 #e6e6e6;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #e6e6e6;
  }
  .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: #757575;
    content: '\e604';
    font-family: 'wolf-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 #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@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;
  }
  .payment-method .available-credit {
    float: none;
    margin-top: 5px;
  }
  .action-select-wrap.buttons {
    display: none;
  }
  .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-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .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,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    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:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .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: 'wolf-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #e6e6e6;
  }
  .table > tbody + tbody {
    border-top: 1px solid #e6e6e6;
  }
  .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: #545454;
    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: #545454;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #545454;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:visited {
    color: #ff8d6b;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #545454;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff8d6b;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover::before,
  .column .block-addbysku .action.remove:hover::after {
    color: #545454;
  }
  .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: #545454;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .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;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.loginuser .modals-wrapper .yatienes {
  display: none;
}
body.loginuser #container-cobertura .step-one .gps-link {
  display: none;
}
body .details-qty.qty:not(.cant),
body .details-qty.qty.no-bon {
  display: none;
}
body .custom_attributes,
body .no-bon {
  display: none !important;
}
body * {
  box-sizing: border-box;
}
body .loading-mask .loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .loading-mask .loader > img {
  max-width: 60px;
  position: static;
}
body ul {
  margin: 0;
  padding: 0 0 0 15px;
}
body ul li {
  margin: 0;
}
body *:hover,
body *:active,
body *:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}
body a,
body .alink {
  color: #545454;
  color: #ff8d6b;
  text-decoration: none;
}
body a:visited,
body .alink:visited {
  color: #545454;
  text-decoration: none;
}
body a:hover,
body .alink:hover {
  color: #545454;
  text-decoration: underline;
}
body a:active,
body .alink:active {
  color: #ff5501;
  text-decoration: underline;
}
body a:visited,
body .alink:visited {
  color: #ff8d6b;
  text-decoration: none;
}
body a:hover,
body .alink:hover {
  color: rgba(255, 141, 107, 0.6);
  text-decoration: none;
}
body a:active,
body .alink:active {
  color: #ff8d6b;
  text-decoration: none;
}
body a:hover::before,
body .alink:hover::before,
body a:hover::after,
body .alink:hover::after {
  color: rgba(255, 141, 107, 0.6);
}
body a:visited,
body .alink:visited {
  color: #ff8d6b;
}
body input:focus,
body textarea {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
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 input[type="text"],
body input[type="password"],
body input[type="url"],
body input[type="tel"],
body input[type="search"],
body input[type="number"],
body input[type="datetime"],
body input[type="email"],
body select {
  border-color: #e6e6e6;
  height: 43px;
}
body form[class] .field-error {
  float: left;
  width: 100%;
}
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]),
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]),
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]),
body form[class] fieldset fieldset.field,
body form[class] .fieldset fieldset.field,
body form[class] .address fieldset.field {
  margin-bottom: 22px;
}
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) > .label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) > .label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) > .label,
body form[class] fieldset fieldset.field > .label,
body form[class] .fieldset fieldset.field > .label,
body form[class] .address fieldset.field > .label {
  font-weight: normal;
  color: #626366;
  margin-bottom: 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]),
  body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]),
  body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]),
  body form[class] fieldset fieldset.field,
  body form[class] .fieldset fieldset.field,
  body form[class] .address fieldset.field {
    float: left;
    width: 100%;
  }
}
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) select,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) select,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) select,
body form[class] fieldset fieldset.field select,
body form[class] .fieldset fieldset.field select,
body form[class] .address fieldset.field select {
  background-color: #e6e6e6;
}
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado label,
body form[class] fieldset fieldset.field.estado label,
body form[class] .fieldset fieldset.field.estado label,
body form[class] .address fieldset.field.estado label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado_zp label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado_zp label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado_zp label,
body form[class] fieldset fieldset.field.estado_zp label,
body form[class] .fieldset fieldset.field.estado_zp label,
body form[class] .address fieldset.field.estado_zp label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion_zp label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion_zp label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion_zp label,
body form[class] fieldset fieldset.field.delegacion_zp label,
body form[class] .fieldset fieldset.field.delegacion_zp label,
body form[class] .address fieldset.field.delegacion_zp label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-zip label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-zip label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-zip label,
body form[class] fieldset fieldset.field.field-zip label,
body form[class] .fieldset fieldset.field.field-zip label,
body form[class] .address fieldset.field.field-zip label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion label,
body form[class] fieldset fieldset.field.delegacion label,
body form[class] .fieldset fieldset.field.delegacion label,
body form[class] .address fieldset.field.delegacion label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).colonia_zp label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).colonia_zp label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).colonia_zp label,
body form[class] fieldset fieldset.field.colonia_zp label,
body form[class] .fieldset fieldset.field.colonia_zp label,
body form[class] .address fieldset.field.colonia_zp label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-region label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-region label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-region label,
body form[class] fieldset fieldset.field.field-region label,
body form[class] .fieldset fieldset.field.field-region label,
body form[class] .address fieldset.field.field-region label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-neighborhood label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-neighborhood label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-neighborhood label,
body form[class] fieldset fieldset.field.field-neighborhood label,
body form[class] .fieldset fieldset.field.field-neighborhood label,
body form[class] .address fieldset.field.field-neighborhood label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.region_id"] label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.region_id"] label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.region_id"] label,
body form[class] fieldset fieldset.field[name="shippingAddress.region_id"] label,
body form[class] .fieldset fieldset.field[name="shippingAddress.region_id"] label,
body form[class] .address fieldset.field[name="shippingAddress.region_id"] label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.country_id"] label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.country_id"] label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.country_id"] label,
body form[class] fieldset fieldset.field[name="shippingAddress.country_id"] label,
body form[class] .fieldset fieldset.field[name="shippingAddress.country_id"] label,
body form[class] .address fieldset.field[name="shippingAddress.country_id"] label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.coverage"] label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.coverage"] label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.coverage"] label,
body form[class] fieldset fieldset.field[name="shippingAddress.custom_attributes.coverage"] label,
body form[class] .fieldset fieldset.field[name="shippingAddress.custom_attributes.coverage"] label,
body form[class] .address fieldset.field[name="shippingAddress.custom_attributes.coverage"] label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.receptor_is_customer"] label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.receptor_is_customer"] label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.receptor_is_customer"] label,
body form[class] fieldset fieldset.field[name="shippingAddress.custom_attributes.receptor_is_customer"] label,
body form[class] .fieldset fieldset.field[name="shippingAddress.custom_attributes.receptor_is_customer"] label,
body form[class] .address fieldset.field[name="shippingAddress.custom_attributes.receptor_is_customer"] label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado label.label,
body form[class] fieldset fieldset.field.estado label.label,
body form[class] .fieldset fieldset.field.estado label.label,
body form[class] .address fieldset.field.estado label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado_zp label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado_zp label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).estado_zp label.label,
body form[class] fieldset fieldset.field.estado_zp label.label,
body form[class] .fieldset fieldset.field.estado_zp label.label,
body form[class] .address fieldset.field.estado_zp label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion_zp label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion_zp label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion_zp label.label,
body form[class] fieldset fieldset.field.delegacion_zp label.label,
body form[class] .fieldset fieldset.field.delegacion_zp label.label,
body form[class] .address fieldset.field.delegacion_zp label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-zip label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-zip label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-zip label.label,
body form[class] fieldset fieldset.field.field-zip label.label,
body form[class] .fieldset fieldset.field.field-zip label.label,
body form[class] .address fieldset.field.field-zip label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).delegacion label.label,
body form[class] fieldset fieldset.field.delegacion label.label,
body form[class] .fieldset fieldset.field.delegacion label.label,
body form[class] .address fieldset.field.delegacion label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).colonia_zp label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).colonia_zp label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).colonia_zp label.label,
body form[class] fieldset fieldset.field.colonia_zp label.label,
body form[class] .fieldset fieldset.field.colonia_zp label.label,
body form[class] .address fieldset.field.colonia_zp label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-region label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-region label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-region label.label,
body form[class] fieldset fieldset.field.field-region label.label,
body form[class] .fieldset fieldset.field.field-region label.label,
body form[class] .address fieldset.field.field-region label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-neighborhood label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-neighborhood label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field-neighborhood label.label,
body form[class] fieldset fieldset.field.field-neighborhood label.label,
body form[class] .fieldset fieldset.field.field-neighborhood label.label,
body form[class] .address fieldset.field.field-neighborhood label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.region_id"] label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.region_id"] label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.region_id"] label.label,
body form[class] fieldset fieldset.field[name="shippingAddress.region_id"] label.label,
body form[class] .fieldset fieldset.field[name="shippingAddress.region_id"] label.label,
body form[class] .address fieldset.field[name="shippingAddress.region_id"] label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.country_id"] label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.country_id"] label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.country_id"] label.label,
body form[class] fieldset fieldset.field[name="shippingAddress.country_id"] label.label,
body form[class] .fieldset fieldset.field[name="shippingAddress.country_id"] label.label,
body form[class] .address fieldset.field[name="shippingAddress.country_id"] label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.coverage"] label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.coverage"] label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.coverage"] label.label,
body form[class] fieldset fieldset.field[name="shippingAddress.custom_attributes.coverage"] label.label,
body form[class] .fieldset fieldset.field[name="shippingAddress.custom_attributes.coverage"] label.label,
body form[class] .address fieldset.field[name="shippingAddress.custom_attributes.coverage"] label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.receptor_is_customer"] label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.receptor_is_customer"] label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.receptor_is_customer"] label.label,
body form[class] fieldset fieldset.field[name="shippingAddress.custom_attributes.receptor_is_customer"] label.label,
body form[class] .fieldset fieldset.field[name="shippingAddress.custom_attributes.receptor_is_customer"] label.label,
body form[class] .address fieldset.field[name="shippingAddress.custom_attributes.receptor_is_customer"] label.label {
  position: absolute;
  transform: none;
  float: left;
  padding-left: 0;
  top: -16px;
  left: 0;
  background: transparent;
}
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.coverage"] > label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.coverage"] > label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.coverage"] > label.label,
body form[class] fieldset fieldset.field[name="shippingAddress.custom_attributes.coverage"] > label.label,
body form[class] .fieldset fieldset.field[name="shippingAddress.custom_attributes.coverage"] > label.label,
body form[class] .address fieldset.field[name="shippingAddress.custom_attributes.coverage"] > label.label,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.receptor_is_customer"] > label.label,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.receptor_is_customer"] > label.label,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"])[name="shippingAddress.custom_attributes.receptor_is_customer"] > label.label,
body form[class] fieldset fieldset.field[name="shippingAddress.custom_attributes.receptor_is_customer"] > label.label,
body form[class] .fieldset fieldset.field[name="shippingAddress.custom_attributes.receptor_is_customer"] > label.label,
body form[class] .address fieldset.field[name="shippingAddress.custom_attributes.receptor_is_customer"] > label.label {
  display: none;
}
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).choice ~ .choice,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).choice ~ .choice,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).choice ~ .choice,
body form[class] fieldset fieldset.field.choice ~ .choice,
body form[class] .fieldset fieldset.field.choice ~ .choice,
body form[class] .address fieldset.field.choice ~ .choice {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).choice ~ .choice,
  body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).choice ~ .choice,
  body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).choice ~ .choice,
  body form[class] fieldset fieldset.field.choice ~ .choice,
  body form[class] .fieldset fieldset.field.choice ~ .choice,
  body form[class] .address fieldset.field.choice ~ .choice {
    margin-left: 15px;
  }
}
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field.choice.set.billing,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field.choice.set.billing,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field.choice.set.billing,
body form[class] fieldset fieldset.field.field.choice.set.billing,
body form[class] .fieldset fieldset.field.field.choice.set.billing,
body form[class] .address fieldset.field.field.choice.set.billing,
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field.choice.set.shipping,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field.choice.set.shipping,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field.choice.set.shipping,
body form[class] fieldset fieldset.field.field.choice.set.shipping,
body form[class] .fieldset fieldset.field.field.choice.set.shipping,
body form[class] .address fieldset.field.field.choice.set.shipping {
  float: left;
  padding-left: 0;
}
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field.choice.newsletter,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field.choice.newsletter,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).field.choice.newsletter,
body form[class] fieldset fieldset.field.field.choice.newsletter,
body form[class] .fieldset fieldset.field.field.choice.newsletter,
body form[class] .address fieldset.field.field.choice.newsletter {
  float: left;
  width: 100%;
}
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) .tooltip,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) .tooltip,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) .tooltip,
body form[class] fieldset fieldset.field .tooltip,
body form[class] .fieldset fieldset.field .tooltip,
body form[class] .address fieldset.field .tooltip {
  position: relative;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).persistent,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).persistent,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).persistent,
body form[class] fieldset fieldset.field.persistent,
body form[class] .fieldset fieldset.field.persistent,
body form[class] .address fieldset.field.persistent {
  margin-top: 25px;
}
body form[class] fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) .control > .field,
body form[class] .fieldset div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) .control > .field,
body form[class] .address div.field:not(.choice):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) .control > .field,
body form[class] fieldset fieldset.field .control > .field,
body form[class] .fieldset fieldset.field .control > .field,
body form[class] .address fieldset.field .control > .field {
  margin-bottom: 10px;
}
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 {
  border-color: #ff8d6b;
}
body textarea {
  border-color: #e6e6e6;
}
body button.action-primary.action-accept:hover,
body .quote-details-items .actions-toolbar > .action.action-primary.action-accept:hover {
  background: transparent;
  border: 1px solid #ff8d6b;
}
body .toolbar select {
  color: #ff8d6b;
  border-color: #e6e6e6;
  background: transparent;
  box-shadow: none;
  background: #ffffff url(../images/select-bg.svg) no-repeat 100% 45%;
}
body .toolbar-amount {
  color: #ff8d6b;
}
body .modes-mode.active {
  background: #545454;
}
body .modes-mode.active:before {
  color: #ffffff;
}
body .modes-mode:last-child {
  background: transparent;
}
body .modes-mode:before {
  color: #ff8d6b;
}
body .subtit-head {
  font-family: 'Roboto';
}
body h2.no-mobile {
  text-align: left !important;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  body .no-mobile {
    display: none !important;
  }
}
body .page-wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  body .page-wrapper {
    padding: 0 10px;
  }
  body .page-wrapper .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
body .page-wrapper .toolbar-products ~ .toolbar-products {
  display: block !important;
  float: left;
  width: 100%;
}
body .page-wrapper .toolbar-products ~ .toolbar-products .toolbar-amount {
  display: block;
}
@media only screen and (max-width: 769px) {
  body .page-wrapper .toolbar-products ~ .toolbar-products .toolbar-amount {
    width: 100%;
    text-align: center;
  }
}
body .page-wrapper .toolbar-products ~ .toolbar-products .pages {
  display: inline-block !important;
  width: auto;
  overflow: hidden;
  float: none;
}
body .page-wrapper .toolbar-products ~ .toolbar-products .pages .item {
  position: static;
}
@media only screen and (max-width: 769px) {
  body .page-wrapper .toolbar-products ~ .toolbar-products .btnfilter,
  body .page-wrapper .toolbar-products ~ .toolbar-products .toolbar-sorter {
    display: none !important;
  }
}
body .page-wrapper .breadcrumbs {
  margin-top: 15px;
  float: left;
  width: 100%;
  max-width: none;
  margin: 15px 0;
  padding: 0 15px;
  display: block;
}
@media only screen and (max-width: 769px) {
  body .page-wrapper .breadcrumbs {
    padding: 0;
  }
  body .page-wrapper .breadcrumbs > .items {
    display: flex;
  }
  body .page-wrapper .breadcrumbs > .items .item {
    display: flex;
  }
}
body .page-wrapper .breadcrumbs > .items {
  max-width: 1366px;
  margin: auto;
  width: 100%;
  padding: 0 10px;
}
body .page-wrapper .breadcrumbs > .items a {
  color: #000000;
  font-weight: 400;
  font-size: 1.4rem;
}
body .page-wrapper .breadcrumbs > .items strong {
  font-weight: 400;
  color: #000000;
  font-size: 1.4rem;
}
body .page-wrapper .breadcrumbs > .items .item:not(:last-child):after {
  color: #000000;
}
@media only screen and (max-width: 769px) {
  body .page-wrapper .breadcrumbs > .items .item {
    font-size: 10px;
    vertical-align: middle;
    line-height: 18px;
  }
  body .page-wrapper .breadcrumbs > .items .item.product {
    width: 78%;
  }
  body .page-wrapper .breadcrumbs > .items .item strong {
    width: 100%;
    float: left;
  }
}
body .page-wrapper .breadcrumbs ~ div.page-main,
body .page-wrapper .breadcrumbs ~ main.page-main {
  margin-top: 0;
}
body:not([class*="cms-home"]):not(.checkout-index-index) .page-wrapper .page-main {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
}
@media only screen and (min-width: 769px) {
  body .page-wrapper .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
body .table:not(.cart):not(.totals) > tbody > tr > td,
body .table:not(.cart):not(.totals) > tbody > tr > th {
  border: 0;
  vertical-align: middle;
  padding: 10px;
}
body .table:not(.cart):not(.totals) > tbody > tr:nth-child(2n+1) {
  background: #ffffff;
}
body:not(.checkout-index-index):not(.catalog-product-view) [type='checkbox'] {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
body:not(.checkout-index-index):not(.catalog-product-view) input[type='checkbox'] + label {
  position: relative;
  float: left;
  line-height: 15px;
  padding-left: 20px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
  pointer-events: initial;
}
body:not(.checkout-index-index):not(.catalog-product-view) input[type='checkbox'] + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #ff8d6b;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
body:not(.checkout-index-index):not(.catalog-product-view) input[type='checkbox']:checked + label:after {
  border: 1px solid #ff8d6b;
  background: #ff8d6b;
  animation: fxbg 200ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
body:not(.checkout-index-index):not(.catalog-product-view) input[type='checkbox']:checked + label:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkarrow 25ms 0.2s cubic-bezier(0.4, 0, 0.23, 1) forwards;
  z-index: 2;
  box-sizing: content-box;
}
@keyframes fxbg {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes checkarrow {
  0% {
    width: 0;
    height: 0;
    border-color: #ffffff;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 1px;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 3px;
    height: 7px;
    border-color: #ffffff;
    transform: translate3d(0, -12px, 0) rotate(45deg);
  }
}
body:not(.checkout-index-index):not(.catalog-product-view) [type='radio'] {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
body:not(.checkout-index-index):not(.catalog-product-view) input[type='radio'] + label {
  position: relative;
  float: left;
  height: 15px;
  line-height: 15px;
  padding-left: 30px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
}
body:not(.checkout-index-index):not(.catalog-product-view) input[type='radio'] + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #ff8d6b;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
body:not(.checkout-index-index):not(.catalog-product-view) input[type='radio']:checked + label:after {
  border: 1px solid #ff8d6b;
  background: #ff8d6b;
  animation: rfxbg 200ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
body:not(.checkout-index-index):not(.catalog-product-view) input[type='radio']:checked + label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  animation: rcheckarrow 0.2s;
  z-index: 2;
  height: 5px;
  width: 5px;
  background: #ffffff;
  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 .page-main .page-title-wrapper:not(.product) {
  text-align: center;
}
body .page-main .page-title-wrapper:not(.product) .page-title {
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #545454;
  margin: 30px 0 45px 0;
  font-family: 'Roboto';
}
body .page-main legend.legend {
  border-color: #e6e6e6;
}
body .page-main .block .block-title strong {
  font-weight: normal;
}
body .page-main .block.related strong,
body .page-main .block.upsell strong {
  color: #ff8d6b;
  font-weight: 500;
  font-size: 3rem;
  width: 100%;
  text-align: center;
  float: left;
  margin: 0;
}
body table.table:not(.totals):not(#shopping-cart-table):not(.table-totals) thead tr th {
  border-bottom: 0;
}
body table.table:not(.totals):not(#shopping-cart-table):not(.table-totals) tbody tr {
  background: #ffeee9;
}
body table.table:not(.totals):not(#shopping-cart-table):not(.table-totals) tbody tr:nth-child(2n+1) {
  background: #ffffff;
}
body table.table:not(.totals):not(#shopping-cart-table):not(.table-totals) tbody tr td {
  border: 0;
}
body .amlocator-store-desc.-active {
  background: #ff8d6b;
}
body .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
  color: #ff8d6b;
  border-color: #ff8d6b;
}
body .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
body .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
  background: #ff8d6b;
}
body .amlocator-current-location .amlocator-text:focus {
  border-color: #ff8d6b;
}
body .amlocator-current-location .amlocator-search:hover {
  background: #ff8d6b;
}
body .amlocator-current-location .amlocator-text:focus + .amlocator-search {
  background: #ff8d6b;
}
body .gm-svpc > div {
  width: 100%;
  height: 100%;
}
body .google-maps-location label.label.ask {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin: 15px 0;
  color: #545454;
}
body .google-maps-location .action-btns {
  text-align: center;
}
body .google-maps-location .action-btns button.button,
body .google-maps-location .action-btns .quote-details-items .actions-toolbar > .action.button {
  padding: 10px 20px;
  margin: 0 10px;
}
body div#load-more-product {
  text-align: center;
}
body .message.global.cookie {
  z-index: 110;
  background: #ffeee9;
}
@media only screen and (min-width: 769px) {
  body .message.global.cookie {
    text-align: center;
    padding: 20px 0;
    font-size: 1.4rem;
  }
}
body .message.global.cookie .cookie-txt {
  display: block;
  width: 100%;
  max-width: 850px;
  font-weight: 400;
  margin: auto;
}
body .message.global.cookie .cookie-txt a {
  color: #ff8d6b;
  font-weight: bold;
}
body .message.global.cookie .action.primary {
  background: #189dd7;
}
body .message.global.cookie .action.primary:hover {
  opacity: .6;
}
body .fieldset .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) {
  position: relative;
}
body .fieldset .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) label,
body .fieldset .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) legend {
  position: absolute;
  z-index: 3;
  transform: translate(7px, 12px);
  transition: all ease .2s;
  pointer-events: none;
  left: 6px;
}
body .fieldset .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).focused > label,
body .fieldset .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).focused > legend {
  background: #ffffff;
  transform: translate(5px, -7px);
  padding: 0 6px;
  color: #626366;
  font-size: 1.2rem;
  transition: all ease .2s;
  left: 0;
}
body .fieldset .field .control input {
  padding: 0 10px;
}
body .fieldset .field.choice label {
  pointer-events: initial;
}
.linkreturn {
  float: left;
  width: 100%;
  border-bottom: 4px solid #ffeee9;
}
.linkreturn > div {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1366px;
}
.linkreturn > div a {
  color: #2e2f33;
  padding: 1.1rem 0;
  float: left;
  font-size: 1.2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.linkreturn > div a:hover {
  color: #ff8d6b;
  text-decoration: none;
}
.linkreturn > div a:hover::before {
  color: #ff8d6b;
}
.linkreturn > div a:before {
  content: '\e617';
  font-family: 'wolf-icons';
  color: #2e2f33;
  vertical-align: middle;
  margin-right: 20px;
}
.checkout-cart-index .blockubica,
.checkout-index-index .blockubica {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cintillo,
.cantidad,
.presentacion {
  color: #ffffff;
  margin: 5px 1px;
  padding: 1px 10px;
  font-size: 1.3rem;
  display: inline-block;
}
.cintillo {
  background: #de5d8d;
}
.cantidad {
  background: #8d8d8d;
}
.presentacion:not(.swatch-attribute) {
  background: #55829f;
}
.home-carousel .product-items > .product-item {
  display: inline-block;
  opacity: 0;
}
.cms-index-index .categorias div[data-content-type="text"] {
  /*padding:0 10px;
            @media only screen and (max-width: 666px){
                p{
                    padding:0 10px;
                }
            }*/
}
.cms-index-index .categorias div[data-content-type="text"] p {
  padding: 0 10px;
}
.cms-index-index .categorias .catcont {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cms-index-index .categorias .catcont:not(.slick-slider) {
    display: flex;
    max-width: 1098px;
    margin: auto !important;
    justify-content: center;
    width: 100%;
    padding: 20px 0 !important;
  }
  .cms-index-index .categorias .catcont:not(.slick-slider) > .container_car {
    width: 188px;
    height: 233px;
    max-width: none;
  }
  .cms-index-index .categorias .catcont:not(.slick-slider) > .container_car:not(:last-child) {
    margin-right: 3.6%;
  }
  .cms-index-index .categorias .catcont:not(.slick-slider) > .container_car div + span {
    margin-top: 5px;
  }
}
.cms-index-index .categorias .catcont .container_car {
  box-shadow: 0px 3px 6px 1px #ebebeb;
  border-radius: 0px 3px 6px 1px #000;
  position: relative;
  padding: 0 10px;
}
.cms-index-index .categorias .catcont .container_car div + span {
  color: #ff8d6b;
  background: #fff7f2;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .cms-index-index .categorias .catcont .container_car div + span {
    white-space: nowrap;
    font-size: 1.3rem;
  }
}
.cms-index-index .categorias .catcont .slick-list {
  width: 100%;
  max-width: initial;
  box-shadow: none;
  padding: 10px 0 !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 666px) {
  .cms-index-index .categorias .catcont .slick-list {
    width: 85%;
    overflow: initial;
  }
}
@media screen and (max-width: 1025px) and (min-width: 666px) {
  .cms-index-index .categorias .catcont .slick-list {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
.cms-index-index .categorias .catcont .slick-list .slick-track {
  margin: auto;
  min-width: 100%;
  padding: 10px 0;
}
.cms-index-index .categorias .catcont .slick-list .slick-track .slick-slide {
  padding: 0 10px;
}
.cms-index-index .categorias .catcont .slick-list .slick-track .slick-slide.first-child {
  padding-left: 0;
}
.cms-index-index .categorias .catcont .slick-list .slick-track .slick-slide.last-child {
  padding-right: 0;
}
.cms-index-index .categorias .catcont .slick-list .slick-track .slick-slide:hover img {
  transform: scale(1);
  transition: transform 0.3s;
}
@media only screen and (max-width: 666px) {
  .cms-index-index .categorias .catcont .slick-list .slick-track .slick-slide {
    padding: 0;
  }
}
.cms-index-index .categorias .catcont .slick-list:hover img {
  transform: scale(0.8);
  transition: transform 0.3s;
}
.cms-index-index .categorias .catcont > div:hover img {
  transform: scale(0.8);
  transition: transform 0.3s;
}
@media screen and (max-width: 1200px) and (min-width: 666px) {
  .cms-index-index .categorias .catcont.slick-slider .slick-arrow.slick-next {
    right: 2rem;
  }
  .cms-index-index .categorias .catcont.slick-slider .slick-arrow.slick-prev {
    left: 2rem;
  }
}
.cms-index-index .categorias .catcont .slick-dots {
  float: left;
}
.categorias .catcont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categorias .catcont > div {
  float: left;
  text-align: center;
  box-shadow: 0px 3px 6px 1px #ebebeb;
  border-radius: 10px;
  position: relative;
  padding: 0 10px;
}
.categorias .catcont > div a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.categorias .catcont > div a span {
  display: none;
}
@media only screen and (min-width: 769px) {
  .categorias .catcont > div img {
    transform: scale(0.8);
    transition: transform 0.3s;
  }
  .categorias .catcont > div:hover span {
    color: #ff8d6b;
    transition: color 0.3s;
  }
  .categorias .catcont > div:hover img {
    transform: scale(1);
    transition: transform 0.3s;
  }
}
.categorias .catcont > div span {
  margin-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 769px) {
  .categorias .catcont > div:not(:last-child) {
    margin-right: 10px;
  }
}
.page-products .page-wrapper > [data-content-type="row"] {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  max-width: none;
  border-top: 5px solid #ffeee9;
  padding-top: 25px;
}
.page-products .page-wrapper > [data-content-type="row"] .menu-categorias {
  display: block;
  max-width: 1366px;
  margin: auto;
}
.page-products .page-wrapper .categorias .catcont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-products .page-wrapper .categorias .catcont > div {
  float: left;
  text-align: center;
  box-shadow: 0px 3px 6px 1px #ebebeb;
  border-radius: 10px;
  position: relative;
  padding: 0 10px;
}
.page-products .page-wrapper .categorias .catcont > div a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-products .page-wrapper .categorias .catcont > div a span {
  display: none;
}
@media only screen and (min-width: 769px) {
  .page-products .page-wrapper .categorias .catcont > div img {
    transform: scale(0.8);
    transition: transform 0.3s;
  }
  .page-products .page-wrapper .categorias .catcont > div:hover span {
    color: #ff8d6b;
    transition: color 0.3s;
  }
  .page-products .page-wrapper .categorias .catcont > div:hover img {
    transform: scale(1);
    transition: transform 0.3s;
  }
}
.page-products .page-wrapper .categorias .catcont > div span {
  margin-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 769px) {
  .page-products .page-wrapper .categorias .catcont > div:not(:last-child) {
    margin-right: 10px;
  }
}
.page-products .page-wrapper .categorias .catcont div.slick-list {
  margin-right: 0px;
  box-shadow: none;
}
.page-products .page-wrapper .categorias .catcont div.slick-list .slick-slide {
  position: relative;
  border-radius: 10px;
  margin: 5px;
  box-shadow: 0px 3px 6px 1px #ebebeb;
}
.page-products .page-wrapper .categorias .catcont div.slick-list .slick-slide .container_car img {
  margin: auto;
}
.page-products .page-wrapper .categorias .catcont div.slick-list .slick-slide .container_car span {
  color: #ff8d6b;
  background: #fff7f2;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}
.blockubica .contentubica {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  padding-right: 30px;
  padding-left: 15px;
  padding-top: 3px;
  position: relative;
  align-items: center;
  width: 230px;
  visibility: hidden;
}
.blockubica .contentubica.ubicaconfirm:before {
  content: '\e610';
  font-family: 'wolf-icons';
  font-size: 15px;
  position: absolute;
  right: 45px;
  top: 5px;
  color: #2dc876;
}
.blockubica .contentubica > div p {
  font-weight: 400;
  margin: 0;
}
.blockubica .contentubica > div:first-child {
  width: 100%;
}
.blockubica .contentubica > div:last-child a {
  color: #ffffff;
  background: #b1b1b1;
  float: left;
  width: 100%;
  padding: 2px 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
}
.blockubica .contentubica > div:last-child a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 12px;
  background-image: url(../images/triangles.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.blockubica .contentubica:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #ff8d6b;
}
.gm-svpc {
  top: 30px !important;
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  header.page-header {
    padding: 0 15px;
  }
}
#container-cobertura {
  position: fixed;
  right: -390px;
  top: 89%;
  transform: translateY(-50%);
  background: #ff8d6b;
  width: 100%;
  max-width: 400px;
  padding: 10px;
  color: #ffffff;
  height: 100%;
  max-height: 225px;
  display: flex;
  align-items: center;
  border-radius: 8px 0 0 8px;
  transition: all 0.3s;
  z-index: 110;
}
@media only screen and (max-width: 768px) {
  #container-cobertura {
    top: auto;
    bottom: -20px;
    right: -350px;
    max-height: 154px;
    max-width: 350px;
  }
  #container-cobertura div.step-one .gps-text {
    font-size: 1.6rem;
    line-height: 1;
  }
  #container-cobertura div.step-one .gps-link {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 320px) {
  #container-cobertura {
    right: -320px;
  }
}
#container-cobertura .ico-opn {
  position: absolute;
  left: -15px;
  top: 50%;
  background: #ff8d6b;
  width: 30px;
  height: 30px;
  border-radius: 100% 0 0 100%;
  line-height: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
#container-cobertura .ico-opn:before {
  float: left;
  margin-left: 5px;
  transform: rotateY(-180deg);
  transition: all 0.3s;
}
#container-cobertura .ico-opn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 225px;
  width: 50px;
}
#container-cobertura .step-one {
  padding-left: 80px;
  text-align: center;
}
#container-cobertura .step-one .icon-location {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#container-cobertura .step-one .icon-location:before {
  font-size: 8rem;
}
#container-cobertura .step-one .gps-text {
  font-size: 1.8rem;
}
#container-cobertura .step-one .btn-location {
  display: block;
  margin: 15px auto;
  border: 0;
  background: #ffffff;
  color: #2e2f33;
  font-size: 1.4rem;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  #container-cobertura .step-one .btn-location:hover {
    background: #ffb49e;
  }
}
#container-cobertura .step-one .gps-link {
  color: #2e2f33;
  float: left;
  width: 100%;
  text-align: center;
}
#container-cobertura .step-one .gps-link a {
  color: #ffffff;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  #container-cobertura .step-one .gps-link a:hover {
    text-decoration: underline;
  }
}
#container-cobertura.active {
  right: 0;
  transition: all 0.3s;
}
#container-cobertura.active .ico-opn:before {
  transform: rotateY(0deg);
  transition: all 0.3s;
}
.block.newsletter .form.subscribe > .field,
.block.newsletter .form.subscribe > .actions {
  float: inherit;
}
.block.newsletter .field.newsletter {
  max-width: 100%;
}
body .fieldset .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).label-fixed > label,
body .fieldset .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).label-fixed > legend {
  background: #ffffff;
  transform: translate(5px, -7px);
  padding: 0 6px;
  color: #626366;
  font-size: 1.2rem;
  transition: all ease .2s;
  left: 0;
}
/**** rediseño ****/
button:not(.primary),
.quote-details-items .actions-toolbar > .action:not(.primary) {
  background: transparent;
  border-color: #e6e6e6;
  color: #999999;
  font-weight: 500;
  font-size: 12px;
  box-shadow: none;
  transition: all 0.3s ease 0s;
}
button:not(.primary):hover,
.quote-details-items .actions-toolbar > .action:not(.primary):hover {
  border-color: #545454;
  color: #545454;
}
[data-container="body"] button#top-cart-btn-checkout,
[data-container="body"] button.action.primary.checkout,
[data-container="body"] button.button.action.continue.primary,
[data-container="body"] button#product-addtocart-button,
[data-container="body"] .quote-details-items .actions-toolbar > .action#top-cart-btn-checkout,
[data-container="body"] .quote-details-items .actions-toolbar > .action.action.primary.checkout,
[data-container="body"] .quote-details-items .actions-toolbar > .action.button.action.continue.primary,
[data-container="body"] .quote-details-items .actions-toolbar > .action#product-addtocart-button {
  background: #ff8d6b;
  box-shadow: none;
  text-transform: normal;
  font-size: 1.4rem;
  border: 0;
}
[data-container="body"] button#top-cart-btn-checkout:hover,
[data-container="body"] button.action.primary.checkout:hover,
[data-container="body"] button.button.action.continue.primary:hover,
[data-container="body"] button#product-addtocart-button:hover,
[data-container="body"] .quote-details-items .actions-toolbar > .action#top-cart-btn-checkout:hover,
[data-container="body"] .quote-details-items .actions-toolbar > .action.action.primary.checkout:hover,
[data-container="body"] .quote-details-items .actions-toolbar > .action.button.action.continue.primary:hover,
[data-container="body"] .quote-details-items .actions-toolbar > .action#product-addtocart-button:hover {
  background: #ffb49e;
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/poppins/Poppins-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url('../fonts/poppins/Poppins-ExtraLight.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/poppins/Poppins-SemiBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/poppins/Poppins-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/poppins/Poppins-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
header.page-header {
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 769px) {
  header.page-header {
    box-shadow: 0px 3px 6px #ebebeb;
  }
}
@media only screen and (max-width: 768px) {
  header.page-header {
    margin-bottom: 0;
  }
}
header.page-header .panel.wrapper {
  background: transparent;
  border: 0;
}
header.page-header .panel.wrapper .header.panel {
  padding: 0 10px;
}
header.page-header .panel.wrapper .header.panel a {
  color: #ff8d6b;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
header.page-header .header.content:before,
header.page-header .header.content:after {
  display: none;
}
@media only screen and (min-width: 769px) {
  header.page-header .header.content {
    padding: 18px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  header.page-header .header.content .minicart-wrapper {
    margin-left: 0;
    width: 35px;
    height: 28px;
  }
}
@media only screen and (min-width: 769px) {
  header.page-header .header.content .blk-logo {
    width: 125px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
header.page-header .header.content .blk-logo a.logo,
header.page-header .header.content .blk-logo strong.logo {
  max-width: 150px;
  float: none;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  header.page-header .header.content .blk-logo a.logo,
  header.page-header .header.content .blk-logo strong.logo {
    margin: 0;
  }
}
header.page-header .header.content .blk-logo a.logo img,
header.page-header .header.content .blk-logo strong.logo img {
  width: 100%;
  max-width: 125px;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  header.page-header .header.content .blk-logo a.logo:hover span.hover-logo {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.5s;
  }
}
header.page-header .header.content .blk-logo a.logo span.hover-logo {
  position: absolute;
  top: 18px;
  left: 73px;
  background: #ff8d6b;
  color: white;
  padding: 0 5px;
  border-radius: 4px;
  font-size: 1rem;
}
header.page-header .header.content .block.block-search .control .tt-menu {
  border-color: #ff8d6b;
}
header.page-header .header.content .block.block-search .control .tt-menu span.product-image-wrapper {
  height: 98px;
}
header.page-header .header.content .block.block-search .control .tt-menu .product-item-name a.product-item-link {
  color: #ff8d6b;
}
@media only screen and (max-width: 767px) {
  header.page-header .header.content .block.block-search .control .tt-menu.block-swissup-ajaxsearch-results .tt-dataset {
    height: calc(100vh - 250px);
  }
}
@media only screen and (max-width: 769px) {
  header.page-header .header.content .block.block-search .control .tt-menu {
    position: fixed !important;
    top: calc(100% + 15px) !important;
    width: 90%;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
  }
  header.page-header .header.content .block.block-search .control .tt-menu:before,
  header.page-header .header.content .block.block-search .control .tt-menu:after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  header.page-header .header.content .block.block-search .control .tt-menu:after {
    border-bottom-color: #ff8d6b;
  }
}
header.page-header .header.content .block.block-search .actions span.action.close {
  display: none;
}
@media only screen and (max-width: 1279px) and (min-width: 1025px) {
  header.page-header .header.content div.block.block-search {
    width: 55%;
  }
}
@media only screen and (min-width: 769px) {
  header.page-header .header.content .block.block-search {
    transition: all 0.2s;
    padding: 0;
    margin: 0;
    width: 64.5%;
    margin-right: 10px;
    z-index: 15;
  }
  header.page-header .header.content .block.block-search form {
    position: relative;
  }
  header.page-header .header.content .block.block-search form .actions button,
  header.page-header .header.content .block.block-search form .actions .quote-details-items .actions-toolbar > .action {
    opacity: 1;
    right: 0;
  }
  header.page-header .header.content .block.block-search form .actions button:before,
  header.page-header .header.content .block.block-search form .actions .quote-details-items .actions-toolbar > .action:before {
    color: #ffffff;
    font-size: 17px;
    width: 40px;
    line-height: 33px;
    transition: all .2s ease 0s;
    background: #ff8d6b;
  }
  header.page-header .header.content .block.block-search form .control input {
    border-color: #e0dfde;
    height: 33px;
    border-radius: 0;
  }
  header.page-header .header.content .block.block-search form .control input::placeholder {
    color: #626366;
    font-size: 1rem;
  }
  header.page-header .header.content .block.block-search form .control input:-ms-input-placeholder {
    color: #626366;
    font-size: 1rem;
  }
  header.page-header .header.content .block.block-search form .control input::-ms-input-placeholder {
    color: #626366;
    font-size: 1rem;
  }
  header.page-header .header.content .block.block-search form .control.inactive input {
    border-color: #e0dfde;
  }
  header.page-header .header.content .block.block-search form .control .tt-menu {
    margin-top: -3px;
    border-top: 0;
  }
  header.page-header .header.content .block.block-search form .control .tt-menu:after,
  header.page-header .header.content .block.block-search form .control .tt-menu:before {
    display: none;
  }
  header.page-header .header.content .block.block-search form.active .actions button:before,
  header.page-header .header.content .block.block-search form.active .actions .quote-details-items .actions-toolbar > .action:before {
    background: #ff8d6b;
    color: #ffffff;
    border-radius: 0 3px 3px 0;
  }
  header.page-header .header.content .block.block-search form.active .control input {
    border-color: #ffeee9;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.page-header .header.content .block.block-search {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.page-header .header.content .extra-btns [data-content-type="html"] {
    min-width: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  header.page-header .header.content .extra-btns [data-content-type="html"] {
    display: flex;
  }
  header.page-header .header.content .extra-btns [data-content-type="html"] .myorders {
    display: flex;
    align-items: center;
  }
  header.page-header .header.content .extra-btns [data-content-type="html"] .myorders span {
    white-space: nowrap;
  }
}
header.page-header .header.content .extra-btns a.gps {
  margin-right: 40px;
  display: inline-block;
  text-decoration: none;
}
header.page-header .header.content .extra-btns a.gps:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 43px;
  color: inherit;
  content: '\e60a';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
header.page-header .header.content .extra-btns a.gps:after {
  width: 43px;
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #545454;
}
header.page-header .header.content .extra-btns a.gps span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (min-width: 767px) {
  header.page-header .header.content .extra-btns a.gps:hover:after {
    background-color: #ffeee9;
    color: #ff8d6b;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  header.page-header .header.content .extra-btns a.gps {
    margin-right: 20px;
  }
}
header.page-header .header.content .extra-btns a.bonamex {
  color: #545454;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
header.page-header .header.content .extra-btns a.bonamex:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 43px;
  color: #545454;
  content: '\e907';
  font-family: 'wolf-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
header.page-header .header.content .extra-btns a.bonamex:before {
  content: '\e90a';
}
header.page-header .header.content > .header.links {
  position: relative;
  padding-left: 30px;
  margin: 0 1%;
  font-size: 0;
}
@media only screen and (min-width: 769px) {
  header.page-header .header.content > .header.links:hover .authorization-link:before {
    color: #ff8d6b;
  }
}
@media only screen and (max-width: 1024px) {
  header.page-header .header.content > .header.links > li.greet.welcome {
    display: none;
  }
  header.page-header .header.content > .header.links li.customer-welcome + li.authorization-link a {
    display: none;
  }
}
header.page-header .header.content > .header.links > li {
  font-size: 14px;
  margin: 0;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 769px) {
  header.page-header .header.content > .header.links > li {
    margin: 0;
  }
}
header.page-header .header.content > .header.links > li.customer-welcome {
  margin: -5px 0 0 0;
  position: static;
  float: left;
}
header.page-header .header.content > .header.links > li.customer-welcome + .authorization-link a {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 769px) {
  header.page-header .header.content > .header.links > li.customer-welcome {
    position: absolute;
    float: left;
    right: -5px;
    top: -2px;
  }
}
header.page-header .header.content > .header.links > li.customer-welcome .customer-name {
  display: block;
}
@media only screen and (max-width: 769px) {
  header.page-header .header.content > .header.links > li.customer-welcome .customer-name.active button.action.switch:after,
  header.page-header .header.content > .header.links > li.customer-welcome .customer-name.active .quote-details-items .actions-toolbar > .action.action.switch:after {
    content: '\e622';
  }
}
header.page-header .header.content > .header.links > li.customer-welcome .customer-name button.action.switch,
header.page-header .header.content > .header.links > li.customer-welcome .customer-name .quote-details-items .actions-toolbar > .action.action.switch {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  color: #ffffff;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
}
header.page-header .header.content > .header.links > li.customer-welcome .customer-name button.action.switch span,
header.page-header .header.content > .header.links > li.customer-welcome .customer-name .quote-details-items .actions-toolbar > .action.action.switch 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 > .header.links > li.customer-welcome .customer-name button.action.switch:after,
header.page-header .header.content > .header.links > li.customer-welcome .customer-name .quote-details-items .actions-toolbar > .action.action.switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
header.page-header .header.content > .header.links > li.customer-welcome .customer-name button.action.switch:after,
header.page-header .header.content > .header.links > li.customer-welcome .customer-name .quote-details-items .actions-toolbar > .action.action.switch:after {
  color: #ff8d6b;
  line-height: 22px;
}
@media only screen and (max-width: 1025px) {
  header.page-header .header.content > .header.links > li.customer-welcome .customer-name button.action.switch:after,
  header.page-header .header.content > .header.links > li.customer-welcome .customer-name .quote-details-items .actions-toolbar > .action.action.switch:after {
    float: left;
  }
}
@media only screen and (max-width: 769px) {
  header.page-header .header.content > .header.links > li.customer-welcome .customer-name button.action.switch:after,
  header.page-header .header.content > .header.links > li.customer-welcome .customer-name .quote-details-items .actions-toolbar > .action.action.switch:after {
    content: '\e621';
    margin-top: -8px;
  }
}
header.page-header .header.content > .header.links > li.customer-welcome .customer-name button.action.switch:before,
header.page-header .header.content > .header.links > li.customer-welcome .customer-name .quote-details-items .actions-toolbar > .action.action.switch:before {
  content: "";
  width: 55px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  header.page-header .header.content > .header.links > li.customer-welcome .customer-name button.action.switch:before,
  header.page-header .header.content > .header.links > li.customer-welcome .customer-name .quote-details-items .actions-toolbar > .action.action.switch:before {
    left: -40px;
  }
}
header.page-header .header.content > .header.links > li.customer-welcome .action.switch {
  margin-left: -5px;
}
header.page-header .header.content > .header.links > li.customer-welcome .action.switch:after {
  line-height: 15px;
}
header.page-header .header.content > .header.links > li.customer-welcome .customer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #e0dfde;
  margin-top: 4px;
  min-width: 150px;
  z-index: 101;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  display: none;
}
@media only screen and (max-width: 767px) {
  header.page-header .header.content > .header.links > li.customer-welcome .customer-menu ul {
    top: 250%;
  }
}
@media only screen and (min-width: 1024px) {
  header.page-header .header.content > .header.links > li.customer-welcome .customer-menu ul {
    right: auto;
    left: -123px;
  }
}
@media only screen and (max-width: 1023px) {
  header.page-header .header.content > .header.links > li.customer-welcome .customer-menu ul {
    right: 18px;
  }
}
header.page-header .header.content > .header.links > li.customer-welcome .customer-menu ul:before {
  content: "";
  right: 10px;
  top: -12px;
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
  position: absolute;
}
header.page-header .header.content > .header.links > li.customer-welcome .customer-menu ul:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 9px;
  top: -14px;
  width: 0;
  border: 7px solid;
  border-color: transparent transparent #e0dfde;
  z-index: 98;
}
@media only screen and (min-width: 769px) {
  header.page-header .header.content > .header.links > li.customer-welcome .customer-menu ul li:hover {
    background: #ffeee9;
  }
}
header.page-header .header.content > .header.links > li.customer-welcome .customer-menu ul li a {
  color: #2e2f33;
  text-decoration: none;
  display: block;
  line-height: 1.4;
  padding: 8px;
  font-weight: 400;
}
header.page-header .header.content > .header.links > li.customer-welcome .customer-menu ul li:first-child a:before {
  /*content: "Mi cuenta";*/
}
header.page-header .header.content > .header.links > li.customer-welcome .customer-menu ul li.link.wishlist {
  display: none;
  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 > .header.links > li.customer-welcome.active ul {
  display: block;
}
@media only screen and (max-width: 769px) {
  header.page-header .header.content > .header.links > li.customer-welcome.active ul {
    right: 7px;
    top: auto;
    bottom: 100%;
    width: 187px;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  header.page-header .header.content > .header.links > li.customer-welcome.active ul li {
    width: 100%;
  }
}
header.page-header .header.content > .header.links > li.greet.welcome {
  display: none;
}
header.page-header .header.content > .header.links > li.greet.welcome .not-logged-in {
  text-indent: -99999%;
  display: block;
}
header.page-header .header.content > .header.links > li.greet.welcome .not-logged-in ~ span {
  display: none;
  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 > .header.links > li.greet.welcome .logged-in {
  color: #ff8d6b;
  float: left;
  width: 70px;
  margin-bottom: -30px;
  height: 30px;
  line-height: 1;
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  header.page-header .header.content > .header.links > li.greet.welcome + .authorization-link a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  header.page-header .header.content > .header.links > li.greet.welcome + .authorization-link + li {
    display: none;
  }
}
header.page-header .header.content > .header.links > li.authorization-link {
  display: inline-block;
  text-decoration: none;
}
header.page-header .header.content > .header.links > li.authorization-link a {
  color: #ff8d6b;
  font-weight: 400;
}
header.page-header .header.content > .header.links > li.authorization-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e627';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
header.page-header .header.content > .header.links > li.authorization-link:before {
  float: left;
  line-height: 24px;
  overflow: initial;
  color: #ff8d6b;
}
@media only screen and (min-width: 769px) {
  header.page-header .header.content > .header.links > li.authorization-link:before {
    color: #ff8d6b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
header.page-header .header.content > .header.links > li.authorization-link ~ li a {
  color: #626366;
  font-weight: 400;
}
header.page-header .header.content > .header.links > li.txtmc ~ li {
  display: none;
}
@media only screen and (max-width: 800px) and (min-width: 769px) {
  body div.minicart-wrapper {
    min-width: 50px !important;
  }
  body div.minicart-wrapper .action.showcart > .counter.qty > span.text {
    display: none;
  }
  body .extra-btns .myorders span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.loginuser header.page-header .header.content a.myorders {
    display: block !important;
  }
  body.loginuser header.page-header .header.content a.bonamex {
    display: block !important;
  }
  body.loginuser header.page-header .header.content > ul.header.links > li.txtmc {
    display: block !important;
  }
  body.loginuser header.page-header .header.content > ul.header.links > li.txtmc ~ li {
    display: none;
  }
  body header.page-header .header.content a.bonamex,
  body header.page-header .header.content a.btnhelp {
    display: block !important;
    text-align: center;
  }
  body header.page-header .header.content > ul.header.links > li.txtmc {
    float: left;
    width: 100%;
    margin-top: 2px;
    white-space: nowrap;
    font-size: 0.8rem;
    font-weight: 400;
    color: #b1b1b1;
    margin-top: 7px;
  }
  body header.page-header .header.content > ul.header.links > li.txtmc ~ li {
    display: none;
  }
}
body {
  position: relative;
  right: 0;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  body .minicart-wrapper .action.showcart {
    display: flex;
    align-items: center;
  }
}
body .minicart-wrapper .action.showcart > .counter.qty {
  background: transparent;
  margin: 0;
  padding: 0;
  line-height: 1;
  height: auto;
  color: #808080;
  margin-left: 10px;
  position: static;
}
body .minicart-wrapper .action.showcart > .counter.qty > span {
  display: block;
}
body .minicart-wrapper .action.showcart > .counter.qty > span.counter-number {
  background: #ff8d6b;
  text-shadow: none;
  font-size: 9px;
  font-weight: 500;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 14px;
  top: -1px;
}
@media only screen and (max-width: 769px) {
  body .minicart-wrapper .action.showcart > .counter.qty > span.counter-number {
    right: 5px;
    left: auto;
    top: 8px;
  }
}
body .minicart-wrapper .action.showcart > .counter.qty > span.counter-number {
  color: #ffffff;
  font-weight: bold;
  line-height: 20px;
}
body .minicart-wrapper .action.showcart > .counter.qty > span.text {
  display: none;
}
body .minicart-wrapper .action.showcart > .counter.qty > span .price {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff8d6b;
}
body .minicart-wrapper .action.showcart > .counter.qty.empty .counter-number {
  display: none;
}
body .minicart-wrapper .action.showcart.active:before,
body .minicart-wrapper .action.showcart.active:hover:before,
body .minicart-wrapper .action.showcart:before {
  overflow: initial;
  height: 27px;
  width: 24px;
  line-height: 30px;
  font-size: 20px;
  color: #ff8d6b;
}
body .minicart-wrapper .action.showcart:hover::before {
  transition: all 0.3s;
  color: #ff8d6b;
}
body .minicart-wrapper .ui-dialog {
  display: block !important;
}
body .minicart-wrapper .block-minicart {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  min-width: auto;
  max-width: 400px;
  transition: all 0.3s;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  body .minicart-wrapper .block-minicart {
    height: calc(100% - 131px);
    z-index: 1;
  }
}
@media only screen and (max-width: 480px) {
  body .minicart-wrapper .block-minicart.block {
    width: 100%;
    max-width: none;
    top: 71px;
    z-index: -1;
  }
}
body .minicart-wrapper .block-minicart .action.close {
  right: 20px;
  top: 12px;
}
body .minicart-wrapper .block-minicart .action.close:before {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  font-weight: bold;
}
body .minicart-wrapper .block-minicart .block-title {
  display: block;
  padding-bottom: 5px;
}
body .minicart-wrapper .block-minicart .block-title .qty {
  display: none;
}
body .minicart-wrapper .block-minicart .block-title span.text {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  color: black;
  padding-bottom: 10px;
  display: block;
}
body .minicart-wrapper .block-minicart:before,
body .minicart-wrapper .block-minicart:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 480px) {
  body .minicart-wrapper .block-minicart {
    width: 300px;
  }
}
body .minicart-wrapper .block-minicart .minicart-items-wrapper {
  margin: 0;
  border-color: #e6e6e6;
  padding: 20px 0;
  margin-bottom: 20px;
  height: calc(100vh - 430px) !important;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item:not(:first-child) {
  border-color: #e6e6e6;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details {
  float: none;
  padding-top: 0;
  width: auto;
  padding-left: 125px;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details strong.product-item-name {
  padding-top: 0;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty {
  max-width: 105px;
  margin-bottom: 15px;
  position: relative;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > div {
  height: 40px;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > div p.show-text-qty.qty {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > div input,
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > div p.show-text-qty.qty,
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > div p.item-show-text-qty.qty {
  height: 40px;
  border: 1px solid #ff8d6b;
  border-radius: 4px;
  padding: 0 45px;
  text-align: center;
  color: #2e2f33;
  width: 100%;
  line-height: 40px;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > div span {
  position: absolute;
  width: 35px;
  height: 40px;
  line-height: 40px;
  top: 0;
  z-index: 1;
  color: #ff8d6b;
  cursor: pointer;
  font-size: 3rem;
  font-family: monospace;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > div span:hover {
    background: #ff8d6b;
    color: #ffffff;
  }
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > div span.action-less {
  left: 0;
  border-radius: 4px 0 0 4px;
  line-height: 36px;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > div span.action-more {
  right: 0;
  border-radius: 0 4px 4px 0;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > div span.action-more.disabled {
  opacity: 0.2;
  color: #000000 !important;
  pointer-events: none;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  color: #ff8d6b;
  background: #ffffff;
  padding: 0 10px;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > span {
    display: none;
  }
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty input.item-qty,
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty p.item-show-text-qty.qty {
  height: 34px !important;
  line-height: 34px !important;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty span.action-less,
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty span.action-more {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty > div span,
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty p.item-show-text-qty.qty {
  color: #000000 !important;
  font-weight: 600;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .details-qty p.item-show-text-qty.qty {
  padding: 0 32px !important;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing .minicart-price span.price {
  color: #ff8d6b;
  font-size: 1.5rem;
}
body .minicart-wrapper .block-minicart .minicart-items .product-item-details .product.actions {
  float: right;
  margin: -24px 0 0;
}
body .minicart-wrapper .block-minicart .minicart-items .product > .product-item-photo {
  max-width: 115px;
  border: 1px solid #e6e6e6;
}
body .minicart-wrapper .block-minicart .minicart-items .product > .product-item-photo .product-image-container .product-image-wrapper {
  z-index: 2;
}
body .minicart-wrapper .block-minicart .minicart-items .product > .product-item-photo .product-image-photo {
  max-height: 115px;
}
body .minicart-wrapper .block-minicart .minicart-items .update-cart-item {
  width: 65px;
  height: 35px;
  padding: 0 0;
  display: inline-block;
  vertical-align: top;
}
body .minicart-wrapper .block-minicart .items-total {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .minicart-wrapper .block-minicart .subtotal {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: black;
  font-weight: 500;
  margin: 0;
}
body .minicart-wrapper .block-minicart .actions .primary {
  margin: 0;
}
body .minicart-wrapper .block-minicart .actions .primary button.checkout,
body .minicart-wrapper .block-minicart .actions .primary .quote-details-items .actions-toolbar > .action.checkout {
  box-shadow: none;
}
body .minicart-wrapper .block-minicart .actions .secondary {
  margin: 0;
  float: left;
  width: 100%;
}
body .minicart-wrapper .block-minicart .actions .secondary a.viewcart {
  float: left;
  width: 100%;
  border: 1px solid #ff8d6b;
  display: block;
  padding: 15px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 769px) {
  body .minicart-wrapper .block-minicart .actions .secondary a.viewcart:hover {
    border-color: #545454;
    color: #545454;
    text-decoration: none;
  }
}
body .minicart-wrapper .block-minicart .actions .secondary a.delete {
  margin-right: 10px;
}
body .minicart-wrapper .block-minicart .actions .secondary a.delete:before {
  color: #cccccc;
}
body.opencart {
  position: relative;
  right: 400px;
  transition: all 0.3s;
}
body.opencart:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
body.opencart .block.block-minicart {
  display: block !important;
  right: 0;
  transition: all 0.3s;
}
.sections.nav-sections {
  margin-bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .sections.nav-sections {
    z-index: -1;
  }
}
.sections.nav-sections .section-item-title.nav-sections-item-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sections.nav-sections .navigation > ul > .level0.nav-1 > a.level-top {
  display: none;
}
.checkout-cart-index .sections.nav-sections .navigation > ul {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  div.sections.nav-sections .navigation > ul {
    margin-right: 15px;
  }
  div.sections.nav-sections .navigation > ul > li.level0.level-top > a.level-top {
    padding: 12px 0;
  }
  div.sections.nav-sections .navigation > ul > li.level0.level-top > a.level-top span {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .widget.block.block-static-block .cintillo-entrega {
    z-index: -1 !important;
  }
  .page-wrapper header.page-header div.header.content div.block.block-search .block.block-content:after {
    box-shadow: none !important;
  }
  .product-item-info.tt-suggestion.tt-selectable {
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 0px 12px 0 #ebebeb, 0 0px 0px 0 #ebebeb;
  }
}
.new-menu-brand {
  width: 12pc;
  text-align: right;
  position: relative;
}
.new-menu-brand a {
  color: #626366 !important;
  font-weight: 400;
  font-size: 14px;
}
.new-menu-brand a:hover {
  color: #ff8d6b !important;
}
.new-menu-brand:hover .sub-menu-brand {
  display: block;
}
.new-menu-brand .sub-menu-brand {
  position: absolute;
  background-color: #fff !important;
  padding: 0px 20px;
  border-radius: 15px;
  right: -33px;
  display: none;
  width: 14pc;
}
.new-menu-brand .sub-menu-brand p {
  text-align: left;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  margin: 0;
}
.new-menu-brand .sub-menu-brand p:last-child {
  border: none;
}
.new-menu-brand .sub-menu-brand a {
  padding: 0px !important;
}
.new-menu-brand .tag-brand {
  font-size: 10px;
  color: #fff;
  background-color: red;
  padding: 4px 5px 2px 5px;
  border-radius: 9px;
  position: absolute;
  left: 14px;
  top: 7px;
}
.new-menu-brand .title-menu-mobile {
  display: none;
}
.nav-sections-item-content > div {
  display: block;
}
@media screen and (max-width: 768px) {
  .new-menu-brand .tag-brand {
    display: none;
  }
  .new-menu-brand .sub-menu-brand {
    display: none !important;
  }
  .new-menu-brand .title-menu-mobile {
    display: block;
  }
  .new-menu-brand .title-menu-desktop {
    display: none;
  }
}
.block.newsletter {
  max-width: 355px !important;
  width: 100% !important;
}
.block.newsletter .form.subscribe {
  position: relative;
}
.block.newsletter .form.subscribe .newsletter .control:before {
  display: none;
}
.block.newsletter .form.subscribe input {
  border-radius: 5px;
  padding: 0 105px 0 20px;
  height: 42px;
}
.block.newsletter .form.subscribe .actions {
  position: absolute;
  padding: 4px;
  top: 0;
  right: 0;
  width: auto;
  vertical-align: middle;
}
.block.newsletter .form.subscribe .actions .action.subscribe {
  background: #ff8d6b;
  color: white;
  width: 100px;
  height: 34px;
  border-radius: 2px;
  font-size: 14px;
  border-radius: 3px;
  line-height: 1;
}
.block.newsletter .title {
  display: block;
  color: #626366;
  margin-top: 10px;
  margin-bottom: 30px;
}
.block.newsletter .title strong {
  font-size: 16px;
  font-weight: 500;
}
footer.page-footer {
  background: #ffffff;
  color: #ff8d6b;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  footer.page-footer {
    overflow: hidden;
    margin-top: 0;
  }
  footer.page-footer .footer.content {
    padding-top: 0;
  }
}
footer.page-footer > .footer {
  max-width: 1216px;
  padding: 25px 0 0;
}
footer.page-footer > .footer .footer_desk .footer-bonafont-b2c > div {
  display: inline-block;
  min-width: 240px;
}
footer.page-footer > .footer .footer_desk .footer-bonafont-b2c > div > p {
  font-size: 16px;
  font-weight: 500;
}
footer.page-footer > .footer .footer_desk .footer-bonafont-b2c > div ul p {
  font-size: 14px;
}
footer.page-footer > .footer .footer_desk .footer-bonafont-b2c > div ul a span {
  font-family: 'Roboto';
  color: #626366;
}
footer.page-footer > .footer .footer_desk .footer-bonafont-b2c > div ul i {
  padding-right: 10px;
  color: #a6a6a6;
}
footer.page-footer > .footer .footer_desk .footer-bonafont-b2c > div ul i.icon-youtube {
  padding-right: 5px;
}
footer.page-footer > .footer .footer_desk a,
footer.page-footer > .footer .footer_desk p {
  color: #626366;
}
footer.page-footer > .footer .footer_desk a {
  font-size: 14px;
}
footer.page-footer > .footer .footer_desk .widget > div > div {
  padding: 0;
}
footer.page-footer > .footer .footer_mobile {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  footer.page-footer > .footer {
    padding: 0;
  }
}
footer.page-footer .pagebuilder-column-group {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  footer.page-footer .pagebuilder-column-group .pagebuilder-column {
    position: relative;
    padding: 0 !important;
  }
  footer.page-footer .pagebuilder-column-group .pagebuilder-column:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #e6e6e6;
    width: 1000%;
    left: -20px;
    bottom: 0;
  }
}
footer.page-footer .pagebuilder-column-group .pagebuilder-column h3 {
  color: #545454;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
}
footer.page-footer .pagebuilder-column-group .pagebuilder-column .linkcontent a {
  cursor: pointer;
  margin: 15px 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.4rem;
  color: #808080;
  display: block;
}
@media only screen and (min-width: 769px) {
  footer.page-footer .pagebuilder-column-group .pagebuilder-column .linkcontent a:hover {
    color: #545454;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  footer.page-footer .pagebuilder-column-group .pagebuilder-column .linkcontent {
    max-height: 1px;
    float: left;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.3s;
    transition-delay: 0s;
  }
  footer.page-footer .pagebuilder-column-group .pagebuilder-column .linkcontent > div {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  footer.page-footer .pagebuilder-column-group .pagebuilder-column .linkopen {
    margin: 0;
    padding: 23px 0;
    position: relative;
    font-size: 1.4rem;
  }
  footer.page-footer .pagebuilder-column-group .pagebuilder-column .linkopen:before {
    content: "\e622";
    font-family: 'wolf-icons';
    float: right;
    color: #545454;
  }
}
@media only screen and (max-width: 767px) {
  footer.page-footer .pagebuilder-column-group .pagebuilder-column.active .linkcontent {
    max-height: 160px;
    transition: max-height 0.3s;
    transition-delay: 0s;
  }
  footer.page-footer .pagebuilder-column-group .pagebuilder-column.active .linkopen:before {
    content: "\e621";
  }
}
footer.page-footer .pagebuilder-column-group .pagebuilder-column.social {
  flex-direction: initial !important;
  flex-wrap: wrap;
}
footer.page-footer .pagebuilder-column-group .pagebuilder-column.social h3 {
  height: 20px;
  width: 100%;
}
footer.page-footer .pagebuilder-column-group .pagebuilder-column.social > div {
  width: 100%;
}
footer.page-footer .pagebuilder-column-group .pagebuilder-column.social > div a span {
  color: #545454;
}
footer.page-footer .pagebuilder-column-group .pagebuilder-column.social > div a span:before {
  font-size: 3rem;
}
footer.page-footer .pagebuilder-column-group .pagebuilder-column.social > div a:not(:last-child) {
  margin-right: 10%;
}
footer.page-footer .pagebuilder-column-group .pagebuilder-column.social > div a:hover {
  text-decoration: none;
}
footer.page-footer .pagebuilder-column-group .pagebuilder-column.social > div a:hover span:before {
  color: #949494;
}
.page-bottom {
  width: 100% !important;
  padding: 0;
  background: #ff8d6b;
  max-width: 100% !important;
}
.page-bottom .block-static-block {
  margin-bottom: 0;
}
.page-bottom .block-static-block .call-us-label {
  width: 100%;
  padding-top: 10px;
  color: white;
}
.page-bottom .block-static-block .footer.redes {
  text-align: right;
}
.page-bottom .block-static-block .footer.redes li {
  list-style: none;
  display: inline-block;
  color: #ffffff;
}
.page-bottom .block-static-block .footer.redes li a {
  font-size: 0;
}
.page-bottom .block-static-block .footer.redes li a.facebook {
  display: inline-block;
  text-decoration: none;
}
.page-bottom .block-static-block .footer.redes li a.facebook:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: #ffffff;
  content: '\e901';
  font-family: 'wolf-icons';
  margin: 0 15px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-bottom .block-static-block .footer.redes li a.twitter {
  display: inline-block;
  text-decoration: none;
}
.page-bottom .block-static-block .footer.redes li a.twitter:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: #ffffff;
  content: '\e903';
  font-family: 'wolf-icons';
  margin: 0 15px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-bottom .block-static-block .footer.redes li a.instagram {
  display: inline-block;
  text-decoration: none;
}
.page-bottom .block-static-block .footer.redes li a.instagram:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: #ffffff;
  content: '\e902';
  font-family: 'wolf-icons';
  margin: 0 15px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.copyright {
  background-color: white;
  border-top: 1px solid #cccccc;
  color: #8c8c8c;
  max-width: 1216px;
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
}
.copyright > span {
  width: 50%;
  float: left;
  text-align: left;
}
.copyright > div {
  width: 50%;
  float: right;
  text-align: right;
}
@media (max-width: 1185px) and (min-width: 769px) {
  .footer.content {
    padding: 0 20px;
  }
  .footer.content div.links {
    padding-right: 0;
    width: 60%;
  }
  .footer.content div.links .widget {
    float: left;
  }
  .footer.content div.links .footer-bonafont-b2c {
    display: flex;
  }
  footer .block.newsletter {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    margin-bottom: 15px;
  }
  footer.page-footer > .footer {
    padding: 0;
    border-top: none;
  }
  footer.page-footer > .footer .footer_desk {
    display: none !important;
  }
  footer.page-footer > .footer .footer_desk .footer-bonafont-b2c > div {
    min-width: 32%;
    max-width: 33%;
  }
  footer.page-footer > .footer .footer_mobile {
    display: block !important;
    padding: 0 !important;
    width: 100%;
  }
  footer.page-footer > .footer .footer_mobile .footer-bonafont-b2c > div {
    color: #626366;
    padding: 22px 20px 15px 25px;
    border-bottom: 1px solid #e6e6e6;
  }
  footer.page-footer > .footer .footer_mobile .footer-bonafont-b2c > div .accordion-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: 500;
  }
  footer.page-footer > .footer .footer_mobile .footer-bonafont-b2c > div .accordion-title::after {
    content: '\e622';
    font-family: 'wolf-icons';
    float: right;
  }
  footer.page-footer > .footer .footer_mobile .footer-bonafont-b2c > div .footer.links .nav {
    background: transparent;
    border: none;
    font-size: 14px;
  }
  footer.page-footer > .footer .footer_mobile .footer-bonafont-b2c > div .footer.links .nav a {
    font-size: 14px;
  }
  footer.page-footer > .footer .footer_mobile .footer-bonafont-b2c > div .allow.active .accordion-title::after {
    content: '\e621';
  }
  footer.page-footer > .footer .footer_mobile .footer-bonafont-b2c .foot-3 .links {
    text-align: left;
    vertical-align: top;
  }
  footer.page-footer > .footer .footer_mobile .footer-bonafont-b2c .foot-3 .links li {
    display: inline-block;
    padding: 0 25px;
  }
  footer.page-footer > .footer .footer_mobile .footer-bonafont-b2c .foot-3 .links li a {
    color: #ff8d6b !important;
    font-size: 20pt !important;
  }
  .block.newsletter {
    max-width: 100% !important;
    margin-bottom: 0;
    padding-top: 25px;
  }
  .block.newsletter .title {
    color: #626366;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .block.newsletter .title .sub-newsletter {
    display: block;
    text-align: center;
  }
  .block.newsletter .newsletter .control:before {
    display: none;
  }
  .block.newsletter .newsletter input {
    text-align: left;
    padding: 11px 110px 11px 15px !important;
    font-size: 1.3rem;
  }
  .block.newsletter .newsletter input:placeholder {
    text-align: center;
    color: #a6a6a6;
  }
  .block.newsletter .newsletter .actions .action.subscribe {
    height: 37px;
  }
  .copyright {
    border-top: none;
    color: #a6a6a6;
  }
  .copyright > span {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #2e2f33;
  }
  .copyright > div {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #2e2f33;
  }
  .page-bottom {
    display: none !important;
  }
}
body.page-with-filter .swatch-option-tooltip {
  display: none !important;
}
body.page-products .page-wrapper .columns .column.main .filter-active {
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  margin-bottom: 10px;
}
body.page-products .page-wrapper .columns .column.main .filter-active .state-item {
  margin: 10px 5px;
  background: none;
  display: flex;
  align-items: center;
}
body.page-products .page-wrapper .columns .column.main .filter-active .state-item .state-item-name {
  order: 1;
}
body.page-products .page-wrapper .columns .column.main .filter-active .state-item .state-item-remove {
  order: 0;
  margin-right: 5px;
}
body.page-products .page-wrapper .columns .column.main .filter-active .state-item .state-item-remove span:after {
  background: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin-bottom: 2px;
}
body.page-products .page-wrapper .columns .column.main .filter-active .filter-active-item-clear-all {
  margin-bottom: 2px;
}
@media only screen and (max-width: 769px) {
  body.page-products .page-wrapper .columns .column.main .filter-active {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  body.page-products .block-title.filter-title {
    display: block;
  }
  body.page-products .block-title.filter-title strong {
    background: transparent;
    border: 0;
    box-shadow: none;
    position: static;
    font-size: 1.6rem;
    font-weight: bold;
  }
  body.page-products .block-title.filter-title strong:before {
    display: none;
  }
}
body.page-products .block-subtitle,
body.page-products .filter-title {
  display: none;
}
body.page-products .filter-options-item-category ol.items li.item span.count {
  color: #a6a6a6 !important;
}
body.page-products .filter-options-item-category ol.items li.current {
  border: 0;
}
body.page-products .filter-content .filter-options-content .cantidad {
  background: none;
}
body.page-products .filter-content .filter-options-content .swatch-option-link-layered {
  display: inline-block;
  border: solid 2px #d5d5d5;
  border-radius: 5px;
  margin: 2px !important;
}
body.page-products .filter-content .filter-options-content .swatch-option-link-layered .swatch-option.text {
  background: none;
  border: none;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 10px;
  line-height: initial;
  height: auto;
}
body.page-products .filter-content .filter-options-content .swatch-option-link-layered .swatch-option.text:hover {
  border: none;
  outline: none;
}
body.page-products .filter-content .filter-options-content .swatch-option-link-layered:hover,
body.page-products .filter-content .filter-options-content .swatch-option-link-layered.active {
  border-color: #ff8d6b;
  color: #ff8d6b;
}
body.page-products .filter-content .filter-options-content .swissup-price-range-slider-container [name="price-range-slider"] {
  display: none;
}
body.page-products .filter-content .filter-options-content a:hover {
  background: transparent;
}
body.page-products .filter-content .filter-options-item {
  border: none;
  padding-bottom: 0;
  /*&.inactive .filter-options-content {
					    box-sizing: border-box;
					    max-height: initial;
					    transform: initial;
					}*/
}
body.page-products .filter-content .filter-options-item .filter-options-title {
  border-bottom: solid 1px #f0f0f0;
  padding-bottom: 10px;
}
body.page-products .filter-content .filter-options-item .filter-options-title:after {
  font-size: 10px;
}
body.page-products .filter-content .filter-options-item.active .filter-options-title {
  border-bottom: none;
  border-top: solid 1px #f0f0f0;
}
body.page-products .filter-content .filter-options-item.active .filter-options-content {
  margin-bottom: 10px;
}
body.page-products .filter-content .filter-options-item .filter-options-content .irs-grid {
  bottom: 5px;
}
body.page-products .filter-content .filter-options-item .filter-options-content .irs-grid .irs-grid-pol {
  display: none;
}
body.page-products .filter-content .filter-options-item .item {
  margin-bottom: 5px;
  padding: 0;
}
body.page-products .filter-content .filter-options-item .item .swissup-filter-item-checkbox .swissup-aln-content:after,
body.page-products .filter-content .filter-options-item .item .swissup-filter-item-checkbox .swissup-aln-content:before {
  border-radius: 2px;
}
body.page-products .filter-content .filter-options-item .item .swissup-filter-item-checkbox input:checked + div::before {
  border-color: #ffffff;
  height: 4px;
  width: 11px;
  top: 9px;
  left: 4px;
}
body.page-products .filter-content .filter-options-item .item .swissup-filter-item-checkbox input:checked + div::after {
  height: 18px;
  width: 18px;
  background: #ff8d6b;
  border: solid 1px #ff8d6b;
}
body.page-products .filter-content .filter-options-item .item a span {
  color: #2e2f33;
}
body.page-products .filter-content .filter-options-item .item .extra-controls {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.page-products .filter-content .filter-options-item .item .irs--big .irs-max {
  height: 20px;
  line-height: 20px;
}
body.page-products .filter-content .filter-options-item .item .irs--big .irs-from,
body.page-products .filter-content .filter-options-item .item .irs--big .irs-to,
body.page-products .filter-content .filter-options-item .item .irs--big .irs-single {
  height: 20px;
  line-height: 20px;
  background: transparent;
  font-weight: bold;
  color: #545454;
}
body.page-products .filter-content .filter-options-item .item .irs--big .irs-handle {
  border: 0;
  box-shadow: none;
  height: 10px;
  width: 10px;
  background: #ff8d6b;
  top: 34px;
}
body.page-products .filter-content .filter-options-item .item .irs--big .irs-bar {
  top: 38px;
  height: 2px;
  background: #ff8d6b;
  background-color: #ff8d6b;
  border: 0;
  box-shadow: none;
}
body.page-products .filter-content .filter-options-item .item .irs--big .irs-line {
  background: #ff8d6b;
  height: 4px;
  top: 37px;
  border-color: transparent;
  opacity: .3;
}
body.page-products .filter-content .filter-options-item .item .irs--big .irs-grid-text {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  body.page-products .page-wrapper .toolbar-sorter.sorter .sorter-action {
    display: none;
  }
  body.page-products .page-wrapper .toolbar-sorter.sorter select {
    width: 100px;
  }
  body.page-products .page-wrapper .columns {
    float: left;
    width: 100%;
    padding-top: 5px;
    z-index: 11;
  }
  body.page-products .page-wrapper .columns .sidebar-main .filter-content {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: scroll;
    display: none;
    padding-top: 75px;
  }
  body.page-products .page-wrapper .columns .sidebar-main .filter-options {
    display: block;
  }
  body.page-products.openfilters .page-wrapper header.page-header {
    z-index: 1;
  }
  body.page-products.openfilters .page-wrapper .btnfilter {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: #ff8d6b;
    padding: 0;
    border: 0;
    width: auto;
    z-index: 99999;
  }
  body.page-products.openfilters .page-wrapper .btnfilter .btnaction span {
    color: #2e2f33;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  body.page-products.openfilters .page-wrapper .btnfilter .btnaction span:last-child:after {
    content: "\e616";
    font-family: 'wolf-icons';
  }
  body.page-products.openfilters .page-wrapper .columns .sidebar-main .filter-content {
    display: block;
  }
}
.block-dashboard-info .block-content {
  display: block;
}
.account .page.messages {
  position: absolute;
  width: 100%;
}
.account .columns div.column.main {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 769px) {
  .account .columns div.column.main {
    margin-top: 43px;
  }
}
.account .columns div.column.main .page-title-wrapper {
  display: none;
}
.account .columns div.column.main .block {
  display: block;
  float: none;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.account .columns div.column.main .block .block-title {
  font-size: 1.6rem;
  float: left;
  width: 100%;
  text-align-last: left;
  margin: 30px 0 15px 0;
}
.account .columns div.column.main .block .block-content .box {
  border: 1px solid #e6e6e6;
  box-shadow: 0 3px 6px #e8e8e8;
  padding: 15px;
  border-radius: 3px;
}
.account .columns div.column.main .block .block-content .box strong span,
.account .columns div.column.main .block .block-content .box p,
.account .columns div.column.main .block .block-content .box a {
  font-size: 1.2rem;
}
@media only screen and (max-width: 769px) {
  .account .columns div.column.main .block.block-dashboard-addresses {
    margin-top: 20px;
  }
}
.account.customer-address-index .additional-addresses {
  float: left;
}
.account.customer-address-index .actions-toolbar {
  max-width: 800px;
  margin: 0 auto;
}
.account.customer-address-index .customer-addresses-toolbar {
  clear: both;
}
.account.customer-account-edit form#form-validate {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.account.customer-account-edit form#form-validate .info .legend,
.account.customer-account-edit form#form-validate .password .legend {
  margin: 29px 0 0 0;
}
.account.customer-account-edit form#form-validate .info .legend span,
.account.customer-account-edit form#form-validate .password .legend span {
  font-size: 1.6rem;
  font-weight: normal;
}
.account.customer-account-edit form#form-validate .info .field.choice,
.account.customer-account-edit form#form-validate .password .field.choice {
  float: left;
  margin: 15px 0 15px !important;
  clear: none;
}
.account.customer-account-edit form#form-validate .info .field.choice label,
.account.customer-account-edit form#form-validate .password .field.choice label {
  transform: none;
  left: 0;
}
.account.customer-account-edit form#form-validate .info .field.choice ~ .choice,
.account.customer-account-edit form#form-validate .password .field.choice ~ .choice {
  margin-left: 20px !important;
}
@media only screen and (max-width: 320px) {
  .account.customer-account-edit form#form-validate .info .field.choice ~ .choice,
  .account.customer-account-edit form#form-validate .password .field.choice ~ .choice {
    margin-left: 0 !important;
    width: 100%;
  }
}
.account.customer-account-edit form#form-validate .info .field.field-telephone,
.account.customer-account-edit form#form-validate .password .field.field-telephone {
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .account.sales-order-history .orders-history {
    margin-top: 18px;
  }
}
.account.sales-order-history .order-products-toolbar {
  padding: 0 10px;
}
.account.newsletter-manage-index form#form-validate {
  margin: auto;
  width: 100%;
  max-width: 800px;
}
.account.newsletter-manage-index form#form-validate .legend {
  margin: 30px 0 30px 0;
}
.account.newsletter-manage-index form#form-validate .legend span {
  font-size: 1.6rem;
  font-weight: normal;
}
.account.customer-address-form form#form-validate,
.account.customer-address-form form#custom-postcode-form {
  margin: auto;
  max-width: 800px;
  margin-top: 33px;
}
.account.customer-address-form form#form-validate fieldset,
.account.customer-address-form form#custom-postcode-form fieldset {
  float: left;
  width: 100%;
}
.account.customer-address-form form#form-validate fieldset .field-receptor_is_customer,
.account.customer-address-form form#custom-postcode-form fieldset .field-receptor_is_customer {
  height: 25px;
}
.account.customer-address-form form#form-validate fieldset .field-receptor_is_customer label,
.account.customer-address-form form#custom-postcode-form fieldset .field-receptor_is_customer label {
  left: 0;
}
.account.customer-address-form form#form-validate .google-maps-location,
.account.customer-address-form form#custom-postcode-form .google-maps-location {
  margin-bottom: 50px;
}
.account.customer-address-form form#form-validate .actions-toolbar .validate-coverage,
.account.customer-address-form form#custom-postcode-form .actions-toolbar .validate-coverage {
  padding: 10px;
  line-height: normal;
}
.account.customer-address-form .form-address-edit fieldset.fieldset .field.choice {
  display: block;
  clear: both;
}
.account.customer-address-form .form-address-edit fieldset.fieldset .field.choice.billing {
  margin-bottom: 15px;
  display: inline-block;
}
.account.customer-address-form .form-address-edit .entercp {
  margin-bottom: 0;
}
.account.customer-address-form .form-address-edit .entercp > .ticp {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.account.customer-address-form .form-address-edit .entercp .control {
  position: relative;
  padding-right: 70px;
}
.account.customer-address-form .form-address-edit .entercp .control button.primary,
.account.customer-address-form .form-address-edit .entercp .control .quote-details-items .actions-toolbar > .action.primary {
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px 10px;
}
.account.customer-address-form .form-address-edit .entercp #danger-zone span {
  color: #c70000;
}
.account.customer-address-form .form-address-edit .entercp ~ .message-warning {
  float: left;
  width: 100%;
  background: #fffdf4;
  padding: 10px;
}
.account.customer-address-form .form-address-edit .entercp ~ .message-warning span {
  font-weight: bold;
}
.account.sales-order-view .columns div.column.main .block-order-details-view,
.account.sales-order-invoice .columns div.column.main .block-order-details-view {
  max-width: none;
}
@media only screen and (min-width: 769px) {
  .account.sales-order-view .columns div.column.main .block-order-details-view .block-content > .box,
  .account.sales-order-invoice .columns div.column.main .block-order-details-view .block-content > .box {
    width: 23.5%;
  }
  .account.sales-order-view .columns div.column.main .block-order-details-view .block-content > .box:not(:last-child),
  .account.sales-order-invoice .columns div.column.main .block-order-details-view .block-content > .box:not(:last-child) {
    margin-right: 2%;
  }
}
.account.sales-order-view table.table-order-items tr.options-label {
  display: none !important;
}
.account #manual-form-message,
.account #try-postcode {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.account #manual-form-message p,
.account #try-postcode p {
  margin: 0;
}
.account #manual-form-message span.alink,
.account #try-postcode span.alink {
  margin-left: 5px;
  color: #ff8d6b;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .account #manual-form-message span.alink:hover,
  .account #try-postcode span.alink:hover {
    transition: all 0.3s;
    color: rgba(255, 141, 107, 0.6);
  }
}
.customer-account-create .block.social-login-authentication-channel.account-social-login div div,
.customer-account-login .block.social-login-authentication-channel.account-social-login div div {
  width: 100%;
  max-width: 1000px;
}
@media only screen and (min-width: 769px) {
  .customer-account-create .block.social-login-authentication-channel.account-social-login div div,
  .customer-account-login .block.social-login-authentication-channel.account-social-login div div {
    margin: 5px auto;
  }
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content {
  display: inline-block;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .customer-account-create .block.social-login-authentication-channel.account-social-login .block-content,
  .customer-account-login .block.social-login-authentication-channel.account-social-login .block-content {
    justify-content: space-between;
  }
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn .btn-social span.fa:before,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn .btn-social span.fa:before,
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn .btn-social span.fa:after,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn .btn-social span.fa:after {
  float: left;
  text-indent: 0;
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn .btn-social span.fa:after,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn .btn-social span.fa:after {
  font-family: 'Roboto';
  top: 50%;
  left: 30px;
  position: absolute;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block {
  padding: 10px 12px 10px 44px;
  text-indent: -99999%;
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block span,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block span {
  border-right: none;
  line-height: 42px;
  margin: 0 4px;
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-facebook,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-facebook {
  margin-top: 5px;
  background-color: #1877F2;
  width: 100%;
  border-color: transparent;
  box-shadow: 2px 2px 2px;
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-facebook span,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-facebook span {
  background: #ffffff;
  border-radius: 2px;
  width: 24px;
  height: 25px;
  margin: 7px;
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-facebook span:before,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-facebook span:before {
  color: #1877F2;
  font-size: 2rem;
  position: absolute;
  right: 5px;
  top: -4px;
  text-indent: 0;
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-facebook span:after,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-facebook span:after {
  content: "Facebook";
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-google,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-google {
  margin-top: 5px;
  background: #ffffff;
  color: #2e2f33;
  border: solid 1px #979799;
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-google span,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-google span {
  background-position: center;
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-google span:after,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-google span:after {
  content: "Google";
}
.customer-account-create .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-twitter span:after,
.customer-account-login .block.social-login-authentication-channel.account-social-login .block-content .social-btn a.btn-block.btn-twitter span:after {
  content: "Twitter";
}
.customer-account-create .page-main div.page-title-wrapper .page-title {
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-account-create .page-main div.page-title-wrapper .page-title:before {
  content: "\e627";
  font-family: 'wolf-icons';
  font-size: 2.5rem;
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ffeee9;
  line-height: 50px;
  font-weight: 100;
}
.customer-account-create .page-main .column.main {
  max-width: 800px;
  margin: auto;
  position: relative;
  /* .account-social-login{
                    float: right;
                    width: 100%;
                    box-shadow: @p-box-shadow;
                    padding: 20px 10px;
                    max-width: 350px;
                    &:before{
                        content: "También puedes crear tu cuenta con:";
                        font-size: 1.6rem;
                        font-weight: bold;
                        display: block;
                        text-align: center;
                        margin-bottom: 15px;
                    }
                    @media @mdmax{
                        order: 3;
                        margin: auto;
                    }
               }*/
}
@media only screen and (max-width: 768px) {
  .customer-account-create .page-main .column.main {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
.customer-account-create .page-main .column.main form {
  display: block;
  min-width: 400px;
  width: 100%;
  box-shadow: 0px 0px 15px 0 #e6e6e6;
  padding: 20px;
  max-width: 350px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .customer-account-create .page-main .column.main form {
    min-width: 100%;
    order: 1;
  }
}
.customer-account-create .page-main .column.main form .legend {
  text-align: center;
}
.customer-account-create .page-main .column.main form .legend span {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.customer-account-create .page-main .column.main form .fieldset {
  margin: 0;
}
.customer-account-create .page-main .column.main form .fieldset .field:not(.choice) {
  float: left;
  width: 100%;
}
.customer-account-create .page-main .column.main form .fieldset .field.choice {
  margin-left: 0;
}
.customer-account-create .page-main .column.main form .fieldset .field.choice.tyc {
  float: left;
  width: 100%;
  margin: 10px 0;
  margin-bottom: 30px;
}
.customer-account-create .page-main .column.main form .fieldset .field.choice.persistent {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.customer-account-create .page-main .column.main form .fieldset .field.choice.persistent .tooltip {
  margin-left: 10px;
}
.customer-account-create .page-main .column.main form .fieldset .field.choice.newsletter {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.customer-account-create .page-main .column.main .container-login {
  position: absolute;
  right: 0;
  width: 100%;
  padding: 20px 10px;
  max-width: 350px;
  top: 200px;
}
@media only screen and (max-width: 768px) {
  .customer-account-create .page-main .column.main .container-login {
    position: center;
    order: 2;
    margin: auto;
    margin-bottom: 40px;
  }
}
.customer-account-create .page-main .column.main .container-login span {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.customer-account-create .page-main .column.main .container-login a {
  height: 35px;
  background-color: #ffeee9;
  padding: 0 10px;
  line-height: 35px;
  display: block;
  border-radius: 4px;
  margin: auto;
  text-align: center;
  width: 40%;
}
@media only screen and (min-width: 769px) {
  .checkout-cart-index.nav-up .cart-summary._sticky {
    margin-top: 0 !important;
  }
}
.checkout-cart-index .page-main .page-title-wrapper {
  float: left;
  width: 100%;
}
.checkout-cart-index .page-main .page-title-wrapper h1.page-title {
  float: left;
  margin: 30px 0 15px 0;
  width: auto;
}
.checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.clear {
  display: inline-block !important;
}
.checkout-cart-index .page-main .cart-summary {
  padding-top: 0;
}
.checkout-cart-index .page-main .cart-summary > .title {
  font-size: 1.6rem;
  text-transform: none;
}
.checkout-cart-index .page-main .cart-summary .block.discount > .title {
  display: none;
}
.checkout-cart-index .page-main .cart-summary .block.discount > .content {
  display: block !important;
  padding: 0;
}
.checkout-cart-index .page-main .cart-summary .block.discount .fieldset.coupon {
  position: relative;
}
.checkout-cart-index .page-main .cart-summary .block.discount .fieldset.coupon > .field {
  margin: 0;
}
.checkout-cart-index .page-main .cart-summary .block.discount .fieldset.coupon button.action.apply,
.checkout-cart-index .page-main .cart-summary .block.discount .fieldset.coupon .quote-details-items .actions-toolbar > .action.action.apply {
  position: absolute;
  right: 4px;
  top: 3px;
  bottom: auto;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart {
    width: 61%;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart {
  overflow: hidden;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item {
  border: 0;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item:not(:last-child):after {
  content: "";
  display: block;
  width: 200%;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td {
  padding: 0 0 5px 0;
  position: static;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td .product-out-stock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c70000;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td .product-out-stock {
    font-size: 1.7rem;
    font-weight: bold;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td .product-item-name {
  font-size: 1.2rem;
  margin: 0;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td .item-options dt,
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td .item-options dd {
  font-size: 1.2rem;
  display: inline-block;
  float: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td .item-options dt {
  width: auto;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td .item-options dd {
  padding-left: 0;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td .price,
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td span.cart-price.unit {
  font-size: 1.2rem;
  font-weight: bold;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td.price,
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td.subtotal {
  padding: 0 10px;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td.col.qty,
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td.col.price,
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td.col.subtotal,
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td.col.msrp {
  box-sizing: border-box;
  display: revert;
  float: none;
  white-space: nowrap;
  width: auto;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td.col.qty:before,
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td.col.price:before,
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td.col.subtotal:before,
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr td.col.msrp:before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions {
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .actions-toolbar {
  float: left;
  margin-right: 15px;
  margin-top: 0;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .actions-toolbar > *:not(.action-delete) {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .actions-toolbar > .action-delete {
  position: static;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .actions-toolbar > .action-delete:before {
  color: #b1b1b1;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .actions-toolbar > .action-delete:hover::before {
  color: #ff8d6b;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty {
  float: left;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart {
  position: relative;
  width: 120px;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > div {
  height: 40px;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > div p.show-text-qty.qty {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > div input,
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > div p.show-text-qty.qty,
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > div p.item-show-text-qty.qty {
  height: 40px;
  border: 1px solid #ff8d6b;
  border-radius: 4px;
  padding: 0 45px;
  text-align: center;
  color: #2e2f33;
  width: 100%;
  line-height: 40px;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > div span {
  position: absolute;
  width: 35px;
  height: 40px;
  line-height: 40px;
  top: 0;
  z-index: 1;
  color: #ff8d6b;
  cursor: pointer;
  font-size: 3rem;
  font-family: monospace;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > div span:hover {
    background: #ff8d6b;
    color: #ffffff;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > div span.action-less {
  left: 0;
  border-radius: 4px 0 0 4px;
  line-height: 36px;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > div span.action-more {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > div span.action-more.disabled {
  opacity: 0.2;
  color: #000000 !important;
  pointer-events: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  color: #ff8d6b;
  background: #ffffff;
  padding: 0 10px;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.actions .field.qty .control.qty.add-to-cart > span {
    display: none;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.item-info td.col.item .product-item-photo {
  display: table-cell;
  max-width: 100%;
  padding-right: 20px;
  position: static;
  vertical-align: top;
  width: 1%;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.item-info td.col.item .product-item-details {
  display: table-cell;
  padding-bottom: 35px;
  vertical-align: top;
  white-space: normal;
  width: 99%;
}
.checkout-cart-index .page-main .cart-container .form-cart table.cart tbody.cart.item tr.item-info td.col.item .product-item-details .precio-descuento {
  font-size: 1.1rem;
  color: #229612;
}
.checkout-cart-index .page-main .cart-container .cart-summary {
  position: static;
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart-summary {
    width: 33%;
    margin-top: -44px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary strong.summary.title,
.checkout-cart-index .page-main .cart-container .cart-summary .block.shipping {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals {
  border: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals .totals [class*="totals"] {
  font-size: 1.2rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals .totals [class*="totals"] td span {
  font-weight: bold;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals .totals .grand.totals strong {
  font-size: 1.6rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals .totals .grand.totals th strong {
  font-weight: normal;
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout.methods button.primary,
.checkout-cart-index .page-main .cart-container .cart-summary .checkout.methods .quote-details-items .actions-toolbar > .action.primary {
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: none;
  padding: 10px;
}
.checkout-cart-index .page-main .cart-container .cart-gift-item,
.checkout-cart-index .page-main .cart-container .cart-discount {
  display: none;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.checkout-index-index {
  /*checkout*/
}
body.checkout-index-index.nav-up._has-modal .header.content {
  display: none;
}
body.checkout-index-index > .loading-mask {
  z-index: 99999;
  position: relative;
}
body.checkout-index-index .no-service {
  background: #fffdf4;
  padding: 10px;
  text-align: center;
}
body.checkout-index-index .no-service h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
body.checkout-index-index .no-service span {
  font-weight: bold;
}
body.checkout-index-index .entercp {
  position: relative;
  display: inline-block;
  max-width: 310px;
  margin: 20px auto;
  background: #e6e6e6;
  border-radius: 4px;
  width: 100%;
  padding: 5px 0;
}
body.checkout-index-index .entercp > label {
  font-size: 1.5rem;
  font-weight: bold;
  height: 100%;
  background: #e6e6e6;
  display: flex;
  align-items: center;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: 1;
  height: auto;
}
@media only screen and (max-width: 480px) {
  body.checkout-index-index .entercp > label {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  body.checkout-index-index .entercp > label {
    width: 50px;
    font-size: 1rem;
  }
}
body.checkout-index-index .entercp .control {
  position: relative;
}
body.checkout-index-index .entercp .control input[type="number"] {
  padding: 0 10px;
  height: 47px;
  text-align: center;
  width: 80px;
  margin-left: 133px;
  float: left;
  border-radius: 4px;
}
body.checkout-index-index .entercp .control input[type="number"]:focus,
body.checkout-index-index .entercp .control input[type="number"]:hover {
  border-color: #e6e6e6;
}
@media only screen and (max-width: 480px) {
  body.checkout-index-index .entercp .control input[type="number"] {
    margin-left: 117px;
  }
}
@media only screen and (max-width: 320px) {
  body.checkout-index-index .entercp .control input[type="number"] {
    margin-left: 63px;
  }
}
body.checkout-index-index .entercp .control button.action,
body.checkout-index-index .entercp .control .quote-details-items .actions-toolbar > .action.action {
  background: #ffeee9;
  position: absolute;
  right: 1px;
  top: -4px;
  color: #545454;
  height: 55px;
  width: 82px;
  border: 0;
}
body.checkout-index-index .entercp .control button.action:before,
body.checkout-index-index .entercp .control .quote-details-items .actions-toolbar > .action.action:before {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  background: #e6e6e6;
  top: 0;
  left: -15px;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .entercp .control button.action:hover,
  body.checkout-index-index .entercp .control .quote-details-items .actions-toolbar > .action.action:hover {
    background: #ff8d6b;
    color: #ffffff;
    border-color: #ff8d6b;
  }
}
body.checkout-index-index .entercp .field-error {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 10;
  text-align: center;
  width: 100%;
}
body.checkout-index-index .entercp ~ .msgs.address-review {
  float: left;
  width: 100%;
  background: #fffdf4;
  padding: 10px;
  margin-bottom: 20px;
}
body.checkout-index-index .entercp ~ .msgs.address-review span {
  font-weight: bold;
}
body.checkout-index-index .alternative-filling .nccp {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  float: left;
  width: 100%;
}
body.checkout-index-index .alternative-filling .nccp > span {
  margin: 0 5px;
  color: #ff8d6b;
  cursor: pointer;
  font-weight: bold;
}
body.checkout-index-index .alternative-filling .nccp > span:hover {
  text-decoration: underline;
}
body.checkout-index-index .alternative-filling .pruebacp {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
body.checkout-index-index .alternative-filling .pruebacp p {
  color: #ff8d6b;
  cursor: pointer;
  font-weight: bold;
}
body.checkout-index-index .alternative-filling .pruebacp p:hover {
  text-decoration: underline;
}
body.checkout-index-index .modals-wrapper {
  z-index: 99991;
}
body.checkout-index-index .modals-wrapper .modal-popup .modal-inner-wrap {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .modals-wrapper #shipping-new-address-form {
    margin-top: 20px;
  }
}
body.checkout-index-index .modals-wrapper #shipping-new-address-form .by-cp,
body.checkout-index-index .modals-wrapper #shipping-new-address-form .set-manually {
  float: left;
  width: 100%;
}
body.checkout-index-index .modals-wrapper #shipping-new-address-form .by-cp > .field,
body.checkout-index-index .modals-wrapper #shipping-new-address-form .set-manually > .field {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .by-cp > .field[name="shippingAddress.firstname"],
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .set-manually > .field[name="shippingAddress.firstname"],
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .by-cp > .field[name="shippingAddress.custom_attributes.exterior"],
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .set-manually > .field[name="shippingAddress.custom_attributes.exterior"],
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .by-cp > .field.admin__control-fields,
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .set-manually > .field.admin__control-fields {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .by-cp > .field[name="shippingAddress.lastname"],
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .set-manually > .field[name="shippingAddress.lastname"],
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .by-cp > .field[name="shippingAddress.custom_attributes.interior"],
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .set-manually > .field[name="shippingAddress.custom_attributes.interior"],
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .by-cp > .field[name="shippingAddress.postcode"],
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .set-manually > .field[name="shippingAddress.postcode"] {
    width: 48%;
    float: left;
  }
}
body.checkout-index-index .modals-wrapper #shipping-new-address-form .by-cp > .field[name="shippingAddress.postcode"] {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .modals-wrapper #shipping-new-address-form .by-cp > .field.street.admin__control-fields {
    width: 100%;
    margin-right: 0;
    float: left;
  }
}
body.checkout-index-index .modals-wrapper .new-shipping-address-container {
  max-width: 450px;
  float: left;
  width: 100%;
}
body.checkout-index-index .modals-wrapper .new-shipping-address-container h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
body.checkout-index-index .modals-wrapper .new-shipping-address-container p {
  text-align: center;
}
body.checkout-index-index .page-bottom {
  display: none;
}
body.checkout-index-index .page-main {
  max-width: 890px;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .page-main .column.main .opc-wrapper,
  body.checkout-index-index .page-main .column.main .opc-sidebar {
    width: calc((100% - 2%)/2);
  }
}
body.checkout-index-index header.page-header:after {
  display: none;
}
body.checkout-index-index .messages {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 999;
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index .messages {
    top: 67px;
    left: 0;
    top: 85px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  body.checkout-index-index .messages {
    top: 0;
  }
}
body.checkout-index-index .messages > div {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index .message > *:first-child:before {
    position: static;
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index.nav-up header.page-header {
    box-shadow: 0px -8px 12px 0 #000000;
  }
}
body.checkout-index-index.nav-up header.page-header div.header.content div.blk-logo a.logo {
  margin-bottom: 10px;
  max-width: 80px;
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index.nav-up .messages {
    top: 67px;
  }
}
body.checkout-index-index div#giftcardaccount-placer {
  display: none !important;
}
body.checkout-index-index form select {
  background: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
}
@media only screen and (max-width: 767px) {
  body.checkout-index-index .page-wrapper main.page-main {
    padding: 0;
  }
  body.checkout-index-index .page-wrapper main.page-main .opc-estimated-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    background: #ffffff;
    color: #ff8d6b;
  }
  body.checkout-index-index .page-wrapper main.page-main .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
  body.checkout-index-index .page-wrapper main.page-main .opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:before {
    color: #ff8d6b;
  }
  body.checkout-index-index .page-wrapper main.page-main .action.showcart:before {
    font-size: 25px !important;
  }
  body.checkout-index-index .page-wrapper main.page-main .action.showcart > .counter.qty > span.counter-number {
    left: 15px !important;
    top: -3px !important;
  }
  body.checkout-index-index aside.modal-custom.opc-sidebar .action-close {
    padding: 1.1rem 2rem;
    margin: 0;
  }
  body.checkout-index-index aside.modal-custom.opc-sidebar .action-close:before {
    font-size: 14px;
    line-height: 21px;
  }
}
body.checkout-index-index div#header-my-account {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  body.checkout-index-index .modals-wrapper .modal-popup._show .modal-inner-wrap {
    width: 100%;
  }
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address {
  max-width: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address #summa-google-maps-messages {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address {
    display: flex;
    flex-wrap: wrap;
  }
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field.admin__control-fields {
  width: 100%;
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field.admin__control-fields .field.additional {
  display: none;
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field [type='checkbox'] {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field input[type='checkbox'] + label {
  position: relative;
  float: left;
  line-height: 15px;
  padding-left: 20px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
  pointer-events: initial;
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field input[type='checkbox'] + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #ff8d6b;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field input[type='checkbox']:checked + label:after {
  border: 1px solid #ff8d6b;
  background: #ff8d6b;
  animation: fxbg 200ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field input[type='checkbox']:checked + label:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkarrow 25ms 0.2s cubic-bezier(0.4, 0, 0.23, 1) forwards;
  z-index: 2;
  box-sizing: content-box;
}
@keyframes fxbg {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes checkarrow {
  0% {
    width: 0;
    height: 0;
    border-color: #ffffff;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 1px;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 3px;
    height: 7px;
    border-color: #ffffff;
    transform: translate3d(0, -12px, 0) rotate(45deg);
  }
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field legend.label {
  margin: 0;
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field.coverage,
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field.receptor_is_customer {
  width: 100%;
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field.receptor_is_customer {
  margin-top: 40px;
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field[name="shippingAddress.telephone"] .control input.input-text {
  float: left;
  margin-right: 10px;
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field.street.admin__control-fields > legend span {
  font-size: 1.2rem;
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field[name="shippingAddress.custom_attributes.receptor_is_customer"] {
  margin-bottom: 20px;
}
body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .field[name="shippingAddress.custom_attributes.receptor_is_customer"] > label {
  display: none;
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address > div.field:not(.choice),
  body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .street .control > .additional {
    width: calc((100% - 2%)/2);
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
  }
  body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address > div.field:not(.choice) ~ .additional,
  body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .street .control > .additional ~ .additional {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index .modals-wrapper .modal-popup .form-shipping-address .fieldset.address .street .control > .field._required {
    margin: 0;
  }
}
body.checkout-index-index .page-wrapper header.page-header {
  border: 0;
  background-color: transparent;
}
body.checkout-index-index .page-wrapper header.page-header:before {
  display: none;
}
body.checkout-index-index .page-wrapper header.page-header div.header.content {
  padding: 0;
  height: 70px;
}
body.checkout-index-index .page-wrapper header.page-header div.header.content .blk-logo {
  position: static;
  transform: none;
  width: auto;
  margin: auto;
}
body.checkout-index-index .page-wrapper header.page-header div.header.content .blk-logo a.logo {
  pointer-events: none;
  max-width: 100px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper header.page-header div.header.content .blk-logo a.logo {
    margin: 10px auto 0;
  }
}
body.checkout-index-index .page-wrapper header.page-header div.header.content .header-middle-sections.inline-sections {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.checkout-index-index .page-wrapper header.page-header .header-sticky-container {
  background-color: transparent;
  border: 0;
}
body.checkout-index-index .page-wrapper header.page-header.sticky .header-sticky-container {
  position: static;
}
body.checkout-index-index .page-wrapper .opc-wrapper [type='checkbox'] {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
body.checkout-index-index .page-wrapper .opc-wrapper input[type='checkbox'] + label {
  position: relative;
  float: left;
  line-height: 15px;
  padding-left: 20px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
  pointer-events: initial;
}
body.checkout-index-index .page-wrapper .opc-wrapper input[type='checkbox'] + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #ff8d6b;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
body.checkout-index-index .page-wrapper .opc-wrapper input[type='checkbox']:checked + label:after {
  border: 1px solid #ff8d6b;
  background: #ff8d6b;
  animation: fxbg 200ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
body.checkout-index-index .page-wrapper .opc-wrapper input[type='checkbox']:checked + label:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkarrow 25ms 0.2s cubic-bezier(0.4, 0, 0.23, 1) forwards;
  z-index: 2;
  box-sizing: content-box;
}
@keyframes fxbg {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes checkarrow {
  0% {
    width: 0;
    height: 0;
    border-color: #ffffff;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 1px;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 3px;
    height: 7px;
    border-color: #ffffff;
    transform: translate3d(0, -12px, 0) rotate(45deg);
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper [type='radio'] {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
body.checkout-index-index .page-wrapper .opc-wrapper input[type='radio'] + label {
  position: relative;
  float: left;
  height: 15px;
  line-height: 15px;
  padding-left: 30px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
}
body.checkout-index-index .page-wrapper .opc-wrapper input[type='radio'] + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #ff8d6b;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
body.checkout-index-index .page-wrapper .opc-wrapper input[type='radio']:checked + label:after {
  border: 1px solid #ff8d6b;
  background: #ff8d6b;
  animation: rfxbg 200ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
body.checkout-index-index .page-wrapper .opc-wrapper input[type='radio']:checked + label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  animation: rcheckarrow 0.2s;
  z-index: 2;
  height: 5px;
  width: 5px;
  background: #ffffff;
  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.checkout-index-index .page-wrapper .opc-wrapper div.step-title {
  font-size: 1.4rem;
  font-weight: bold;
  border: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .checkout-billing-address {
  display: none;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items:before {
  display: none;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-item {
  padding: 0 0 0 30px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-item:before {
  background-color: #e8e8e8;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-item .shipping-address-info {
  color: #2dc876;
  font-size: 1.1rem;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-edit-action .edit-address-link {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #999999;
  border-radius: 100%;
  line-height: 28px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-edit-action .edit-address-link:hover {
    border-color: #ff8d6b;
  }
  body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-edit-action .edit-address-link:hover .icon-uniE601:before {
    color: #ff8d6b;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-edit-action .edit-address-link .icon-uniE601:before {
  color: #999999;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-edit-action .edit-address-link .icon-uniE601 ~ span {
  display: none;
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index .page-wrapper .opc-wrapper {
    width: 70%;
    padding-right: 0;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .action-select-shipping-item {
  font-size: 1.2rem;
  padding: 5px 10px;
  border: 0;
  color: #ff8d6b;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
@media only screen and (max-width: 769px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .action-select-shipping-item {
    position: relative;
    bottom: initial;
    right: initial;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper span.no-coverage {
  padding: 5px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 20px 0;
  float: left;
  width: 100%;
  text-align: center;
  max-width: 120px;
  clear: both;
  line-height: 1;
  border-radius: 50px;
  font-size: 1rem;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc-payment .payment-method-title label {
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc > li {
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address {
  padding: 0;
  border: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-title {
  display: block;
  font-size: 1.5rem;
  margin-top: 0;
  font-weight: bold;
  padding: 0;
  margin-bottom: 8px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content {
  box-shadow: 0px 0px 15px 0 #e6e6e6;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 65px;
  position: relative;
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp > .field {
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp > .field[name="shippingAddress.postcode"] {
  display: none;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp > .field[name="shippingAddress.custom_attributes.receptor_is_customer"] {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp > .field[name="shippingAddress.custom_attributes.receptor_is_customer"] > label {
  display: none;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp > .field[name="shippingAddress.custom_attributes.receptor_details"] {
  float: left;
  width: 100%;
  margin-top: 10px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp > .field.admin__control-fields .control .field {
  margin-bottom: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp > .field.admin__control-fields .control .additional {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp > .field[name="shippingAddress.firstname"],
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp > .field[name="shippingAddress.custom_attributes.exterior"] {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp > .field[name="shippingAddress.lastname"],
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp > .field[name="shippingAddress.custom_attributes.interior"] {
    width: 48%;
    float: left;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .by-cp .actions-toolbar {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually {
  margin-bottom: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field {
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field[name="shippingAddress.custom_attributes.receptor_is_customer"] {
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field[name="shippingAddress.custom_attributes.receptor_is_customer"] > label {
  display: none;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field[name="shippingAddress.custom_attributes.receptor_details"] {
  float: left;
  width: 100%;
  margin-top: 10px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field.admin__control-fields .control .field {
  margin-bottom: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field.admin__control-fields .control .additional {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field[name="shippingAddress.firstname"],
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field[name="shippingAddress.custom_attributes.exterior"],
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field.admin__control-fields {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field[name="shippingAddress.lastname"],
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field[name="shippingAddress.custom_attributes.interior"],
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .field[name="shippingAddress.postcode"] {
    width: 48%;
    float: left;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form .set-manually .actions-toolbar {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset {
  margin-top: 10px;
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset .field.isvalid {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset .field.savedir {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset .field.savedir h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset .field.savedir .actions-toolbar {
  margin-left: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset .field.savedir .actions-toolbar button.action,
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset .field.savedir .actions-toolbar .quote-details-items .actions-toolbar > .action.action {
  font-size: 1.2rem;
  font-weight: 200;
  padding: 5px 10px;
  border: 0;
  color: #ff8d6b;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset .field.savedir .actions-toolbar button.action:hover,
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset .field.savedir .actions-toolbar .quote-details-items .actions-toolbar > .action.action:hover {
  color: #ffffff;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > span.alert {
  float: left;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > div,
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > fieldset.field {
  display: block;
  float: left;
  width: 100%;
  max-width: none;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > div .control,
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > fieldset.field .control {
  display: block;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > div .control .input-text,
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > fieldset.field .control .input-text {
  max-width: none;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > div .control._with-tooltip input,
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > fieldset.field .control._with-tooltip input {
  padding-right: 30px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > div .control._with-tooltip select,
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > fieldset.field .control._with-tooltip select {
  width: calc(100% - 39px);
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > div .control._with-tooltip .field-tooltip,
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > fieldset.field .control._with-tooltip .field-tooltip {
  right: 5px;
  top: 7px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > fieldset.field > .control .field._required {
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content #shipping-new-address-form.fieldset > fieldset.field > .control .field.additional ~ .additional {
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-shipping-address-container {
  max-width: 450px;
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-shipping-address-container h1 {
  font-size: 1.8rem;
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-shipping-address-container p {
  text-align: center;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-shipping-address-container .sincobertura.sindireccion > div h1 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-shipping-address-container .sincobertura.sindireccion > div .cp-sc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-shipping-address-container .sincobertura.sindireccion > div .cp-sc > * {
  margin: 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-shipping-address-container .sincobertura.sindireccion > div > .control {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-shipping-address-container .sincobertura.sindireccion > div > .field.choice {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-shipping-address-container .sincobertura.sindireccion > div > .actions-toolbar {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-shipping-address-container .sincobertura.sindireccion > div .color-error {
  color: #ff040c;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-shipping-address-container .sincobertura.sindireccion > div .filed-error {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form-shipping-address {
  max-width: none;
  margin: 0;
  float: left;
  width: 100%;
  background: #ffffff;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form-shipping-address .fieldset .field {
  padding-right: 0 !important;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form-shipping-address .fieldset .field:nth-child(11),
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form-shipping-address .fieldset .field:nth-child(16) {
    margin-right: 0;
  }
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form-shipping-address .fieldset .field:nth-child(12),
  body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form-shipping-address .fieldset .field:nth-child(17) {
    margin-left: 0;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form-shipping-address .fieldset .field.eta-container {
  font-size: 1.4rem;
  padding: 0 10px;
  margin-left: 5px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form-shipping-address .fieldset .field.coverage .control .choice,
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .form-shipping-address .fieldset .field.receptor_is_customer .control .choice {
  margin: 10px 0 0 0 !important;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-address-popup {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  text-align: center;
  z-index: 5;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-address-popup button,
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-address-popup .quote-details-items .actions-toolbar > .action {
  margin: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-address-popup .action-show-popup {
  font-size: 1.3rem;
  font-weight: 200;
  padding: 5px 10px;
  border: 0;
  color: #ff8d6b;
  font-weight: 500;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc .checkout-shipping-address .step-content .new-address-popup .action-show-popup:hover {
  color: #ffb49e;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method {
  border: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-title {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .actions-toolbar .action.primary {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: none;
  padding: 10px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method #checkout-step-shipping_method {
  box-shadow: 0px 0px 15px 0 #e6e6e6;
  border-radius: 4px;
  padding: 10px;
  margin: 0;
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .table-checkout-shipping-method {
  display: block;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .table-checkout-shipping-method tbody tr td {
  border: 0;
  vertical-align: middle;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .table-checkout-shipping-method tbody tr td.col-method label span {
  display: none;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .container-continue-next {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .container-continue-next {
    flex-wrap: wrap;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .container-continue-next > div {
  display: inline-block;
  vertical-align: middle;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .container-continue-next > div.continue-shopping {
  width: 18%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .container-continue-next > div.continue-shopping {
    width: 100%;
    justify-content: center;
    order: 2;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .container-continue-next > div.continue-shopping span:before {
  color: #ff8d6b;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .container-continue-next > div.continue-shopping a {
  white-space: nowrap;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .container-continue-next > div.actions-toolbar {
  width: 81%;
}
@media only screen and (max-width: 767px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .container-continue-next > div.actions-toolbar {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .container-continue-next > div.actions-toolbar button.button,
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .container-continue-next > div.actions-toolbar .quote-details-items .actions-toolbar > .action.button {
    margin: 0 15px;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content form.methods-shipping .message.notice {
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content .container-continue-next .continue-shopping a.continue_shopping_url:hover {
  color: #666666;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content #metodo_entrega .shipping-method [for="ship-method"] {
  color: #2dc876;
  font-style: italic;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content #metodo_entrega .shipping-method [for="ship-method"] ~ p {
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content #metodo_entrega .shipping-method .blks {
  float: left;
  width: 100%;
  padding: 0 10px 0 30px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content #metodo_entrega .shipping-method .blks p {
  display: flex;
  flex-direction: column;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-content #metodo_entrega .shipping-method .blks p:first-child {
  margin-right: 15px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li .step-content h1 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li .step-content > div:not(:last-child) {
  margin-bottom: 10px;
  margin: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li .step-content > div .subtit {
  font-size: 1.5rem;
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li .step-content > div .subtit ~ div {
  box-shadow: 0px 0px 15px 0 #e6e6e6;
  border-radius: 4px;
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li .step-content > div .subtit ~ div i {
  font-size: 1.1rem;
  color: #2dc876;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method {
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 769px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .payment-option {
    margin: 0;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method [for="mercadopago_custom"] {
  margin-bottom: 20px;
  display: inline-block;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method [for="mercadopago_custom"] img {
  margin-left: 15px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .payment-option-title {
  border: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .payment-option-title .action-toggle {
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .payment-option-title .action-toggle:after {
  color: #ff8d6b;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .payment-option-content .form-discount {
  max-width: 230px;
  display: flex;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  height: 43px;
  background: #ffeee9;
  color: #ff8d6b;
  border: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .payment-option-content .form-discount .payment-option-inner {
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .payment-option-content .form-discount .payment-option-inner .control input.input-text {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
@media only screen and (max-width: 769px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .fieldset {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment #co-transparent-form {
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment #co-transparent-form .field {
  font-family: 'Roboto';
  float: left;
  margin-bottom: 10px;
  width: 100%;
  margin-left: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment #co-transparent-form .field label {
  position: relative;
  padding: 0;
  margin: 0;
  transform: initial;
  left: 0;
}
@media only screen and (max-width: 769px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment #co-transparent-form .field input {
    width: 100%;
  }
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment #co-transparent-form .field.date .control .fields.group-2 {
    box-sizing: border-box;
  }
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment #co-transparent-form .field.date .control .fields.group-2 .field {
    width: 50% !important;
  }
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment #co-transparent-form .field.date .control .fields.group-2 .field select {
    width: 100%;
  }
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment #co-transparent-form .field.date .control .fields.group-2 .field.year select {
    width: 50% !important;
  }
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment #co-transparent-form .field.cvv ._with-tooltip input {
    width: 50% !important;
  }
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment #co-transparent-form .field.cvv ._with-tooltip .field-tooltip {
    left: 90%;
    width: 25px;
    top: 5px;
  }
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment #co-transparent-form .field.cvv .gw-proxy-securityCode {
    max-width: 100%;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .step-title {
  display: block;
  font-size: 1.5rem;
  margin-top: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods {
    margin: 0;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-group {
  position: relative;
  box-shadow: 0px 0px 15px 0 #e6e6e6;
  margin-top: 10px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-group .step-title {
  position: absolute;
  left: 0;
  top: -30px;
  margin: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title {
  padding: 25px 20px;
  float: left;
  width: 100%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title .class-custom-banner-checkout {
  margin-left: 10px;
  float: right;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #mercadopago-form .mp-box-inputs.mp-line > .mp-box-inputs.mp-col-50 {
  width: 48%;
  margin-right: 4%;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-content #mercadopago-form .mp-box-inputs.mp-line > .mp-box-inputs.mp-col-50 ~ .mp-box-inputs.mp-col-50 {
  margin-right: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .form .field label {
  position: relative;
  background: none;
  padding: 5px 0 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-group .payment-method .form .field input {
  font-family: 'Roboto';
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-group .billing-address-details {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-group .actions-toolbar {
    padding-right: 25px;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-group #loading_iframes {
  margin-bottom: 20px;
  display: block;
  clear: both;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-method label[for="checkmo"] span,
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-method label[for="tns_hpf"] span {
  display: flex;
  align-items: center;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-method label[for="checkmo"] span:before,
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-method label[for="tns_hpf"] span:before {
  content: "\e918";
  font-family: 'wolf-icons';
  font-size: 2rem;
  color: #626366;
  margin-right: 5px;
  font-weight: normal;
}
body.checkout-index-index .page-wrapper .opc-wrapper .opc li.checkout-payment-method .opc-payment .payment-methods .payment-method label[for="tns_hpf"] span:before {
  content: "\e919";
  font-size: 3rem;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item {
  border: 0;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item.disabled {
  opacity: .3;
  pointer-events: none;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item button.action-select-shipping-item,
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item .quote-details-items .actions-toolbar > .action.action-select-shipping-item {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 10;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item button.action-select-shipping-item span,
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item .quote-details-items .actions-toolbar > .action.action-select-shipping-item span {
  display: none;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item:before {
  content: "\25CF";
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 2px solid #ff8d6b;
  float: left;
  display: block !important;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: transparent;
  font-size: 1.8rem;
  text-align: center;
  line-height: 12px;
  text-indent: 0;
  color: #ffffff;
  background: transparent !important;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item:before {
    text-indent: 0;
  }
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item.selected-item:after {
  display: none;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item.selected-item:before {
  color: #ff8d6b;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item.selected-item .shipping-address-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
body.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-item.selected-item .shipping-address-info:before {
  content: '\e610';
  font-family: 'wolf-icons';
  font-size: 1.2rem;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  padding: 5px;
  border-radius: 100%;
  background: transparent;
  color: #2dc876;
  border: 1px solid #2dc876;
  position: static;
  margin-right: 5px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index .page-wrapper .opc-sidebar {
    margin-top: 0;
    margin-left: 2%;
    width: 28%;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    border: 0;
    box-shadow: none;
  }
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary {
  padding: 0;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart > .title:after {
  display: none;
}
@media only screen and (min-width: 769px) {
  body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .content.minicart-items {
    display: block !important;
  }
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary span.title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding-bottom: 3px !important;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart {
  box-shadow: 0px 0px 15px 0 #e6e6e6;
  border-radius: 4px;
  padding: 15px;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart .title {
  border: 0 !important;
  display: none;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart .title strong span {
  color: #ff8d6b;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart li.product-item {
  border-bottom: 0 !important;
  border-color: #e6e6e6;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart li.product-item .product-item-name {
  color: #545454;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart li.product-item span.price {
  font-size: 1.3rem;
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart li.product-item .details-qty {
  display: none;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart > [data-role="collapsible"] .action-toggle {
  float: left;
  width: 100%;
  cursor: pointer;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart > [data-role="collapsible"] .action-toggle .icon-uniE622 {
  float: right;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart > [data-role="collapsible"] .action-toggle .icon-uniE622 ~ span {
  font-weight: bold;
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart > [data-role="collapsible"] .action-toggle .icon-uniE622:before {
  transform: rotate(0deg);
  transition: 0.3s;
  float: left;
}
@media only screen and (min-width: 768px) {
  body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart > [data-role="collapsible"] .action-toggle:hover .icon-uniE622:before {
    color: #ff8d6b;
  }
}
body.checkout-index-index .page-wrapper .opc-sidebar .opc-block-summary .items-in-cart > [data-role="collapsible"][aria-expanded="true"] .action-toggle .icon-uniE622:before {
  transform: rotate(180deg);
  transition: 0.3s;
}
body.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content div.opc-block-summary {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
body.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content div.opc-block-summary .minicart-items-wrapper {
  max-height: none;
}
body.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content div.opc-block-summary .table-totals {
  border-top: 0;
  color: #545454;
  font-weight: 500;
}
body.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content div.opc-block-summary .table-totals tbody {
  background: #ffffff;
}
body.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content div.opc-block-summary .table-totals tbody tr {
  margin-left: -20px;
  float: left;
  width: calc(100% + 40px);
  display: flex;
  justify-content: space-between;
  border-top: 0;
  align-items: center;
}
body.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content div.opc-block-summary .table-totals tbody tr td,
body.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content div.opc-block-summary .table-totals tbody tr th {
  font-size: 1.5rem;
  font-weight: 500;
  border: 0;
  padding: 10px 30px;
}
body.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content div.opc-block-summary .table-totals tbody tr.totals.sub td,
body.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content div.opc-block-summary .table-totals tbody tr.totals.sub th {
  border-top: 0;
}
body.checkout-index-index .page-wrapper .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content div.opc-block-summary .product-item-details {
  padding-left: 125px;
}
body.checkout-index-index .page-wrapper .opc-block-shipping-information .shipping-information .ship-to {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.checkout-index-index .page-wrapper .opc-estimated-wrapper {
  margin-top: 0;
  clear: both;
}
body.checkout-index-index .page-wrapper .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
body.checkout-index-index .page-wrapper .opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:before {
  overflow: initial;
}
body.checkout-index-index .block.newsletter,
body.checkout-index-index small.copyright {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-index-index .page-wrapper .opc-wrapper .shipping-address-items .shipping-address-item {
  height: 145px;
  overflow: hidden;
}
@media only screen and (max-width: 1022px) {
  .checkout-index-index .page-wrapper .opc-estimated-wrapper {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 0;
  }
  .checkout-index-index .page-wrapper .opc-estimated-wrapper .estimated-block {
    display: flex;
    align-items: center;
  }
  .checkout-index-index .page-wrapper .opc-estimated-wrapper .estimated-block > span {
    margin: 0;
    font-size: 1.6rem;
    font-weight: normal;
    color: #ff8d6b;
  }
  .checkout-index-index .page-wrapper .opc-estimated-wrapper .estimated-block .estimated-label {
    margin-right: 5%;
    white-space: nowrap;
    color: #000000;
  }
  .checkout-index-index .page-wrapper span.action.nav-toggle {
    display: none;
  }
}
.checkout-index-index .page-wrapper ul.opc-progress-bar {
  display: flex !important;
  margin-top: 25px;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .checkout-index-index .page-wrapper ul.opc-progress-bar {
    width: 100%;
  }
}
@media only screen and (max-width: 787px) {
  .checkout-index-index .page-wrapper ul.opc-progress-bar {
    margin-top: 20px;
    counter-reset: i;
  }
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item {
  width: 100%;
  max-width: 185px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 1022px) {
  .checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item {
    margin: 0 -2px;
  }
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item:before {
  content: '';
  height: 3px;
  border: 0;
  background: #ffeee9;
  content: "";
  display: block;
  top: 35px;
  left: 0;
  position: absolute;
  width: 100%;
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item > span {
  color: #999999;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  padding-top: 10px;
  width: auto;
  float: left;
  margin-left: 50px;
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item > span:before {
  content: '';
  border: 0;
  height: 24px;
  width: 24px;
  top: 7px;
  left: 10px;
  background: #ffeee9;
  margin-left: 0;
  border-radius: 100%;
  position: absolute;
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item > span:after {
  content: counter(i);
  left: 12px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border: 0;
  top: 9px;
  font-family: sans-serif;
  margin-left: 0;
  counter-increment: i;
  border-radius: 100%;
  position: absolute;
  font-size: 1.2rem;
  font-weight: normal;
  background: #ffeee9;
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item._active {
  background: transparent;
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item._active:before {
  background: #ff8d6b;
  height: 3px;
  border: 0;
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item._active span:before {
  background: #ff8d6b;
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item._active span:after {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.2rem;
  background: #ff8d6b;
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item._complete:before {
  background: #ff8d6b;
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item._complete span:after {
  content: '\e610';
  font-family: 'wolf-icons';
  border-color: #ff8d6b;
  color: #ffffff;
  font-size: 1rem;
  line-height: 20px;
  background: #ff8d6b;
}
.checkout-index-index .page-wrapper ul.opc-progress-bar li.opc-progress-bar-item._complete span:before {
  background: #ff8d6b;
}
.checkout-onepage-success .page-bottom,
.checkout-cart-success .page-bottom,
.mercadopago_core-checkout-page .page-bottom,
.checkout-onepage-success .page-footer,
.checkout-cart-success .page-footer,
.mercadopago_core-checkout-page .page-footer {
  display: none;
}
.checkout-onepage-success .page-title-wrapper,
.checkout-cart-success .page-title-wrapper,
.mercadopago_core-checkout-page .page-title-wrapper {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.checkout-onepage-success .page-title-wrapper a.action.print,
.checkout-cart-success .page-title-wrapper a.action.print,
.mercadopago_core-checkout-page .page-title-wrapper a.action.print {
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-onepage-success .page-title-wrapper span.base,
.checkout-cart-success .page-title-wrapper span.base,
.mercadopago_core-checkout-page .page-title-wrapper span.base {
  white-space: nowrap;
  font-size: 2rem !important;
  font-weight: 500;
}
.checkout-onepage-success .checkout-success,
.checkout-cart-success .checkout-success,
.mercadopago_core-checkout-page .checkout-success {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.checkout-onepage-success .checkout-success .page-title-wrapper,
.checkout-cart-success .checkout-success .page-title-wrapper,
.mercadopago_core-checkout-page .checkout-success .page-title-wrapper {
  width: 50%;
  margin: auto;
}
.checkout-onepage-success .checkout-success .page-title-wrapper .page-title,
.checkout-cart-success .checkout-success .page-title-wrapper .page-title,
.mercadopago_core-checkout-page .checkout-success .page-title-wrapper .page-title {
  display: none;
}
@media only screen and (max-width: 769px) {
  .checkout-onepage-success .checkout-success .page-title-wrapper,
  .checkout-cart-success .checkout-success .page-title-wrapper,
  .mercadopago_core-checkout-page .checkout-success .page-title-wrapper {
    width: 100%;
  }
}
.checkout-onepage-success .checkout-success .circle,
.checkout-cart-success .checkout-success .circle,
.mercadopago_core-checkout-page .checkout-success .circle {
  width: 400px;
  height: 190px;
  background-color: #ff8d6b;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top: 0;
  position: absolute;
  top: -20px;
  opacity: .2;
  z-index: -1;
  margin: auto;
}
.checkout-onepage-success .checkout-success .image_left,
.checkout-cart-success .checkout-success .image_left,
.mercadopago_core-checkout-page .checkout-success .image_left {
  background: url("../images/phone_succes.png") no-repeat;
  width: 100%;
  height: 480px;
  background-position: 50%;
  background-size: 100%;
  max-width: 300px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .checkout-onepage-success .checkout-success .image_left,
  .checkout-cart-success .checkout-success .image_left,
  .mercadopago_core-checkout-page .checkout-success .image_left {
    height: 340px;
  }
}
.checkout-onepage-success .checkout-success .info_bottom,
.checkout-cart-success .checkout-success .info_bottom,
.mercadopago_core-checkout-page .checkout-success .info_bottom {
  width: 100%;
  padding-top: 30px;
  position: relative;
  margin-top: 50px;
}
.checkout-onepage-success .checkout-success .info_bottom span,
.checkout-cart-success .checkout-success .info_bottom span,
.mercadopago_core-checkout-page .checkout-success .info_bottom span {
  display: block;
  text-align: center;
}
.checkout-onepage-success .checkout-success .info_bottom:before,
.checkout-cart-success .checkout-success .info_bottom:before,
.mercadopago_core-checkout-page .checkout-success .info_bottom:before {
  content: "";
  display: block;
  height: 4px;
  background: #ffeee9;
  position: absolute;
  top: 0;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
}
@media only screen and (max-width: 769px) {
  .checkout-onepage-success .checkout-success .info_bottom,
  .checkout-cart-success .checkout-success .info_bottom,
  .mercadopago_core-checkout-page .checkout-success .info_bottom {
    margin-top: 0px;
  }
}
.checkout-onepage-success .checkout-success .success-cont,
.checkout-cart-success .checkout-success .success-cont,
.mercadopago_core-checkout-page .checkout-success .success-cont {
  position: relative;
  padding: 20px 0;
  margin: auto;
  float: left;
  width: 50%;
  text-align: left;
  max-width: 370px;
}
@media only screen and (max-width: 769px) {
  .checkout-onepage-success .checkout-success .success-cont,
  .checkout-cart-success .checkout-success .success-cont,
  .mercadopago_core-checkout-page .checkout-success .success-cont {
    width: 100%;
  }
}
.checkout-onepage-success .checkout-success .success-cont .txt1,
.checkout-cart-success .checkout-success .success-cont .txt1,
.mercadopago_core-checkout-page .checkout-success .success-cont .txt1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.checkout-onepage-success .checkout-success .success-cont .txt2 a,
.checkout-cart-success .checkout-success .success-cont .txt2 a,
.mercadopago_core-checkout-page .checkout-success .success-cont .txt2 a,
.checkout-onepage-success .checkout-success .success-cont .eta a,
.checkout-cart-success .checkout-success .success-cont .eta a,
.mercadopago_core-checkout-page .checkout-success .success-cont .eta a,
.checkout-onepage-success .checkout-success .success-cont .shipping_method a,
.checkout-cart-success .checkout-success .success-cont .shipping_method a,
.mercadopago_core-checkout-page .checkout-success .success-cont .shipping_method a,
.checkout-onepage-success .checkout-success .success-cont .txt2 span,
.checkout-cart-success .checkout-success .success-cont .txt2 span,
.mercadopago_core-checkout-page .checkout-success .success-cont .txt2 span,
.checkout-onepage-success .checkout-success .success-cont .eta span,
.checkout-cart-success .checkout-success .success-cont .eta span,
.mercadopago_core-checkout-page .checkout-success .success-cont .eta span,
.checkout-onepage-success .checkout-success .success-cont .shipping_method span,
.checkout-cart-success .checkout-success .success-cont .shipping_method span,
.mercadopago_core-checkout-page .checkout-success .success-cont .shipping_method span {
  float: right;
  font-weight: bold;
  color: #545454;
}
.checkout-onepage-success .checkout-success .success-cont .shipping_method span.title,
.checkout-cart-success .checkout-success .success-cont .shipping_method span.title,
.mercadopago_core-checkout-page .checkout-success .success-cont .shipping_method span.title {
  font-weight: normal;
  float: left;
}
@media only screen and (max-width: 769px) {
  .checkout-onepage-success .checkout-success .success-cont .shipping_method span,
  .checkout-cart-success .checkout-success .success-cont .shipping_method span,
  .mercadopago_core-checkout-page .checkout-success .success-cont .shipping_method span {
    max-width: 50%;
  }
  .checkout-onepage-success .checkout-success .success-cont .shipping_method span:last-child,
  .checkout-cart-success .checkout-success .success-cont .shipping_method span:last-child,
  .mercadopago_core-checkout-page .checkout-success .success-cont .shipping_method span:last-child {
    text-align: right;
  }
}
.checkout-onepage-success .checkout-success .success-cont .actions-toolbar .primary,
.checkout-cart-success .checkout-success .success-cont .actions-toolbar .primary,
.mercadopago_core-checkout-page .checkout-success .success-cont .actions-toolbar .primary {
  width: 100%;
}
.checkout-onepage-success .checkout-success .success-cont .col2,
.checkout-cart-success .checkout-success .success-cont .col2,
.mercadopago_core-checkout-page .checkout-success .success-cont .col2 {
  text-align: left;
  padding-left: 30px;
  width: 50%;
}
@media only screen and (max-width: 769px) {
  .checkout-onepage-success .checkout-success .success-cont .col2,
  .checkout-cart-success .checkout-success .success-cont .col2,
  .mercadopago_core-checkout-page .checkout-success .success-cont .col2 {
    width: 100%;
  }
}
.checkout-onepage-success .checkout-success .success-cont .col2 img,
.checkout-cart-success .checkout-success .success-cont .col2 img,
.mercadopago_core-checkout-page .checkout-success .success-cont .col2 img {
  max-width: 85px;
}
@media only screen and (max-width: 480px) {
  .checkout-onepage-success .checkout-success .success-cont .col2 img,
  .checkout-cart-success .checkout-success .success-cont .col2 img,
  .mercadopago_core-checkout-page .checkout-success .success-cont .col2 img {
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
}
.checkout-onepage-success .checkout-success .success-cont .col2 .imagescc,
.checkout-cart-success .checkout-success .success-cont .col2 .imagescc,
.mercadopago_core-checkout-page .checkout-success .success-cont .col2 .imagescc {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .checkout-onepage-success .checkout-success .success-cont .col2 .imagescc,
  .checkout-cart-success .checkout-success .success-cont .col2 .imagescc,
  .mercadopago_core-checkout-page .checkout-success .success-cont .col2 .imagescc {
    display: flex;
    justify-content: center;
  }
}
.checkout-onepage-success .checkout-success .success-cont .col2 .imagescc:before,
.checkout-cart-success .checkout-success .success-cont .col2 .imagescc:before,
.mercadopago_core-checkout-page .checkout-success .success-cont .col2 .imagescc:before {
  content: "";
  display: block;
  max-width: 85px;
  width: 100%;
  background-image: url('../images/logo_bonafont.png');
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
}
.checkout-onepage-success .checkout-success .success-cont .col2 .genere,
.checkout-cart-success .checkout-success .success-cont .col2 .genere,
.mercadopago_core-checkout-page .checkout-success .success-cont .col2 .genere {
  margin: 20px 0;
}
@media only screen and (max-width: 480px) {
  .checkout-onepage-success .checkout-success .success-cont .col2,
  .checkout-cart-success .checkout-success .success-cont .col2,
  .mercadopago_core-checkout-page .checkout-success .success-cont .col2 {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
  }
}
.checkout-onepage-success .checkout-success .success-cont .col2 .action.print,
.checkout-cart-success .checkout-success .success-cont .col2 .action.print,
.mercadopago_core-checkout-page .checkout-success .success-cont .col2 .action.print {
  display: flex;
  padding: 10px;
  border: 1px solid #ff8d6b;
  max-width: 170px;
  justify-content: center;
  border-radius: 3px;
  color: #ff8d6b;
  float: left;
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .checkout-onepage-success .checkout-success .success-cont .col2 .action.print,
  .checkout-cart-success .checkout-success .success-cont .col2 .action.print,
  .mercadopago_core-checkout-page .checkout-success .success-cont .col2 .action.print {
    float: none;
    margin: auto;
  }
}
.checkout-onepage-success .checkout-success .success-cont .col2 .action.print:hover,
.checkout-cart-success .checkout-success .success-cont .col2 .action.print:hover,
.mercadopago_core-checkout-page .checkout-success .success-cont .col2 .action.print:hover {
  background: #ff8d6b;
  color: #ffffff;
  text-decoration: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar,
.checkout-cart-success .checkout-success .actions-toolbar,
.mercadopago_core-checkout-page .checkout-success .actions-toolbar {
  margin: 20px 0;
  text-align: center;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary,
.checkout-cart-success .checkout-success .actions-toolbar .primary,
.mercadopago_core-checkout-page .checkout-success .actions-toolbar .primary {
  width: auto;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary a,
.checkout-cart-success .checkout-success .actions-toolbar .primary a,
.mercadopago_core-checkout-page .checkout-success .actions-toolbar .primary a {
  margin: 0;
}
.checkout-onepage-success .checkout-success .primary.button-success,
.checkout-cart-success .checkout-success .primary.button-success,
.mercadopago_core-checkout-page .checkout-success .primary.button-success {
  display: flex;
  justify-content: center;
  float: left;
  width: 100%;
}
.checkout-cart-index h1.page-title {
  text-align: center;
  float: left;
  width: 100%;
}
.checkout-cart-index .cart-empty {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  text-align: center;
  display: block;
  text-decoration: none;
}
.checkout-cart-index .cart-empty:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100px;
  line-height: inherit;
  color: #ff8d6b;
  content: '\e900';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-account-logoutsuccess h1.page-title {
  text-align: center;
  float: left;
  width: 100%;
}
.customer-account-logoutsuccess .column.main {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  text-align: center;
  display: block;
  text-decoration: none;
}
.customer-account-logoutsuccess .column.main:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100px;
  line-height: inherit;
  color: #ff8d6b;
  content: '\e909';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cms-menu {
  border: 1px solid #e6e6e6;
}
.cms-menu .ui-accordion-header {
  padding: 10px 15px;
  color: #545454;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
}
.cms-menu .ui-accordion-header:first-child {
  border-top: 0;
}
.cms-menu .ui-accordion-header .ui-icon:before {
  content: "\e622";
  float: right;
  color: #545454;
  font-family: 'wolf-icons';
}
.cms-menu .ui-accordion-header.ui-state-active .ui-icon:before {
  content: "\e621";
}
.cms-menu .ui-accordion-content {
  padding: 15px 25px;
  margin-top: -2px;
  background: #ffffff;
}
.cms-menu .ui-accordion-content a {
  display: block;
  color: #545454;
  margin-bottom: 10px;
}
.cms-menu .ui-accordion-content a:hover {
  color: #ff8d6b;
  text-decoration: none;
}
.customer-account-logoutsuccess .page-main .columns {
  float: left;
  width: 100%;
}
body.page-products .animate__fadeIn {
  animation-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
body.page-products .page-title-wrapper {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.page-products .page-wrapper .page-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.page-products .page-wrapper .page-main .category-image {
  float: left;
  width: 100%;
}
body.page-products .page-wrapper .page-main .category-image img {
  float: left;
  width: 100%;
}
body.page-products .page-wrapper .page-main .toolbar.toolbar-products .sorter-label,
body.page-products .page-wrapper .page-main .toolbar.toolbar-products select,
body.page-products .page-wrapper .page-main .toolbar.toolbar-products .toolbar-amount {
  color: #000000;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  body.page-products .page-wrapper .page-main .toolbar.toolbar-products .sorter-label,
  body.page-products .page-wrapper .page-main .toolbar.toolbar-products select,
  body.page-products .page-wrapper .page-main .toolbar.toolbar-products .toolbar-amount {
    display: none;
  }
}
body.page-products .page-wrapper .page-main .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action:before {
  content: none;
}
body.page-products .page-wrapper .page-main .toolbar.toolbar-products .toolbar-amount {
  margin-top: 5px;
}
body.page-products .page-wrapper .page-main .toolbar.toolbar-products .pages {
  display: none !important;
}
body.page-products .page-wrapper .page-main .toolbar.toolbar-products select {
  text-align: center;
  text-align-last: left;
}
body.page-products .page-wrapper .page-main .block.filter .filter-options-title {
  color: #000000;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: none;
}
body.page-products .page-wrapper .page-main .field.limiter {
  color: #000000;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: none;
}
body .page-wrapper div.products-grid {
  float: left;
  width: 100%;
  margin-top: 0;
  position: relative;
}
body .page-wrapper div.products-grid.products-related .product-items {
  display: block;
  overflow: initial;
  padding: 0 5px;
}
body .page-wrapper div.products-grid .product-items {
  display: inline-flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
body .page-wrapper div.products-grid .product-items .product-item {
  text-align: center;
  margin-bottom: 20px;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info {
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 0 15px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 1px #ebebeb;
  height: 100%;
  background: white;
}
@media only screen and (min-width: 769px) {
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info button.tocart,
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info .quote-details-items .actions-toolbar > .action.tocart {
    overflow: hidden;
    position: relative;
  }
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info button.tocart span,
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info .quote-details-items .actions-toolbar > .action.tocart span {
    position: relative;
    z-index: 1;
  }
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info button.tocart:after,
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info button.tocart:before,
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info .quote-details-items .actions-toolbar > .action.tocart:after,
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info .quote-details-items .actions-toolbar > .action.tocart:before {
    content: "";
    width: 350px;
    height: 350px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 0;
    border-radius: 40%;
    transform-origin: center;
    transition: all 1s;
    animation: animate 10s linear infinite;
    z-index: 0;
  }
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info button.tocart:before,
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info .quote-details-items .actions-toolbar > .action.tocart:before {
    background: #f9e0d9;
  }
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info:hover button.tocart:before,
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info:hover .quote-details-items .actions-toolbar > .action.tocart:before {
    left: 60%;
    top: -65px;
  }
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info:hover button.tocart:after,
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info:hover .quote-details-items .actions-toolbar > .action.tocart:after {
    top: -70px;
    transition: all 1s;
  }
}
@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info:hover,
body .page-wrapper div.products-grid .product-items .product-item .product-item-infoactive {
  box-shadow: none;
  margin: 0;
  z-index: inherit;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-photo {
  float: left;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  width: auto !important;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: initial !important;
  height: auto;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  position: relative;
  margin: 15px auto 10px;
  clear: both;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-inner {
  border: 0;
  box-shadow: none;
  padding: 0;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details {
  padding-bottom: 15px;
  position: static;
  text-align: left;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .cantidad {
  background: #73a6c3;
  color: #ffffff;
  margin: 5px 1px;
  padding: 1px 10px;
  font-size: 1.1rem;
  display: inline-block;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .presentacion {
  background: #b1b1b1;
  color: #ffffff;
  margin: 5px 1px;
  padding: 1px 10px;
  font-size: 1.1rem;
  display: inline-block;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin: 0;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name a.product-item-link {
  font-size: 1.2rem;
  color: #2e2f33;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  width: 100%;
  height: 70px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name a.product-item-link:hover {
    color: #ff8d6b;
    text-decoration: none;
  }
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  z-index: 3;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .price-box span {
  font-size: 1.6rem;
  color: #2e2f33;
  vertical-align: middle;
  font-weight: bold;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .price-box span.price-label {
  display: none;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .minimal-price-link {
  display: none;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  display: none;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  text-decoration: line-through;
  font-size: 1.4rem;
  color: #a6a6a6;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  text-align: center;
  position: static;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: 100%;
  padding: 4px 0 0;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .action.tocart,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart {
  width: 100%;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart {
  position: relative;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > div,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > div {
  height: 40px;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > div p.show-text-qty.qty,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > div p.show-text-qty.qty {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > div input,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > div input,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > div p.show-text-qty.qty,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > div p.show-text-qty.qty,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > div p.item-show-text-qty.qty,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > div p.item-show-text-qty.qty {
  height: 40px;
  border: 1px solid #ff8d6b;
  border-radius: 4px;
  padding: 0 45px;
  text-align: center;
  color: #2e2f33;
  width: 100%;
  line-height: 40px;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > div span,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > div span {
  position: absolute;
  width: 35px;
  height: 40px;
  line-height: 40px;
  top: 0;
  z-index: 1;
  color: #ff8d6b;
  cursor: pointer;
  font-size: 3rem;
  font-family: monospace;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > div span:hover,
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > div span:hover {
    background: #ff8d6b;
    color: #ffffff;
  }
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > div span.action-less,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > div span.action-less {
  left: 0;
  border-radius: 4px 0 0 4px;
  line-height: 36px;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > div span.action-more,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > div span.action-more {
  right: 0;
  border-radius: 0 4px 4px 0;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > div span.action-more.disabled,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > div span.action-more.disabled {
  opacity: 0.2;
  color: #000000 !important;
  pointer-events: none;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > span,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  color: #ff8d6b;
  background: #ffffff;
  padding: 0 10px;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .control.add-to-cart > span,
  body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .control.add-to-cart > span {
    display: none;
  }
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary .towishlist:before,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .towishlist:before {
  color: #2e2f33;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary .towishlist:hover,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .towishlist:hover {
  transform-origin: 0 100%;
  animation: pulse 1s infinite;
  transform-origin: center;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary .towishlist:hover::before,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .towishlist:hover::before {
  color: #ff8d6b;
  transform-origin: center;
  animation: pulsecolor 1s infinite;
}
@keyframes pulse {
  10% {
    transform: scale(1.1);
  }
}
@keyframes pulsecolor {
  10% {
    color: #ff8d6b;
  }
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .action.tocart,
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.tocart {
  background: #ffeee9;
  border: 0;
  color: #ff8d6b;
  height: 40px;
  border: 1px solid #ff8d6b;
  border-radius: 4px;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .loading-mask {
  position: absolute;
}
body .page-wrapper div.products-grid .product-items .product-item .product-item-info .loading-mask .loader {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  body .page-wrapper div.products-grid.wishlist {
    margin-top: 33px;
  }
}
body .page-wrapper div.products-grid.wishlist .product-item .price-box {
  text-align: left;
  z-index: 3;
}
body .page-wrapper div.products-grid.wishlist .product-item .price-box .minimal-price-link {
  display: none;
}
body .page-wrapper div.products-grid.wishlist .product-item .price-box .old-price .price {
  text-decoration: line-through;
  font-size: 1.4rem;
  color: #a6a6a6;
}
body .page-wrapper div.products-grid.wishlist .product-item .price-box .old-price .price-label {
  display: none;
}
body .page-wrapper div.products-grid.wishlist .product-item .price-box span.price {
  font-size: 1.6rem;
  color: #2e2f33;
  vertical-align: middle;
  font-weight: bold;
}
body .page-wrapper div.products-grid.wishlist .product-item a.product-item-link {
  font-size: 1.2rem;
  color: #2e2f33;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  width: 100%;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  body .page-wrapper div.products-grid.wishlist .product-item a.product-item-link:hover {
    color: #ff8d6b;
    text-decoration: none;
  }
}
body .page-wrapper div.products-grid.wishlist .product-item .box-tocart {
  margin: 0;
}
body .page-wrapper div.products-grid.wishlist .product-item .box-tocart .fieldset:last-child {
  margin-bottom: 0;
}
body .page-wrapper div.products-grid.wishlist .product-item .box-tocart .fieldset > * {
  float: left;
  width: 100%;
}
body .page-wrapper div.products-grid.wishlist .product-item .box-tocart .fieldset > * .actions-primary {
  width: 100%;
}
body .page-wrapper div.products-grid.wishlist .product-item .box-tocart .fieldset > * .actions-primary .tocart {
  background: #ffeee9;
  border: 0;
  color: #ff8d6b;
  height: 40px;
  border: 1px solid #ff8d6b;
  border-radius: 4px;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  body .page-wrapper div.products-grid.wishlist .product-item .box-tocart .fieldset > * .actions-primary .tocart {
    background: transparent;
  }
}
body .page-wrapper div.products-grid.wishlist .product-item .box-tocart ~ .product-item-actions {
  margin-bottom: 10px;
}
body .page-wrapper div.products-grid.wishlist .product-item .product-item-info .product-item-tooltip,
body .page-wrapper div.products-grid.wishlist .product-item .product-item-info .comment-box,
body .page-wrapper div.products-grid.wishlist .product-item .product-item-info .field.qty {
  display: none;
}
body .page-wrapper div.products-grid.wishlist .product-item .product-item-info .product-item-inner .comment-box {
  margin: 0;
}
body .page-wrapper div.products-grid.wishlist .product-item .product-item-tooltip {
  margin-top: -30px;
  float: left;
  width: 100%;
}
body .page-wrapper #load-more-product .primary {
  display: none;
}
body .page-wrapper .pages {
  float: left;
  width: 100%;
}
body .page-wrapper .pages .item {
  margin-bottom: 10px;
}
body .page-wrapper .pages .item strong.page,
body .page-wrapper .pages .item a.page,
body .page-wrapper .pages .item strong.action,
body .page-wrapper .pages .item a.action {
  background: transparent;
  height: 40px;
  border: 1px solid #e6e6e6;
  padding: 0 16px;
  line-height: 40px;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  box-shadow: none;
}
@media only screen and (min-width: 769px) {
  body .page-wrapper .pages .item strong.page:hover,
  body .page-wrapper .pages .item a.page:hover,
  body .page-wrapper .pages .item strong.action:hover,
  body .page-wrapper .pages .item a.action:hover {
    background: #ff8d6b;
    color: #ffffff;
    border-color: #ff8d6b;
  }
}
body .page-wrapper .pages .item.current strong.page {
  background: #ff8d6b;
  color: #ffffff;
  border-color: #ff8d6b;
}
body .page-wrapper .pages .item .action {
  border: 0;
}
body .page-wrapper .pages .item .action.next {
  font-size: 1.2rem;
}
body .page-wrapper .pages .item .action.next > span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
body .page-wrapper .pages .item .action.next > span.label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .page-wrapper .pages .item .action.next:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .page-wrapper .limiter {
  float: left;
  width: 100%;
  margin-top: 20px;
}
body.catalogsearch-result-index.page-layout-1column .toolbar-products {
  position: static;
}
@media only screen and (max-width: 767px) {
  .page-products[class*="categorypath-menu"] .page-wrapper .toolbar .toolbar-sorter.sorter select {
    max-width: 90px;
  }
  .page-products .page-wrapper main.page-main > .btnfilter {
    display: none;
  }
  .page-products .page-wrapper .toolbar {
    padding-bottom: 35px;
    position: relative;
  }
  .page-products .page-wrapper .toolbar .toolbar-amount {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    top: auto;
  }
  .page-products .page-wrapper .toolbar .toolbar-sorter.sorter {
    float: left;
    width: calc(50% - 10px);
    border: 1px solid #ff8d6b;
    float: right;
    position: static;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border-radius: 5px;
  }
  .page-products .page-wrapper .toolbar .toolbar-sorter.sorter label {
    display: none;
  }
  .page-products .page-wrapper .toolbar .toolbar-sorter.sorter select {
    width: 100%;
    border: 0;
    background-color: #ffffff;
    color: #ff8d6b !important;
    padding: 0;
    background-size: 16%;
    text-align-last: center !important;
    padding-right: 20px;
  }
  .page-products .page-wrapper .toolbar .toolbar-sorter.sorter select div {
    text-align: center;
    color: #ff8d6b;
    justify-content: center;
    text-indent: initial;
  }
  .page-products .page-wrapper .toolbar .btnfilter {
    display: flex !important;
    width: calc(50% - 10px);
    border: 1px solid #ff8d6b;
    z-index: 1;
    float: right;
    align-items: center;
    justify-content: center;
    color: #ff8d6b;
    margin: 5px;
    border-radius: 5px;
    padding: 0;
  }
  .page-products .page-wrapper .toolbar .btnfilter .btnaction {
    padding: 15px;
    width: 100%;
  }
  .page-products .page-wrapper .toolbar .btnfilter span:before {
    display: none;
  }
  .page-products.openfilters .page-wrapper .toolbar .btnfilter {
    float: left;
    width: 100%;
    padding-top: 5px;
    box-sizing: border-box;
    margin: 0px 0 15px;
  }
  .page-products.openfilters .page-wrapper .toolbar .btnfilter .btnaction {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    padding: 20px 10px 0px;
  }
  .page-products.openfilters .page-wrapper .toolbar .btnfilter .btnaction .icon-uniE60F {
    display: none;
  }
  .page-products.openfilters .page-wrapper .toolbar .btnfilter .btnaction span:last-child:after {
    float: right;
    margin-right: 12px;
    font-size: inherit;
    top: 10px;
    position: absolute;
    right: 0;
  }
  .page-products.openfilters .page-wrapper .toolbar .btnfilter .btnaction:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0px;
  }
  .openfilters .page-wrapper {
    position: fixed;
    max-height: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1025px) {
  body.page-products .page-wrapper div.products-grid .product-item {
    width: calc((100% - 8%)/5);
  }
  body.page-products .page-wrapper div.products-grid .product-item:nth-child(4n + 1) {
    margin: 0 .5% 20px;
  }
  body.page-products .page-wrapper div.products-grid .product-item.isWidget {
    width: calc((100% - 5.5%)/2.5);
    margin-bottom: 20px;
  }
  body.page-products .page-wrapper div.products-grid .product-item.isWidget .product-item-info {
    padding: 0;
    position: relative;
    height: 100%;
  }
  body.page-products .page-wrapper div.products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    max-height: initial;
  }
  body.page-products .page-wrapper div.products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container {
    width: initial !important;
  }
  body.page-products .page-wrapper div.products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container .product-image-wrapper {
    padding: initial !important;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  body.page-products .page-wrapper div.products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
    height: 100%;
    max-width: initial;
    max-height: initial;
    margin: 0;
  }
  body.page-products .page-wrapper div.products-grid .product-item.isWidget .product-item-info .product.details.product-item-details {
    padding: 15px;
    width: 50%;
    float: right;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    position: absolute;
    align-items: end;
    bottom: 0;
    right: 0;
    border-radius: 5px;
  }
  body.page-products .page-wrapper div.products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner:before {
    display: none;
  }
  body.page-products .page-wrapper div.products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner .actions-primary .action.tocart.primary {
    position: relative;
  }
  body.page-products .page-wrapper div.products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner .actions-secondary {
    top: -88px;
  }
}
@media only screen and (min-width: 770px) {
  .page-products .products-grid .product-item {
    margin: 0 .5%;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin: 0 .5% 20px;
  }
  .page-products .products-grid .product-item.isWidget {
    margin: 0 .5%;
    width: calc((100% - 4%) / 2);
    margin-bottom: 20px;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info {
    padding: 0;
    position: relative;
    height: 100%;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    max-height: initial;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container {
    width: initial !important;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container .product-image-wrapper {
    padding: initial !important;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
    height: 100%;
    max-width: initial;
    max-height: initial;
    margin: 0;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details {
    padding: 15px;
    width: 50%;
    float: right;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    position: absolute;
    align-items: end;
    bottom: 0;
    right: 0;
    border-radius: 5px;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner:before {
    display: none;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner .actions-primary .action.tocart.primary {
    position: relative;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner .actions-secondary {
    top: -88px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
  .page-products .products-grid .product-item {
    margin: 0 .5% 20px;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(2n + 1) {
    margin: 0 .5%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin: 0 .5%;
  }
  .page-products .products-grid .product-item.isWidget {
    width: calc((100% - 35%) / 1);
    margin-bottom: 20px;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info {
    padding: 0;
    position: relative;
    height: 100%;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    max-height: initial;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container {
    width: initial !important;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container .product-image-wrapper {
    padding: initial !important;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
    height: 100%;
    max-width: initial;
    max-height: initial;
    margin: 0;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details {
    padding: 15px;
    width: 50%;
    float: right;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    position: absolute;
    align-items: end;
    bottom: 0;
    right: 0;
    border-radius: 5px;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner:before {
    display: none;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner .actions-primary .action.tocart.primary {
    position: relative;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner .actions-secondary {
    top: -88px;
  }
}
@media only screen and (max-width: 480px) {
  .page-products .products-grid .product-item {
    margin: 0 .5% 20px;
    width: calc((100% - 2%)/2);
  }
  .page-products .products-grid .product-item.isWidget {
    min-height: 300px;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info {
    padding: 0;
    position: relative;
    height: 100%;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    max-height: initial;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container {
    width: initial !important;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container .product-image-wrapper {
    padding: initial !important;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.photo.product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
    height: 100%;
    max-width: initial;
    max-height: initial;
    margin: 0;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details {
    padding: 15px;
    width: 50%;
    float: right;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    position: absolute;
    align-items: end;
    bottom: 0;
    right: 0;
    border-radius: 5px;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner:before {
    display: none;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner .actions-primary .action.tocart.primary {
    position: relative;
  }
  .page-products .products-grid .product-item.isWidget .product-item-info .product.details.product-item-details .product-item-inner .actions-secondary {
    top: -88px;
  }
}
.catalog-product-view div.fotorama--fullscreen {
  z-index: 99999 !important;
}
.catalog-product-view .page-wrapper > .page-main.page-main-details .block.upsell {
  display: none;
}
.catalog-product-view .page-wrapper > .page-main.page-main-details .column.main {
  min-height: auto;
}
.catalog-product-view .page-wrapper .column.main {
  padding-bottom: 0;
}
.catalog-product-view .page-wrapper .page-main-description {
  display: block;
  width: 100%;
  max-width: 1366px;
  margin: 50px auto 20px auto;
  position: relative;
}
.catalog-product-view .page-wrapper .page-main-description .value [data-content-type="row"] > div > div:before {
  content: none;
  width: 100%;
  max-width: 325px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ff8d6b;
  color: #ff8d6b;
  text-align: center;
  display: block;
  margin: auto;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .catalog-product-view .page-wrapper .page-main-description:hover .value [data-content-type="row"] > div > div:before {
    background: #ffeee9;
  }
}
.catalog-product-view .page-wrapper .page-main-description .value [data-content-type="row"] > div > div:after {
  content: none;
  font-family: 'wolf-icons';
  width: 100%;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  color: #ff8d6b;
  text-align: right;
  display: block;
  margin: auto;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.catalog-product-view .page-wrapper .page-main-description.showcont .product.attribute.description {
  max-height: 10000px;
  transition: max-height 0.3s;
}
.catalog-product-view .page-wrapper .page-main-description.showcont .value [data-content-type="row"] > div > div:before {
  content: none;
}
.catalog-product-view .page-wrapper .page-main-description.showcont .value [data-content-type="row"] > div > div:after {
  content: none;
}
.catalog-product-view .page-wrapper #description {
  padding: 0;
  margin: auto !important;
}
.catalog-product-view .page-wrapper #description .description .value {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media ~ .bundle-options-container {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .catalog-product-view .page-wrapper .columns .column.main .product.media {
    width: 55%;
  }
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .product-info-mobile .sku .type {
  font-weight: normal;
  margin-right: 5px;
  font-size: 1.2rem;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .product-info-mobile .sku .value {
  display: inline-block;
  font-size: 1.2rem;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .product-info-mobile .name-media {
  font-size: 24px;
  color: #2e2f33;
  font-weight: 400;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .action.towishlist {
  float: right;
  border: 0;
  padding: 0;
  transition: all 0.2s;
  display: inline-block;
  margin-right: 20px;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .action.towishlist:hover {
  text-decoration: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .action.towishlist:before {
  font-family: 'wolf-icons';
  content: '\e600';
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .action.towishlist span {
  display: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__wrap {
  width: 100%;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__wrap .fotorama__stage {
  width: 100% !important;
  height: 400px !important;
  left: 10px !important;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__wrap .fotorama__stage .fotorama__stage__shaft.fotorama__grab {
  max-width: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__wrap .fotorama__stage .fotorama__stage__shaft.fotorama__grab .fotorama__stage__frame.fotorama_vertical_ratio::before {
  border: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__wrap .fotorama__stage .fotorama__thumb-border {
  border: 1px solid #ff8d6b;
  background: transparent;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__wrap .fotorama__stage .fotorama__thumb {
  border: 1px solid #e6e6e6;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__wrap .fotorama__nav-wrap.fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs {
  width: 100% !important;
  text-align: center;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__arr {
  display: block !important;
  opacity: 1;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__arr .fotorama__arr__arr {
  background-image: none;
  display: block;
  text-decoration: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__arr .fotorama__arr__arr:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #545454;
  content: '\e608';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__arr .fotorama__arr__arr:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .gallery-placeholder .fotorama-item.fotorama .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:before {
  content: '\e617';
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  position: relative;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .fotorama__dot {
  height: 8px;
  width: 8px;
}
.catalog-product-view .page-wrapper .columns .column.main .product.media .fotorama__active .fotorama__dot {
  background-color: #ff8d6b;
  border-color: #ff8d6b;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main h1.page-title {
  font-size: 2.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .page-wrapper .columns .column.main .product-info-main h1.page-title {
    font-size: 2rem;
  }
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-info-price {
  display: flex;
  flex-direction: column;
  border: 0;
  margin: 0;
  float: left;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-info-price .price-box {
  display: flex;
  align-items: center;
  order: 2;
  padding: 0;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-info-price .price-box .price-wrapper {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-info-price .price-box .price-label {
  display: none !important;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-info-price .price-box .price {
  color: #2e2f33;
  font-size: 1.8rem;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-info-price .price-box .minimal-price-link {
  display: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-info-price .price-box .old-price .price {
  text-decoration: line-through;
  font-size: 1.8rem;
  color: #a6a6a6;
  font-weight: 500;
  margin-left: 15px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-info-price .price-box .st_hide {
  display: flex;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-info-price .product-info-stock-sku {
  display: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product.attribute.overview {
  padding: 15px 0;
  margin: 0;
  float: left;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product.attribute.overview .value ul li span {
  color: #2e2f33;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main div.bundle-actions {
  margin-top: 20px;
  max-width: 250px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form {
  margin: 15px 0 25px 0;
  vertical-align: top;
  padding: 0;
  float: left;
  width: 100%;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart {
  margin: 0;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty {
  position: relative;
  max-width: 328px;
  margin: 0;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > div {
  height: 40px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > div p.show-text-qty.qty {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > div input,
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > div p.show-text-qty.qty,
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > div p.item-show-text-qty.qty {
  height: 40px;
  border: 1px solid #ff8d6b;
  border-radius: 4px;
  padding: 0 45px;
  text-align: center;
  color: #2e2f33;
  width: 100%;
  line-height: 40px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > div span {
  position: absolute;
  width: 35px;
  height: 40px;
  line-height: 40px;
  top: 0;
  z-index: 1;
  color: #ff8d6b;
  cursor: pointer;
  font-size: 3rem;
  font-family: monospace;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > div span:hover {
    background: #ff8d6b;
    color: #ffffff;
  }
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > div span.action-less {
  left: 0;
  border-radius: 4px 0 0 4px;
  line-height: 36px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > div span.action-more {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > div span.action-more.disabled {
  opacity: 0.2;
  color: #000000 !important;
  pointer-events: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  color: #ff8d6b;
  background: #ffffff;
  padding: 0 10px;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty > span {
    display: none;
  }
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty div.add-to-cart p.show-text-qty {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 30px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty div.add-to-cart > span {
  font-size: 1rem;
  color: #707070;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: -5px;
  width: auto;
  height: 15px;
  line-height: 15px;
  font-family: 'Roboto';
  background: #ffffff;
  padding: 0 10px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .field.qty div.add-to-cart > span:hover {
  background: #ffffff;
  color: #707070;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset.product-item-info {
  margin: 0;
  width: 328px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset.product-item-info button,
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form form .box-tocart .fieldset.product-item-info .quote-details-items .actions-toolbar > .action {
  width: 100%;
  border-radius: 4px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt > div {
  padding: 0;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt > div .swatch-attribute-label {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2e2f33;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt > div .swatch-attribute-selected-option {
  color: #ffffff;
  font-size: 1.3rem;
  display: inline-block;
  background: #55829f;
  padding: 1px 10px;
  margin-left: 10px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt > div .swatch-attribute-options {
  margin-top: 10px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt > div .swatch-attribute-options .swatch-option {
  width: auto;
  height: 40px;
  line-height: 40px;
  min-width: auto;
  padding: 0 5px;
  background: transparent;
  border-color: #979799;
  color: #979799;
  font-weight: 400;
  border-radius: 4px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt > div .swatch-attribute-options .swatch-option.selected,
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt > div .swatch-attribute-options .swatch-option:hover,
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt > div .swatch-attribute-options .swatch-option:focus {
  border-color: #ff8d6b;
  color: #ff8d6b;
  outline: 0;
  box-shadow: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt > div .swatch-attribute-options .swatch-option.disabled:after {
  background: no-repeat;
  background-color: #ebebeb;
  opacity: 0.6;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions {
  float: left;
  margin-right: 20px;
  vertical-align: top;
  padding: 0;
  width: 100%;
  max-width: 160px;
  margin-top: 20px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions .actions .action.primary {
  width: 100%;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .fieldset .field.qty {
  margin-bottom: 0;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart {
  position: relative;
  width: 100%;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div {
  height: 40px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div p.show-text-qty.qty {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div input,
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div p.show-text-qty.qty,
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div p.item-show-text-qty.qty {
  height: 40px;
  border: 1px solid #ff8d6b;
  border-radius: 4px;
  padding: 0 45px;
  text-align: center;
  color: #2e2f33;
  width: 100%;
  line-height: 40px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div span {
  position: absolute;
  width: 35px;
  height: 40px;
  line-height: 40px;
  top: 0;
  z-index: 1;
  color: #ff8d6b;
  cursor: pointer;
  font-size: 3rem;
  font-family: monospace;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div span:hover {
    background: #ff8d6b;
    color: #ffffff;
  }
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div span.action-less {
  left: 0;
  border-radius: 4px 0 0 4px;
  line-height: 36px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div span.action-more {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div span.action-more.disabled {
  opacity: 0.2;
  color: #000000 !important;
  pointer-events: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  color: #ff8d6b;
  background: #ffffff;
  padding: 0 10px;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > span {
    display: none;
  }
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > span {
  display: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div {
  height: 50px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div .action-less,
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div .action-more,
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div input#qty,
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div p.show-text-qty.qty {
  height: 50px;
  line-height: 50px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .bundle-actions > form .box-tocart .control.add-to-cart > div p.show-text-qty.qty {
  border-radius: 3px;
  font-weight: bold;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods {
    width: 80%;
  }
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #2e2f33;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .sharethis-inline-share-buttons {
  display: inline-block !important;
  width: 105px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .sharethis-inline-share-buttons div.st-btn {
  background: transparent !important;
  min-width: unset !important;
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
  margin-top: 2px;
  margin-left: 18px !important;
  margin-right: 18px !important;
  display: inline-block;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .sharethis-inline-share-buttons div.st-btn img,
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .sharethis-inline-share-buttons div.st-btn span {
  display: none !important;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .sharethis-inline-share-buttons div.st-btn:first-child {
  display: inline-block;
  text-decoration: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .sharethis-inline-share-buttons div.st-btn:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #ff8d6b;
  content: '\e901';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .sharethis-inline-share-buttons div.st-btn:nth-child(2) {
  display: inline-block;
  text-decoration: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .sharethis-inline-share-buttons div.st-btn:nth-child(2):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #ff8d6b;
  content: '\e903';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .sharethis-inline-share-buttons div.st-btn:last-child {
  display: inline-block;
  text-decoration: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .sharethis-inline-share-buttons div.st-btn:last-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #ff8d6b;
  content: '\e902';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .sharethis-inline-share-buttons div.st-btn.st-last {
  display: none !important;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .pinterest {
  display: inline-block;
  margin: 2px 0 0 10px;
  vertical-align: top;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .pinterest a {
  font-size: 0;
  display: inline-block;
  text-decoration: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .share_prods .pinterest a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #ff8d6b;
  content: '\e902';
  font-family: 'wolf-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product.attribute.sku {
  font-size: 1.2rem;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product.attribute.sku strong::after {
  display: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product.attribute.sku .value {
  font-size: 1.2rem;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .page-title-wrapper.product .page-title {
  font-size: 24px;
  color: #2e2f33;
  font-weight: 400;
}
.catalog-product-view .page-wrapper .columns .column.main .product-info-main .product-social-links [data-content-type="row"] > div {
  float: left;
  width: 100%;
}
.catalog-product-view .page-wrapper .columns .column.main .product-full-width-section.prod-attributes {
  display: none;
}
.catalog-product-view .page-wrapper .columns .column.main .product-options-wrapper fieldset.fieldset legend.title {
  font-size: 1.6rem;
  color: #2e2f33;
  font-weight: 400;
}
.catalog-product-view .page-wrapper .columns .column.main .product-options-wrapper fieldset.fieldset button.customization,
.catalog-product-view .page-wrapper .columns .column.main .product-options-wrapper fieldset.fieldset .quote-details-items .actions-toolbar > .action.customization {
  color: #ff8d6b;
}
.catalog-product-view .page-wrapper .columns .column.main .product-options-wrapper fieldset.fieldset button.customization:before,
.catalog-product-view .page-wrapper .columns .column.main .product-options-wrapper fieldset.fieldset .quote-details-items .actions-toolbar > .action.customization:before {
  content: '\e617';
  font-family: 'wolf-icons';
  color: #ff8d6b;
  vertical-align: middle;
}
.catalog-product-view .page-wrapper .columns .column.main .product-options-wrapper fieldset.fieldset > .field {
  display: flex;
}
.catalog-product-view .page-wrapper .columns .column.main .product-options-wrapper fieldset.fieldset > .field label {
  position: static;
  transform: none;
  margin: 0;
}
.catalog-product-view .page-wrapper .columns .column.main .product-options-wrapper fieldset.fieldset > .field .field.qty {
  display: flex;
  align-items: center;
}
.catalog-product-view .page-wrapper .columns .column.main .block-bundle-summary {
  margin-top: 0;
}
.catalog-product-view .page-wrapper .columns .column.main .block-bundle-summary ul.bundle.items li {
  display: flex;
}
.catalog-product-view .page-wrapper .columns .column.main .block-bundle-summary ul.bundle.items li strong {
  margin-right: 10px;
}
.catalog-product-view .page-wrapper .columns .column.main .product-options-bottom {
  border: 0;
}
.catalog-product-view .page-wrapper .columns .block.related .block-title {
  float: left;
  width: 100%;
  text-align: center;
}
.catalog-product-view .page-wrapper .columns .allow.active .product-section-title:before {
  content: '\e622';
}
.catalog-product-view .page-wrapper .columns .product-full-width-section .allow.active .product-section-title:before {
  content: '\e622';
}
.catalog-product-view .page-wrapper #content-more-information[style="display: block;"] ~ .button-more-information:after {
  content: '\e621';
}
.catalog-product-view .page-wrapper .button-more-information {
  border: 1px solid #ff8d6b;
  padding: 10px;
  color: #ff8d6b;
  display: block;
  width: 100%;
  max-width: 330px;
  margin: auto;
}
.catalog-product-view .page-wrapper .button-more-information:after {
  content: '\e622';
  font-family: 'wolf-icons';
  color: #ff8d6b;
  float: right;
}
.catalog-product-view .animate__fadeIn {
  animation-delay: 1.5s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 420px) {
  .product-info-main .product-add-form {
    margin-left: 0;
    margin-right: 1%;
  }
  .product-info-main .product-add-form > form .box-tocart .control input {
    width: 99%;
  }
}
[class*="cms-home"] .linkreturn,
.cms-index-index .linkreturn {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
[class*="cms-home"] div.page-wrapper header.page-header div.header.content a.btn-ini:before,
.cms-index-index div.page-wrapper header.page-header div.header.content a.btn-ini:before {
  content: '\e910';
  color: #ff8d6b;
}
[class*="cms-home"] div.page-wrapper header.page-header div.header.content a.btn-ini span,
.cms-index-index div.page-wrapper header.page-header div.header.content a.btn-ini span {
  color: #ff8d6b;
}
[class*="cms-home"] .sliderbona,
.cms-index-index .sliderbona {
  position: relative;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 769px) {
  [class*="cms-home"] .sliderbona,
  .cms-index-index .sliderbona {
    margin: 0 -15px;
  }
}
[class*="cms-home"] .sliderbona .slidercont,
.cms-index-index .sliderbona .slidercont {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
[class*="cms-home"] .sliderbona .slidercont > .slideritem ~ div.slideritem,
.cms-index-index .sliderbona .slidercont > .slideritem ~ div.slideritem {
  display: none !important;
}
[class*="cms-home"] .sliderbona .slidercont div.slick-slide > div,
.cms-index-index .sliderbona .slidercont div.slick-slide > div {
  margin: 0;
}
[class*="cms-home"] .sliderbona .slidercont .slideritem > a,
.cms-index-index .sliderbona .slidercont .slideritem > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
[class*="cms-home"] .sliderbona .slidercont .slideritem > a span,
.cms-index-index .sliderbona .slidercont .slideritem > a span {
  display: none;
}
@media only screen and (max-width: 769px) {
  [class*="cms-home"] .sliderbona .slidercont .slideritem > img,
  .cms-index-index .sliderbona .slidercont .slideritem > img {
    display: none;
  }
  [class*="cms-home"] .sliderbona .slidercont .slideritem > img.slide-mobile,
  .cms-index-index .sliderbona .slidercont .slideritem > img.slide-mobile {
    display: block !important;
  }
}
[class*="cms-home"] .sliderbona .slick-slider .slick-arrow,
.cms-index-index .sliderbona .slick-slider .slick-arrow {
  top: 50%;
}
[class*="cms-home"] .sliderbona .slick-slider .slick-track,
.cms-index-index .sliderbona .slick-slider .slick-track {
  margin-left: 0;
}
[class*="cms-home"] .sliderbona .slick-slider .slick-track .slick-slide > div,
.cms-index-index .sliderbona .slick-slider .slick-track .slick-slide > div {
  margin: 0;
}
[class*="cms-home"] .sliderbona .slick-slider .slick-dots,
.cms-index-index .sliderbona .slick-slider .slick-dots {
  display: block;
  position: absolute;
  bottom: 10px;
  width: auto;
  transform: translateX(-50%);
  left: 50%;
  height: auto;
}
@media only screen and (max-width: 769px) {
  [class*="cms-home"] .sliderbona .slick-slider .slick-dots,
  .cms-index-index .sliderbona .slick-slider .slick-dots {
    bottom: -15px;
  }
  [class*="cms-home"] .sliderbona .slick-slider .slick-dots li button,
  .cms-index-index .sliderbona .slick-slider .slick-dots li button,
  [class*="cms-home"] .sliderbona .slick-slider .slick-dots li .quote-details-items .actions-toolbar > .action,
  .cms-index-index .sliderbona .slick-slider .slick-dots li .quote-details-items .actions-toolbar > .action {
    width: 5px;
    height: 5px;
  }
}
[class*="cms-home"] .home-slider .home-slide .pagebuilder-slide-wrapper,
.cms-index-index .home-slider .home-slide .pagebuilder-slide-wrapper {
  padding-bottom: 25%;
  position: relative;
}
[class*="cms-home"] .home-slider .home-slide .pagebuilder-poster-content,
.cms-index-index .home-slider .home-slide .pagebuilder-poster-content {
  position: absolute;
  left: 17%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  float: left;
  width: 100%;
  transform: scale(0);
  transition: all 0.3s;
}
[class*="cms-home"] .home-slider .home-slide .pagebuilder-poster-content [data-element="content"],
.cms-index-index .home-slider .home-slide .pagebuilder-poster-content [data-element="content"] {
  overflow: initial;
}
[class*="cms-home"] .home-slider .home-slide .pagebuilder-poster-content [data-element="content"] table td a,
.cms-index-index .home-slider .home-slide .pagebuilder-poster-content [data-element="content"] table td a {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 300px;
  padding: 19px 10px;
  text-align: center;
  color: #ffffff;
  background: #ff8d6b;
  border-radius: 4px;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
[class*="cms-home"] .home-slider .home-slide .pagebuilder-poster-content [data-element="content"] table td a:after,
.cms-index-index .home-slider .home-slide .pagebuilder-poster-content [data-element="content"] table td a:after {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  height: 140%;
  border-radius: 100%;
  opacity: 0.2;
  transform: rotate(-8deg);
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  [class*="cms-home"] .home-slider .home-slide .pagebuilder-poster-content [data-element="content"] table td a:hover::after,
  .cms-index-index .home-slider .home-slide .pagebuilder-poster-content [data-element="content"] table td a:hover::after {
    height: 100%;
    left: 0;
    transition: all 0.3s;
    transform: none;
    border-radius: 0;
  }
}
[class*="cms-home"] .home-slider .slick-slider .slick-arrow,
.cms-index-index .home-slider .slick-slider .slick-arrow {
  top: 50%;
}
[class*="cms-home"] .home-slider .slick-slider .slick-track,
.cms-index-index .home-slider .slick-slider .slick-track {
  margin-left: 0;
}
[class*="cms-home"] .home-slider .slick-slider .slick-track .slick-slide > div,
.cms-index-index .home-slider .slick-slider .slick-track .slick-slide > div {
  margin: 0;
}
[class*="cms-home"] .home-slider .slick-slider .slick-dots,
.cms-index-index .home-slider .slick-slider .slick-dots {
  display: block;
  position: absolute;
  bottom: 10px;
  width: auto;
  transform: translateX(-50%);
  left: 50%;
  height: auto;
}
@media only screen and (max-width: 769px) {
  [class*="cms-home"] .home-slider .slick-slider .slick-dots,
  .cms-index-index .home-slider .slick-slider .slick-dots {
    bottom: -15px;
  }
  [class*="cms-home"] .home-slider .slick-slider .slick-dots li button,
  .cms-index-index .home-slider .slick-slider .slick-dots li button,
  [class*="cms-home"] .home-slider .slick-slider .slick-dots li .quote-details-items .actions-toolbar > .action,
  .cms-index-index .home-slider .slick-slider .slick-dots li .quote-details-items .actions-toolbar > .action {
    width: 5px;
    height: 5px;
  }
}
[class*="cms-home"] .home-carousel .block-content .products-grid ol.product-items,
.cms-index-index .home-carousel .block-content .products-grid ol.product-items {
  padding: 0 50px;
}
@media only screen and (max-width: 480px) {
  [class*="cms-home"] .home-carousel .block-content .products-grid ol.product-items,
  .cms-index-index .home-carousel .block-content .products-grid ol.product-items {
    padding: 0 15px;
  }
}
[class*="cms-home"] .home-carousel .block-content .products-grid ol.product-items .slick-arrow.slick-next,
.cms-index-index .home-carousel .block-content .products-grid ol.product-items .slick-arrow.slick-next {
  right: 3rem;
}
@media only screen and (max-width: 480px) {
  [class*="cms-home"] .home-carousel .block-content .products-grid ol.product-items .slick-arrow.slick-next,
  .cms-index-index .home-carousel .block-content .products-grid ol.product-items .slick-arrow.slick-next {
    right: 0.8rem;
  }
}
[class*="cms-home"] .home-carousel .block-content .products-grid ol.product-items .slick-arrow.slick-prev,
.cms-index-index .home-carousel .block-content .products-grid ol.product-items .slick-arrow.slick-prev {
  left: 3rem;
}
@media only screen and (max-width: 480px) {
  [class*="cms-home"] .home-carousel .block-content .products-grid ol.product-items .slick-arrow.slick-prev,
  .cms-index-index .home-carousel .block-content .products-grid ol.product-items .slick-arrow.slick-prev {
    left: 0.8rem;
  }
}
[class*="cms-home"] .home-carousel .slick-list,
.cms-index-index .home-carousel .slick-list {
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
}
[class*="cms-home"] .home-carousel .slick-track,
.cms-index-index .home-carousel .slick-track {
  margin-left: -3px;
  padding-bottom: 20px;
  display: inline-flex;
}
[class*="cms-home"] .home-carousel .slick-track .slick-slide,
.cms-index-index .home-carousel .slick-track .slick-slide {
  height: auto;
}
[class*="cms-home"] .home-carousel .slick-track .slick-slide div,
.cms-index-index .home-carousel .slick-track .slick-slide div,
[class*="cms-home"] .home-carousel .slick-track .slick-slide li,
.cms-index-index .home-carousel .slick-track .slick-slide li {
  height: 100%;
}
[class*="cms-home"] .home-carousel .slick-track .slick-slide div div,
.cms-index-index .home-carousel .slick-track .slick-slide div div,
[class*="cms-home"] .home-carousel .slick-track .slick-slide li div,
.cms-index-index .home-carousel .slick-track .slick-slide li div {
  height: initial;
}
[class*="cms-home"] .home-carousel .slick-dots,
.cms-index-index .home-carousel .slick-dots {
  margin-top: 0px;
}
[class*="cms-home"] .home-carousel .block-title,
.cms-index-index .home-carousel .block-title {
  display: none;
}
[class*="cms-home"] .slick-slide.slick-active .home-slide .pagebuilder-poster-content,
.cms-index-index .slick-slide.slick-active .home-slide .pagebuilder-poster-content {
  transform: scale(1) translateY(-50%);
  transition: all 0.3s;
  transition-delay: 0.5s;
}
[class*="cms-home"] .banner-home,
.cms-index-index .banner-home {
  position: relative;
}
[class*="cms-home"] .banner-home figure img,
.cms-index-index .banner-home figure img {
  float: left;
  width: 100%;
}
[class*="cms-home"] .banner-home .bannercont,
.cms-index-index .banner-home .bannercont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 27%;
}
@media only screen and (max-width: 769px) {
  [class*="cms-home"] .banner-home .bannercont,
  .cms-index-index .banner-home .bannercont {
    left: 10%;
  }
  [class*="cms-home"] .banner-home .bannercont .btext p,
  .cms-index-index .banner-home .bannercont .btext p {
    font-size: 2rem;
  }
}
[class*="cms-home"] .banner-home .bannercont .btext p,
.cms-index-index .banner-home .bannercont .btext p {
  font-size: 4rem;
  margin-bottom: 0;
  line-height: 1;
  color: #ff8d6b;
  text-align: center;
}
[class*="cms-home"] .banner-home .bannercont .action,
.cms-index-index .banner-home .bannercont .action {
  margin-top: 30px;
}
[class*="cms-home"] .banner-home .bannercont .action a,
.cms-index-index .banner-home .bannercont .action a {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background: #ff8d6b;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
[class*="cms-home"] .banner-home .bannercont .action a:after,
.cms-index-index .banner-home .bannercont .action a:after {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  height: 140%;
  border-radius: 100%;
  opacity: 0.2;
  transform: rotate(-8deg);
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  [class*="cms-home"] .banner-home .bannercont .action a:hover::after,
  .cms-index-index .banner-home .bannercont .action a:hover::after {
    height: 100%;
    left: 0;
    transition: all 0.3s;
    transform: none;
    border-radius: 0;
  }
}
.login-container,
.password.forget,
.form-create-account,
.form.contact {
  max-width: 800px;
  margin: auto;
  width: 100%;
  display: inline-block;
}
.login-container .password-strength-meter,
.password.forget .password-strength-meter,
.form-create-account .password-strength-meter,
.form.contact .password-strength-meter {
  display: none;
}
.login-container .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]),
.password.forget .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]),
.form-create-account .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]),
.form.contact .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) {
  position: relative;
}
.login-container .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) label,
.password.forget .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) label,
.form-create-account .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) label,
.form.contact .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) label,
.login-container .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) legend,
.password.forget .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) legend,
.form-create-account .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) legend,
.form.contact .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]) legend {
  position: absolute;
  z-index: 3;
  transform: translate(7px, 12px);
  transition: all ease .2s;
  pointer-events: none;
  left: 6px;
}
.login-container .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).focused > label,
.password.forget .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).focused > label,
.form-create-account .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).focused > label,
.form.contact .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).focused > label,
.login-container .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).focused > legend,
.password.forget .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).focused > legend,
.form-create-account .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).focused > legend,
.form.contact .field:not(.choice):not([name="shippingAddress.custom_attributes.coverage"]):not([name="shippingAddress.custom_attributes.receptor_is_customer"]).focused > legend {
  background: #ffffff;
  transform: translate(5px, -7px);
  padding: 0 6px;
  color: #626366;
  font-size: 1.2rem;
  transition: all ease .2s;
  left: 0;
}
.login-container {
  max-height: 350px;
}
@media screen and (max-width: 767px) {
  .login-container {
    max-height: 800px;
  }
}
.divider-login {
  height: 350px !important;
  width: 1px !important;
  border: solid;
  display: block;
  border-width: 1px;
  position: absolute;
  left: 49.5%;
  padding: 30px 0 30px 0;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
@media screen and (max-width: 767px) {
  .divider-login {
    height: 1px !important;
    width: 80% !important;
    border: solid;
    display: block;
    border-width: 1px;
    position: absolute;
    left: 20%;
    padding: 0 30px 0 30px;
    background-color: #EDEDED;
    border-color: #EDEDED;
    top: 50%;
  }
}
@media screen and (max-width: 600px) {
  .divider-login {
    height: 1px !important;
    width: 80% !important;
    border: solid;
    display: block;
    border-width: 1px;
    position: absolute;
    left: 10%;
    padding: 0 30px 0 30px;
    background-color: #EDEDED;
    border-color: #EDEDED;
    top: 50%;
  }
}
.contact-index-index form fieldset .field {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.contact-index-index form fieldset .field.note {
  width: 100%;
}
.contact-index-index form fieldset .field-recaptcha {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .login-container {
    display: flex;
    align-items: end;
  }
}
.login-container .block .block-title {
  border: none;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.login-container .fieldset::after,
.login-container .fieldset::before {
  content: unset;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 10px;
}
.login-container .block-new-customer .actions-toolbar .primary {
  margin: 0 auto;
  float: none;
  display: block;
}
.customer-account-login .page-main div.page-title-wrapper .page-title {
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: none;
  position: relative;
  padding-left: 65px;
}
@media only screen and (max-width: 768px) {
  .customer-account-login .page-main div.page-title-wrapper .page-title {
    margin-bottom: 20px;
  }
}
.customer-account-login .page-main div.page-title-wrapper .page-title:before {
  content: "\e627";
  font-family: 'wolf-icons';
  font-size: 2.5rem;
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ffeee9;
  line-height: 50px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -15px;
}
.customer-account-login .page-main .columns {
  margin-bottom: 40px;
}
.customer-account-login .page-main .column.main {
  box-shadow: 0px 0px 15px 0 #e6e6e6;
  max-width: 800px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .customer-account-login .page-main .column.main {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .customer-account-login .page-main .column.main .login-container {
    order: 1;
  }
}
.customer-account-login .page-main .column.main .login-container div.block-title,
.customer-account-login .page-main .column.main .login-container p.block-title {
  text-align: center;
  margin-bottom: 10px;
}
.customer-account-login .page-main .column.main .login-container div.block-title strong,
.customer-account-login .page-main .column.main .login-container p.block-title strong,
.customer-account-login .page-main .column.main .login-container div.block-title span,
.customer-account-login .page-main .column.main .login-container p.block-title span {
  font-weight: 800;
  font-size: 1.6rem;
}
.customer-account-login .page-main .column.main .login-container .block.block-customer-login {
  display: grid;
  align-self: start;
  align-items: start !important;
  width: 100%;
  padding: 20px;
  max-width: 350px;
}
@media only screen and (min-width: 768px) {
  .customer-account-login .page-main .column.main .login-container .block.block-customer-login {
    margin-right: 10%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .customer-account-login .page-main .column.main .login-container .block.block-customer-login {
    margin: 20px auto 195px;
  }
}
.customer-account-login .page-main .column.main .login-container .block.block-customer-login .remind {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.customer-account-login .page-main .column.main .login-container .block.block-customer-login .actions-toolbar {
  display: flex;
  flex-direction: column-reverse;
  max-width: 350px;
  margin: 15px auto 0px;
}
.customer-account-login .page-main .column.main .login-container .block.block-customer-login .actions-toolbar .primary {
  width: 100%;
  border-radius: 4px;
}
.customer-account-login .page-main .column.main .login-container .block.block-customer-login .actions-toolbar .secondary {
  text-align: left;
  margin-bottom: 16px;
  margin-left: 0;
}
.customer-account-login .page-main .column.main .login-container .block-new-customer {
  width: 100%;
  padding: 10px;
  padding-top: 0;
  max-width: 350px;
  margin-top: 100%;
}
@media only screen and (max-width: 768px) {
  .customer-account-login .page-main .column.main .login-container .block-new-customer {
    margin: auto;
    padding-top: 10px;
  }
}
.customer-account-login .page-main .column.main .login-container .block-new-customer p.block-title {
  margin: 0;
  padding: 0;
}
.customer-account-login .page-main .column.main .login-container .block-new-customer p.block-title span {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.customer-account-login .page-main .column.main .login-container .block-new-customer p.block-title a {
  height: 35px;
  width: 100%;
  background-color: #ffeee9;
  padding: 0 10px;
  line-height: 35px;
  display: inline-block;
  margin-right: 0;
  border-radius: 4px;
  transition: background 0.3s;
}
@media only screen and (min-width: 768px) {
  .customer-account-login .page-main .column.main .login-container .block-new-customer p.block-title a:hover {
    transition: background 0.3s;
    background: #ffb49e;
  }
  .customer-account-login .page-main .column.main .login-container .block-new-customer p.block-title a:hover span {
    color: #ffffff;
  }
}
.customer-account-login .page-main .column.main .login-container .block-new-customer p.block-title a span {
  font-weight: normal;
  color: #000000;
  font-size: 1.4rem;
}
.customer-account-login .page-main .account-social-login {
  float: right;
  width: 100%;
  padding: 20px 10px;
  max-width: 350px;
}
@media only screen and (max-width: 768px) {
  .customer-account-login .page-main .account-social-login {
    float: none;
    margin: auto;
    display: block;
    order: 2;
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
}
@media only screen and (min-width: 768px) {
  .customer-account-login .page-main .account-social-login {
    margin-bottom: -100%;
    margin-right: 20px;
  }
}
.customer-account-login .page-main .account-social-login:before {
  content: "También puedes iniciar sesión con:";
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.customer-account-login .page-main fieldset.fieldset.login > div .control,
.customer-account-login .page-main fieldset.fieldset.login .actions-toolbar {
  width: 100%;
  margin-bottom: 20px;
}
.customer-account-login .page-main fieldset.fieldset.login > div .control input,
.customer-account-login .page-main fieldset.fieldset.login .actions-toolbar input {
  height: 40px;
  border-radius: 4px;
}
.customer-account-login .page-main fieldset.fieldset.login div#remember-me-box {
  display: none;
}
.account.wishlist-index-index .toolbar {
  display: none;
}
.account.wishlist-index-index form#wishlist-view-form {
  margin: auto;
  width: 100%;
  max-width: 1055px;
}
@media only screen and (max-width: 769px) {
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item .product-item-photo {
    margin: 0;
    float: none;
  }
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item .product-item-name {
    margin: 0;
  }
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item .price-box {
    margin: 10px 0 25px 0;
  }
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item .box-tocart {
    float: none;
    margin-right: 0;
  }
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item .box-tocart ~ .product-item-actions {
    float: left;
    width: 100%;
    margin: 10px 0 15px 0;
  }
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item .field.qty {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 9%) / 5);
  }
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 769px) and (min-width: 480px) {
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .account.wishlist-index-index form#wishlist-view-form .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
.slick-slider .slick-arrow {
  text-indent: -99999%;
  background: transparent;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  top: calc(50% - 20px);
}
.slick-slider .slick-arrow:before {
  text-indent: 0;
  float: left;
  width: 100%;
  font-size: 12px;
  padding: 0;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .slick-slider .slick-arrow:hover {
    background: #ff8d6b;
  }
  .slick-slider .slick-arrow:hover::before {
    color: #ffffff;
  }
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-list .slick-track {
  margin: auto;
}
.slick-slider .slick-list .slick-slide {
  margin: 0 3px;
}
.slick-slider .slick-list .slick-slide > div {
  margin: 0;
}
.slick-slider .slick-list .slick-slide > div li.product-item {
  margin-bottom: 0;
}
.slick-slider .slick-dots {
  padding: 0;
  height: 20px;
  margin-top: 5px;
}
.slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}
.slick-slider .slick-dots li button,
.slick-slider .slick-dots li .quote-details-items .actions-toolbar > .action {
  height: 8px;
  width: 8px;
  background: #b1b1b1;
}
.slick-slider .slick-dots li button:not(.primary),
.slick-slider .slick-dots li .quote-details-items .actions-toolbar > .action:not(.primary) {
  border: 0;
  opacity: 0.6;
}
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
  background: #ff8d6b;
  opacity: 1;
}
.home-slider .slick-slider .slick-list .slick-slide {
  margin: 0;
}
.message.info {
  overflow: hidden;
}
.page.messages .messages > .message {
  overflow: hidden;
  position: fixed;
  top: 101px;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page.messages .messages > .message {
    top: 80px;
  }
}
.page.messages .messages > .message > div {
  display: flex;
  align-items: center;
}
.page.messages .messages > .message[class*="message-"].message > *:first-child:before {
  overflow: initial;
  position: static;
  margin: 0 5px 0 0;
  line-height: 1;
  float: left;
  width: 25px;
}
.page.messages .messages > .message.warning > *:first-child:before {
  display: none;
}
.page.messages .messages > .message.warning > div {
  display: flex;
}
.page.messages .messages > .message.warning .warning-delete-product,
.page.messages .messages > .message.warning .warning-cart-success {
  display: flex;
  align-items: center;
}
.page.messages .messages > .message.warning .warning-delete-product .icon-uniE610:before,
.page.messages .messages > .message.warning .warning-cart-success .icon-uniE610:before {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #2dc876;
  border-radius: 100%;
  color: #2dc876;
  margin-right: 10px;
  float: left;
}
.page.messages .messages > .message.warning .warning-delete-product .icon-uniE610 ~ span,
.page.messages .messages > .message.warning .warning-cart-success .icon-uniE610 ~ span {
  color: #2dc876;
}
.page.messages .messages > .message.warning .warning-delete-product {
  margin-bottom: 15px;
}
.page.messages .messages > .message.warning .warning-coverage-success,
.page.messages .messages > .message.warning .warning-coverage-error {
  color: #000000;
}
.page.messages .messages > .message.warning .warning-coverage-success .msg-close-modal,
.page.messages .messages > .message.warning .warning-coverage-error .msg-close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .page.messages .messages > .message.warning .warning-coverage-success .msg-close-modal:hover,
  .page.messages .messages > .message.warning .warning-coverage-error .msg-close-modal:hover {
    color: #ff8d6b;
    transition: all 0.3s;
  }
}
.page.messages .messages > .message.warning .warning-coverage-success .msg-close-modal span[class],
.page.messages .messages > .message.warning .warning-coverage-error .msg-close-modal span[class] {
  font-weight: bold;
}
.page.messages .messages > .message.warning .warning-coverage-success > span,
.page.messages .messages > .message.warning .warning-coverage-error > span {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.page.messages .messages > .message.warning .warning-coverage-success > span.msg-address,
.page.messages .messages > .message.warning .warning-coverage-error > span.msg-address {
  font-weight: bold;
}
.page.messages .messages > .message.warning .warning-coverage-success > span.msg-title,
.page.messages .messages > .message.warning .warning-coverage-error > span.msg-title {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.page.messages .messages > .message.warning .warning-coverage-success .msg-buttons,
.page.messages .messages > .message.warning .warning-coverage-error .msg-buttons {
  display: flex;
  justify-content: center;
  float: left;
  width: 100%;
}
.page.messages .messages > .message.warning .warning-coverage-success .msg-buttons .edit-cart,
.page.messages .messages > .message.warning .warning-coverage-error .msg-buttons .edit-cart {
  display: flex;
  align-items: center;
}
.page.messages .messages > .message.warning .warning-coverage-success .msg-buttons .edit-cart span.icon-uniE601,
.page.messages .messages > .message.warning .warning-coverage-error .msg-buttons .edit-cart span.icon-uniE601 {
  width: 24px;
  height: 24px;
  float: left;
  border: 1px solid #000000;
  border-radius: 100%;
  line-height: 24px;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .page.messages .messages > .message.warning .warning-coverage-success .msg-buttons .edit-cart:hover,
  .page.messages .messages > .message.warning .warning-coverage-error .msg-buttons .edit-cart:hover {
    color: #ff8d6b;
  }
  .page.messages .messages > .message.warning .warning-coverage-success .msg-buttons .edit-cart:hover span.icon-uniE601,
  .page.messages .messages > .message.warning .warning-coverage-error .msg-buttons .edit-cart:hover span.icon-uniE601 {
    border-color: #ff8d6b;
  }
}
.page.messages .messages > .message.warning .warning-coverage-success .msg-buttons button.actions-toolbar,
.page.messages .messages > .message.warning .warning-coverage-error .msg-buttons button.actions-toolbar,
.page.messages .messages > .message.warning .warning-coverage-success .msg-buttons .quote-details-items .actions-toolbar > .action.actions-toolbar,
.page.messages .messages > .message.warning .warning-coverage-error .msg-buttons .quote-details-items .actions-toolbar > .action.actions-toolbar {
  background: #ffffff;
  border: 1px solid #ff8d6b;
  display: flex;
  align-items: center;
  color: #ff8d6b;
}
.page.messages .messages > .message.warning .warning-coverage-success .msg-buttons button.actions-toolbar:first-child,
.page.messages .messages > .message.warning .warning-coverage-error .msg-buttons button.actions-toolbar:first-child,
.page.messages .messages > .message.warning .warning-coverage-success .msg-buttons .quote-details-items .actions-toolbar > .action.actions-toolbar:first-child,
.page.messages .messages > .message.warning .warning-coverage-error .msg-buttons .quote-details-items .actions-toolbar > .action.actions-toolbar:first-child {
  margin-right: 20px;
}
.page.messages .messages > .message.warning .warning-coverage-success .msg-buttons button.actions-toolbar span[class*="icon-"],
.page.messages .messages > .message.warning .warning-coverage-error .msg-buttons button.actions-toolbar span[class*="icon-"],
.page.messages .messages > .message.warning .warning-coverage-success .msg-buttons .quote-details-items .actions-toolbar > .action.actions-toolbar span[class*="icon-"],
.page.messages .messages > .message.warning .warning-coverage-error .msg-buttons .quote-details-items .actions-toolbar > .action.actions-toolbar span[class*="icon-"] {
  color: #ff8d6b;
  font-size: 2rem;
}
.page.messages .messages > .message.warning .warning-coverage-success .msg-buttons button.actions-toolbar span[class*="icon-"]:before,
.page.messages .messages > .message.warning .warning-coverage-error .msg-buttons button.actions-toolbar span[class*="icon-"]:before,
.page.messages .messages > .message.warning .warning-coverage-success .msg-buttons .quote-details-items .actions-toolbar > .action.actions-toolbar span[class*="icon-"]:before,
.page.messages .messages > .message.warning .warning-coverage-error .msg-buttons .quote-details-items .actions-toolbar > .action.actions-toolbar span[class*="icon-"]:before {
  margin-right: 5px;
}
.page.messages .messages > .message.error a {
  margin: 0 5px;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .page.messages .messages > .message.error a:hover {
    transition: all 0.3s;
    color: rgba(255, 141, 107, 0.6);
  }
}
.main-msg-add-success .messages > .message.success {
  background: #fff7f2;
}
.main-msg-add-success .messages > .message.success > div:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-msg-add-success .messages > .message.success {
    top: auto;
    bottom: 95px;
    z-index: 99999;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 0 10px 0px #d9d9d9;
  }
}
.main-msg-add-success .messages > .message > div {
  display: block;
  width: auto;
  margin: auto;
}
.main-msg-add-success .messages > .message > div .msg-add-success {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}
@media only screen and (max-width: 767px) {
  .main-msg-add-success .messages > .message > div .msg-add-success {
    padding: 0;
    flex-direction: column;
  }
}
.main-msg-add-success .messages > .message > div .msg-add-success > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .main-msg-add-success .messages > .message > div .msg-add-success > div {
    width: 100%;
  }
}
.main-msg-add-success .messages > .message > div .msg-add-success > div.msg-img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .main-msg-add-success .messages > .message > div .msg-add-success > div.msg-img {
    padding-left: 40px;
    position: relative;
  }
}
.main-msg-add-success .messages > .message > div .msg-add-success > div.msg-img span.icon-uniE610 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #2dc876;
  padding: 8px;
  border-radius: 100%;
}
.main-msg-add-success .messages > .message > div .msg-add-success > div.msg-img span.icon-uniE610:before {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .main-msg-add-success .messages > .message > div .msg-add-success > div.msg-img span.icon-uniE610 {
    display: none;
  }
}
.main-msg-add-success .messages > .message > div .msg-add-success > div.msg-img > div span {
  display: block;
  text-align: left;
  color: #545454;
  line-height: 18px;
}
.main-msg-add-success .messages > .message > div .msg-add-success > div.msg-img > a {
  width: 100%;
  max-width: 60px;
}
.main-msg-add-success .messages > .message > div .msg-add-success > div.msg-img > a img {
  width: 100%;
  float: left;
  max-width: 60px;
}
@media only screen and (min-width: 769px) {
  .main-msg-add-success .messages > .message > div .msg-add-success > div.msg-img > a {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-msg-add-success .messages > .message > div .msg-add-success > div.msg-img {
    display: flex;
    align-items: center;
  }
  .main-msg-add-success .messages > .message > div .msg-add-success > div.msg-img > div {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .main-msg-add-success .messages > .message > div .msg-add-success > div.msg-details {
    padding-left: 15px;
    border-left: 1px solid #e6e6e6;
  }
}
@media only screen and (max-width: 767px) {
  .main-msg-add-success .messages > .message > div .msg-add-success > div.msg-details {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
  }
}
.main-msg-add-success .messages > .message > div .msg-add-success > div.msg-details > span {
  display: block;
  color: #545454;
  text-align: left;
}
.main-msg-add-success .messages > .message > div .msg-add-success > div.msg-details > span .price {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .main-msg-add-success .messages > .message > div .msg-add-success > div.msg-details > span {
    display: inline-block;
  }
}
.opencart aside.modal-popup.confirm._show {
  z-index: 99999 !important;
}
.modals-wrapper {
  position: relative;
  z-index: 999;
}
.modals-wrapper .modal-custom .action-close,
.modals-wrapper .modal-popup .action-close,
.modals-wrapper .modal-slide .action-close {
  display: inline-block;
  text-decoration: none;
}
.modals-wrapper .modal-custom .action-close > span,
.modals-wrapper .modal-popup .action-close > span,
.modals-wrapper .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;
}
.modals-wrapper .modal-custom .action-close:before,
.modals-wrapper .modal-popup .action-close:before,
.modals-wrapper .modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  content: '\e616';
  font-family: 'wolf-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modals-wrapper .modal-custom .action-close:hover:before,
.modals-wrapper .modal-popup .action-close:hover:before,
.modals-wrapper .modal-slide .action-close:hover:before {
  color: inherit;
}
.modals-wrapper .modal-custom .action-close:active:before,
.modals-wrapper .modal-popup .action-close:active:before,
.modals-wrapper .modal-slide .action-close:active:before {
  color: inherit;
}
.modals-wrapper .modal-custom .action-close:hover:before,
.modals-wrapper .modal-popup .action-close:hover:before,
.modals-wrapper .modal-slide .action-close:hover:before {
  color: #ff8d6b;
}
.modals-wrapper .modal-popup div.modal-inner-wrap {
  width: auto;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 8px;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}
.modals-wrapper .modal-popup div.modal-inner-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
.modals-wrapper .modal-popup div.modal-inner-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ff8d6b;
  box-shadow: 0;
}
@media only screen and (min-width: 768px) {
  .modals-wrapper .modal-popup div.modal-inner-wrap {
    height: auto;
    max-height: calc(100% - 100px);
  }
}
.modals-wrapper .modal-popup div.modal-inner-wrap .modal-content {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer {
    text-align: center;
  }
}
.modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer button.secondary.action-hide-popup,
.modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.secondary.action-hide-popup {
  border: 1px solid #ff8d6b;
  color: #ff8d6b;
  padding: 9px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer button.secondary.action-hide-popup,
  .modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.secondary.action-hide-popup {
    margin-top: 20px;
    width: 100%;
  }
}
.modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer button.secondary.action-hide-popup:hover,
.modals-wrapper .modal-popup div.modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action.secondary.action-hide-popup:hover {
  background: #ff8d6b;
  color: #ffffff;
}
.modals-wrapper .modal-popup .modal-title {
  font-size: 2rem;
  font-weight: 500;
  border-color: #e6e6e6;
}
.modals-wrapper .modal-popup #modal-coverage {
  float: left;
  width: 100%;
  position: relative;
}
.modals-wrapper .modal-popup #modal-coverage .message {
  overflow: hidden;
}
.modals-wrapper .modal-popup #modal-coverage span.action.nav-toggle {
  display: none;
}
.modals-wrapper .modal-popup #modal-coverage .blk-logo {
  float: left;
  width: 100%;
}
.modals-wrapper .modal-popup #modal-coverage .blk-logo a {
  display: block;
  width: 100%;
  max-width: 95px;
  margin: auto;
  float: none;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one > * {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one > div:first-child {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one > div:last-child {
  background: #e6e6e6;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .action-buttons {
  margin-top: 15px;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .action-buttons button,
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .action-buttons .quote-details-items .actions-toolbar > .action {
  display: block;
  float: none;
  margin: auto;
  width: 100%;
  max-width: 250px;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .action-buttons button:not(:last-child),
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .action-buttons .quote-details-items .actions-toolbar > .action:not(:last-child) {
  margin-bottom: 15px;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .action-buttons button#gps-btn-new,
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .action-buttons .quote-details-items .actions-toolbar > .action#gps-btn-new {
  background: #ffeee9;
  border-color: #ffeee9;
  color: #ff8d6b;
  padding-top: 10px;
}
@media only screen and (min-width: 769px) {
  .modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .action-buttons button#gps-btn-new:hover,
  .modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .action-buttons .quote-details-items .actions-toolbar > .action#gps-btn-new:hover {
    background: #ff8d6b;
    border-color: #ff8d6b;
    color: #ffffff;
  }
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .enviog {
  position: absolute;
  bottom: -76px;
  left: -30px;
  width: calc(100% + 60px);
  padding: 10px;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .yatienes {
  font-size: 1.4rem;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-one .yatienes a {
  margin-left: 10px;
  font-weight: 500;
  color: #ff8d6b;
  text-transform: uppercase;
  text-decoration: underline;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-two > span {
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 500;
  color: #ff8d6b;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-two .google-maps-location {
  float: left;
  width: 100%;
  margin: 15px 0 25px 0;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-two .google-maps-location div#summa-google-maps-header {
  float: left;
  width: 100%;
  height: 200px;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-two button#next-location,
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-two .quote-details-items .actions-toolbar > .action#next-location {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: auto;
  background-color: #e6e6e6;
  color: #545454;
  padding-top: 10px;
}
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-two button.primary.has_coverage,
.modals-wrapper .modal-popup #modal-coverage .gps-form .gps-step-two .quote-details-items .actions-toolbar > .action.primary.has_coverage {
  background: #ff8d6b !important;
  color: #ffffff !important;
}
.modals-wrapper .modal-popup .step-two .img-ubica {
  text-align: center;
}
.modals-wrapper .modal-popup .step-two .img-ubica img {
  max-width: 144px;
  display: block;
  margin: 0 auto 10px;
}
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-init {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-init p.label {
  margin-bottom: 40px;
}
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-init button,
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-init .quote-details-items .actions-toolbar > .action {
  max-width: 245px;
  border-color: #ff8d6b;
  margin: auto;
  width: 100%;
  height: 48px;
  font-size: 1.6rem;
  color: #ff8d6b;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .modals-wrapper .modal-popup .step-two .step-two-location.step-two-init button:hover,
  .modals-wrapper .modal-popup .step-two .step-two-location.step-two-init .quote-details-items .actions-toolbar > .action:hover {
    background: #ff8d6b;
    color: #ffffff;
  }
}
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-init button:not(:last-child),
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-init .quote-details-items .actions-toolbar > .action:not(:last-child) {
  margin-bottom: 15px;
}
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset > p {
  margin-bottom: 0;
  margin-top: 15px;
}
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset > span {
  margin-bottom: 40px;
  display: block;
}
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset .actions-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset .actions-toolbar > div:first-child {
    margin: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset .actions-toolbar {
    flex-wrap: wrap;
  }
}
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset .actions-toolbar > div {
  margin: 0 15px;
  width: 100%;
  float: left;
}
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset .actions-toolbar:before,
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset .actions-toolbar:after {
  display: none;
}
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset .actions-toolbar .primary button,
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset .actions-toolbar .primary .quote-details-items .actions-toolbar > .action {
  margin: 0;
  white-space: nowrap;
}
.modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset .actions-toolbar .secondary a {
  border: 1px solid #ff8d6b;
  padding: 7px 10px;
  margin: 0;
  border-radius: 4px;
  transition: all 0.5s;
  white-space: nowrap;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modals-wrapper .modal-popup .step-two .step-two-location.step-two-write .address-form fieldset .actions-toolbar .secondary a:hover {
    background: #ff8d6b;
    color: #ffffff;
    transition: all 0.5s;
  }
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .tit {
  font-size: 1.8rem;
  font-weight: bold;
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form > span {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field {
  max-width: 355px;
  margin: auto;
  padding: 5px 0;
  background: #e6e6e6;
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field > label {
  font-size: 1.5rem;
  font-weight: bold;
  height: 100%;
  background: #e6e6e6;
  display: flex;
  align-items: center;
  padding: 0 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media only screen and (max-width: 320px) {
  .modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field > label {
    padding: 0 15px;
  }
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field.focused > label {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field .control {
  position: relative;
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field .control input[type="number"] {
  padding: 0 110px 0 165px;
  height: 47px;
  text-align: center;
}
@media only screen and (max-width: 320px) {
  .modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field .control input[type="number"] {
    padding: 0 100px 0 125px;
  }
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field .control input[type="number"]:focus,
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field .control input[type="number"]:hover {
  border-color: #e6e6e6;
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field .control button.action.primary,
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field .control .quote-details-items .actions-toolbar > .action.action.primary {
  background: #ffeee9;
  position: absolute;
  right: 0;
  top: -5px;
  color: #545454;
  height: 56px;
  width: 82px;
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field .control button.action.primary:before,
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field .control .quote-details-items .actions-toolbar > .action.action.primary:before {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  background: #e6e6e6;
  top: 0;
  left: -15px;
}
@media only screen and (min-width: 768px) {
  .modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field .control button.action.primary:hover,
  .modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form .cont-form .field .control .quote-details-items .actions-toolbar > .action.action.primary:hover {
    background: #ff8d6b;
    color: #ffffff;
  }
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form fieldset > .field {
  float: left;
}
@media only screen and (min-width: 768px) {
  .modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form fieldset > .field {
    width: calc((100% - 2%)/2);
    margin-left: 2%;
  }
  .modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form fieldset > .field:nth-child(2n+1) {
    margin-left: 0;
  }
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form fieldset > .field ~ .actions-toolbar {
  display: flex;
  justify-content: center;
  flex-direction: column;
  float: left;
  width: 100%;
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form fieldset > .field ~ .actions-toolbar .primary {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form fieldset > .field ~ .actions-toolbar .primary button.primary,
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form fieldset > .field ~ .actions-toolbar .primary .quote-details-items .actions-toolbar > .action.primary {
  margin: 0;
  background: #ffeee9;
  color: #000000;
  display: block;
  width: auto;
  text-align: center;
  margin: 0 auto 10px;
  float: none;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form fieldset > .field ~ .actions-toolbar .primary button.primary:hover,
  .modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form fieldset > .field ~ .actions-toolbar .primary .quote-details-items .actions-toolbar > .action.primary:hover {
    background: #ff8d6b;
    color: #ffffff;
  }
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form fieldset .message-warning {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background: #fffdf4;
}
.modals-wrapper .modal-popup .step-two .step-two-zipcode .zipcode-form fieldset .message-warning span {
  font-weight: bold;
}
@media only screen and (orientation: landscape) {
  .opengps .page-header {
    z-index: 0 !important;
  }
}
.opengps .modals-wrapper .modal-popup {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  overflow: initial;
}
@media only screen and (max-width: 767px) {
  .opengps .modals-wrapper .modal-popup {
    bottom: auto;
  }
}
@media only screen and (max-width: 640px) {
  .opengps .modals-wrapper .modal-popup.modal-slide {
    top: 55px;
    left: 0;
    transform: none;
    height: 100vh;
    margin: 0 auto;
    background: #ffffff;
  }
  .opengps .modals-wrapper .modal-popup.modal-slide .modal-content {
    padding-bottom: 0;
  }
  .opengps .modals-wrapper .modal-popup.modal-slide .gps-form {
    float: left;
    height: calc(100vh - 213px);
    overflow: auto;
    padding-bottom: 50px;
  }
  .opengps .modals-wrapper .modal-popup.modal-slide .gps-form .gps-step-one .enviog {
    bottom: 0px !important;
    margin-bottom: 0 !important;
  }
  .opengps .modals-wrapper .modal-popup.modal-slide .gps-form .gps-step-one {
    float: left;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .opengps .modals-wrapper .modal-popup {
    min-height: 90% !important;
  }
  .opengps .modals-wrapper .modal-popup #modal-coverage .blk-logo a {
    max-width: 70px;
    line-height: 1;
  }
  .opengps .modals-wrapper .modal-popup.modal-slide {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: inherit;
  }
  .opengps .modals-wrapper .modal-popup.modal-slide .modal-content {
    padding-bottom: 0;
  }
  .opengps .modals-wrapper .modal-popup.modal-slide .gps-form {
    height: calc(100vh - 119px) !important;
    overflow: auto;
    float: left;
    padding-bottom: 50px;
  }
  .opengps .modals-wrapper .modal-popup.modal-slide .gps-form .enviog {
    bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .opengps .modals-wrapper .modal-popup.modal-slide .gps-form .gps-step-one {
    float: left;
  }
}
@media only screen and (max-width: 1024px) and (height: 768px) and (orientation: landscape) {
  .opengps .modals-wrapper .modal-popup {
    overflow: hidden;
    min-height: initial !important;
  }
}
@media only screen and (min-width: 767px) {
  .opengps .modals-wrapper .modal-popup {
    min-height: initial;
  }
  .opengps .modals-wrapper .modal-popup.modal-slide .gps-form {
    height: auto;
  }
}
.opengps .modals-wrapper .modal-popup .modal-inner-wrap {
  float: left;
  width: 100%;
  margin: 0;
  height: auto;
}
#message-geolocation p {
  padding: 12px;
  background-color: #ff8d6b;
  border-radius: 5px;
  color: #ffffff;
}
.nosotros {
  position: relative;
  font-family: 'Poppins-ExtraLight';
}
.nosotros .session-one .content-txt {
  position: absolute;
  float: left;
  margin: 16pc 12pc;
  color: #ffffff;
}
.nosotros .session-one .content-txt .item p {
  padding: 0;
  margin: 0;
}
.nosotros .session-one .content-txt .item.one {
  font-size: 54px;
  margin-bottom: 2pc;
}
.nosotros .session-one .content-txt .item.one p {
  height: 53px;
}
.nosotros .session-one .content-txt .item.two p {
  height: 31px;
  font-size: 22px;
}
.nosotros .session-two .content-txt {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 8pc;
}
.nosotros .session-two .content-txt p {
  margin: 0;
  font-size: 30px;
  color: #fd6743;
}
.nosotros .session-two .bonafont-txt {
  margin-top: 24px;
}
.nosotros .session-four {
  background-color: #fd6c35;
  display: flex;
  flex-flow: column wrap;
  padding: 20px;
}
.nosotros .session-four .content-txt {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-evenly;
}
.nosotros .session-four .content-txt .item p {
  color: #ffffff;
  margin: 0;
  font-weight: bold;
}
.nosotros .session-four .item {
  font-size: 17px;
}
.nosotros .session-four .item a {
  background-color: #fb9d79;
  padding: 9px 41px;
  border-radius: 3pc;
  text-decoration: none;
  color: #ffffff;
  margin-top: 3px;
  display: block;
}
.nosotros .background-image {
  display: flex;
}
.nosotros .background-image img {
  width: 100%;
}
.nosotros .session-five {
  height: 570px;
}
.nosotros .session-five .title {
  margin: 80px 0 24px 0;
  text-align: center;
  font-size: 27px;
  color: #fd6c35;
}
.nosotros .session-six {
  position: relative;
}
.nosotros .session-six .content-txt-background {
  position: absolute;
  float: left;
  margin: 16pc 12pc;
}
.nosotros .session-six .content-txt {
  margin: 16pc 12pc;
  position: absolute;
  float: left;
  margin: 14pc 8pc;
  background-color: #fff7f5;
  padding: 36px;
  border-radius: 27px;
  width: 465px;
  height: 310px;
}
.nosotros .session-six .item.one {
  color: #fd6c35;
  font-size: 35px;
}
.nosotros .session-six .item.two {
  margin-top: 35px;
}
.nosotros .session-six .item.three a {
  color: #fd6c35;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  line-height: 102px;
}
.nosotros .session-six .item.three img {
  width: 20px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.nosotros .session-six .item.four {
  margin-top: 100px;
  color: #ffffff;
}
.nosotros .content-txt-background {
  background-color: #fb9d79;
  display: block;
  width: 423px;
  height: 260px;
  top: 36px;
  border-radius: 34px;
}
.nosotros .timeline {
  width: 100%;
  height: 645px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nosotros .timeline .timieline-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fd6c35;
}
.nosotros .timeline .timeline-content {
  max-width: 130px;
  height: 360px;
  padding: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  background: #fff;
  position: relative;
  border-radius: 10px;
  margin-right: 0px;
  text-align: center;
  font-size: 11px;
}
.nosotros .timeline .timeline-content:before {
  position: absolute;
  width: 280px;
  height: 1px;
  top: -1pc;
  background: #fd6c3533;
  content: "";
  left: 65px;
  border-radius: 5px;
  z-index: 1;
}
.nosotros .timeline .timeline-content:after {
  position: absolute;
  width: 1px;
  height: 30px;
  bottom: 130px;
  background: #fd6c3533;
  content: "";
}
.nosotros .timeline .timeline-content:nth-child(odd) {
  align-self: flex-end;
}
.nosotros .timeline .timeline-content:nth-child(odd):after {
  top: -15px;
}
.nosotros .timeline .timeline-content:nth-child(odd) .timeline-period {
  top: -60px;
}
.nosotros .timeline .timeline-content:nth-child(odd) .timeline-period:before {
  top: 100px;
}
.nosotros .timeline .timeline-content:nth-child(even):before {
  display: none;
}
.nosotros .timeline .timeline-content img {
  z-index: 1;
  position: relative;
  width: 100%;
}
.nosotros .timeline .timeline-content .content {
  position: absolute;
  width: 179px;
  left: -23px;
}
.nosotros .timeline .timieline-content {
  height: 87px;
  position: relative;
}
.nosotros .timeline .timeline-period {
  position: absolute;
  top: calc(125%);
  background: #FFF;
  padding: 10px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  left: calc(-10%);
  box-shadow: 0px 0px 2px 2px #000;
}
.nosotros .timeline .timeline-period:before {
  width: 15px;
  height: 15px;
  background: #FFF;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -20px;
  left: calc(44%);
  z-index: 2;
}
.nosotros .timeline::-webkit-scrollbar {
  display: none;
}
.nosotros .content.content-2021 {
  width: 270px !important;
  left: -60px !important;
}
.background-image.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .background-image.desktop {
    display: none !important;
  }
  .background-image.mobile {
    display: block;
  }
  .nosotros .session-one .content-txt {
    position: absolute;
    float: left;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    width: 100%;
  }
  .nosotros .session-one .content-txt .item.one {
    font-size: 25px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    float: left;
    margin-top: 37px;
  }
  .nosotros .session-one .content-txt .item.one p {
    display: contents;
  }
  .nosotros .session-one .content-txt .item.two p {
    height: inherit;
    font-size: 14px;
  }
  .nosotros .session-two .content-txt {
    margin-top: 0;
  }
  .nosotros .session-two .content-txt img {
    width: 50%;
    margin-top: 6px;
  }
  .nosotros .session-two .content-txt p {
    margin: 0;
    font-size: 13px;
    color: #fd6743;
  }
  .nosotros .session-four .content-txt {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    text-align: center;
  }
  .nosotros .session-four .item {
    font-size: 12px;
  }
  .nosotros .session-six .background-image {
    display: flex;
    padding-bottom: 23pc;
  }
  .nosotros .session-six .content-txt {
    position: absolute;
    float: left;
    margin: 17pc 1pc;
    background-color: #fff7f5;
    padding: 36px;
    border-radius: 27px;
    width: 309px;
    height: 310px;
  }
  .nosotros .session-six .content-txt-background {
    position: absolute;
    float: left;
    margin: 19pc 4pc;
  }
  .nosotros .session-six .item.one {
    color: #fd6c35;
    font-size: 24px;
  }
  .nosotros .session-six .item.three a {
    font-size: 14px;
  }
  .nosotros .content-txt-background {
    background-color: #fb9d79;
    display: block;
    width: 280px;
    height: 260px;
    top: 36px;
    border-radius: 34px;
  }
  .nosotros .background-image img {
    display: flex;
  }
  .content-promisse {
    margin: 0 auto;
    width: 43pc;
  }
  .session-two {
    height: 212px;
  }
  .session-two .background-image {
    height: 212px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nuestras-marcas {
  position: relative;
  font-family: 'Poppins-ExtraLight';
}
.nuestras-marcas .session-one .content-txt {
  position: absolute;
  float: left;
  margin: 10pc 12pc;
  color: #ffffff;
}
.nuestras-marcas .session-one .content-txt .item p {
  padding: 0;
  margin: 0;
}
.nuestras-marcas .session-one .content-txt .item.one {
  font-size: 54px;
  margin-bottom: 2pc;
}
.nuestras-marcas .session-one .content-txt .item.one p {
  height: 53px;
}
.nuestras-marcas .session-one .content-txt .item.two p {
  height: 31px;
  font-size: 22px;
}
.nuestras-marcas .session-two {
  height: 20pc;
}
.nuestras-marcas .session-two .content-txt {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 5pc;
}
.nuestras-marcas .session-two .content-txt p {
  margin: 0;
  font-size: 30px;
  color: #fd6743;
}
.nuestras-marcas .session-two .bonafont-txt {
  margin-top: 24px;
}
.nuestras-marcas .session-four {
  background-color: #fd6c35;
  display: flex;
  flex-flow: column wrap;
  padding: 20px;
}
.nuestras-marcas .session-four .content-txt {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-evenly;
}
.nuestras-marcas .session-four .content-txt .item p {
  color: #ffffff;
  margin: 0;
  font-weight: bold;
}
.nuestras-marcas .session-four .item {
  font-size: 17px;
}
.nuestras-marcas .session-four .item a {
  background-color: #fb9d79;
  padding: 9px 41px;
  border-radius: 3pc;
  text-decoration: none;
  color: #ffffff;
  margin-top: 3px;
  display: block;
}
.nuestras-marcas .background-image {
  display: flex;
}
.nuestras-marcas .background-image img {
  width: 100%;
}
.nuestras-marcas .session-five {
  height: 570px;
}
.nuestras-marcas .session-five .title {
  margin: 80px 0 24px 0;
  text-align: center;
  font-size: 27px;
  color: #fd6c35;
}
.nuestras-marcas .session-six {
  position: relative;
}
.nuestras-marcas .session-six .content-txt-background {
  position: absolute;
  float: left;
  margin: 16pc 12pc;
}
.nuestras-marcas .session-six .content-txt {
  position: absolute;
  float: left;
  margin: 16pc 12pc;
  margin: 14pc 8pc;
  background-color: #fff7f5;
  padding: 36px;
  border-radius: 27px;
  width: 465px;
  height: 310px;
}
.nuestras-marcas .session-six .item.one {
  color: #fd6c35;
  font-size: 35px;
}
.nuestras-marcas .session-six .item.two {
  margin-top: 35px;
}
.nuestras-marcas .session-six .item.three a {
  color: #fd6c35;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  line-height: 102px;
}
.nuestras-marcas .session-six .item.three img {
  width: 20px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.nuestras-marcas .session-six .item.four {
  margin-top: 100px;
  color: #ffffff;
}
.nuestras-marcas .content-txt-background {
  background-color: #fb9d79;
  display: block;
  width: 423px;
  height: 260px;
  top: 36px;
  border-radius: 34px;
}
.nuestras-marcas .timeline {
  width: 100%;
  height: 645px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nuestras-marcas .timeline .timieline-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fd6c35;
}
.nuestras-marcas .timeline .timeline-content {
  max-width: 130px;
  height: 360px;
  padding: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  background: #fff;
  position: relative;
  border-radius: 10px;
  margin-right: 0px;
  text-align: center;
  font-size: 11px;
}
.nuestras-marcas .timeline .timeline-content:before {
  position: absolute;
  width: 280px;
  height: 1px;
  top: -1pc;
  background: #fd6c3533;
  content: "";
  left: 65px;
  border-radius: 5px;
  z-index: 1;
}
.nuestras-marcas .timeline .timeline-content:after {
  position: absolute;
  width: 1px;
  height: 30px;
  bottom: 130px;
  background: #fd6c3533;
  content: "";
}
.nuestras-marcas .timeline .timeline-content:nth-child(odd) {
  align-self: flex-end;
}
.nuestras-marcas .timeline .timeline-content:nth-child(odd):after {
  top: -15px;
}
.nuestras-marcas .timeline .timeline-content:nth-child(odd) .timeline-period {
  top: -60px;
}
.nuestras-marcas .timeline .timeline-content:nth-child(odd) .timeline-period:before {
  top: 100px;
}
.nuestras-marcas .timeline .timeline-content:nth-child(even):before {
  display: none;
}
.nuestras-marcas .timeline .timeline-content img {
  z-index: 1;
  position: relative;
  width: 100%;
}
.nuestras-marcas .timeline .timeline-content .content {
  position: absolute;
  width: 179px;
  left: -23px;
}
.nuestras-marcas .timeline .timieline-content {
  height: 87px;
  position: relative;
}
.nuestras-marcas .timeline .timeline-period {
  position: absolute;
  top: calc(125%);
  background: #FFF;
  padding: 10px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  left: calc(-10%);
  box-shadow: 0px 0px 2px 2px #000;
}
.nuestras-marcas .timeline .timeline-period:before {
  width: 15px;
  height: 15px;
  background: #FFF;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -20px;
  left: calc(44%);
  z-index: 2;
}
.nuestras-marcas .timeline::-webkit-scrollbar {
  display: none;
}
.nuestras-marcas .content.content-2021 {
  width: 270px !important;
  left: -60px !important;
}
.nuestras-marcas .warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nuestras-marcas .tab {
  cursor: pointer;
  padding: 10px 20px;
  margin: 15px;
  background: #FFE9E1;
  color: #7f7f7f;
  border-radius: 33px 33px 33px 33px;
  width: 200px;
  height: 202px;
  box-shadow: 4px 5px 11px 0 #75362733;
  float: left;
  text-align: center;
}
.nuestras-marcas .tab img {
  width: auto;
  height: 85px;
}
.nuestras-marcas .tab > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #eee;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
}
.nuestras-marcas .tab:hover label {
  border-top-color: #333333;
  color: #333333;
}
.nuestras-marcas .panels {
  background: #fffffff6;
  min-height: 200px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: solid 2px #FB9D78;
  text-align: center;
  margin-bottom: 55px;
}
.nuestras-marcas .panel {
  display: none;
  animation: fadein .8s;
}
.nuestras-marcas .panel .row {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.nuestras-marcas .panel .row img {
  width: 55%;
}
.nuestras-marcas .panel .row .item {
  padding: 35px;
}
.nuestras-marcas .panel h2 {
  color: #fd6c35;
}
.nuestras-marcas .panel p {
  color: #7f7f7f;
}
.nuestras-marcas .panel-title {
  font-size: 1.5em;
  font-weight: bold;
}
.nuestras-marcas .radio {
  display: none;
}
.nuestras-marcas .origen-info-one {
  display: flex;
  text-align: left;
}
.nuestras-marcas .row.origen-info .item {
  width: 30pc;
}
.nuestras-marcas .item.origen-info-one {
  margin: 20px;
  border-right: 1px solid #F26B3E;
  padding: 0 65px !important;
}
.nuestras-marcas .img-info {
  width: 22pc;
}
.nuestras-marcas .img-info img {
  width: 9pc !important;
}
.nuestras-marcas .item.origen-two {
  color: #fd6c35;
}
.nuestras-marcas .item.origen-two .icon {
  margin-right: 20px;
}
.nuestras-marcas .item.origen-two .icon img {
  width: 19px !important;
}
.nuestras-marcas .origin-item {
  display: flex;
  text-align: left;
}
.nuestras-marcas .footer {
  background: #FD6C35;
  padding: 20px;
  text-align: center;
  display: flex;
  color: #ffffff;
  font-size: 24px;
}
.nuestras-marcas .footer .icon {
  margin-right: 20px;
}
.nuestras-marcas .footer .icon img {
  width: 45px !important;
}
.nuestras-marcas .footer .origin-item {
  display: flex;
  text-align: left;
  margin: 0 auto;
}
.nuestras-marcas .row.row-two img {
  width: 150px !important;
}
.nuestras-marcas .row.row-two .item {
  width: 290px;
}
.nuestras-marcas .row.row-one img {
  width: 360px !important;
}
.nuestras-marcas .row.row-one .item {
  padding: 45px 240px !important;
}
.nuestras-marcas .wrapper {
  width: 100% !important;
  padding-top: 20px !important;
  text-align: center !important;
  position: relative;
}
.nuestras-marcas .wrapper .slick-dots li button:before,
.nuestras-marcas .wrapper .slick-dots li .quote-details-items .actions-toolbar > .action:before {
  font-size: 20px;
  color: #ffffff;
}
.nuestras-marcas .carousel {
  width: 90% !important;
  margin: 0px auto;
}
.nuestras-marcas .slick-slide {
  margin: 10px !important;
}
.nuestras-marcas .slick-slide img {
  width: 300px !important;
  border: 2px solid #fff;
  width: 100% !important;
}
.nuestras-marcas .showtab1-slider {
  height: 20pc;
}
.nuestras-marcas .showtab2-slider {
  height: 20pc;
}
.nuestras-marcas .showtab3-slider {
  height: 20pc;
}
.nuestras-marcas .tab1-slider {
  border-radius: 33px;
  padding: 14px 39px;
  background: #fff;
  color: #fd6c35;
  border: 1px solid #FD6C35;
  margin: 20px;
  cursor: pointer;
}
.nuestras-marcas .tab2-slider {
  border-radius: 33px;
  padding: 14px 39px;
  background: #fff;
  color: #fd6c35;
  border: 1px solid #FD6C35;
  margin: 20px;
  cursor: pointer;
}
.nuestras-marcas .tab3-slider {
  border-radius: 33px;
  padding: 14px 39px;
  background: #fff;
  color: #fd6c35;
  border: 1px solid #FD6C35;
  margin: 20px;
  cursor: pointer;
}
.nuestras-marcas .tab-active {
  background-color: #fb9d78 !important;
  color: #ffffff !important;
}
.nuestras-marcas .back-ground-slider {
  width: 100%;
  height: 17pc;
  background-color: #ffe9e1;
  position: absolute;
  z-index: 0;
}
.nuestras-marcas .slick-slider .item {
  border-radius: 35px;
  border: 1px solid #FD6C35;
  background-color: #ffffff;
}
.nuestras-marcas .row.row-slider .item img {
  border-radius: 35px;
}
.nuestras-marcas .wrapper-content {
  position: relative;
  z-index: 1;
  display: initial;
}
.nuestras-marcas .row-slider .item {
  padding: 6px !important;
}
.nuestras-marcas .page-content {
  max-width: 700px;
  margin: 32px auto;
  padding: 32px;
  background: #fff;
}
.nuestras-marcas .tabbed [type="radio"] {
  display: none;
}
.nuestras-marcas .tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
}
.nuestras-marcas .tab-content {
  display: none;
  color: #777777;
}
.nuestras-marcas #five-tab {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.nuestras-marcas .new-content-nuestras-marcas {
  width: 100%;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  -webkit-padding-end: 0px;
  padding-inline-end: 0px;
}
.nuestras-marcas .new-content2-nuestras-marcas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.nuestras-marcas .new-content-img-nuestras-marcas {
  height: auto;
}
.nuestras-marcas .new-content3-nuestras-marcas {
  position: relative;
}
.nuestras-marcas .new-content4-nuestras-marcas {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 100%;
}
.nuestras-marcas .new-content5-nuestras-marcas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
  width: 100%;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
  align-content: normal;
}
.nuestras-marcas .new-content-p1-nuestras-marcas {
  font-size: 20px;
  font-weight: 300;
  width: 200px;
  color: #fd6c35 !important;
  line-height: 1;
}
.nuestras-marcas .css-7gdu38 {
  color: #fd6c35;
}
.nuestras-marcas .new-content-p2-nuestras-marcas {
  margin-top: 0.2pc;
  width: 160px;
  color: #7F7F7F;
  font-size: 7.5px;
  font-weight: 300;
  text-align: center;
}
.nuestras-marcas .new-content-7-nuestras-marcas {
  width: 150px;
  color: #7F7F7F;
  font-size: 7.5px;
  font-weight: 300;
  text-align: left;
}
.nuestras-marcas .new-content-p3-nuestras-marcas {
  margin-top: 0.1pc;
}
.nuestras-marcas .new-content-p4-nuestras-marcas {
  margin-top: 0.2pc;
}
.nuestras-marcas .new-content-8-nuestras-marcas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  color: #7F7F7F;
  -webkit-margin-start: 30px;
  margin-inline-start: 30px;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  margin-top: 2.5rem;
}
.nuestras-marcas .cnew-content-9-nuestras-marcas {
  margin-top: 0pc;
  width: 100%;
  text-align: center;
}
.nuestras-marcas .ew-content-p5-nuestras-marcas {
  color: #fd6c35 !important;
  font-weight: bold;
}
.nuestras-marcas .new-content-10-nuestras-marcas {
  margin-top: 3pc;
  width: 100%;
  text-align: center;
}
.nuestras-marcas .new-content-11-nuestras-marcas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.nuestras-marcas .new-content-12-nuestras-marcas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 3pc;
}
.nuestras-marcas .new-content-14-nuestras-marcas {
  display: grid;
  grid-gap: 0.25rem;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  place-items: center;
}
.nuestras-marcas .new-content-15-nuestras-marcas {
  margin-top: 1pc;
  height: 280px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nuestras-marcas .new-content-img2-nuestras-marcas {
  height: auto;
  width: 119px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
.nuestras-marcas .new-content-16-nuestras-marcas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1pc;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.nuestras-marcas .ew-content-p7-nuestras-marcas {
  text-align: center;
  color: #ff8d6b !important;
  font-weight: bold;
  font-size: 18px;
}
.nuestras-marcas .ew-content-p8-nuestras-marcas {
  color: #7f7f7f;
  font-weight: 100;
  max-width: 230px;
}
.nuestras-marcas .new-content-img3-nuestras-marcas {
  height: auto;
  width: 154px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
.nuestras-marcas .ew-content-p6-nuestras-marcas {
  margin-top: 4pc;
  color: #ff8d6b !important;
  font-weight: 300;
  font-size: 34px;
}
@media screen and (min-width: 62em) {
  .nuestras-marcas .new-content-nuestras-marcas {
    -webkit-padding-start: 2%;
    padding-inline-start: 2%;
    -webkit-padding-end: 2%;
    padding-inline-end: 2%;
  }
  .nuestras-marcas .new-content2-nuestras-marcas {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nuestras-marcas .new-content4-nuestras-marcas {
    left: 8%;
  }
  .nuestras-marcas .new-content5-nuestras-marcas {
    -webkit-align-items: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    text-align: center;
    -webkit-align-content: normal;
    -ms-flex-line-pack: normal;
    align-content: normal;
  }
  .nuestras-marcas .new-content-p1-nuestras-marcas {
    width: 330px;
  }
  .nuestras-marcas .new-content-p2-nuestras-marcas {
    margin-top: 0.7pc;
    width: 350px;
  }
  .nuestras-marcas .new-content-7-nuestras-marcas {
    width: 300px;
  }
  .nuestras-marcas .new-content-p3-nuestras-marcas {
    margin-top: 0.7pc;
  }
  .nuestras-marcas .new-content-p4-nuestras-marcas {
    margin-top: 0.7pc;
  }
  .nuestras-marcas .new-content-8-nuestras-marcas {
    font-size: 16px;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    margin-top: 0px;
  }
  .nuestras-marcas .cnew-content-9-nuestras-marcas {
    margin-top: 1pc;
    width: 300px;
    text-align: left;
  }
  .nuestras-marcas .ew-content-p5-nuestras-marcas {
    font-size: 20px;
  }
  .nuestras-marcas .new-content-10-nuestras-marcas {
    margin-top: 2pc;
    width: 300px;
    text-align: left;
  }
  .nuestras-marcas .new-content-14-nuestras-marcas {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 48em) {
  .nuestras-marcas .new-content4-nuestras-marcas {
    left: 7%;
  }
  .nuestras-marcas .new-content-p1-nuestras-marcas {
    font-size: 45px;
    width: 300px;
  }
  .nuestras-marcas .new-content-p2-nuestras-marcas {
    margin-top: 0.5pc;
    width: 350px;
    font-size: 1rem;
  }
  .nuestras-marcas .new-content-7-nuestras-marcas {
    width: 330px;
    font-size: 1rem;
  }
  .nuestras-marcas .new-content-p3-nuestras-marcas {
    margin-top: 0.5pc;
  }
  .nuestras-marcas .new-content-p4-nuestras-marcas {
    margin-top: 0.5pc;
  }
}
@media screen and (min-width: 80em) {
  .nuestras-marcas .new-content-p1-nuestras-marcas {
    font-size: 52px;
  }
  .nuestras-marcas .new-content-p2-nuestras-marcas {
    font-size: 17px;
  }
  .nuestras-marcas .new-content-7-nuestras-marcas {
    font-size: 17px;
  }
  .nuestras-marcas .new-content-8-nuestras-marcas {
    font-size: 17px;
  }
  .nuestras-marcas .cnew-content-9-nuestras-marcas {
    margin-top: 2pc;
  }
  .nuestras-marcas .new-content-10-nuestras-marcas {
    margin-top: 3pc;
  }
}
.background-image.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .nuestras-marcas .background-image.desktop {
    display: none !important;
  }
  .nuestras-marcas .background-image.mobile {
    display: block;
  }
  .nuestras-marcas .session-one .content-txt {
    position: absolute;
    float: left;
    margin: 0 auto;
    color: #fd6c35;
    text-align: center;
    width: 100%;
  }
  .nuestras-marcas .session-one .content-txt .item.one {
    font-size: 25px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    float: left;
    margin-top: 37px;
  }
  .nuestras-marcas .session-one .content-txt .item.one p {
    display: contents;
  }
  .nuestras-marcas .session-one .content-txt .item.two p {
    height: inherit;
    font-size: 14px;
  }
  .nuestras-marcas .session-two {
    height: 212px;
  }
  .nuestras-marcas .session-two .content-txt {
    margin-top: 0;
  }
  .nuestras-marcas .session-two .content-txt img {
    width: 50%;
    margin-top: 6px;
  }
  .nuestras-marcas .session-two .content-txt p {
    margin: 0;
    font-size: 13px;
    color: #7F7F7F;
  }
  .nuestras-marcas .session-two .background-image {
    height: 212px;
  }
  .nuestras-marcas .session-four .content-txt {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    text-align: center;
  }
  .nuestras-marcas .session-four .item {
    font-size: 12px;
  }
  .nuestras-marcas .session-six .background-image {
    display: flex;
    padding-bottom: 23pc;
  }
  .nuestras-marcas .session-six .content-txt {
    position: absolute;
    float: left;
    margin: 17pc 1pc;
    background-color: #fff7f5;
    padding: 36px;
    border-radius: 27px;
    width: 309px;
    height: 310px;
  }
  .nuestras-marcas .session-six .content-txt-background {
    position: absolute;
    float: left;
    margin: 19pc 4pc;
  }
  .nuestras-marcas .session-six .item.one {
    color: #ff8d6b;
    font-size: 24px;
  }
  .nuestras-marcas .session-six .item.three a {
    font-size: 14px;
  }
  .nuestras-marcas .content-txt-background {
    background-color: #fb9d79;
    display: block;
    width: 280px;
    height: 260px;
    top: 36px;
    border-radius: 34px;
  }
  .nuestras-marcas .background-image img {
    display: flex;
  }
  .nuestras-marcas .content-promisse {
    margin: 0 auto;
    width: 43pc;
  }
}
@media screen and (max-width: 768px) {
  .nuestras-marcas .row.row-one img {
    width: 100% !important;
  }
  .nuestras-marcas .row.row-one .item {
    width: 345px !important;
    margin: 0 auto;
    padding: 35px !important;
  }
  .nuestras-marcas .panel .row {
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }
  .nuestras-marcas .row.row-two .item {
    width: 320px;
    margin: 0 auto;
  }
  .nuestras-marcas .origen-info-one {
    display: block;
    text-align: left;
  }
  .nuestras-marcas .row.origen-info .item {
    width: 30pc;
    width: 20pc;
    text-align: center;
    margin: 0 auto;
  }
  .nuestras-marcas .item.origen-info-one {
    margin: 0;
    border-right: initial;
    padding: 0 !important;
    width: 100% !important;
  }
  .nuestras-marcas .img-info {
    width: 100%;
  }
  .nuestras-marcas .tab p {
    width: 200px !important;
  }
  .nuestras-marcas #one:checked.nuestras-marcas #one ~ .tabs #one-tab {
    background: #fffffff6;
    color: #7f7f7f;
    border: 2px solid #FB9D78 !important;
    height: 206px !important;
    position: relative;
    margin-bottom: 24px !important;
    border-bottom: 2px solid #FB9D78 !important;
    border-radius: 33px !important;
    box-shadow: none;
  }
  .nuestras-marcas #two:checked.nuestras-marcas #two ~ .tabs #two-tab {
    background: #fffffff6;
    color: #7f7f7f;
    border: 2px solid #FB9D78 !important;
    height: 206px !important;
    position: relative;
    margin-bottom: 24px !important;
    border-bottom: 2px solid #FB9D78 !important;
    border-radius: 33px !important;
    box-shadow: none;
  }
  .nuestras-marcas #three:checked.nuestras-marcas #three ~ .tabs #three-tab {
    background: #fffffff6;
    color: #7f7f7f;
    border: 2px solid #FB9D78 !important;
    height: 206px !important;
    position: relative;
    margin-bottom: 24px !important;
    border-bottom: 2px solid #FB9D78 !important;
    border-radius: 33px !important;
    box-shadow: none;
  }
  .nuestras-marcas #four:checked.nuestras-marcas #four ~ .tabs #four-tab {
    background: #fffffff6;
    color: #7f7f7f;
    border: 2px solid #FB9D78 !important;
    height: 206px !important;
    position: relative;
    margin-bottom: 24px !important;
    border-bottom: 2px solid #FB9D78 !important;
    border-radius: 33px !important;
    box-shadow: none;
  }
  .nuestras-marcas #five:checked.nuestras-marcas #five ~ .tabs #five-tab {
    background: #fffffff6;
    color: #7f7f7f;
    border: 2px solid #FB9D78 !important;
    height: 206px !important;
    position: relative;
    margin-bottom: 24px !important;
    border-bottom: 2px solid #FB9D78 !important;
    border-radius: 33px !important;
    box-shadow: none;
  }
  .nuestras-marcas .tabs {
    width: 100%;
    overflow: overlay;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nuestras-marcas .tabs::-webkit-scrollbar {
    display: none;
  }
  nuestras-marcas .img-info img {
    width: 200px !important;
  }
}
.sustentable {
  position: relative;
  font-family: 'Poppins-ExtraLight';
}
.sustentable .session-one .content-txt {
  position: absolute;
  float: left;
  margin: 16pc 12pc;
  color: #ffffff;
}
.sustentable .session-one .content-txt .item p {
  padding: 0;
  margin: 0;
}
.sustentable .session-one .content-txt .item.one {
  font-size: 54px;
  margin-bottom: 2pc;
}
.sustentable .session-one .content-txt .item.one p {
  height: 53px;
}
.sustentable .session-one .content-txt .item.two p {
  height: 31px;
  font-size: 22px;
}
.sustentable .session-two .bonafont-txt-background {
  background-color: #fd6743;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sustentable .session-two .bonafont-txt-background .nakedbottle-desktop {
  color: white;
  font-size: 20px;
  margin: 7px 20px 7px 20px;
}
.sustentable .session-two .content-txt {
  width: 100%;
  text-align: center;
  margin-top: 3pc;
  position: relative;
}
.sustentable .session-two .bonafont-txt {
  margin-top: 24px;
}
.sustentable .session-three .content-txt {
  width: 100%;
  text-align: center;
  margin-top: 6pc;
}
.sustentable .session-three .content-txt .reciclable-txt-dektop,
.sustentable .session-three .content-txt .acciones-bonafont-desktop,
.sustentable .session-three .content-txt .pasos-bonafont-desktop,
.sustentable .session-three .content-txt .cuidado-agua-desktop {
  margin: 0;
  font-size: 30px;
  color: #fd6743;
}
.sustentable .session-three .bonafont-txt {
  margin-top: 24px;
}
.sustentable .session-four .background-image {
  margin-top: 3pc;
  display: flex;
}
.sustentable .session-four .background-image img {
  width: 100%;
}
.sustentable .session-five {
  margin-top: 3pc;
}
.sustentable .session-five .contenedor {
  display: flex;
}
.sustentable .session-five .contenedor .item1 {
  margin: 0px 10px 0px 100px;
  text-align: center;
}
.sustentable .session-five .contenedor .item2 {
  margin: 0px 10px 0px 10px;
  text-align: center;
}
.sustentable .session-five .contenedor .item3 {
  margin: 0px 100px 0px 10px;
  text-align: center;
}
.sustentable .session-six {
  margin-top: 3pc;
}
.sustentable .session-six .contenedor {
  display: flex;
  margin-bottom: 50px;
}
.sustentable .session-six .contenedor .number {
  background-color: #fd6743;
  width: 40px;
  border-radius: 21px;
  color: white;
  margin: auto;
  font-size: 30px;
  margin-top: -10%;
}
.sustentable .session-six .contenedor .title {
  margin-top: 10%;
  color: #fd6743;
}
.sustentable .session-six .contenedor .item-left {
  display: flex;
  width: 40%;
  margin-left: 100px;
}
.sustentable .session-six .contenedor .item-left .image {
  width: 50%;
  background: #FFF7F5;
  height: 75%;
  border-radius: 20px 0px 0px 20px;
}
.sustentable .session-six .contenedor .item-left .image img {
  margin-top: -20%;
  margin-left: 10%;
}
.sustentable .session-six .contenedor .item-left .timieline-content {
  background-color: #FFF7F5;
  text-align: center;
  width: 50%;
  height: 75%;
  border-radius: 0px 20px 20px 0px;
}
.sustentable .session-six .contenedor .item-rigth {
  display: flex;
  width: 40%;
}
.sustentable .session-six .contenedor .item-rigth .timieline-content {
  background-color: #FFF7F5;
  text-align: center;
  width: 50%;
  border-radius: 0px 20px 20px 0px;
  height: 75%;
}
.sustentable .session-six .contenedor .item-rigth .image {
  background-color: #FFF7F5;
  height: 75%;
  margin-left: 10%;
  border-radius: 20px 0px 0px 20px;
  width: 50%;
}
.sustentable .session-six .contenedor .item-rigth .image img {
  margin-top: -10%;
  margin-left: 10%;
}
.sustentable .session-seven {
  margin-top: 3pc;
}
.sustentable .session-seven .contenedor {
  display: flex;
}
.sustentable .session-seven .contenedor .timeline-content-cuidado-agua-left {
  margin: 0px 20px 0px 130px;
}
.sustentable .session-seven .contenedor .timeline-content-cuidado-agua-rigth {
  margin: 0px 130px 0px 20px;
}
.sustentable .session-seven .contenedor .timieline-content {
  background-color: #fd6743;
  text-align: center;
  border-radius: 0px 0px 20px 20px;
  color: white;
}
.sustentable .session-seven .contenedor .image img {
  border-radius: 20px 20px 0px 0px;
}
.sustentable .session-eigth {
  margin-top: 3pc;
}
.sustentable .session-eigth .contenedor {
  display: flex;
}
.sustentable .session-eigth .contenedor .item {
  display: flex;
}
.sustentable .session-eigth .contenedor .item .timieline-content {
  width: 60%;
  background-color: #FFF7F5;
  height: 370px;
  border-radius: 20px;
  margin: 0px 0px 0px 100px;
}
.sustentable .session-eigth .contenedor .item .timieline-content .timeline-title {
  margin: 40px;
  font-size: 30px;
  color: #fd6743;
}
.sustentable .session-eigth .contenedor .item .timieline-content .timeline-content {
  margin: 40px;
}
.sustentable .session-eigth .contenedor .item .timieline-content-background {
  background-color: #fd6c35;
  width: 50%;
  height: 300px;
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  margin-left: 5px;
  margin-top: 80px;
}
.sustentable .session-eigth .contenedor .item .images {
  width: 40%;
  margin: 0px 80px 0px 60px;
}
.sustentable .session-eigth .contenedor .item .images .image {
  border-radius: 20px;
  margin: 10px;
}
.sustentable .content-txt-background {
  background-color: #fb9d79;
  display: block;
  width: 423px;
  height: 260px;
  top: 36px;
  border-radius: 34px;
}
.sustentable .content.content-2021 {
  width: 270px !important;
  left: -60px !important;
}
.sustentable .background-image.mobile,
.sustentable .acciones-bonafont-mobil,
.sustentable .nakedbottle-mobil,
.sustentable .pasos-bonafont-mobil,
.sustentable .reciclable-txt-mobil,
.sustentable .cuidado-agua-mobil {
  display: none;
}
@media screen and (max-width: 767px) {
  .background-image.desktop,
  .acciones-bonafont-desktop,
  .reciclable-txt-dektop,
  .nakedbottle-desktop,
  .pasos-bonafont-desktop,
  .cuidado-agua-desktop {
    display: none !important;
  }
  .background-image.mobile,
  .nakedbottle-mobil,
  .reciclable-txt-mobil,
  .acciones-bonafont-mobil,
  .pasos-bonafont-mobil,
  .cuidado-agua-mobil {
    display: block !important;
  }
  .nakedbottle-mobil {
    display: block !important;
    color: white;
    margin: 4px;
  }
  .reciclable-txt-mobil,
  .acciones-bonafont-mobil,
  .pasos-bonafont-mobil,
  .cuidado-agua-mobil {
    display: block !important;
    font-size: 15px;
    color: #fd6743;
  }
  .sustentable .session-one .content-txt {
    position: absolute;
    float: left;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    width: 100%;
  }
  .sustentable .session-one .content-txt .item.one {
    font-size: 25px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    float: left;
    margin-top: 30px;
  }
  .sustentable .session-one .content-txt .item.one p {
    display: contents;
  }
  .sustentable .session-one .content-txt .item.two p {
    height: inherit;
    font-size: 14px;
  }
  .sustentable .session-two {
    margin-top: 15%;
    height: 0px;
  }
  .sustentable .session-two .content-txt img {
    width: 50%;
    margin-top: 6px;
  }
  .sustentable .session-three .content-txt {
    width: 100%;
    text-align: center;
    margin-top: 4pc;
  }
  .sustentable .session-four .content-txt {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    text-align: center;
  }
  .sustentable .session-four .item {
    font-size: 12px;
  }
  .sustentable .session-five .contenedor {
    display: flow;
    text-align: center;
  }
  .sustentable .session-five .contenedor .item1 {
    margin: 0px 10px 0px 10px;
  }
  .sustentable .session-five .contenedor .item2 {
    margin: 30px 10px 30px 10px;
  }
  .sustentable .session-five .contenedor .item3 {
    margin: 0px 10px 0px 10px;
  }
  .sustentable .session-six {
    margin-top: 3pc;
  }
  .sustentable .session-six .contenedor {
    display: flow-root;
    margin-bottom: 50px;
  }
  .sustentable .session-six .contenedor .number {
    background-color: #fd6743;
    width: 40px;
    border-radius: 21px;
    color: white;
    margin: auto;
    font-size: 30px;
    margin-top: -10%;
  }
  .sustentable .session-six .contenedor .title {
    margin-top: 10%;
    color: #fd6743;
  }
  .sustentable .session-six .contenedor .item-left {
    display: flex;
    margin: 5% 5% 5% 5%;
    width: 90%;
  }
  .sustentable .session-six .contenedor .item-left .image {
    width: 50%;
    background: #FFF7F5;
    height: 75%;
    border-radius: 20px 0px 0px 20px;
  }
  .sustentable .session-six .contenedor .item-left .image img {
    margin-top: -20%;
    margin-left: 10%;
  }
  .sustentable .session-six .contenedor .item-left .timieline-content {
    background-color: #FFF7F5;
    text-align: center;
    width: 50%;
    height: auto;
    border-radius: 0px 20px 20px 0px;
  }
  .sustentable .session-six .contenedor .item-rigth {
    display: flex;
    width: 95%;
    margin: 10% 0% 0% 0%;
  }
  .sustentable .session-six .contenedor .item-rigth .timieline-content {
    background-color: #FFF7F5;
    text-align: center;
    width: 50%;
    border-radius: 0px 20px 20px 0px;
    height: auto;
  }
  .sustentable .session-six .contenedor .item-rigth .image {
    background-color: #FFF7F5;
    height: 75%;
    margin-left: 5%;
    border-radius: 20px 0px 0px 20px;
    width: 50%;
  }
  .sustentable .session-six .contenedor .item-rigth .image img {
    margin-top: -10%;
    margin-left: 10%;
  }
  .sustentable .session-seven {
    margin-top: 3pc;
  }
  .sustentable .session-seven .contenedor {
    display: flow-root;
  }
  .sustentable .session-seven .contenedor .timeline-content-cuidado-agua-left,
  .sustentable .session-seven .contenedor .timeline-content-cuidado-agua-rigth {
    margin: 0% 5% 5% 5%;
  }
  .sustentable .session-seven .contenedor .timieline-content {
    background-color: #fd6743;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
    color: white;
    margin-top: -5px;
  }
  .sustentable .session-seven .contenedor .image img {
    border-radius: 20px 20px 0px 0px;
  }
  .sustentable .session-eigth {
    margin-top: 3pc;
  }
  .sustentable .session-eigth .contenedor {
    display: flow-root;
  }
  .sustentable .session-eigth .contenedor .item {
    display: flow-root;
  }
  .sustentable .session-eigth .contenedor .item .timieline-content {
    background-color: #FFF7F5;
    border-radius: 20px;
    margin: 0% 5% 5% 5%;
    width: 90%;
    height: 0%;
  }
  .sustentable .session-eigth .contenedor .item .timieline-content .timeline-title {
    margin: 40px;
    font-size: 30px;
    color: #fd6743;
  }
  .sustentable .session-eigth .contenedor .item .timieline-content .timeline-content {
    margin: 40px;
  }
  .sustentable .session-eigth .contenedor .item .timieline-content-background {
    background-color: #fd6c35;
    width: 80%;
    height: 10%;
    position: absolute;
    z-index: -1;
    border-radius: 20px;
    margin-left: 15%;
    margin-top: 25%;
  }
  .sustentable .session-eigth .contenedor .item .images {
    margin: 20% 5% 5% 5%;
    width: 90%;
  }
  .sustentable .session-eigth .contenedor .item .images .image {
    border-radius: 20px;
    margin: 10px;
  }
  .sustentable .content-txt-background {
    background-color: #fb9d79;
    display: block;
    width: 280px;
    height: 260px;
    top: 36px;
    border-radius: 34px;
  }
  .sustentable .background-image img {
    display: flex;
  }
  .content-promisse {
    margin: 0 auto;
    width: 43pc;
  }
}
.inicio {
  position: relative;
  font-family: 'Poppins-ExtraLight';
}
.inicio .session-one .content-txt {
  position: absolute;
  float: left;
  margin: 16pc 12pc;
  color: #ffffff;
}
.inicio .session-one .content-txt .item p {
  padding: 0;
  margin: 0;
}
.inicio .session-one .content-txt .item a {
  font-size: 18px;
  padding: 20px 41px;
  border-radius: 3pc;
  border: solid #ffffff 2px;
  text-decoration: none;
  color: #ffffff;
  margin-top: 3px;
  display: inline;
}
.inicio .session-one .content-txt .item .margin-top {
  margin-top: 10px;
}
.inicio .session-one .content-txt .item .orange {
  color: #fd6743;
}
.inicio .session-one .content-txt .item.one {
  font-size: 54px;
  margin-bottom: 2pc;
}
.inicio .session-one .content-txt .item.one p {
  height: 53px;
}
.inicio .session-one .content-txt .item.two p {
  height: 31px;
  font-size: 22px;
}
.inicio .session-one .context-txt-right {
  position: absolute;
  width: 100%;
  text-align: right;
  margin-top: 33pc;
  padding-right: 8pc;
  color: #ffffff;
  font-size: 25px;
}
.inicio .session-one .context-txt-right p {
  margin: 0;
  padding: 0;
  height: 28px;
}
.inicio .session-one .context-txt-right img {
  height: 25px;
  width: 25px;
}
.inicio .session-two {
  position: relative;
  margin-left: 6pc;
}
.inicio .session-two .content-txt {
  position: absolute;
  text-align: left;
  margin-top: 3pc;
}
.inicio .session-two .content-txt p {
  margin: 0;
  font-size: 25px;
  color: #fd6743;
}
.inicio .session-two .button1 {
  display: inline-block;
  margin-top: 5pc;
  margin-left: 15pc;
}
.inicio .session-two .button1 a {
  font-size: 15px;
  padding: 15px 25px;
  border-radius: 3pc;
  border: solid #fd6c35 1px;
  text-decoration: none;
  color: #fd6c35;
}
.inicio .session-two .button2 {
  display: inline-block;
  margin-top: 5pc;
  margin-left: 1pc;
}
.inicio .session-two .button2 a {
  font-size: 15px;
  padding: 15px 25px;
  border-radius: 3pc;
  border: solid #fd6c35 1px;
  text-decoration: none;
  color: #fd6c35;
}
.inicio .session-two .button3 {
  display: inline-block;
  margin-top: 5pc;
  margin-left: 1pc;
}
.inicio .session-two .button3 a {
  font-size: 15px;
  padding: 15px 25px;
  border-radius: 3pc;
  border: solid #fd6c35 1px;
  text-decoration: none;
  color: #fd6c35;
}
.inicio .session-two .button4 {
  display: inline-block;
  margin-top: 5pc;
  margin-left: 1pc;
}
.inicio .session-two .button4 a {
  font-size: 15px;
  padding: 15px 25px;
  border-radius: 3pc;
  border: solid #fd6c35 1px;
  text-decoration: none;
  color: #fd6c35;
}
.inicio .session-two .bonafont-txt {
  margin-top: 24px;
}
.inicio .session-three {
  margin-left: 5pc;
}
.inicio .session-three .content-txt-background {
  position: absolute;
  margin-top: 10pc;
  margin-left: 41pc;
  background-color: #fb9d79;
  display: block;
  width: 29pc;
  height: 20pc;
  border-radius: 34px;
}
.inicio .session-three .content-txt {
  position: absolute;
  float: left;
  margin: 16pc 12pc;
  color: #ffffff;
}
.inicio .session-three .content-txt .item p {
  padding: 0;
  margin: 0;
}
.inicio .session-three .content-txt .item.one {
  font-size: 40px;
  margin-top: -13pc;
  margin-left: 25pc;
  background-color: #fff7f5;
  color: #fd6c35;
  padding: 3pc;
  border-radius: 3pc;
  width: 31pc;
}
.inicio .session-three .content-txt .item.one p {
  height: 53px;
}
.inicio .session-three .content-txt .item.one .text {
  font-size: 14px;
  color: gray;
  text-align: justify;
  margin-top: 1pc;
}
.inicio .session-three .content-txt .item.one .arrow-next {
  margin-top: 1pc;
}
.inicio .session-three .content-txt .item.one .arrow-next img {
  width: 14px;
  height: 14px;
}
.inicio .session-three .content-txt .item.one .arrow-next a {
  font-size: 14px;
  margin-left: 0.6pc;
}
.inicio .session-three .content-txt .item.two p {
  height: 31px;
  font-size: 22px;
}
.inicio .session-three .desktop {
  margin-top: 6pc;
  width: 50%;
}
.inicio .session-four {
  position: relative;
  margin-top: 4pc;
  background-color: #fff7f5;
  width: 100%;
  height: 20pc;
}
.inicio .session-four .content-txt {
  position: absolute;
  text-align: left;
  margin-top: 4pc;
  margin-left: 6pc;
}
.inicio .session-four .content-txt p {
  margin: 0;
  font-size: 25px;
  color: #fd6743;
}
.inicio .session-four .brand1 {
  display: inline-block;
  margin-top: 5pc;
  margin-left: 23pc;
}
.inicio .session-four .brand1 img {
  height: 60px;
  width: 132.87px;
}
.inicio .session-four .brand2 {
  display: inline-block;
  margin-top: 5pc;
  margin-left: 2pc;
}
.inicio .session-four .brand2 img {
  height: 60px;
  width: 111.91px;
}
.inicio .session-four .brand3 {
  display: inline-block;
  margin-top: 5pc;
  margin-left: 2pc;
}
.inicio .session-four .brand3 img {
  height: 60px;
  width: 83.6px;
}
.inicio .session-four .brand4 {
  display: inline-block;
  margin-top: 5pc;
  margin-left: 2pc;
}
.inicio .session-four .brand4 img {
  height: 60px;
  width: 148.64px;
}
.inicio .session-four .brand5 {
  display: inline-block;
  margin-top: 5pc;
  margin-left: 2pc;
}
.inicio .session-four .brand5 img {
  height: 60px;
  width: 92.4px;
}
.inicio .background-image {
  display: flex;
}
.inicio .background-image img {
  width: 100%;
}
.inicio .session-five {
  position: relative;
  color: #fd6c35;
  background-color: #fb9d79;
  padding-top: 0.01pc;
  height: 45pc;
}
.inicio .session-five .father-bottles {
  overflow: scroll;
  margin-top: -6pc;
}
.inicio .session-five .father-bottles .bottles {
  float: left;
  width: 292pc;
  display: grid;
}
.inicio .session-five .father-bottles .bottles div {
  position: initial !important;
}
.inicio .session-five .father-bottles .bottles .bottle1 {
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: 0pc;
  border-radius: 2pc;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle1 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle2 {
  display: inline-block;
  margin-left: 14pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle2 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle3 {
  display: inline-block;
  margin-left: 28pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle3 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle4 {
  display: inline-block;
  margin-left: 42pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle4 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle5 {
  display: inline-block;
  margin-left: 56pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle5 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle6 {
  display: inline-block;
  margin-left: 70pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle6 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle7 {
  display: inline-block;
  margin-left: 84pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle7 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle8 {
  display: inline-block;
  margin-left: 98pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle8 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle9 {
  display: inline-block;
  margin-left: 112pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle9 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle10 {
  display: inline-block;
  margin-left: 126pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle10 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle11 {
  display: inline-block;
  margin-left: 140pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle11 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle12 {
  display: inline-block;
  margin-left: 154pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle12 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle13 {
  display: inline-block;
  margin-left: 168pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle13 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle14 {
  display: inline-block;
  margin-left: 182pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle14 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle15 {
  display: inline-block;
  margin-left: 196pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle15 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle16 {
  display: inline-block;
  margin-left: 210pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle16 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle17 {
  display: inline-block;
  margin-left: 224pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle17 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle18 {
  display: inline-block;
  margin-left: 238pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle18 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle19 {
  display: inline-block;
  margin-left: 252pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle19 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle20 {
  display: inline-block;
  margin-left: 266pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle20 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .father-bottles .bottles .bottle21 {
  display: inline-block;
  margin-left: 280pc;
  background-color: white;
  width: 12pc;
  height: 12pc;
  border: solid #fd6c35 1px;
  margin-top: -12pc;
  border-radius: 2pc;
  position: absolute;
  text-align: center;
}
.inicio .session-five .father-bottles .bottles .bottle21 img {
  height: 10pc;
  padding-top: 3px;
}
.inicio .session-five .slick-slide {
  width: 14pc !important;
}
.inicio .session-five .slick-slider .slick-arrow {
  top: 6pc;
}
.inicio .session-five .slick-slider .item {
  background-color: #ffffff;
  width: 12pc !important;
  height: 12pc;
  border: solid #FD6C35 1px;
  border-radius: 2pc;
  text-align: center;
}
.inicio .session-five .slick-slider .item img {
  height: 10pc;
  padding-top: 3px;
  width: 80%;
  margin-left: 10%;
}
.inicio .session-five .showtab1-slider {
  height: 12pc;
  margin-top: -6pc;
}
.inicio .session-five .button-briefcase {
  position: relative;
  text-align: center;
  margin-top: 5pc;
}
.inicio .session-five .button-briefcase p {
  padding: 0;
  margin: 0;
}
.inicio .session-five .button-briefcase a {
  font-size: 18px;
  padding: 20px 41px;
  border-radius: 3pc;
  border: solid #ffffff 2px;
  text-decoration: none;
  color: #ffffff;
  display: inline;
}
.inicio .session-five .row-actions {
  position: relative;
  margin-top: 5pc;
  color: #ffffff;
  display: inline-flex;
}
.inicio .session-five .row-actions .title {
  width: 30pc;
  margin-left: 12pc;
}
.inicio .session-five .row-actions .title p {
  margin: 0;
  padding: 0;
}
.inicio .session-five .row-actions .title img {
  width: 70px;
  height: 70px;
}
.inicio .session-five .row-actions .title .actions {
  font-size: 90px;
  line-height: 1;
}
.inicio .session-five .row-actions .title .planet {
  font-size: 37px;
}
.inicio .session-five .row-actions .text {
  display: inline-block;
  font-size: 14px;
  text-align: justify;
  width: 27pc;
  margin-left: 2pc;
  margin-top: 1pc;
}
.inicio .session-five .row-actions .text .arrow-next {
  margin-top: 1pc;
}
.inicio .session-five .row-actions .text .arrow-next img {
  width: 14px;
  height: 14px;
}
.inicio .session-five .row-actions .text .arrow-next a {
  color: #ffffff;
  font-size: 14px;
  margin-left: 0.6pc;
}
.inicio .session-five .watermark {
  text-align: center;
}
.inicio .session-five .watermark p {
  font-size: 65px;
  opacity: 0.2;
  font-weight: 900;
  color: #ffffff;
  margin-top: 7pc;
  letter-spacing: 9.09px;
}
.inicio .session-six {
  position: relative;
}
.inicio .session-six .context-txt {
  width: 40pc;
  height: 15pc;
  text-align: center;
  position: absolute;
  background-color: #fff7f5;
  margin-left: 20pc;
  margin-top: 38pc;
  border-radius: 3pc;
}
.inicio .session-six .context-txt .title {
  color: #fd6c35;
  font-size: 30px;
  margin-top: 2pc;
}
.inicio .session-six .context-txt .text {
  color: gray;
  font-size: 14px;
  width: 34pc;
  margin-left: 3pc;
}
.inicio .session-six .context-txt .margin-top {
  margin-top: 2pc;
}
.inicio .session-six .context-txt a {
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 3pc;
  border: solid #ffffff 2px;
  text-decoration: none;
  color: #ffffff;
  margin-top: 3px;
  display: inline;
  background-color: #fd6c35;
}
.inicio .session-six .desktop {
  width: 100%;
  margin-top: -6.6pc;
}
.inicio .session-seven {
  color: #fd6c35;
  margin-left: 20pc;
  margin-top: 12pc;
}
.inicio .session-seven p {
  font-size: 37px;
  line-height: 1;
}
.inicio .session-seven .launch {
  margin-left: 2pc;
}
.inicio .session-seven .form {
  display: inline-flex;
  height: 4pc;
  margin-bottom: 5pc;
}
.inicio .session-seven .form .field {
  color: #BEBEBE;
  font-size: 20px;
  margin-left: 3pc;
  margin-top: 1.2pc;
}
.inicio .session-seven .form .field .control label input {
  height: 4pc;
  color: #BEBEBE;
  font-size: 20px;
  width: 15pc;
  border-radius: 3pc 0 0 3pc;
  font-family: 'Poppins-ExtraLight';
  text-align: center;
  border: solid #fd6c35 2px;
  width: 18pc;
}
.inicio .session-seven .form .actions {
  font-size: 20px;
  padding-top: 1pc;
  border-radius: 0pc 3pc 3pc 0pc;
  color: #ffffff;
  background-color: #fd6c35;
  height: 100%;
  width: 13pc;
  margin-top: 1.2pc;
}
.inicio .session-seven .form .actions .action.primary {
  background-color: #fd6c35;
  width: 11.9pc;
}
.inicio .session-seven .form .actions .action.primary span {
  font-family: 'Poppins-ExtraLight';
  font-size: 20px;
}
.background-image.mobile {
  display: none;
}
@media screen and (min-width: 1025px) {
  .inicio .session-two .session-one-mobile {
    display: none !important;
  }
  .inicio .session-two .content-txt-mobile {
    display: none !important;
  }
  .inicio .session-three .content-txt-mobile {
    display: none !important;
  }
  .inicio .session-four .content-txt-mobile {
    display: none !important;
  }
  .inicio .session-five .watermark-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inicio .session-one .content-txt {
    margin-top: 7.5pc;
    margin-left: 10%;
  }
  .inicio .session-one .content-txt .item.one {
    font-size: 40px;
  }
  .inicio .session-one .content-txt .item.one p {
    height: 43px;
  }
  .inicio .session-one .content-txt .item a {
    padding: 10px 30px;
  }
  .inicio .session-one .context-txt-right {
    margin-top: 19pc;
    padding-right: 10%;
    font-size: 17px;
  }
  .inicio .session-one .context-txt-right img {
    height: 20px;
    width: 20px;
  }
  .inicio .session-one .context-txt-right p {
    height: 20px;
  }
  .inicio .session-two {
    margin-left: 0;
  }
  .inicio .session-two .content-txt {
    display: none !important;
  }
  .inicio .session-two .session-one-mobile {
    display: none !important;
  }
  .inicio .session-two .content-txt-mobile {
    margin-top: 2pc;
    text-align: center;
  }
  .inicio .session-two .content-txt-mobile p {
    font-size: 22px;
    color: #fd6c35;
  }
  .inicio .session-two .father-buttons {
    overflow: scroll;
  }
  .inicio .session-two .father-buttons .buttons {
    height: 80px;
    width: 52pc;
    margin-left: 4pc;
  }
  .inicio .session-two .father-buttons .buttons .button1 {
    margin-top: 2pc;
    margin-left: 0;
  }
  .inicio .session-two .father-buttons .buttons .button2 {
    margin-top: 2pc;
    margin-left: 1pc;
  }
  .inicio .session-two .father-buttons .buttons .button3 {
    margin-top: 2pc;
    margin-left: 1pc;
  }
  .inicio .session-two .father-buttons .buttons .button4 {
    margin-top: 2pc;
    margin-left: 1pc;
  }
  .inicio .session-three {
    margin: 0;
    margin-top: 2pc;
  }
  .inicio .session-three .background-image.desktop {
    display: none !important;
  }
  .inicio .session-three .background-image.mobile {
    display: block;
  }
  .inicio .session-three .content-txt-mobile {
    position: absolute;
    margin-left: 20%;
    margin-top: 30pc;
    width: 60%;
    background-color: #fff7f5;
    border-radius: 2pc;
    text-align: center;
  }
  .inicio .session-three .content-txt-mobile .title {
    margin-top: 2pc;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 25px;
    color: #fd6c35;
  }
  .inicio .session-three .content-txt-mobile .text {
    color: #7F7F7F;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 15px;
  }
  .inicio .session-three .content-txt-mobile .arrow-next {
    margin-top: 0;
    margin-bottom: 2pc;
  }
  .inicio .session-three .content-txt-mobile .arrow-next img {
    width: 15px;
    height: 15px;
  }
  .inicio .session-three .content-txt-mobile .arrow-next a {
    font-size: 15px;
    margin-left: 0.6pc;
    color: #fd6c35;
  }
  .inicio .session-three .background-image img {
    width: 100%;
  }
  .inicio .session-three .content-txt-background {
    position: absolute;
    background-color: #fb9d79;
    width: 50%;
    height: 13pc;
    border-radius: 3pc;
    margin-top: 34pc;
    margin-left: 32%;
  }
  .inicio .session-three .content-txt {
    display: none !important;
  }
  .inicio .session-four {
    margin-top: 14pc;
    height: 19pc;
  }
  .inicio .session-four .content-txt {
    display: none !important;
  }
  .inicio .session-four .content-txt-mobile {
    margin-top: 2pc;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .inicio .session-four .content-txt-mobile p {
    font-size: 25px;
    color: #fd6c35;
  }
  .inicio .session-four .father-brands {
    overflow: scroll;
  }
  .inicio .session-four .father-brands .brands {
    height: 80px;
    width: 100%;
    margin-top: 6pc;
    text-align: center;
  }
  .inicio .session-four .father-brands .brands .brand1 {
    margin-top: 1pc;
    margin-left: 0;
  }
  .inicio .session-four .father-brands .brands .brand2 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand3 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand4 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand5 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-five {
    height: 37pc;
  }
  .inicio .session-five .father-bottles {
    overflow: scroll;
    margin-top: -4.5pc;
  }
  .inicio .session-five .father-bottles .bottles {
    float: left;
    width: 229pc;
    display: grid;
  }
  .inicio .session-five .father-bottles .bottles div {
    position: initial !important;
  }
  .inicio .session-five .father-bottles .bottles .bottle1 {
    width: 9pc;
    height: 9pc;
    margin-top: 0;
  }
  .inicio .session-five .father-bottles .bottles .bottle1 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle2 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 11pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle2 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle3 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 22pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle3 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle4 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 33pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle4 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle5 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 44pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle5 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle6 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 55pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle6 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle7 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 66pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle7 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle8 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 77pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle8 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle9 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 88pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle9 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle10 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 99pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle10 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle11 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 110pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle11 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle12 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 121pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle12 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle13 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 132pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle13 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle14 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 143pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle14 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle15 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 154pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle15 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle16 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 165pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle16 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle17 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 176pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle17 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle18 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 187pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle18 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle19 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 198pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle19 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle20 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 209pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle20 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle21 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 220pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle21 img {
    height: 7pc;
  }
  .inicio .session-five .slick-slide {
    width: 10pc !important;
  }
  .inicio .session-five .slick-slider .slick-arrow {
    top: 4.5pc;
  }
  .inicio .session-five .slick-slider .item {
    background-color: #ffffff;
    width: 9pc !important;
    height: 9pc;
    border: solid #FD6C35 1px;
    border-radius: 2pc;
    text-align: center;
  }
  .inicio .session-five .slick-slider .item img {
    height: 7pc;
    padding-top: 5px;
    width: 80%;
    margin-left: 10%;
  }
  .inicio .session-five .showtab1-slider {
    height: 9pc;
    margin-top: -4.5pc;
  }
  .inicio .session-five .button-briefcase {
    margin-top: 4pc;
  }
  .inicio .session-five .button-briefcase a {
    font-size: 15px;
    padding: 15px 25px;
  }
  .inicio .session-five .row-actions {
    position: relative;
    margin-top: 5pc;
    color: #ffffff;
    display: inline-flex;
    width: 100%;
    text-align: center;
  }
  .inicio .session-five .row-actions .title {
    width: 50%;
    margin-left: 0;
  }
  .inicio .session-five .row-actions .title p {
    margin: 0;
    padding: 0;
  }
  .inicio .session-five .row-actions .title img {
    width: 60px;
    height: 60px;
  }
  .inicio .session-five .row-actions .title .actions {
    font-size: 74px;
    line-height: 1;
  }
  .inicio .session-five .row-actions .title .planet {
    font-size: 30px;
  }
  .inicio .session-five .row-actions .text {
    display: inline-block;
    font-size: 13px;
    text-align: justify;
    width: 40%;
    margin-left: 5%;
    margin-top: 0;
  }
  .inicio .session-five .row-actions .text .arrow-next {
    margin-top: 0.5pc;
    text-align: left;
  }
  .inicio .session-five .row-actions .text .arrow-next img {
    width: 12px;
    height: 12px;
  }
  .inicio .session-five .row-actions .text .arrow-next a {
    color: #ffffff;
    font-size: 12px;
    margin-left: 0.6pc;
  }
  .inicio .session-five .watermark {
    text-align: center;
  }
  .inicio .session-five .watermark p {
    font-size: 31px;
    opacity: 0.2;
    font-weight: 900;
    color: #ffffff;
    margin-top: 5pc;
    letter-spacing: 9.09px;
  }
  .inicio .session-five .watermark-mobile {
    display: none !important;
  }
  .inicio .session-six .context-txt {
    width: 70%;
    margin-left: 15%;
    margin-top: 24pc;
  }
  .inicio .session-six .context-txt .text {
    width: 80%;
    margin-left: 10%;
  }
  .inicio .session-seven {
    margin-left: 0;
    margin-top: 14pc;
    width: 100%;
    text-align: center;
  }
  .inicio .session-seven p {
    font-size: 30px;
  }
  .inicio .session-seven .form .field {
    margin-left: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .background-image.desktop {
    display: none !important;
  }
  .background-image.mobile {
    display: block;
  }
  .inicio {
    font-family: 'Poppins-ExtraLight';
  }
  .inicio .session-one .content-txt {
    position: absolute;
    float: left;
    margin: 0 4pc auto;
    color: #ffffff;
    text-align: left;
    width: 100%;
  }
  .inicio .session-one .content-txt .item.one {
    font-size: 40px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    float: left;
    margin-top: 8pc;
  }
  .inicio .session-one .content-txt .item.one p {
    display: block;
    height: 40px;
  }
  .inicio .session-one .content-txt .item.one a {
    font-size: 13px;
    padding: 8px 14px;
  }
  .inicio .session-one .content-txt .item.two p {
    height: inherit;
    font-size: 14px;
  }
  .inicio .session-one .context-txt-right {
    display: none !important;
  }
  .inicio .session-two {
    margin-left: 0;
  }
  .inicio .session-two .content-txt {
    display: none !important;
  }
  .inicio .session-two .session-one-mobile {
    padding: 8px 14px;
    border-radius: 3pc;
    border: solid #fb9d79 2px;
    background-color: #fb9d79;
    margin: 0 auto;
    width: 55%;
    margin-top: -25px;
    text-align: center;
  }
  .inicio .session-two .session-one-mobile img {
    width: 15px;
    height: 15px;
  }
  .inicio .session-two .session-one-mobile a {
    font-size: 15px;
    padding-left: 0.5pc;
    color: #ffffff;
  }
  .inicio .session-two .content-txt-mobile {
    margin-top: 2pc;
    text-align: center;
  }
  .inicio .session-two .content-txt-mobile p {
    font-size: 22px;
    color: #fd6c35;
  }
  .inicio .session-two .father-buttons {
    overflow: scroll;
  }
  .inicio .session-two .father-buttons .buttons {
    height: 80px;
    width: 52pc;
  }
  .inicio .session-two .father-buttons .buttons .button1 {
    margin-top: 2pc;
    margin-left: 0;
  }
  .inicio .session-two .father-buttons .buttons .button2 {
    margin-top: 2pc;
    margin-left: 1pc;
  }
  .inicio .session-two .father-buttons .buttons .button3 {
    margin-top: 2pc;
    margin-left: 1pc;
  }
  .inicio .session-two .father-buttons .buttons .button4 {
    margin-top: 2pc;
    margin-left: 1pc;
  }
  .inicio .session-three {
    margin: 0;
  }
  .inicio .session-three .content-txt-mobile {
    position: absolute;
    margin-left: 10%;
    margin-top: 21pc;
    width: 80%;
    background-color: #fff7f5;
    border-radius: 2pc;
    text-align: center;
  }
  .inicio .session-three .content-txt-mobile .title {
    margin-top: 2pc;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 25px;
    color: #fd6c35;
  }
  .inicio .session-three .content-txt-mobile .text {
    color: #7F7F7F;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 15px;
  }
  .inicio .session-three .content-txt-mobile .arrow-next {
    margin-top: 0;
    margin-bottom: 2pc;
  }
  .inicio .session-three .content-txt-mobile .arrow-next img {
    width: 15px;
    height: 15px;
  }
  .inicio .session-three .content-txt-mobile .arrow-next a {
    font-size: 15px;
    margin-left: 0.6pc;
    color: #fd6c35;
  }
  .inicio .session-three .background-image img {
    width: 100%;
  }
  .inicio .session-three .content-txt-background {
    position: absolute;
    background-color: #fb9d79;
    width: 72%;
    height: 13pc;
    border-radius: 3pc;
    margin-top: 27pc;
    margin-left: 23%;
  }
  .inicio .session-three .content-txt {
    display: none !important;
  }
  .inicio .session-four {
    margin-top: 18pc;
    height: 19pc;
  }
  .inicio .session-four .content-txt {
    display: none !important;
  }
  .inicio .session-four .content-txt-mobile {
    margin-top: 2pc;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .inicio .session-four .content-txt-mobile p {
    font-size: 17px;
    color: #fd6c35;
  }
  .inicio .session-four .father-brands {
    overflow: scroll;
  }
  .inicio .session-four .father-brands .brands {
    height: 80px;
    width: 45pc;
    margin-top: 6pc;
  }
  .inicio .session-four .father-brands .brands .brand1 {
    margin-top: 1pc;
    margin-left: 0;
  }
  .inicio .session-four .father-brands .brands .brand2 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand3 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand4 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand5 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-five {
    height: 34pc;
  }
  .inicio .session-five .father-bottles {
    overflow: scroll;
    margin-top: -4.5pc;
  }
  .inicio .session-five .father-bottles .bottles {
    float: left;
    width: 229pc;
    display: grid;
  }
  .inicio .session-five .father-bottles .bottles div {
    position: initial !important;
  }
  .inicio .session-five .father-bottles .bottles .bottle1 {
    width: 9pc;
    height: 9pc;
    margin-top: 0;
  }
  .inicio .session-five .father-bottles .bottles .bottle1 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle2 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 11pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle2 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle3 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 22pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle3 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle4 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 33pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle4 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle5 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 44pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle5 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle6 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 55pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle6 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle7 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 66pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle7 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle8 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 77pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle8 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle9 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 88pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle9 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle10 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 99pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle10 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle11 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 110pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle11 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle12 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 121pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle12 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle13 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 132pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle13 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle14 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 143pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle14 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle15 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 154pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle15 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle16 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 165pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle16 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle17 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 176pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle17 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle18 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 187pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle18 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle19 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 198pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle19 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle20 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 209pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle20 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle21 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 220pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle21 img {
    height: 7pc;
  }
  .inicio .session-five .slick-slide {
    width: 10pc !important;
  }
  .inicio .session-five .slick-slider .slick-arrow {
    top: 4.5pc;
  }
  .inicio .session-five .slick-slider .item {
    background-color: #ffffff;
    width: 9pc !important;
    height: 9pc;
    border: solid #FD6C35 1px;
    border-radius: 2pc;
    text-align: center;
  }
  .inicio .session-five .slick-slider .item img {
    height: 7pc;
    padding-top: 5px;
    width: 80%;
    margin-left: 10%;
  }
  .inicio .session-five .showtab1-slider {
    height: 9pc;
    margin-top: -4.5pc;
  }
  .inicio .session-five .button-briefcase {
    margin-top: 4pc;
  }
  .inicio .session-five .button-briefcase a {
    font-size: 15px;
    padding: 15px 25px;
  }
  .inicio .session-five .row-actions {
    width: 100%;
    text-align: center;
  }
  .inicio .session-five .row-actions .title {
    margin-left: 0;
  }
  .inicio .session-five .row-actions .title .actions {
    font-size: 63px;
  }
  .inicio .session-five .row-actions .title .planet {
    font-size: 26px;
  }
  .inicio .session-five .row-actions .title img {
    width: 52px;
    height: 52px;
  }
  .inicio .session-five .row-actions .text {
    display: block;
    position: absolute;
    font-size: 13px;
    margin-top: 8pc;
    width: 70%;
    margin-left: 15%;
  }
  .inicio .session-five .watermark {
    text-align: center;
  }
  .inicio .session-five .watermark p {
    font-size: 14px;
    opacity: 0.2;
    font-weight: 900;
    color: #ffffff;
    margin-top: 10pc;
    letter-spacing: 9.09px;
  }
  .inicio .session-five .watermark-mobile {
    display: none !important;
  }
  .inicio .session-six .background-image {
    margin-top: -3pc;
  }
  .inicio .session-six .context-txt {
    width: 80%;
    height: fit-content;
    margin-left: 10%;
    margin-top: 20pc;
  }
  .inicio .session-six .context-txt .title {
    font-size: 15px;
    margin-top: 1.5pc;
  }
  .inicio .session-six .context-txt .text {
    font-size: 12px;
    width: 85%;
    margin-left: 7.5%;
  }
  .inicio .session-six .context-txt .margin-top {
    margin-top: 1.5pc;
    margin-bottom: 2pc;
  }
  .inicio .session-six .context-txt a {
    font-size: 12px;
    padding: 15px 25px;
  }
  .inicio .session-seven {
    height: 15pc;
    text-align: center;
    margin: 0;
    margin-top: 10pc;
  }
  .inicio .session-seven p {
    font-size: 19px;
    line-height: 1;
  }
  .inicio .session-seven .form {
    display: inline-flex;
    height: 4pc;
    margin-bottom: 3pc;
  }
  .inicio .session-seven .form .field {
    color: #BEBEBE;
    font-size: 15px;
    margin-left: 1pc;
    margin-top: 1.2pc;
  }
  .inicio .session-seven .form .field .control label input {
    height: 4pc;
    color: #BEBEBE;
    font-size: 15px;
    border-radius: 3pc 0 0 3pc;
    font-family: 'Poppins-ExtraLight';
    text-align: center;
    border: solid #fd6c35 2px;
    width: 12pc;
  }
  .inicio .session-seven .form .actions {
    font-size: 15px;
    padding-top: 1pc;
    border-radius: 0pc 3pc 3pc 0pc;
    color: #ffffff;
    background-color: #fd6c35;
    height: 100%;
    width: 8pc;
    margin-top: 1.2pc;
  }
  .inicio .session-seven .form .actions .action.primary {
    background-color: #fd6c35;
    width: 6.9pc;
  }
  .inicio .session-seven .form .actions .action.primary span {
    font-family: 'Poppins-ExtraLight';
    font-size: 15px;
  }
}
@media screen and (min-width: 360px) and (max-width: 539px) {
  .background-image.desktop {
    display: none !important;
  }
  .background-image.mobile {
    display: block;
  }
  .inicio {
    font-family: 'Poppins-ExtraLight';
  }
  .inicio .session-one .content-txt {
    position: absolute;
    float: left;
    margin: 0 2pc auto;
    color: #ffffff;
    text-align: left;
    width: 100%;
  }
  .inicio .session-one .content-txt .item.one {
    font-size: 30px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    float: left;
    margin-top: 62px;
  }
  .inicio .session-one .content-txt .item.one p {
    display: block;
    height: 35px;
  }
  .inicio .session-one .content-txt .item.one a {
    font-size: 12px;
    padding: 8px 14px;
  }
  .inicio .session-one .content-txt .item.two p {
    height: inherit;
    font-size: 14px;
  }
  .inicio .session-one .context-txt-right {
    display: none !important;
  }
  .inicio .session-two {
    margin-left: 0;
  }
  .inicio .session-two .content-txt {
    display: none !important;
  }
  .inicio .session-two .session-one-mobile {
    padding: 8px 14px;
    border-radius: 3pc;
    border: solid #fb9d79 2px;
    background-color: #fb9d79;
    margin: 0 auto;
    width: 73%;
    margin-top: -20px;
    text-align: center;
  }
  .inicio .session-two .session-one-mobile img {
    width: 15px;
    height: 15px;
  }
  .inicio .session-two .session-one-mobile a {
    font-size: 15px;
    padding-left: 0.5pc;
    color: #ffffff;
  }
  .inicio .session-two .content-txt-mobile {
    margin-top: 2pc;
    text-align: center;
  }
  .inicio .session-two .content-txt-mobile p {
    font-size: 18px;
    color: #fd6c35;
  }
  .inicio .session-two .father-buttons {
    overflow: scroll;
  }
  .inicio .session-two .father-buttons .buttons {
    height: 80px;
    width: 52pc;
  }
  .inicio .session-two .father-buttons .buttons .button1 {
    margin-top: 2pc;
    margin-left: 0;
  }
  .inicio .session-two .father-buttons .buttons .button2 {
    margin-top: 2pc;
    margin-left: 1pc;
  }
  .inicio .session-two .father-buttons .buttons .button3 {
    margin-top: 2pc;
    margin-left: 1pc;
  }
  .inicio .session-two .father-buttons .buttons .button4 {
    margin-top: 2pc;
    margin-left: 1pc;
  }
  .inicio .session-three {
    margin: 0;
  }
  .inicio .session-three .content-txt-mobile {
    position: absolute;
    margin-left: 10%;
    margin-top: 12pc;
    width: 80%;
    background-color: #fff7f5;
    border-radius: 2pc;
    text-align: center;
  }
  .inicio .session-three .content-txt-mobile .title {
    margin-top: 1pc;
    margin-left: 1pc;
    margin-right: 1pc;
    font-size: 21px;
    color: #fd6c35;
  }
  .inicio .session-three .content-txt-mobile .text {
    color: #7F7F7F;
    margin-top: 0;
    margin-left: 1pc;
    margin-right: 1pc;
    font-size: 13px;
  }
  .inicio .session-three .content-txt-mobile .arrow-next {
    margin-top: 0;
    margin-bottom: 1pc;
  }
  .inicio .session-three .content-txt-mobile .arrow-next img {
    width: 13px;
    height: 13px;
  }
  .inicio .session-three .content-txt-mobile .arrow-next a {
    font-size: 13px;
    margin-left: 0.6pc;
    color: #fd6c35;
  }
  .inicio .session-three .background-image img {
    width: 100%;
  }
  .inicio .session-three .content-txt-background {
    position: absolute;
    background-color: #fb9d79;
    width: 72%;
    height: 11pc;
    border-radius: 3pc;
    margin-top: 17pc;
    margin-left: 23%;
  }
  .inicio .session-three .content-txt {
    display: none !important;
  }
  .inicio .session-four {
    margin-top: 14pc;
    height: 19pc;
  }
  .inicio .session-four .content-txt {
    display: none !important;
  }
  .inicio .session-four .content-txt-mobile {
    margin-top: 2pc;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .inicio .session-four .content-txt-mobile p {
    font-size: 17px;
    color: #fd6c35;
  }
  .inicio .session-four .father-brands {
    overflow: scroll;
  }
  .inicio .session-four .father-brands .brands {
    height: 80px;
    width: 45pc;
    margin-top: 6pc;
  }
  .inicio .session-four .father-brands .brands .brand1 {
    margin-top: 1pc;
    margin-left: 0;
  }
  .inicio .session-four .father-brands .brands .brand2 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand3 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand4 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand5 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-five {
    height: 37pc;
  }
  .inicio .session-five .father-bottles {
    overflow: scroll;
    margin-top: -4.5pc;
  }
  .inicio .session-five .father-bottles .bottles {
    float: left;
    width: 229pc;
    display: grid;
  }
  .inicio .session-five .father-bottles .bottles div {
    position: initial !important;
  }
  .inicio .session-five .father-bottles .bottles .bottle1 {
    width: 9pc;
    height: 9pc;
    margin-top: 0;
  }
  .inicio .session-five .father-bottles .bottles .bottle1 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle2 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 11pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle2 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle3 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 22pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle3 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle4 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 33pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle4 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle5 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 44pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle5 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle6 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 55pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle6 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle7 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 66pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle7 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle8 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 77pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle8 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle9 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 88pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle9 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle10 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 99pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle10 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle11 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 110pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle11 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle12 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 121pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle12 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle13 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 132pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle13 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle14 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 143pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle14 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle15 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 154pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle15 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle16 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 165pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle16 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle17 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 176pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle17 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle18 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 187pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle18 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle19 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 198pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle19 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle20 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 209pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle20 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle21 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 220pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle21 img {
    height: 7pc;
  }
  .inicio .session-five .slick-slide {
    width: 10pc !important;
  }
  .inicio .session-five .slick-slider .slick-arrow {
    top: 4.5pc;
  }
  .inicio .session-five .slick-slider .item {
    background-color: #ffffff;
    width: 9pc !important;
    height: 9pc;
    border: solid #FD6C35 1px;
    border-radius: 2pc;
    text-align: center;
  }
  .inicio .session-five .slick-slider .item img {
    height: 7pc;
    padding-top: 5px;
    width: 80%;
    margin-left: 10%;
  }
  .inicio .session-five .showtab1-slider {
    height: 9pc;
    margin-top: -4.5pc;
  }
  .inicio .session-five .button-briefcase {
    margin-top: 4pc;
  }
  .inicio .session-five .button-briefcase a {
    font-size: 15px;
    padding: 15px 25px;
  }
  .inicio .session-five .row-actions {
    width: 100%;
    text-align: center;
  }
  .inicio .session-five .row-actions .title {
    margin-left: 0;
  }
  .inicio .session-five .row-actions .title .actions {
    font-size: 63px;
  }
  .inicio .session-five .row-actions .title .planet {
    font-size: 26px;
  }
  .inicio .session-five .row-actions .title img {
    width: 52px;
    height: 52px;
  }
  .inicio .session-five .row-actions .text {
    display: block;
    position: absolute;
    font-size: 13px;
    margin-top: 8pc;
    width: 85%;
    margin-left: 7.5%;
  }
  .inicio .session-five .watermark {
    display: none !important;
  }
  .inicio .session-five .watermark-mobile {
    text-align: center;
    margin-top: 13pc;
  }
  .inicio .session-five .watermark-mobile p {
    font-size: 20px;
    opacity: 0.2;
    font-weight: 900;
    color: #ffffff;
    margin-top: 13pc;
    letter-spacing: 9.09px;
  }
  .inicio .session-six .background-image {
    margin-top: -2pc;
  }
  .inicio .session-six .context-txt {
    width: 80%;
    height: fit-content;
    margin-left: 10%;
    margin-top: 15pc;
  }
  .inicio .session-six .context-txt .title {
    font-size: 15px;
    margin-top: 1.5pc;
  }
  .inicio .session-six .context-txt .text {
    font-size: 12px;
    width: 85%;
    margin-left: 7.5%;
  }
  .inicio .session-six .context-txt .margin-top {
    margin-top: 1.5pc;
    margin-bottom: 2pc;
  }
  .inicio .session-six .context-txt a {
    font-size: 12px;
    padding: 15px 25px;
  }
  .inicio .session-seven {
    height: 15pc;
    text-align: center;
    margin: 0;
    margin-top: 11pc;
  }
  .inicio .session-seven p {
    font-size: 19px;
    line-height: 1;
  }
  .inicio .session-seven .form {
    display: inline-flex;
    height: 4pc;
    margin-bottom: 3pc;
  }
  .inicio .session-seven .form .field {
    color: #BEBEBE;
    font-size: 15px;
    margin-left: 1pc;
    margin-top: 1.2pc;
  }
  .inicio .session-seven .form .field .control label input {
    height: 4pc;
    color: #BEBEBE;
    font-size: 15px;
    border-radius: 3pc 0 0 3pc;
    font-family: 'Poppins-ExtraLight';
    text-align: center;
    border: solid #fd6c35 2px;
    width: 12pc;
  }
  .inicio .session-seven .form .actions {
    font-size: 15px;
    padding-top: 1pc;
    border-radius: 0pc 3pc 3pc 0pc;
    color: #ffffff;
    background-color: #fd6c35;
    height: 100%;
    width: 8pc;
    margin-top: 1.2pc;
  }
  .inicio .session-seven .form .actions .action.primary {
    background-color: #fd6c35;
    width: 6.9pc;
  }
  .inicio .session-seven .form .actions .action.primary span {
    font-family: 'Poppins-ExtraLight';
    font-size: 15px;
  }
}
@media screen and (min-width: 0px) and (max-width: 359px) {
  .background-image.desktop {
    display: none !important;
  }
  .background-image.mobile {
    display: block;
  }
  .inicio {
    font-family: 'Poppins-ExtraLight';
  }
  .inicio .session-one .content-txt {
    position: absolute;
    float: left;
    margin: 0 2pc auto;
    color: #ffffff;
    text-align: left;
    width: 100%;
  }
  .inicio .session-one .content-txt .item.one {
    font-size: 25px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    float: left;
    margin-top: 2pc;
  }
  .inicio .session-one .content-txt .item.one p {
    display: block;
    height: 30px;
  }
  .inicio .session-one .content-txt .item.one a {
    font-size: 10px;
    padding: 8px 14px;
  }
  .inicio .session-one .content-txt .item.two p {
    height: inherit;
    font-size: 14px;
  }
  .inicio .session-one .context-txt-right {
    display: none !important;
  }
  .inicio .session-two {
    margin-left: 0;
  }
  .inicio .session-two .content-txt {
    display: none !important;
  }
  .inicio .session-two .session-one-mobile {
    padding: 8px 14px;
    border-radius: 3pc;
    border: solid #fb9d79 2px;
    background-color: #fb9d79;
    margin: 0 auto;
    width: 80%;
    margin-top: -20px;
    text-align: center;
  }
  .inicio .session-two .session-one-mobile img {
    width: 12px;
    height: 12px;
  }
  .inicio .session-two .session-one-mobile a {
    font-size: 11px;
    padding-left: 0.5pc;
    color: #ffffff;
  }
  .inicio .session-two .content-txt-mobile {
    margin-top: 2pc;
    text-align: center;
  }
  .inicio .session-two .content-txt-mobile p {
    font-size: 16px;
    color: #fd6c35;
  }
  .inicio .session-two .father-buttons {
    overflow: scroll;
  }
  .inicio .session-two .father-buttons .buttons {
    height: 70px;
    width: 45pc;
  }
  .inicio .session-two .father-buttons .buttons .button1 {
    margin-top: 1pc;
    margin-left: 0;
  }
  .inicio .session-two .father-buttons .buttons .button2 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-two .father-buttons .buttons .button3 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-two .father-buttons .buttons .button4 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-two .father-buttons .buttons a {
    font-size: 13px;
    padding: 12px 20px;
  }
  .inicio .session-three {
    margin: 0;
  }
  .inicio .session-three .content-txt-mobile {
    position: absolute;
    margin-left: 10%;
    margin-top: 10pc;
    width: 80%;
    background-color: #fff7f5;
    border-radius: 2pc;
    text-align: center;
  }
  .inicio .session-three .content-txt-mobile .title {
    margin-top: 1pc;
    margin-left: 1pc;
    margin-right: 1pc;
    font-size: 15px;
    color: #fd6c35;
  }
  .inicio .session-three .content-txt-mobile .text {
    color: #7F7F7F;
    margin-top: 0;
    margin-left: 1pc;
    margin-right: 1pc;
    font-size: 11px;
  }
  .inicio .session-three .content-txt-mobile .arrow-next {
    margin-top: 0;
    margin-bottom: 1pc;
  }
  .inicio .session-three .content-txt-mobile .arrow-next img {
    width: 11px;
    height: 11px;
  }
  .inicio .session-three .content-txt-mobile .arrow-next a {
    font-size: 11px;
    margin-left: 0.3pc;
    color: #fd6c35;
  }
  .inicio .session-three .background-image img {
    width: 100%;
  }
  .inicio .session-three .content-txt-background {
    position: absolute;
    background-color: #fb9d79;
    width: 72%;
    height: 13pc;
    border-radius: 3pc;
    margin-top: 12pc;
    margin-left: 23%;
  }
  .inicio .session-three .content-txt {
    display: none !important;
  }
  .inicio .session-four {
    margin-top: 14pc;
    height: 19pc;
  }
  .inicio .session-four .content-txt {
    display: none !important;
  }
  .inicio .session-four .content-txt-mobile {
    margin-top: 2pc;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .inicio .session-four .content-txt-mobile p {
    font-size: 17px;
    color: #fd6c35;
  }
  .inicio .session-four .father-brands {
    overflow: scroll;
  }
  .inicio .session-four .father-brands .brands {
    height: 80px;
    width: 45pc;
    margin-top: 6pc;
  }
  .inicio .session-four .father-brands .brands .brand1 {
    margin-top: 1pc;
    margin-left: 0;
  }
  .inicio .session-four .father-brands .brands .brand2 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand3 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand4 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-four .father-brands .brands .brand5 {
    margin-top: 1pc;
    margin-left: 1pc;
  }
  .inicio .session-five {
    height: 32pc;
  }
  .inicio .session-five .father-bottles {
    overflow: scroll;
    margin-top: -4.5pc;
  }
  .inicio .session-five .father-bottles .bottles {
    float: left;
    width: 229pc;
    display: grid;
  }
  .inicio .session-five .father-bottles .bottles div {
    position: initial !important;
  }
  .inicio .session-five .father-bottles .bottles .bottle1 {
    width: 9pc;
    height: 9pc;
    margin-top: 0;
  }
  .inicio .session-five .father-bottles .bottles .bottle1 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle2 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 11pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle2 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle3 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 22pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle3 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle4 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 33pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle4 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle5 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 44pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle5 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle6 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 55pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle6 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle7 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 66pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle7 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle8 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 77pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle8 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle9 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 88pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle9 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle10 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 99pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle10 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle11 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 110pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle11 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle12 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 121pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle12 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle13 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 132pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle13 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle14 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 143pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle14 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle15 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 154pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle15 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle16 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 165pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle16 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle17 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 176pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle17 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle18 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 187pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle18 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle19 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 198pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle19 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle20 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 209pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle20 img {
    height: 7pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle21 {
    width: 9pc;
    height: 9pc;
    margin-top: -9pc;
    margin-left: 220pc;
  }
  .inicio .session-five .father-bottles .bottles .bottle21 img {
    height: 7pc;
  }
  .inicio .session-five .slick-slide {
    width: 10pc !important;
  }
  .inicio .session-five .slick-slider .slick-arrow {
    top: 4.5pc;
  }
  .inicio .session-five .slick-slider .item {
    background-color: #ffffff;
    width: 9pc !important;
    height: 9pc;
    border: solid #FD6C35 1px;
    border-radius: 2pc;
    text-align: center;
  }
  .inicio .session-five .slick-slider .item img {
    height: 7pc;
    padding-top: 5px;
    width: 80%;
    margin-left: 10%;
  }
  .inicio .session-five .showtab1-slider {
    height: 9pc;
    margin-top: -4.5pc;
  }
  .inicio .session-five .button-briefcase {
    margin-top: 4pc;
  }
  .inicio .session-five .button-briefcase a {
    font-size: 10px;
    padding: 10px 15px;
  }
  .inicio .session-five .row-actions {
    width: 100%;
    text-align: center;
    margin-top: 4pc;
  }
  .inicio .session-five .row-actions .title {
    margin-left: 0;
  }
  .inicio .session-five .row-actions .title .actions {
    font-size: 45px;
  }
  .inicio .session-five .row-actions .title .planet {
    font-size: 18px;
  }
  .inicio .session-five .row-actions .title img {
    width: 37px;
    height: 37px;
  }
  .inicio .session-five .row-actions .text {
    display: block;
    position: absolute;
    font-size: 10px;
    margin-top: 6pc;
    width: 80%;
    margin-left: 10%;
  }
  .inicio .session-five .row-actions .text .arrow-next {
    margin-top: 0.5pc;
    text-align: left;
  }
  .inicio .session-five .row-actions .text .arrow-next img {
    width: 10px;
    height: 10px;
  }
  .inicio .session-five .row-actions .text .arrow-next a {
    font-size: 10px;
  }
  .inicio .session-five .watermark {
    display: none !important;
  }
  .inicio .session-five .watermark-mobile {
    text-align: center;
    margin-top: 11pc;
  }
  .inicio .session-five .watermark-mobile p {
    font-size: 10px;
    opacity: 0.2;
    font-weight: 900;
    color: #ffffff;
    margin-top: 11pc;
    letter-spacing: 9.09px;
  }
  .inicio .session-six .background-image {
    margin-top: -2pc;
  }
  .inicio .session-six .context-txt {
    width: 80%;
    height: fit-content;
    margin-left: 10%;
    margin-top: 10pc;
  }
  .inicio .session-six .context-txt .title {
    font-size: 12px;
    margin-top: 1.5pc;
  }
  .inicio .session-six .context-txt .text {
    font-size: 10px;
    width: 85%;
    margin-left: 7.5%;
  }
  .inicio .session-six .context-txt .margin-top {
    margin-top: 1.5pc;
    margin-bottom: 2pc;
  }
  .inicio .session-six .context-txt a {
    font-size: 10px;
    padding: 10px 15px;
  }
  .inicio .session-seven {
    height: 12pc;
    text-align: center;
    margin: 0;
    margin-top: 11pc;
  }
  .inicio .session-seven p {
    font-size: 14px;
    line-height: 1;
  }
  .inicio .session-seven .launch {
    margin-left: 0;
  }
  .inicio .session-seven .form {
    display: inline-flex;
    height: 4pc;
    margin-bottom: 3pc;
  }
  .inicio .session-seven .form .field {
    color: #BEBEBE;
    font-size: 15px;
    margin-left: 0;
    margin-top: 1.2pc;
    width: 50%;
  }
  .inicio .session-seven .form .field .control label input {
    height: 4pc;
    color: #BEBEBE;
    font-size: 15px;
    border-radius: 3pc 0 0 3pc;
    font-family: 'Poppins-ExtraLight';
    text-align: center;
    border: solid #fd6c35 2px;
    width: 12pc;
  }
  .inicio .session-seven .form .actions {
    font-size: 15px;
    padding-top: 1pc;
    border-radius: 0pc 3pc 3pc 0pc;
    color: #ffffff;
    background-color: #fd6c35;
    height: 100%;
    width: 8pc;
    margin-top: 1.2pc;
  }
  .inicio .session-seven .form .actions .action.primary {
    background-color: #fd6c35;
    width: 6.9pc;
  }
  .inicio .session-seven .form .actions .action.primary span {
    font-family: 'Poppins-ExtraLight';
    font-size: 15px;
  }
}
.igualdad {
  position: relative;
  font-family: 'Poppins-ExtraLight';
}
.igualdad .session-one {
  color: #ffffff;
}
.igualdad .session-one .content-txt {
  position: absolute;
  margin-top: 12pc;
  margin-left: 15%;
  width: 30%;
}
.igualdad .session-one .content-txt .title {
  font-size: 50px;
}
.igualdad .session-one .content-txt .title p {
  height: 40px;
}
.igualdad .session-one .content-txt .text {
  font-size: 17px;
  margin-top: 3pc;
}
.igualdad .session-two {
  color: #7f7f7f;
  display: inline-flex;
  margin-top: 4pc;
  margin-bottom: 4pc;
  height: 200px;
  width: 100%;
  text-align: center;
}
.igualdad .session-two .icon1 {
  margin-left: 12.5%;
  width: 25%;
}
.igualdad .session-two .icon2 {
  width: 25%;
}
.igualdad .session-two .icon3 {
  width: 25%;
}
.igualdad .session-two img {
  margin-top: 2pc;
}
.igualdad .session-two p {
  margin-top: 1pc;
  margin-left: 10%;
  width: 80%;
}
.igualdad .session-three .content-txt-background {
  position: absolute;
  margin-top: 14pc;
  margin-left: 20%;
  background-color: #fb9d79;
  display: block;
  width: 30%;
  height: 22pc;
  border-radius: 3pc;
}
.igualdad .session-three .context-txt {
  position: absolute;
  width: 35%;
  background-color: #fff7f5;
  margin-top: 7pc;
  margin-left: 14%;
  border-radius: 3pc;
}
.igualdad .session-three .context-txt .desktop {
  width: 50%;
  margin-left: 10%;
  margin-top: 3pc;
}
.igualdad .session-three .context-txt .title {
  font-size: 35px;
  color: #fd6c35;
  width: 80%;
  margin-left: 10%;
}
.igualdad .session-three .context-txt .title p {
  height: 30px;
}
.igualdad .session-three .context-txt .text {
  font-size: 14px;
  color: #7f7f7f;
  width: 80%;
  margin-left: 10%;
  text-align: justify;
}
.igualdad .session-three .context-txt .arrow-next {
  margin-top: 2pc;
  margin-bottom: 3pc;
  margin-left: 10%;
}
.igualdad .session-three .context-txt .arrow-next img {
  width: 15px;
  height: 15px;
}
.igualdad .session-three .context-txt .arrow-next a {
  font-size: 15px;
  margin-left: 0.6pc;
}
.igualdad .session-four .title {
  position: absolute;
  width: 100%;
  font-size: 40px;
  color: #fd6c35;
  text-align: center;
  margin-top: 8pc;
}
.igualdad .session-four .first-text {
  position: absolute;
  width: 100%;
  font-size: 14px;
  color: #7f7f7f;
  text-align: center;
  display: inline-flex;
  margin-top: 18pc;
}
.igualdad .session-four .first-text .text1 {
  width: 20%;
  margin-left: 15%;
}
.igualdad .session-four .first-text .text2 {
  width: 20%;
  margin-left: 28%;
}
.igualdad .session-four .second-text {
  position: absolute;
  width: 100%;
  font-size: 14px;
  color: #7f7f7f;
  text-align: center;
  display: inline-flex;
  margin-top: 30pc;
}
.igualdad .session-four .second-text .text1 {
  width: 20%;
  margin-left: 15%;
}
.igualdad .session-four .second-text .text2 {
  width: 20%;
  margin-left: 28%;
}
.igualdad .session-four .desktop img {
  width: 60%;
  margin-left: 20%;
  margin-top: 1pc;
}
.igualdad .session-five .title {
  width: 100%;
  font-size: 40px;
  color: #fd6c35;
  text-align: center;
  margin-top: 4pc;
}
.igualdad .session-five .comments {
  color: #ffffff;
  display: inline-flex;
  margin-top: 2pc;
  width: 100%;
  text-align: center;
  margin-bottom: 8pc;
}
.igualdad .session-five .comments .comment1 {
  margin-left: 12.5%;
  width: 25%;
}
.igualdad .session-five .comments .comment1 p {
  width: 90%;
  margin-left: 5%;
  background-color: #FB9D78;
  padding-top: 5.5pc;
  font-size: 12px;
  height: 280px;
  padding-left: 10%;
  padding-right: 10%;
  border-radius: 3pc;
}
.igualdad .session-five .comments .comment1 .quote1 {
  margin-left: -16pc;
}
.igualdad .session-five .comments .comment1 .quote1 img {
  height: 50px;
  position: absolute;
  margin-top: -1pc;
}
.igualdad .session-five .comments .comment1 .quote2 {
  margin-left: 10pc;
  margin-top: -3pc;
}
.igualdad .session-five .comments .comment1 .quote2 img {
  height: 50px;
  position: absolute;
}
.igualdad .session-five .comments .comment2 {
  width: 25%;
}
.igualdad .session-five .comments .comment2 p {
  width: 90%;
  margin-left: 5%;
  background-color: #FB9D78;
  padding-top: 3pc;
  font-size: 12px;
  height: 280px;
  padding-left: 10%;
  padding-right: 10%;
  border-radius: 3pc;
}
.igualdad .session-five .comments .comment2 .quote1 {
  margin-left: -16pc;
}
.igualdad .session-five .comments .comment2 .quote1 img {
  height: 50px;
  position: absolute;
  margin-top: -1pc;
}
.igualdad .session-five .comments .comment2 .quote2 {
  margin-left: 10pc;
  margin-top: -3pc;
}
.igualdad .session-five .comments .comment2 .quote2 img {
  height: 50px;
  position: absolute;
}
.igualdad .session-five .comments .comment3 {
  width: 25%;
}
.igualdad .session-five .comments .comment3 p {
  width: 90%;
  margin-left: 5%;
  background-color: #FB9D78;
  padding-top: 4pc;
  font-size: 12px;
  height: 280px;
  padding-left: 10%;
  padding-right: 10%;
  border-radius: 3pc;
}
.igualdad .session-five .comments .comment3 .quote1 {
  margin-left: -16pc;
}
.igualdad .session-five .comments .comment3 .quote1 img {
  height: 50px;
  position: absolute;
  margin-top: -1pc;
}
.igualdad .session-five .comments .comment3 .quote2 {
  margin-left: 10pc;
  margin-top: -3pc;
}
.igualdad .session-five .comments .comment3 .quote2 img {
  height: 50px;
  position: absolute;
}
.igualdad .session-six .title {
  width: 100%;
  text-align: center;
  margin-top: 4pc;
}
.igualdad .session-six .title .big {
  font-size: 40px;
  color: #fd6c35;
  margin-left: 30%;
  width: 40%;
}
.igualdad .session-six .title .text {
  font-size: 17px;
  color: #7f7f7f;
  margin-left: 15%;
  margin-right: 15%;
}
.igualdad .session-six .first-row {
  color: #7f7f7f;
  display: inline-flex;
  margin-top: 2pc;
  margin-bottom: 1pc;
  height: 200px;
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.igualdad .session-six .first-row .icon1 {
  margin-left: 12.5%;
  width: 25%;
}
.igualdad .session-six .first-row .icon2 {
  width: 25%;
}
.igualdad .session-six .first-row .icon3 {
  width: 25%;
}
.igualdad .session-six .first-row img {
  height: 78px;
}
.igualdad .session-six .first-row p {
  margin-top: 1pc;
  margin-left: 10%;
  width: 80%;
}
.igualdad .session-six .button {
  margin-bottom: 6pc;
  margin-top: 4pc;
  width: 100%;
  text-align: center;
}
.igualdad .session-six .button p {
  font-size: 17px;
  padding: 12px 30px;
  border-radius: 3pc;
  border: solid #ffffff 2px;
  text-decoration: none;
  color: #ffffff;
  margin-top: 3px;
  display: inline;
  background-color: #fd6c35;
}
.background-image.mobile {
  display: none;
}
@media screen and (min-width: 1025px) {
  .igualdad .session-one .content-txt .title-mobile {
    display: none !important;
  }
  .igualdad .session-one .content-txt .title-extra-small {
    display: none !important;
  }
  .igualdad .session-three .context-txt .mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .igualdad .session-one .content-txt {
    margin-top: 3.5pc;
  }
  .igualdad .session-one .content-txt .title {
    font-size: 40px;
  }
  .igualdad .session-one .content-txt .text {
    font-size: 15px;
    margin-top: 2pc;
  }
  .igualdad .session-one .content-txt .title-mobile {
    display: none !important;
  }
  .igualdad .session-one .content-txt .title-extra-small {
    display: none !important;
  }
  .igualdad .session-two img {
    margin-top: 1pc;
  }
  .igualdad .session-two p {
    margin-top: 0.5pc;
    font-size: 1.3rem;
  }
  .igualdad .session-three .content-txt-background {
    margin-top: 7pc;
    margin-left: 19%;
    width: 33%;
    height: 15.3pc;
  }
  .igualdad .session-three .context-txt {
    width: 40%;
    margin-top: 3pc;
    margin-left: 10%;
  }
  .igualdad .session-three .context-txt .desktop {
    margin-top: 2pc;
  }
  .igualdad .session-three .context-txt .mobile {
    display: none !important;
  }
  .igualdad .session-three .context-txt .title {
    font-size: 19px;
  }
  .igualdad .session-three .context-txt .text {
    font-size: 11px;
  }
  .igualdad .session-three .context-txt .arrow-next {
    margin-top: 1pc;
    margin-bottom: 2pc;
  }
  .igualdad .session-three .context-txt .arrow-next img {
    width: 12px;
    height: 12px;
  }
  .igualdad .session-three .context-txt .arrow-next a {
    font-size: 12px;
    margin-left: 0.6pc;
  }
  .igualdad .session-four .title {
    font-size: 28px;
    margin-top: 5pc;
  }
  .igualdad .session-four .first-text {
    margin-top: 12pc;
    font-size: 11px;
  }
  .igualdad .session-four .first-text .text1 {
    width: 25%;
    margin-left: 10%;
  }
  .igualdad .session-four .first-text .text2 {
    width: 25%;
    margin-left: 30%;
  }
  .igualdad .session-four .second-text {
    margin-top: 20pc;
    font-size: 11px;
  }
  .igualdad .session-four .second-text .text1 {
    width: 25%;
    margin-left: 10%;
  }
  .igualdad .session-four .second-text .text2 {
    width: 25%;
    margin-left: 30%;
  }
  .igualdad .session-five .title {
    font-size: 30px;
  }
  .igualdad .session-five .comments .comment1 {
    margin-left: 5%;
    width: 30%;
  }
  .igualdad .session-five .comments .comment1 p {
    padding-top: 4.5pc;
    font-size: 11px;
  }
  .igualdad .session-five .comments .comment1 .quote1 {
    margin-left: -12pc;
  }
  .igualdad .session-five .comments .comment1 .quote2 {
    margin-left: 5pc;
  }
  .igualdad .session-five .comments .comment2 {
    width: 30%;
  }
  .igualdad .session-five .comments .comment2 p {
    padding-top: 2.5pc;
    font-size: 11px;
  }
  .igualdad .session-five .comments .comment2 .quote1 {
    margin-left: -12pc;
  }
  .igualdad .session-five .comments .comment2 .quote2 {
    margin-left: 5pc;
  }
  .igualdad .session-five .comments .comment3 {
    width: 30%;
  }
  .igualdad .session-five .comments .comment3 p {
    padding-top: 3pc;
    font-size: 11px;
  }
  .igualdad .session-five .comments .comment3 .quote1 {
    margin-left: -12pc;
  }
  .igualdad .session-five .comments .comment3 .quote2 {
    margin-left: 5pc;
  }
  .igualdad .session-six .title {
    margin-top: 2pc;
  }
  .igualdad .session-six .title .big {
    font-size: 35px;
    margin-left: 25%;
    width: 50%;
  }
  .igualdad .session-six .title .text {
    font-size: 15px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .igualdad .session-six .first-row {
    font-size: 12px;
  }
  .igualdad .session-six .first-row .icon1 {
    margin-left: 5%;
    width: 30%;
  }
  .igualdad .session-six .first-row .icon2 {
    width: 30%;
  }
  .igualdad .session-six .first-row .icon3 {
    width: 30%;
  }
  .igualdad .session-six .first-row p {
    margin-top: 0.5pc;
  }
  .igualdad .session-six .button p {
    font-size: 15px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .background-image.desktop {
    display: none !important;
  }
  .background-image.mobile {
    display: block;
  }
  .igualdad .session-one .content-txt {
    margin-top: 2pc;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .igualdad .session-one .content-txt .title {
    display: none !important;
  }
  .igualdad .session-one .content-txt .title-extra-small {
    display: none !important;
  }
  .igualdad .session-one .content-txt .title-mobile {
    font-size: 35px;
  }
  .igualdad .session-one .content-txt .title-mobile p {
    height: 20px;
  }
  .igualdad .session-one .content-txt .text {
    font-size: 15px;
    margin-top: 2.5pc;
    width: 60%;
    margin-left: 20%;
  }
  .igualdad .session-two {
    display: block;
    height: 600px;
  }
  .igualdad .session-two .icon1 {
    margin-left: 20%;
    width: 60%;
  }
  .igualdad .session-two .icon2 {
    margin-top: 2pc;
    margin-left: 20%;
    width: 60%;
  }
  .igualdad .session-two .icon3 {
    margin-top: 2pc;
    margin-left: 20%;
    width: 60%;
  }
  .igualdad .session-two p {
    margin-top: 0.5pc;
  }
  .igualdad .session-three {
    height: 700px;
  }
  .igualdad .session-three .content-txt-background {
    margin-top: 23pc;
    margin-left: 27%;
    width: 60%;
    height: 20.5pc;
  }
  .igualdad .session-three .context-txt {
    width: 70%;
    margin-top: 21pc;
    margin-left: 15%;
  }
  .igualdad .session-three .context-txt .desktop {
    display: none !important;
  }
  .igualdad .session-three .context-txt .mobile {
    width: 60%;
    margin-left: 20%;
    margin-top: 2pc;
  }
  .igualdad .session-three .context-txt .title {
    font-size: 24px;
    margin-top: 0.5pc;
  }
  .igualdad .session-three .context-txt .text {
    font-size: 13px;
  }
  .igualdad .session-three .context-txt .arrow-next {
    margin-top: 1pc;
    margin-bottom: 2pc;
  }
  .igualdad .session-three .context-txt .arrow-next img {
    width: 14px;
    height: 14px;
  }
  .igualdad .session-three .context-txt .arrow-next a {
    font-size: 14px;
    margin-left: 0.6pc;
  }
  .igualdad .session-four .title {
    font-size: 28px;
    margin-top: 4pc;
    position: relative;
    display: block;
  }
  .igualdad .session-four .first-text {
    font-size: 14px;
    display: block;
    margin-top: 2pc;
  }
  .igualdad .session-four .first-text .text1 {
    width: 70%;
    margin-left: 15%;
  }
  .igualdad .session-four .first-text .text2 {
    width: 70%;
    margin-left: 15%;
    margin-top: 2pc;
  }
  .igualdad .session-four .second-text {
    font-size: 14px;
    display: block;
    margin-top: 41pc;
  }
  .igualdad .session-four .second-text .text1 {
    width: 70%;
    margin-left: 15%;
  }
  .igualdad .session-four .second-text .text2 {
    width: 70%;
    margin-left: 15%;
    margin-top: 2pc;
  }
  .igualdad .session-four .mobile img {
    margin-top: 8pc;
    margin-bottom: 13pc;
  }
  .igualdad .session-five {
    display: none !important;
  }
  .igualdad .session-six .title .big {
    font-size: 30px;
    margin-left: 10%;
    width: 80%;
  }
  .igualdad .session-six .title .text {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 16px;
  }
  .igualdad .session-six .first-row {
    display: block;
    height: fit-content;
  }
  .igualdad .session-six .first-row .icon1 {
    margin-left: 15%;
    width: 70%;
  }
  .igualdad .session-six .first-row .icon2 {
    margin-left: 15%;
    width: 70%;
    margin-top: 2pc;
  }
  .igualdad .session-six .first-row .icon3 {
    margin-left: 15%;
    width: 70%;
    margin-top: 2pc;
  }
  .igualdad .session-six img {
    height: 90px;
  }
  .igualdad .session-six .button {
    background-color: #fd6c35;
    width: 80%;
    margin-left: 10%;
    border-radius: 1pc;
    padding: 8px;
    margin-bottom: 4pc;
  }
  .igualdad .session-six .button p {
    font-size: 16px;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 360px) and (max-width: 539px) {
  .background-image.desktop {
    display: none !important;
  }
  .background-image.mobile {
    display: block;
  }
  .igualdad .session-one .content-txt {
    margin-top: 1pc;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .igualdad .session-one .content-txt .title {
    display: none !important;
  }
  .igualdad .session-one .content-txt .title-extra-small {
    display: none !important;
  }
  .igualdad .session-one .content-txt .title-mobile {
    font-size: 22px;
  }
  .igualdad .session-one .content-txt .title-mobile p {
    height: 15px;
  }
  .igualdad .session-one .content-txt .text {
    font-size: 12px;
    margin-top: 1pc;
    width: 80%;
    margin-left: 10%;
  }
  .igualdad .session-two {
    display: block;
    height: 600px;
    margin-top: 2pc;
  }
  .igualdad .session-two .icon1 {
    margin-left: 20%;
    width: 60%;
  }
  .igualdad .session-two .icon2 {
    margin-top: 2pc;
    margin-left: 20%;
    width: 60%;
  }
  .igualdad .session-two .icon3 {
    margin-top: 2pc;
    margin-left: 20%;
    width: 60%;
  }
  .igualdad .session-two p {
    margin-top: 0.5pc;
    font-size: 1.2rem;
  }
  .igualdad .session-three {
    height: 575px;
  }
  .igualdad .session-three .content-txt-background {
    margin-top: 20pc;
    margin-left: 27%;
    width: 68%;
    height: 16pc;
  }
  .igualdad .session-three .context-txt {
    width: 80%;
    margin-top: 14pc;
    margin-left: 10%;
  }
  .igualdad .session-three .context-txt .desktop {
    display: none !important;
  }
  .igualdad .session-three .context-txt .mobile {
    width: 60%;
    margin-left: 20%;
    margin-top: 2pc;
  }
  .igualdad .session-three .context-txt .title {
    font-size: 18px;
    margin-top: 0.5pc;
    text-align: center;
  }
  .igualdad .session-three .context-txt .text {
    font-size: 12px;
  }
  .igualdad .session-three .context-txt .arrow-next {
    margin-top: 1pc;
    margin-bottom: 2pc;
  }
  .igualdad .session-three .context-txt .arrow-next img {
    width: 13px;
    height: 13px;
  }
  .igualdad .session-three .context-txt .arrow-next a {
    font-size: 13px;
    margin-left: 0.6pc;
  }
  .igualdad .session-four .title {
    font-size: 22px;
    margin-top: 4pc;
    position: relative;
    display: block;
  }
  .igualdad .session-four .first-text {
    font-size: 13px;
    display: block;
    margin-top: 1pc;
  }
  .igualdad .session-four .first-text .text1 {
    width: 70%;
    margin-left: 15%;
  }
  .igualdad .session-four .first-text .text2 {
    width: 70%;
    margin-left: 15%;
    margin-top: 2pc;
  }
  .igualdad .session-four .second-text {
    font-size: 13px;
    display: block;
    margin-top: 33pc;
  }
  .igualdad .session-four .second-text .text1 {
    width: 70%;
    margin-left: 15%;
  }
  .igualdad .session-four .second-text .text2 {
    width: 70%;
    margin-left: 15%;
    margin-top: 2pc;
  }
  .igualdad .session-four .mobile img {
    margin-top: 10pc;
    margin-bottom: 15pc;
  }
  .igualdad .session-five {
    display: none !important;
  }
  .igualdad .session-six .title {
    margin-top: 2pc;
  }
  .igualdad .session-six .title .big {
    font-size: 22px;
    margin-left: 10%;
    width: 80%;
  }
  .igualdad .session-six .title .text {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 14px;
  }
  .igualdad .session-six .first-row {
    display: block;
    height: fit-content;
  }
  .igualdad .session-six .first-row .icon1 {
    margin-left: 15%;
    width: 70%;
  }
  .igualdad .session-six .first-row .icon2 {
    margin-left: 15%;
    width: 70%;
    margin-top: 2pc;
  }
  .igualdad .session-six .first-row .icon3 {
    margin-left: 15%;
    width: 70%;
    margin-top: 2pc;
  }
  .igualdad .session-six img {
    height: 90px;
  }
  .igualdad .session-six .button {
    background-color: #fd6c35;
    width: 90%;
    margin-left: 5%;
    border-radius: 1pc;
    padding: 8px;
    margin-bottom: 3pc;
    margin-top: 2pc;
  }
  .igualdad .session-six .button p {
    font-size: 13px;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 359px) {
  .background-image.desktop {
    display: none !important;
  }
  .background-image.mobile {
    display: block;
  }
  .igualdad .session-one .content-txt {
    margin-top: 1pc;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .igualdad .session-one .content-txt .title {
    display: none !important;
  }
  .igualdad .session-one .content-txt .title-mobile {
    display: none !important;
  }
  .igualdad .session-one .content-txt .title-extra-small {
    font-size: 20px;
  }
  .igualdad .session-one .content-txt .title-extra-small p {
    height: 15px;
  }
  .igualdad .session-one .content-txt .text {
    font-size: 10px;
    margin-top: 1pc;
    width: 80%;
    margin-left: 10%;
  }
  .igualdad .session-two {
    display: block;
    height: 600px;
    margin-top: 2pc;
  }
  .igualdad .session-two .icon1 {
    margin-left: 20%;
    width: 60%;
  }
  .igualdad .session-two .icon2 {
    margin-top: 1pc;
    margin-left: 20%;
    width: 60%;
  }
  .igualdad .session-two .icon3 {
    margin-top: 1pc;
    margin-left: 20%;
    width: 60%;
  }
  .igualdad .session-two p {
    margin-top: 0.5pc;
    font-size: 1rem;
  }
  .igualdad .session-three {
    height: 406px;
  }
  .igualdad .session-three .content-txt-background {
    margin-top: 11pc;
    margin-left: 19%;
    width: 77%;
    height: 15.5pc;
  }
  .igualdad .session-three .context-txt {
    width: 85%;
    margin-top: 10pc;
    margin-left: 7.5%;
  }
  .igualdad .session-three .context-txt .desktop {
    display: none !important;
  }
  .igualdad .session-three .context-txt .mobile {
    width: 60%;
    margin-left: 20%;
    margin-top: 1pc;
  }
  .igualdad .session-three .context-txt .title {
    font-size: 14px;
    margin-top: 0.5pc;
    text-align: center;
  }
  .igualdad .session-three .context-txt .text {
    font-size: 10px;
  }
  .igualdad .session-three .context-txt .arrow-next {
    margin-top: 0.5pc;
    margin-bottom: 1pc;
  }
  .igualdad .session-three .context-txt .arrow-next img {
    width: 10px;
    height: 10px;
  }
  .igualdad .session-three .context-txt .arrow-next a {
    font-size: 10px;
    margin-left: 0.6pc;
  }
  .igualdad .session-four .title {
    font-size: 18px;
    margin-top: 4pc;
    position: relative;
    display: block;
  }
  .igualdad .session-four .first-text {
    font-size: 12px;
    display: block;
    margin-top: 1pc;
  }
  .igualdad .session-four .first-text .text1 {
    width: 70%;
    margin-left: 15%;
  }
  .igualdad .session-four .first-text .text2 {
    width: 70%;
    margin-left: 15%;
    margin-top: 2pc;
  }
  .igualdad .session-four .second-text {
    font-size: 12px;
    display: block;
    margin-top: 27pc;
  }
  .igualdad .session-four .second-text .text1 {
    width: 70%;
    margin-left: 15%;
  }
  .igualdad .session-four .second-text .text2 {
    width: 70%;
    margin-left: 15%;
    margin-top: 2pc;
  }
  .igualdad .session-four .mobile img {
    margin-top: 11pc;
    margin-bottom: 15pc;
  }
  .igualdad .session-five {
    display: none !important;
  }
  .igualdad .session-six .title .big {
    font-size: 20px;
    margin-left: 10%;
    width: 80%;
  }
  .igualdad .session-six .title .text {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 13px;
  }
  .igualdad .session-six .first-row {
    display: block;
    height: fit-content;
    font-size: 11px;
  }
  .igualdad .session-six .first-row .icon1 {
    margin-left: 10%;
    width: 80%;
  }
  .igualdad .session-six .first-row .icon2 {
    margin-left: 10%;
    width: 80%;
    margin-top: 2pc;
  }
  .igualdad .session-six .first-row .icon3 {
    margin-left: 10%;
    width: 80%;
    margin-top: 2pc;
  }
  .igualdad .session-six .first-row p {
    margin-top: 0.5pc;
  }
  .igualdad .session-six img {
    height: 90px;
  }
  .igualdad .session-six .button {
    background-color: #fd6c35;
    width: 80%;
    margin-left: 10%;
    border-radius: 1pc;
    padding: 8px;
    margin-bottom: 3pc;
    margin-top: 2pc;
  }
  .igualdad .session-six .button p {
    font-size: 12px;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-top: 0;
  }
}
