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: #000000;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ebebeb;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #ebebeb;
  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 {
  color: #00491e;
  font-weight: 700;
  line-height: 38px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h3 {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h4 {
  color: #00491e;
  font-weight: 700;
  line-height: 23px;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h5 {
  color: #00491e;
  font-weight: 700;
  line-height: 22px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h6 {
  color: #00491e;
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.3rem;
  margin-top: 0rem;
  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: #000000;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #00ca87;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #00ca87;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #009665;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #009665;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #ebebeb;
  color: #000000;
  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 #ebebeb;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #000000;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #000000;
  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: 20px 10px;
}
button,
.quote-details-items .actions-toolbar > .action {
  background-image: none;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  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: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
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 #9c9c9c;
  border-radius: 5px;
  color: #000000;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 10px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus {
  border: 1px solid #000000;
}
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 {
  background: #ebebeb;
  color: #9c9c9c;
}
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: #9c9c9c;
}
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: #9c9c9c;
}
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: #9c9c9c;
}
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;
  background-clip: padding-box;
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  color: #000000;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #000000;
}
select:disabled {
  background: #ebebeb;
  color: #9c9c9c;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  color: #000000;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #000000;
}
textarea:disabled {
  background: #ebebeb;
  color: #9c9c9c;
}
textarea::-moz-placeholder {
  color: #9c9c9c;
}
textarea::-webkit-input-placeholder {
  color: #9c9c9c;
}
textarea:-ms-input-placeholder {
  color: #9c9c9c;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #f70000;
}
div.mage-error {
  color: #f70000;
  font-size: 1.4rem;
}
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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Colors: */
#shopping-cart-table .mark.minus {
  margin-right: 0;
}
#shopping-cart-table .mark.plus {
  margin-left: 0;
}
.abs-login-block-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  color: #00491e;
}
.abs-reset-list,
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu,
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.footer.content ul,
.product-items,
.prices-tier,
.order-details-items .items-qty,
.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,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.footer.content ul > li,
.product-items > li,
.prices-tier > li,
.order-details-items .items-qty > 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;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product: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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-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,
.products-list .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 {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  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-block-title,
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.widget .block-title,
.block-compare .block-title,
.sales-order-view .block .block-title,
.sales-order-invoice .block .block-title,
.sales-order-shipment .block .block-title,
.sales-order-creditmemo .block .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.account .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 {
  margin-bottom: 20px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.widget .block-title > strong,
.block-compare .block-title > strong,
.sales-order-view .block .block-title > strong,
.sales-order-invoice .block .block-title > strong,
.sales-order-shipment .block .block-title > strong,
.sales-order-creditmemo .block .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
.company-account-index .columns .column.main .block:not(.widget) .block-title > .action,
.account .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,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
.company-account-index .columns .column.main .block:not(.widget) .box-title,
.account .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 20px;
}
.abs-account-blocks .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
.company-account-index .columns .column.main .block:not(.widget) .box-title > span,
.account .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 {
  color: #00491e;
  font-weight: 700;
  line-height: 22px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
.company-account-index .columns .column.main .block:not(.widget) .box-title > .action,
.account .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-account-blocks .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
.company-account-index .columns .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
.company-account-index .columns .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.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: 5px;
  line-height: 19px;
  color: inherit;
  content: "\e925";
  font-family: 'icomoon';
  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: 5px;
  line-height: 19px;
  color: inherit;
  content: "\e924";
  font-family: 'icomoon';
  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: none;
  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.16);
}
.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: #ebebeb;
  cursor: pointer;
}
.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-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-return-items .qty .input-text,
.quote-details-items .col.qty .input-text,
.requisition-grid .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: 75px;
}
.abs-margin-for-blocks-and-widgets,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 50px;
}
.abs-remove-button-for-blocks,
.filtered .item .action.remove,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > 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,
.filtered .item .action.remove:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.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: #000000;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #000000;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #000000;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #000000;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.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 {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .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 .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-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-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.mgz__actions-switch-checkbox,
.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,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.action-multicheck-wrap .action-multicheck-toggle > span,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.opc-wrapper .form-giftcard-account .field .label,
.quote-details-items .col.qty .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .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,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.quickorder-index-index .product-block:before,
.quickorder-index-index .product-block: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,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success: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,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form: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:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping: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,
.header.content:before,
.header.content:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.gift-options:before,
.gift-options: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,
.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,
.requisition-grid .actions-toolbar:before,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:before,
.requisition-view-links:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.quickorder-index-index .product-block:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.page-product-downloadable .product-add-form:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.header.content:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.fieldset .fullname .field:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message: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,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:after,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.form-create-purchase-order-rule .field.rule-type .field-tooltip .field-tooltip-content,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.checkout-cart-index .block-requisition-list,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.search-autocomplete,
.field.date .control,
.field .control._with-tooltip {
  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: 'icomoon';
  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 {
  padding: 4px 5px;
  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: 14px;
  line-height: 14px;
  color: inherit;
  content: "\e925";
  font-family: 'icomoon';
  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: 14px;
  line-height: 14px;
  color: inherit;
  content: "\e924";
  font-family: 'icomoon';
  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: none;
  margin-top: 4px;
  min-width: 146px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.abs-split-button .items li {
  margin: 0;
  padding: 10px 15px;
}
.abs-split-button .items li:hover {
  background: #ebebeb;
  cursor: pointer;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.4rem;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-item-actions .actions-secondary > .action,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-item-actions .actions-secondary > .action > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-item-actions .actions-secondary > .action:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #4a4a4a;
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #000000;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.multicheckout .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 1.4rem;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.checkout-container .action-additional,
.data-grid-filters-wrap .action,
.gift-options .actions-toolbar .action-cancel,
.quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.requisition-list-action > .action,
.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,
.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,
.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: #00ca87;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:visited,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:visited,
.checkout-container .action-additional:visited,
.data-grid-filters-wrap .action:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.quote-grid-filters-wrap .action:visited,
.quote-details-items .actions-toolbar > .action-delete:visited,
.quote-notes-block .notes-block-item .editable:visited,
.attachments-list .attachments-item .action-delete:visited,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:visited,
.requisition-list-action > .action: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,
.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,
.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: #00ca87;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover,
.checkout-container .action-additional:hover,
.data-grid-filters-wrap .action:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-notes-block .notes-block-item .editable:hover,
.attachments-list .attachments-item .action-delete:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.requisition-list-action > .action: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,
.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,
.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: #009665;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.checkout-container .action-additional:active,
.data-grid-filters-wrap .action:active,
.gift-options .actions-toolbar .action-cancel:active,
.quote-grid-filters-wrap .action:active,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-notes-block .notes-block-item .editable:active,
.attachments-list .attachments-item .action-delete:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.requisition-list-action > .action: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,
.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,
.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: #009665;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button: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,
.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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.quote-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:focus,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:focus,
.quote-notes-block .notes-block-item .editable:hover,
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:focus,
.attachments-list .attachments-item .action-delete:hover,
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:focus,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:focus,
.requisition-list-action > .action:hover,
.requisition-list-action > .action:active,
.requisition-list-action > .action: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,
.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,
.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,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.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-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.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,
.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,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.quote-grid-filters-wrap .action.disabled,
.quote-grid-filters-wrap .action[disabled],
fieldset[disabled] .quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete.disabled,
.quote-details-items .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable.disabled,
.quote-notes-block .notes-block-item .editable[disabled],
fieldset[disabled] .quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete.disabled,
.attachments-list .attachments-item .action-delete[disabled],
fieldset[disabled] .attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup.disabled,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.requisition-list-action > .action.disabled,
.requisition-list-action > .action[disabled],
fieldset[disabled] .requisition-list-action > .action,
.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,
.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,
.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: #00ca87;
  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),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button: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),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:not(:focus),
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:not(:focus),
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:not(:focus),
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:not(:focus),
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:not(:focus),
.requisition-list-action > .action:active,
.requisition-list-action > .action: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),
.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),
.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,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.abs-revert-secondary-color:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 11px 20px 12px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .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,
.product-options-wrapper .field .price-notice .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 .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icomoon';
  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 {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .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 {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .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,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new,
.requisition-list-action .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,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before,
.requisition-list-action .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icomoon';
  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,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover,
.requisition-list-action .items .item:last-child:hover {
  background: #ebebeb;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before,
.requisition-list-action .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.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,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.sidebar .subtitle,
.order-details-items .order-items .order-gift-message .action.close,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.quote-status,
.purchase-order-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #4a4a4a;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 5px;
  background-image: none;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px 12px 5px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  background-image: none;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px 11px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.update:focus,
.abs-shopping-cart-items .action.update:active,
.block-cart-failed .action.update:focus,
.block-cart-failed .action.update:active,
.cart-container .form-cart .action.update:focus,
.cart-container .form-cart .action.update:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.abs-shopping-cart-items .action.update:hover,
.block-cart-failed .action.update:hover,
.cart-container .form-cart .action.update:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.abs-shopping-cart-items .action.update.disabled,
.abs-shopping-cart-items .action.update[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.update,
.block-cart-failed .action.update.disabled,
.block-cart-failed .action.update[disabled],
fieldset[disabled] .block-cart-failed .action.update,
.cart-container .form-cart .action.update.disabled,
.cart-container .form-cart .action.update[disabled],
fieldset[disabled] .cart-container .form-cart .action.update {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: inherit;
  content: "\e90d";
  font-family: 'icomoon';
  margin: -1px 10px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.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 {
  padding-right: 40px;
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.negotiable-quote-quote-view .modal-popup .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,
.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,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.negotiable-quote-quote-view .modal-popup .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,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after,
.negotiable-quote-quote-view .modal-popup .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 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #00491e;
  font-weight: 700;
  line-height: normal;
  font-size: 2rem;
}
.abs-sidebar-totals .mark,
.abs-sidebar-totals .amount,
.cart-totals .mark,
.cart-totals .amount,
.opc-block-summary .table-totals .mark,
.opc-block-summary .table-totals .amount {
  padding-top: 0;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 0;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  color: #00491e;
  font-weight: 700;
  line-height: 22px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  padding-top: 20px;
}
.abs-sidebar-totals .grand .mark strong,
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .mark strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .mark strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 0;
  text-align: right;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.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-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  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 {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.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: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icomoon';
  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: -5px;
  top: -12px;
}
.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 #ebebeb;
  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-discount-block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  cursor: pointer;
  font-weight: 700;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0 20px 20px 0;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7px;
  line-height: inherit;
  color: #000000;
  content: "\e944";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: 0;
  top: 7px;
}
.column.main .abs-discount-block > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.4rem;
  color: #000000;
}
.abs-discount-block > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: "\e904";
}
.abs-discount-block.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@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;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/jakarta/PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  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:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #ebebeb;
}
.table:not(.cart):not(.totals) tbody tr {
  border-bottom: 1px solid #ebebeb;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 9px 19px 11px 20px;
  display: block;
  line-height: normal;
  font-size: 1.4rem;
  border: 1px solid;
  background: #fff7e5;
  border-color: #fb6a00;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #000000;
}
.message.info a:hover {
  color: #009665;
}
.message.info a:active {
  color: #009665;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #c07600;
  content: "\e900";
  font-family: 'icomoon';
  margin: -9px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 19px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 9px 19px 11px 20px;
  display: block;
  line-height: normal;
  font-size: 1.4rem;
  border: 1px solid;
  background: #fae9e9;
  border-color: #f70000;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #000000;
}
.message.error a:hover {
  color: #009665;
}
.message.error a:active {
  color: #009665;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #f70000;
  content: "\e903";
  font-family: 'icomoon';
  margin: -9px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 19px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 9px 19px 11px 20px;
  display: block;
  line-height: normal;
  font-size: 1.4rem;
  border: 1px solid;
  background: #fff7e5;
  border-color: #fb6a00;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #000000;
}
.message.warning a:hover {
  color: #009665;
}
.message.warning a:active {
  color: #009665;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #c07600;
  content: "\e900";
  font-family: 'icomoon';
  margin: -9px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 19px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 9px 19px 11px 20px;
  display: block;
  line-height: normal;
  font-size: 1.4rem;
  border: 1px solid;
  background: #fff7e5;
  border-color: #fb6a00;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #000000;
}
.message.notice a:hover {
  color: #009665;
}
.message.notice a:active {
  color: #009665;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #c07600;
  content: "\e900";
  font-family: 'icomoon';
  margin: -9px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 19px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 9px 19px 11px 20px;
  display: block;
  line-height: normal;
  font-size: 1.4rem;
  border: 1px solid;
  background: #f0f5f2;
  border-color: #00ca87;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #000000;
}
.message.success a:hover {
  color: #009665;
}
.message.success a:active {
  color: #009665;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #00ca87;
  content: "\e905";
  font-family: 'icomoon';
  margin: -9px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 19px;
  width: 40px;
  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: #000000;
  content: "\e9a4";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #000000;
}
.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: #000000;
  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.5);
  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 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field {
  width: 100%;
  display: inline-block;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 10px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.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 #9c9c9c;
  border-radius: 5px;
  color: #000000;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 10px 15px;
  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:focus,
.fieldset > .fields > .field .addon .addbefore:focus,
.fieldset > .field .addon .addafter:focus,
.fieldset > .fields > .field .addon .addafter:focus {
  border: 1px solid #000000;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  background: #ebebeb;
  color: #9c9c9c;
}
.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: #9c9c9c;
}
.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: #9c9c9c;
}
.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: #9c9c9c;
}
.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: #f70000;
  font-size: 1.2rem;
  margin: 0;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.4rem;
  margin: 0 0 20px;
  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: 28px;
  line-height: 14px;
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.fieldset > .field .label,
.fieldset > .fields > .field .label {
  width: 100%;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  width: 100%;
}
.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;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.fieldset .field .label,
.fieldset .fields > .field .label {
  font-weight: 700;
  margin: 0 0 10px;
  display: block;
}
.fieldset .field.required .label,
.fieldset .fields > .field.required .label {
  position: relative;
}
.fieldset .field.required .label:after,
.fieldset .fields > .field.required .label:after {
  display: none;
}
.fieldset .field.required .label > span:not(.tooltips):after,
.fieldset .fields > .field.required .label > span:not(.tooltips):after {
  font-size: 1.2rem;
  content: '*';
  color: #f70000;
  margin: 0;
}
input:focus.mage-error,
select:focus.mage-error,
textarea:focus.mage-error {
  border-color: #f70000;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 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;
}
.field-error,
div.mage-error {
  margin-top: 5px;
}
.field-error {
  color: #f70000;
  font-size: 1.4rem;
}
.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: #000000;
  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;
  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: #4a4a4a;
  content: '\e612';
  font-family: 'icomoon';
  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%;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/down-arrow.svg) no-repeat;
  background-size: 11px;
  background-position: calc(100% - 10px) 11px;
  padding-right: 25px;
}
.select2.select2-container--default .select2-selection--single {
  height: 40px;
  line-height: 40px;
  background: url(../images/down-arrow.svg) no-repeat;
  background-size: 11px;
  background-position: calc(100% - 10px) 11px;
  padding-right: 25px;
  border-color: #9c9c9c;
  color: #000000;
  font-size: 14px;
  border-radius: 5px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 15px;
  color: #000000;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: 0;
}
.select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #000000;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown {
  border-radius: 5px;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #000000;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below .select2-results__options .select2-results__option {
  color: #000000;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  margin: 0;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below .select2-results__options .select2-results__option--highlighted {
  background-color: #ebebeb;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below .select2-results__options::-webkit-scrollbar {
  background-color: transparent;
  cursor: pointer;
  width: 8px;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below .select2-results__options::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below .select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: rgba(156, 156, 156, 0.05);
}
.delivery_date_picker::-webkit-calendar-picker-indicator,
input[type*="date"]::-webkit-calendar-picker-indicator {
  background-image: url(../images/date-picker.svg);
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icons/icomoon.woff2') format('woff2'), url('../fonts/icons/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.quote-details-items .actions-toolbar > .action {
  border-radius: 5px;
}
button.action,
.quote-details-items .actions-toolbar > .action.action {
  min-height: 41px;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover {
  text-decoration: 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: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 1;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #009665;
  border: 1px solid #009665;
  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;
}
.action.secondary {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  text-transform: uppercase;
}
.action.secondary:focus,
.action.secondary:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.action.secondary:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.action.secondary.disabled,
.action.secondary[disabled],
fieldset[disabled] .action.secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.secondary:focus,
.action.secondary:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.action.secondary:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.wk-supplier-tabs .product.data.items > .item.title > .switch {
  padding: 10px 10px;
}
.wk-supplier-tabs .product.data.items > .item.title > .switch.active,
.wk-supplier-tabs .product.data.items > .item.title > .switch:not(.disabled) {
  padding: 10px 10px;
}
.wk-supplier-tabs .product.data.items > .item.title > .switch.active:hover,
.wk-supplier-tabs .product.data.items > .item.title > .switch:not(.disabled):hover,
.wk-supplier-tabs .product.data.items > .item.title > .switch.active:focus,
.wk-supplier-tabs .product.data.items > .item.title > .switch:not(.disabled):focus,
.wk-supplier-tabs .product.data.items > .item.title > .switch.active:active,
.wk-supplier-tabs .product.data.items > .item.title > .switch:not(.disabled):active {
  padding: 10px 10px;
}
.wk-supplier-tabs .product.data.items > .item.content {
  margin-top: 40px;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.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 {
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 700;
  line-height: 40px;
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #ebebeb;
  margin: 0;
  padding: 20px 20px 20px 20px;
}
.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: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 2px 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: #000000;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages a.page:visited {
  color: #00ca87;
}
.pages a.page:hover {
  color: #009665;
  text-decoration: none;
}
.pages a.page:active {
  color: #009665;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  padding: 0;
}
.pages .action {
  border: 1px solid #ebebeb;
  color: #000000;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #000000;
}
.pages .action:hover {
  color: #000000;
  text-decoration: none;
}
.pages .action:active {
  color: #000000;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #000000;
}
.pages .action.next:active:before {
  color: #000000;
}
.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: 12px;
  line-height: inherit;
  color: #000000;
  content: "\e923";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #000000;
}
.pages .action.next:active:before {
  color: #000000;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #000000;
}
.pages .action.previous:active:before {
  color: #000000;
}
.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: 12px;
  line-height: inherit;
  color: #000000;
  content: "\e922";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #000000;
}
.pages .action.previous:active:before {
  color: #000000;
}
.pages strong.page {
  line-height: normal;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.account .toolbar .limiter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.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 20px;
}
.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: #00ca87;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #00ca87;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #00ca87;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #00ca87;
  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: 8px;
  line-height: 18px;
  color: #9c9c9c;
  content: "\e923";
  font-family: 'icomoon';
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs .item:not(:last-child):after {
  font-weight: 700;
}
.breadcrumbs .item a {
  font-weight: 600;
}
.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: 14px;
  line-height: 14px;
  color: inherit;
  content: '\e616';
  font-family: 'icomoon';
  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: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.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-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: 30px;
  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 *,
.modal-popup *,
.modal-slide * {
  box-sizing: border-box;
}
.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: -10px;
  top: -15px;
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  min-height: 28px;
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.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: 18px;
  line-height: 20px;
  color: #00491e;
  content: "\e94f";
  font-family: 'icomoon';
  margin: -1px 0 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:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  width: 17px;
}
.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-color: #ffffff;
}
.modal-custom .action-close:focus:before,
.modal-popup .action-close:focus:before,
.modal-slide .action-close:focus:before,
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: #00491e;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background-color: #00491e !important;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #ffffff !important;
}
.modal-custom .modal-header,
.modal-popup .modal-header,
.modal-slide .modal-header {
  padding: 30px 20px 0;
  border: none;
}
.modal-custom .modal-inner-wrap,
.modal-popup .modal-inner-wrap,
.modal-slide .modal-inner-wrap {
  margin: auto;
  overflow-y: visible;
  border-radius: 5px;
}
.modal-custom .modal-content,
.modal-popup .modal-content,
.modal-slide .modal-content,
.modal-custom .modal-body,
.modal-popup .modal-body,
.modal-slide .modal-body {
  padding: 0 20px 30px;
  margin-bottom: 0;
  overflow-y: auto;
  width: 100%;
}
.modal-custom .modal-footer,
.modal-popup .modal-footer,
.modal-slide .modal-footer {
  padding: 0 20px 30px;
  border-top: 0;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  padding-bottom: 30px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
  text-align: center;
  width: 100%;
}
.modal-popup .action-close {
  padding: 0;
  background: #ffffff !important;
}
.modal-slide .action-close {
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(0, 0, 0, 0.43);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10 !important;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * 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;
}
/**
 * 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: 1.4rem;
  padding: 11px 20px 12px;
  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;
}
@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 {
  -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;
  margin: 1px 5px 19px;
}
.slick-slide .product-item {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 10px 10px 15px 10px;
}
.slick-slide .product-item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
[dir='rtl'] .slick-slide {
  float: right;
}
.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: -10px;
  display: inline-block;
  text-decoration: none;
}
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 40px;
  color: #00491e;
  content: "\e922";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.slick-prev:hover:before {
  color: #ffffff;
}
.slick-next {
  right: -10px;
  display: inline-block;
  text-decoration: none;
}
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 40px;
  color: #00491e;
  content: "\e923";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.slick-next:hover:before {
  color: #ffffff;
}
.slick-prev,
.slick-next {
  background: #ffffff;
  border: none;
  color: #00491e;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  width: 40px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 101;
  box-shadow: 0px 3px 15px #00000014;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus {
  color: #00491e;
  background: #ffffff;
  border: none;
  box-shadow: none;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #00491e;
}
.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;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.slick-dots li button,
.slick-dots li .quote-details-items .actions-toolbar > .action {
  width: 10px;
  height: 10px;
  background-color: #ebebeb;
  margin: 0 5px;
  transition: width 300ms;
}
.slick-dots li button:hover,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover {
  background-color: #00ca87;
  box-shadow: 0px 0px 3px rgba(29, 237, 168, 0.28);
}
.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: 0px 0px 3px rgba(29, 237, 168, 0.28);
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
  background-color: #00ca87;
  box-shadow: 0px 0px 3px rgba(29, 237, 168, 0.28);
  width: 25px;
}
[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: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 11px 20px 12px;
  color: #00ca87;
  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: #00ca87;
  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: #009665;
  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: #009665;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-link {
  color: #00ca87;
  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: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.4rem;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  border-radius: 5px;
  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: #00ca87;
  border: 1px solid #00ca87;
  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: #009665;
  border: 1px solid #009665;
  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: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.4rem;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  border-radius: 5px;
  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: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
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: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
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;
  color: #00491e;
}
.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 {
  padding: 0 10px;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 10px 10px 15px 10px;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
[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: 1320px;
}
[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: 1320px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 10px -1px;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
}
div[data-content-type='tabs'] .tabs-navigation::-webkit-scrollbar {
  display: none;
}
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: transparent;
  border: none;
  display: inline-block;
  margin: 0 10px 0 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #707070;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  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.ui-state-active a.tab-title {
  background-color: #00ca87;
  color: #ffffff;
  border-radius: 5px;
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
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='tabs'].brand-product-list .slick-slider.slick-initialized .slick-track,
div[data-content-type='tabs'].brand-product-list .slick-slider.slick-initialized .slick-list {
  display: flex;
}
div[data-content-type='tabs'].brand-product-list .slick-slider.slick-initialized .slick-slide {
  display: inline-flex;
  height: auto;
}
div[data-content-type='tabs'].brand-product-list .slick-slider.slick-initialized li.product-item {
  height: 100%;
}
div[data-content-type='tabs'].brand-product-list .slick-slider.slick-initialized .slick-dots {
  display: none !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 {
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 700;
  line-height: 40px;
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.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 {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #ebebeb;
  margin: 0;
  padding: 20px 20px 20px 20px;
}
.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: 0;
}
.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: 0;
}
.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;
}
.card-list {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 5px;
  max-width: 400px;
  width: 100%;
}
.bolt-credit-card-form {
  min-height: 120px;
  margin: 15px 0;
  max-width: 450px;
  width: 100%;
}
.bolt-payment-method-content .actions-toolbar {
  margin-top: 40px;
}
.bolt-payment-method-content .checkout-agreements-block {
  margin-top: 20px;
}
.add-new-card-container {
  margin-top: 20px;
}
.add-new-card-container .inner {
  margin-top: 10px;
  padding-left: 20px;
}
.add-new-card-container .inner input[type='checkbox'] {
  vertical-align: top;
}
.add-new-card-container .inner .field-tooltip {
  top: -1px;
}
.add-new-card-container .save-card-container {
  float: left;
}
.bolt-logout-info {
  background-color: #f5f5f5;
  border: solid #cccccc 1px;
  line-height: 1.6rem;
  margin-bottom: 25px;
  padding: 10px 15px;
  text-align: center;
}
.bolt-logout-info .info {
  float: left;
  margin-right: 5px;
}
.bolt-logout-info .info:before {
  background: url('../Magento_QuickCheckout/images/logo-bolt.png') no-repeat;
  background-size: 60px 18px;
  content: '';
  float: left;
  height: 18px;
  margin-right: 5px;
  width: 18px;
}
.bolt-logout-info .account-email {
  float: left;
  font-size: 1.4rem;
  font-weight: 600;
}
.bolt-logout-info a {
  cursor: pointer;
  float: right;
}
.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: 14px;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'icomoon';
  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.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: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
  text-align: center;
}
.quickorder-index-index .upload-container .file-upload:focus,
.quickorder-index-index .upload-container .file-upload:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.quickorder-index-index .upload-container .file-upload:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.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: none;
  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: #ebebeb;
}
.quickorder-index-index .ui-front > ul li a {
  color: #333333;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.quickorder-index-index .ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
[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.
 */
.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;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__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;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__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;
}
.mgz__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;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Gdpr
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-gdpr-delete-account {
  margin-top: 50px;
}
.mp-gdpr-delete-account .legend span {
  color: #db3b21;
  font-weight: 500;
}
.mp-gdpr-delete-account .actions-toolbar {
  margin-top: 25px;
}
.mp-gdpr-delete-account .actions-toolbar .action-delete {
  background-color: #db3b21;
  border-color: #db3b21;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mp-gdpr-delete-account .actions-toolbar .action-delete:hover {
  background-color: #ba4000;
  border-color: #b84002;
}
.rewardssocial-buttons {
  order: -2;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
.rewardssocial-buttons > div {
  margin-bottom: 5px;
}
.rewardssocial-buttons #facebook-message,
.rewardssocial-buttons #facebook-share-message,
.rewardssocial-buttons #twitter-message,
.rewardssocial-buttons #referral-message,
.rewardssocial-buttons #pinterest-message {
  display: none;
  position: absolute;
  background: #333;
  padding: 2px 5px;
  color: #fff;
  margin-top: -25px;
}
.rewardssocial-buttons .buttons-facebook-like:hover #facebook-message {
  display: block;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span {
  width: 80px !important;
  height: 20px !important;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span iframe {
  width: 100% !important;
  height: 100% !important;
}
.rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message {
  display: block;
}
.rewardssocial-buttons .buttons-twitter-like:hover #twitter-message {
  margin-top: -50px;
  display: block;
}
.rewardssocial-buttons .buttons-referral-like > a {
  text-decoration: none;
  line-height: 18px;
  border-radius: 2px;
  padding: 0px 3px;
  font-weight: bold;
  color: #333;
  font-size: 11px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
.rewardssocial-buttons .buttons-referral-like:hover #referral-message {
  display: block;
}
.rewardssocial-buttons .fb_iframe_widget {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .mst-rewardssocial-tweet {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .referral {
  display: block;
  float: left;
}
.rewardssocial-buttons .status-message {
  float: left;
  margin-left: 10px;
  color: #666;
}
.rewardssocial-buttons .buttons-pinterest-pin > a {
  margin-right: 10px;
  float: left;
}
.rewards-notification-message {
  border-style: solid !important;
  border-width: 1px !important;
  min-height: 24px !important;
  padding: 8px 8px 6px 32px !important;
  color: #3d6611;
  border-color: #446423;
  background-color: #eff5ea;
  margin-bottom: 10px;
}
.rewards-notification-message li {
  margin-top: 2px;
}
.rewards-social-buttons {
  display: inline-block;
  float: left;
}
.rewards-social-buttons > .fb {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.rewards-social-buttons > .tw {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.rewards-social-buttons > .gp {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.block-rewards-referral-list div.rewards-social-buttons {
  height: 20px;
}
.block-rewards-referral-list div.rewards-social-buttons div.tw {
  padding-top: 0px;
  position: relative;
  top: -2px;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: relative;
  top: -6px;
}
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-twitter-like {
  height: 20px;
}
div.rewardssocial-buttons div.buttons-facebook-like,
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-referral-like {
  float: left;
}
div.rewardssocial-buttons div.buttons-twitter-like {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-twitter-like img {
  width: 20px;
  height: 20px;
}
div.rewardssocial-buttons div.buttons-fb-share {
  float: left;
  margin-right: 10px;
  height: 20px !important;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 10px 0 10px;
  background: #4267b2;
  border: 0px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg {
  vertical-align: text-top;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img {
  margin-top: -10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title {
  vertical-align: top;
}
div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message {
  display: block;
  margin-top: -45px;
}
.green {
  color: #1AA941;
}
.red {
  color: #BB1212;
}
.yellow {
  color: #bbaa00;
}
.block-rewards-account-summary {
  margin-bottom: 2rem !important;
  border: none;
}
.block-rewards-account-summary .invite {
  background: url(../Mirasvit_Rewards/images/referral.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.block-rewards-account-summary .invite .column-referral {
  padding: 150px 50px;
  background: #f4f4f4;
  opacity: 0.9;
  border-radius: 6px;
}
.block-rewards-account-summary .unsubscribe {
  font-size: 14px !important;
  padding-top: 10px;
}
.block-rewards-account-summary .block-title.earn.subtitle > strong {
  font-weight: bold !important;
}
.block-rewards-account-summary .block-title.spend.subtitle > strong {
  font-weight: bold !important;
}
.block-rewards-account-summary .mst-referral-widget {
  text-align: center;
}
.block-rewards-account-summary .mst-referral-widget .block-title {
  font-size: 34px !important;
}
.block-rewards-account-summary .mst-referral-widget .block-content .block .block-content > span {
  font-size: 20px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper {
  margin: 2rem auto;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > strong {
  font-size: 20px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set {
  text-align: right;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > button,
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > .quote-details-items .actions-toolbar > .action {
  background: #eeeeee;
  border: solid 1px #cccccc;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > button > span,
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set > .quote-details-items .actions-toolbar > .action > span {
  color: #41362f;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname {
  text-align: left;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname > span {
  font-size: 20px;
  text-align: left;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > thead {
  padding-bottom: 0;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > tbody > tr > td {
  border-top: none;
  padding: 0 10px 6px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper > table > tbody > tr > td ::-webkit-input-placeholder {
  color: #cccccc;
}
.block-rewards-account-summary .order-details-items .invitations {
  border: none;
}
.rewards-notification-block {
  list-style-type: none;
  padding: 0;
  background: #ecfdff;
  margin-bottom: 0;
}
.rewards-notification-block > li {
  padding: 1rem;
}
.rewards-referral-link {
  font-weight: 600;
}
.link.rewards .counter {
  color: #4a4a4a;
  white-space: nowrap;
}
.link.rewards .counter:before {
  content: "(";
}
.link.rewards .counter:after {
  content: ")";
}
.mst-rewards-logo {
  height: 14px;
}
.mst-rewards-account-amount-wrapper {
  background-image: url('../images/bigbox-card.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  display: inline-flex;
  align-items: normal;
  margin-bottom: 25px;
  padding: 22px 65px 22px 15px;
  min-width: 280px;
  min-height: 130px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount {
  display: flex;
  align-items: flex-end;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount .points,
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount .unit {
  color: #00CA87;
  font-size: 24px;
  font-weight: bold;
  margin-right: 5px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount > img {
  height: 28px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-subtitle {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}
.mst-rewards-account-amount-wrapper .mst-rewards-logo {
  height: 36px;
  margin-left: 15px;
}
.block-rewards-account-summary.order-details-items {
  border: none;
}
.form-discount .checkbox-group {
  margin-bottom: 10px;
}
.rewards-message-block {
  float: left;
  display: inline-block;
  width: 100%;
}
.rewards__checkout-cart-usepoints {
  margin-bottom: 1.5rem;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount {
  border: 0;
  border-bottom: 1px solid silver;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus {
  border-bottom: 1px solid black;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus + label,
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid + label {
  top: -12px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .button {
  background-color: black;
  color: white;
  margin: 5px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label {
  position: absolute;
  top: 5px;
  color: #898989;
}
.rewards__checkout-cart-usepoints .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints .input-box label {
  position: absolute;
  top: 5px;
  left: 3px;
  color: #898989;
}
.rewards__checkout-cart-usepoints #points_amount:focus + label,
.rewards__checkout-cart-usepoints #points_amount:valid + label {
  top: -18px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints .discount-form p {
  margin-bottom: 15px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group {
  clear: both;
  padding-top: 10px;
}
.rewards__checkout-cart-usepoints .amount {
  display: table;
  width: 100%;
  margin-bottom: .5rem;
}
.rewards__checkout-cart-usepoints .amount .field {
  display: table-cell;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar button,
.rewards__checkout-cart-usepoints .amount .actions-toolbar .quote-details-items .actions-toolbar > .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix {
  top: -2px !important;
  left: inherit;
  font-size: 14px !important;
  color: #898989 !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix {
  padding: 0 5px;
  width: 105px;
  height: 35px;
  background-color: black !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span {
  color: white;
}
.checkbox-group label span.checkout-rewards-all-block {
  position: inherit;
  margin-left: 25px;
}
.checkbox-group label span.checkout-rewards-all-block span {
  position: inherit;
  display: inline-block;
}
.checkbox-group label span.checkout-rewards-all-block b {
  position: inherit;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block {
  max-width: inherit !important;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button,
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary .quote-details-items .actions-toolbar > .action {
  width: 49% !important;
}
.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block {
  display: inline;
  width: inherit;
}
.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block .button {
  margin-right: 10px;
}
.catalog-product-view .rewards__product-points {
  display: inline-block;
  font-size: 12px;
  color: #F96B25;
}
.catalog-product-view .rewards__product-points .price {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-items .product-item-info .rewards__product-points {
  font-size: 12px;
  color: #000;
  margin-top: -10px;
}
.product-items .product-item-info .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: absolute;
  height: 17px;
}
.block-products-list .rewards__product-points {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.product-info-main .product-info-price {
  position: relative;
}
.product-info-main .product-info-price .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 15px;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points,
.widget-product-grid .product-item-details .rewards__product-points {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
  color: #F96B25;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points .price,
.widget-product-grid .product-item-details .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.block-referral {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.block-referral li {
  list-style-position: inside;
}
.block-title.earn.subtitle {
  margin-top: 25px;
  border-bottom: solid 1px #EBEBEB;
  padding-bottom: 20px;
}
.block-content.dashed-border {
  border: 1px dashed #cccccc;
  padding: 5px;
  margin-bottom: 20px;
}
.block-rewards-account-summary .table-wrapper.orders-recent {
  border: none;
}
.rewards-account-share div.rewards-social-buttons {
  height: 20px;
}
.rewards-account-share div.rewards-social-buttons div.fb {
  top: 0px !important;
  float: left;
}
.rewards-account-share div.rewards-social-buttons div.fb .fb-like > span {
  height: 20px !important;
}
.rewards-account-share div.rewards-social-buttons div.fb .fb-like > span iframe {
  height: 20px !important;
}
.rewards-account-share div.rewards-social-buttons div.tw {
  top: 0px !important;
  height: 20px !important;
  float: left;
  margin-left: 4px;
}
.mst__expiring-points {
  margin-bottom: 1rem;
}
.mst__referral-widget {
  margin: 10px 0 25px 0;
}
.mst__referral-widget .mst__referral-widget-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  grid-gap: 25px;
  align-items: center;
}
.rewards-account__tiers {
  margin-bottom: 3rem;
}
.rewards-account__tiers .tier-progress-bar {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  height: 0.5rem;
  background: #ccc;
  border-radius: 100px;
}
.rewards-account__tiers .tier-progress-bar .points {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point {
  width: 3rem;
  height: 3rem;
  border: solid 5px #ffffff;
  background: #ccc;
  border-radius: 100%;
  margin-top: -1.25rem;
  position: relative;
  z-index: 1;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point.closed {
  background: #fe5503;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .tier-logo {
  position: absolute;
  left: 50%;
  top: -6rem;
  color: #727272;
  margin-left: -1.5rem;
  width: 3rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label {
  position: absolute;
  left: 0;
  top: -3rem;
  color: #727272;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -4.5rem;
  width: 11rem;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number {
  position: absolute;
  left: 0;
  top: 2.5rem;
  margin-left: -3rem;
  width: 8rem;
  text-align: center;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number > span {
  display: inline-block;
  background: #006558;
  color: #ffffff;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 0.1rem .5rem;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .closers {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .closers .closer {
  position: absolute;
  left: 0;
  top: 0;
  height: .5rem;
  padding: 0 2px;
  box-sizing: border-box;
}
.rewards-account__tiers .tier-progress-bar .closers .closer .progress {
  height: .5rem;
  background: #fe5503;
}
.rewards-account__tiers .to-next {
  margin-top: .5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}
.rewards-account__tiers .to-next .open-popup {
  color: #727272;
  cursor: pointer;
}
.rewards-links {
  display: flex;
  margin-bottom: 30px;
}
.rewards-links li {
  padding: 20px 35px;
  border: solid 1px #EBEBEB;
  background-color: #F7F7F7;
  border-right: none;
}
.rewards-links li a,
.rewards-links li strong {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.rewards-links li.current {
  background-color: #FFFFFF;
}
.rewards-links li:last-child {
  border-right: solid 1px #EBEBEB;
}
.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: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.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 5px 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 .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.4rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.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 {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #f70000;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #000000;
  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;
}
.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: 35px;
  line-height: 33px;
  color: #000000;
  content: '\e615';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #000000;
}
.block-search .label:active:before {
  color: #000000;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #ebebeb;
  clear: both;
  margin: 0 -10px -1px;
  padding: 0 10px;
}
.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 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:not(:empty) {
  border-top: 0;
  border: none;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #ebebeb;
}
.search-autocomplete ul li .amount {
  color: #000000;
  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.summary {
  margin-bottom: 10px;
}
.checkout-cart-index * {
  box-sizing: border-box;
}
.checkout-cart-index .page-title-wrapper .page-title {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.checkout-cart-index #gift-options-cart {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.checkout-cart-index .popup-request-quote-discounts .modal-content p:last-child {
  margin-bottom: 0;
}
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel,
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel:focus,
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote:focus,
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel:active,
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel:hover,
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel.disabled,
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote.disabled,
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel[disabled],
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote[disabled],
fieldset[disabled] .checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel,
fieldset[disabled] .checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel:focus,
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote:focus,
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel:active,
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel:hover,
.checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.cart-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 30px 10px;
  height: fit-content;
  width: 100%;
}
.cart-summary > .title {
  width: 100%;
  display: block;
  text-align: center;
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.cart-summary .cart-totals {
  width: 100%;
  margin-bottom: 20px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.cart-summary .cart-totals .table-wrapper .table.totals .mark {
  font-size: 1.6rem;
  font-weight: 700;
  color: #00491e;
  padding: 0 0 10px;
}
.cart-summary .cart-totals .table-wrapper .table.totals .mark strong {
  font-weight: 700;
}
.cart-summary .cart-totals .table-wrapper .table.totals .amount {
  font-size: 1.6rem;
  font-weight: 700;
  color: #9c9c9c;
  padding: 0 0 10px;
}
.cart-summary .cart-totals .table-wrapper .table.totals .totals.grand .mark {
  padding-bottom: 0;
}
.cart-summary .cart-totals .table-wrapper .table.totals .totals.grand .amount {
  padding-bottom: 0;
}
.cart-summary .table.quotation-table .totals {
  border-bottom: 0;
}
.cart-summary .table.quotation-table .totals .mark {
  font-size: 1.6rem;
  font-weight: 700;
  color: #00491e;
  padding: 0 0 10px;
}
.cart-summary .table.quotation-table .totals .amount {
  font-size: 1.6rem;
  font-weight: 700;
  color: #9c9c9c;
  padding: 0 0 10px;
  text-align: right;
}
.cart-summary .table.quotation-table .totals-negotiation td {
  font-size: 1.2rem;
  color: #707070;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.cart-summary .shipping {
  display: none;
}
.cart-summary .block {
  width: 100%;
  margin-bottom: 0;
}
.cart-summary .block#block-shipping {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.cart-summary .block.discount {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.cart-summary .block.giftcard {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 0 0 20px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field:last-child {
  margin-bottom: 0;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-summary .checkout-methods-items {
  width: 100%;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead th {
  color: #9c9c9c;
  padding-top: 0;
}
.cart.table-wrapper .items thead th.item {
  padding-left: 0;
}
.cart.table-wrapper .items thead {
  border-bottom: 1px solid #ebebeb;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.cart.table-wrapper .items > .item:last-child {
  border-bottom: 0;
}
.cart.table-wrapper .items > .item:last-child .item-actions td {
  padding-bottom: 0;
}
.cart.table-wrapper .items .item-info .col {
  padding-bottom: 20px;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .item-actions td {
  padding: 0 0 20px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  position: relative;
}
.cart.table-wrapper .item .col.price .price,
.cart.table-wrapper .item .col.subtotal .price {
  font-weight: 400;
  font-size: 1.4rem;
}
.cart.table-wrapper .item .col .product-item-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.cart.table-wrapper .item .col .product-item-container .product-item-details-container {
  display: grid;
  column-gap: 10px;
  grid-template-columns: 70px 1fr;
}
.cart.table-wrapper .item .col .product-item-container .product-item-details-container .product-specform-details {
  color: #707070;
}
.cart.table-wrapper .item .col .product-item-container .product-item-details-container .product-specform-details p {
  font-weight: 700;
}
.cart.table-wrapper .item .col .product-item-container .product-item-details-container .product-specform-details p span {
  font-weight: 400;
}
.cart.table-wrapper .item .col .product-item-container .product-item-details-container .wk-seller-block {
  display: none;
}
.cart.table-wrapper .item .col .product-item-container .product-item-details-container .wk-seller-block .wk-block-font-bold-up {
  color: #707070;
}
.cart.table-wrapper .item .col .product-item-container .product-item-details-container .wk-seller-block .wk-block-title-css a:hover {
  text-decoration: underline;
}
.cart.table-wrapper .item .item-vendor-details td {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.cart.table-wrapper .item .item-vendor-details .vendor-name {
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  column-gap: 10px;
  width: 100%;
}
.cart.table-wrapper .item .item-vendor-details .vendor-name .power-merchant-icon {
  width: 15px;
  margin-top: 3px;
}
.cart.table-wrapper .item .item-vendor-details .vendor-name.with-power-merchant + .vendor-item-location {
  margin-left: 25px;
}
.cart.table-wrapper .item .item-vendor-details .vendor-item-location {
  font-size: 1.2rem;
  color: #707070;
  margin-top: 5px;
}
.cart.table-wrapper .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  font-weight: 700;
  color: #707070;
  margin-right: 20px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  color: #000000;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:hover span,
.action-gift:hover span {
  text-decoration: underline;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .actions-toolbar .action-towishlist {
  display: flex;
  text-decoration: none;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cart.table-wrapper .actions-toolbar .action-towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 17px;
  color: #9c9c9c;
  content: "\e920";
  font-family: 'icomoon';
  margin: 1px 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar .action-towishlist:hover:before {
  color: #000000;
}
.cart.table-wrapper .actions-toolbar .action-edit {
  display: flex;
  text-decoration: none;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cart.table-wrapper .actions-toolbar .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 17px;
  color: #9c9c9c;
  content: "\e90b";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
  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 {
  color: #000000;
}
.cart.table-wrapper .actions-toolbar .action-delete {
  display: flex;
  text-decoration: none;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cart.table-wrapper .actions-toolbar .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 17px;
  color: #9c9c9c;
  content: "\e943";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar .action-delete:hover:before {
  color: #000000;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-name {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: -4px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
.cart-container .form-cart {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.cart-container .form-cart .cart.table-wrapper {
  border: 1px solid #ebebeb;
  padding: 0 10px 20px;
}
.cart-container .cart-summary {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.cart-container .checkout-methods-items {
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-container #gift-options-cart {
  display: none;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #ebebeb;
}
.block.crosssell {
  margin-top: 70px;
}
.block.crosssell .title {
  text-align: center;
  margin-bottom: 0;
}
.block.crosssell .title strong {
  color: #00491e;
  font-weight: 700;
  line-height: 38px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.crosssell .products-grid {
  margin: 30px 0 20px;
}
.block.crosssell .products-grid .product-items {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}
.block.crosssell .products-grid .product-items .product-item {
  width: 100%;
  margin-left: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 10px;
}
.block.crosssell .products-grid .product-items .product-item .product-item-info {
  width: 100%;
}
.block.crosssell .products-grid .product-items .product-item .product-item-details {
  margin-top: 10px;
}
.block.crosssell .products-grid .product-items .product-item .product-item-details .product-item-name {
  margin: 0;
}
.block.crosssell .products-grid .product-items .product-item .product-item-details .price-box {
  margin: 0;
}
.block.crosssell .products-grid .product-items .product-item .product-item-details .price-box .price-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px 0 0;
}
.block.crosssell .products-grid .product-items .product-item .product-item-details .price-box .price {
  color: #00491e;
}
.block.crosssell .products-grid .product-items .product-item .product-item-details .product-item-actions .actions-primary {
  width: 100%;
  display: none;
}
.block.crosssell .products-grid .product-items .product-item .product-item-details .product-item-actions .actions-primary .primary {
  width: 100%;
}
.cart-empty {
  padding: 30px 10px 20px;
  text-align: center;
}
.cart-empty > img {
  margin-bottom: 30px;
}
.cart-empty h1 {
  margin-bottom: 20px;
}
.cart-empty p {
  margin-bottom: 30px;
}
.cart-empty .actions-toolbar .primary {
  float: none;
}
.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-minicart * {
  box-sizing: border-box;
}
.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 .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.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: 35px;
  line-height: 33px;
  color: #000000;
  content: '\e611';
  font-family: 'icomoon';
  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: #000000;
}
.minicart-wrapper .action.showcart:active:before {
  color: #000000;
}
.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: 35px;
  line-height: 33px;
  color: #000000;
  content: '\e611';
  font-family: 'icomoon';
  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: #000000;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #000000;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: none;
  margin-top: 10px;
  min-width: 146px;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 15px 20px 20px;
  border-radius: 5px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .action-delete .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action-delete .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  color: #9c9c9c;
  content: "\e943";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action-delete .action.delete:hover:before {
  color: #00ca87;
}
.minicart-wrapper .product .actions {
  margin: 0;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions .action.edit {
  display: none;
}
.minicart-wrapper .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  display: none;
}
.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: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icomoon';
  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.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.showcart {
  white-space: nowrap;
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #ffffff;
  height: 15px;
  line-height: 15px;
  border-radius: 10px;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  padding: 0 5px;
  text-align: center;
  white-space: normal;
  background: transparent linear-gradient(251deg, #159c8a 0%, #00ca87 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 60%;
  top: -6px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 15px;
}
.minicart-items-wrapper {
  margin: 0 -15px 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 20px;
}
.minicart-items-wrapper::-webkit-scrollbar {
  width: 12px;
  border-radius: 10px;
}
.minicart-items-wrapper::-webkit-scrollbar-track {
  background: #ebebeb;
}
.minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
  border-radius: 8px;
  border: 3.5px solid #ebebeb;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 0 0 20px;
}
.minicart-items .product-item.isLastElement {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.minicart-items .product-item.isPowerMerchant .seller-data .vendor-name:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../Magento_Catalog/images/trusted-merchant.svg) no-repeat;
  display: inline-block;
  margin-right: 5px;
  margin-top: 1px;
}
.minicart-items .product-item.isPowerMerchant .seller-data .vendor-item-location {
  margin-left: 21px;
}
.minicart-items .product-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.minicart-items .product-image-wrapper .product-image-photo {
  width: 70px !important;
  height: 70px !important;
  object-fit: cover;
}
.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 > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
  padding-right: 20px;
  position: relative;
}
.minicart-items .product-item-name a {
  color: #000000;
}
.minicart-items .product-item-name .action-delete {
  position: absolute;
  right: 0;
  top: -2px;
}
.minicart-items .product-specform-details {
  color: #707070;
}
.minicart-items .product-specform-details p span:first-child {
  font-weight: 700;
}
.minicart-items .product-specform-details p a {
  font-weight: 700;
}
.minicart-items .seller-data {
  margin-bottom: 10px;
}
.minicart-items .seller-data .vendor-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  width: 100%;
}
.minicart-items .seller-data .vendor-name span {
  font-size: 1.2rem;
  width: calc(100% - 21px);
  display: inline-block;
}
.minicart-items .seller-data .vendor-item-location {
  font-size: 1.2rem;
  color: #707070;
  margin-top: 5px;
  text-transform: capitalize;
}
.minicart-items .product-item-details {
  padding-left: 80px;
  position: relative;
}
.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 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-item-details .details-qty .label {
  display: none;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > 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 .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icomoon';
  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 .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 75px;
}
.minicart-items .update-cart-item {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  margin-left: 10px;
  vertical-align: top;
  text-transform: none;
  min-height: 41px;
}
.minicart-items .update-cart-item:focus,
.minicart-items .update-cart-item:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.minicart-items .update-cart-item:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.minicart-items .update-cart-item.disabled,
.minicart-items .update-cart-item[disabled],
fieldset[disabled] .minicart-items .update-cart-item {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.minicart-items .update-cart-item:focus,
.minicart-items .update-cart-item:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.minicart-items .update-cart-item:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.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: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icomoon';
  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: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.minicart-empty {
  padding: 10px 0 15px;
  text-align: center;
}
.minicart-empty > img {
  max-width: 76px;
}
.minicart-empty .empty-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.minicart-bottom {
  padding-top: 20px;
}
.minicart-bottom .items-total,
.minicart-bottom .subtotal,
.minicart-bottom .action.checkout {
  display: none;
}
.minicart-bottom .viewcart {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 20px 11px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  line-height: normal;
  text-align: center;
}
.minicart-bottom .viewcart:focus,
.minicart-bottom .viewcart:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.minicart-bottom .viewcart:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.minicart-bottom .viewcart.disabled,
.minicart-bottom .viewcart[disabled],
fieldset[disabled] .minicart-bottom .viewcart {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-index-index {
  background: #f7f7f7;
}
.checkout-index-index .page-header {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  top: 0;
  margin-bottom: 0;
}
.checkout-index-index .columns .column.main {
  padding-bottom: 0;
}
.checkout-index-index .page-footer .footer.bottom .copyright {
  width: 100%;
  text-align: center;
  padding: 18px 0;
  margin: 0;
}
.checkout-index-index .page-footer .footer.bottom .footer-payment {
  display: none;
}
.checkout-index-index .fieldset > .field > .control .button-maps {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  min-height: 41px;
  margin-top: 10px;
}
.checkout-index-index .fieldset > .field > .control .button-maps:focus,
.checkout-index-index .fieldset > .field > .control .button-maps:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.checkout-index-index .fieldset > .field > .control .button-maps:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.checkout-index-index .fieldset > .actions-toolbar .primary .action.action-update,
.checkout-index-index .fieldset > .actions-toolbar .primary .action.action-cancel {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.checkout-index-index .fieldset > .actions-toolbar .primary .action.action-update:focus,
.checkout-index-index .fieldset > .actions-toolbar .primary .action.action-cancel:focus,
.checkout-index-index .fieldset > .actions-toolbar .primary .action.action-update:active,
.checkout-index-index .fieldset > .actions-toolbar .primary .action.action-cancel:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.checkout-index-index .fieldset > .actions-toolbar .primary .action.action-update:hover,
.checkout-index-index .fieldset > .actions-toolbar .primary .action.action-cancel:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.checkout-index-index .modal-popup.gmap-location .subtitle {
  display: block;
  margin-bottom: 20px;
}
.checkout-index-index .modal-popup.gmap-location .autocompletegosendwrap {
  margin-bottom: 20px;
  position: relative;
}
.checkout-index-index .modal-popup.gmap-location .autocompletegosendwrap i {
  background: red;
}
.checkout-index-index .modal-popup.gmap-location .location-name-wrap {
  margin-top: 20px;
}
.checkout-container {
  margin: 20px 0 70px;
}
.opc-wrapper .opc {
  background: #ffffff;
  padding: 30px 10px;
  border: 1px solid #ebebeb;
}
.opc-wrapper .opc > li.checkout-shipping-address {
  padding-bottom: 50px;
}
.opc-wrapper .opc > li.checkout-shipping-address .message {
  margin-top: 20px;
  margin-bottom: 0;
}
.opc-wrapper .opc > li.checkout-payment-method {
  margin-bottom: -20px;
}
.opc-wrapper .step-content#checkout-step-payment hr {
  display: none;
}
.opc-wrapper .step-content#checkout-step-payment #co-payment-form > .fieldset {
  margin-bottom: 0;
}
.opc-wrapper .page-title {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 30px;
}
.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;
}
.checkout-onepage-success .page-title-wrapper {
  display: none;
}
.checkout-onepage-success .checkout-success {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.checkout-onepage-success .checkout-success .checkout-success-img {
  margin-bottom: 30px;
}
.checkout-onepage-success .checkout-success .checkout-success-heading {
  margin-bottom: 20px;
}
.checkout-onepage-success .checkout-success .checkout-success-content p:last-child {
  margin-bottom: 0;
}
.checkout-onepage-success .checkout-success .checkout-success-content .order-number {
  font-weight: 700;
}
.checkout-onepage-success .checkout-success .checkout-success-content .contact-link {
  font-weight: 700;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  padding-top: 30px;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 20px 11px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  margin: 0;
  line-height: normal;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action:focus,
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action.disabled,
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action[disabled],
fieldset[disabled] .checkout-onepage-success .checkout-success .actions-toolbar .primary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action span {
  line-height: normal;
}
.opc-estimated-wrapper {
  border: 1px solid #9c9c9c;
  background: #ffffff;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 10px 20px;
  padding: 10px 20px 12px;
  position: relative;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin-right: 5px;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  font-weight: 700;
}
.opc-estimated-wrapper .minicart-wrapper {
  position: static;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #00ca87;
  background: none;
  border: 0;
  display: inline;
  display: block;
  text-decoration: none;
  min-height: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  text-align: right;
  padding-right: 20px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:visited {
  color: #00ca87;
  text-decoration: none;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover {
  color: #009665;
  text-decoration: underline;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:active {
  color: #009665;
  text-decoration: underline;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover,
.opc-estimated-wrapper .minicart-wrapper .action.showcart:active,
.opc-estimated-wrapper .minicart-wrapper .action.showcart:focus {
  background: none;
  border: 0;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper .action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper .action.showcart {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5px;
  line-height: 8px;
  color: #000000;
  content: "\e944";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  font-weight: 700;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:active {
  box-shadow: none;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  display: none;
}
.opc-progress-bar {
  margin: 0 0 0;
  counter-reset: i;
  font-size: 0;
  position: fixed;
  right: 10px;
  top: 2px;
  z-index: 33;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 88px;
}
.opc-progress-bar-item:before {
  background: #ebebeb;
  top: 18px;
  content: '';
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:first-child > span {
  display: inline-block;
  text-decoration: none;
}
.opc-progress-bar-item:first-child > span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 30px;
  color: #c5c5c5;
  content: "\e949";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item:last-child > span {
  display: inline-block;
  text-decoration: none;
}
.opc-progress-bar-item:last-child > span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 30px;
  color: #707070;
  content: "\e946";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #9c9c9c;
  font-weight: 700;
  font-size: 1.4rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #ebebeb;
  height: 40px;
  margin-left: -20px;
  width: 40px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  top: 5px;
}
.opc-progress-bar-item._active:before {
  background: #00ca87;
}
.opc-progress-bar-item._active > span {
  color: #00ca87;
}
.opc-progress-bar-item._active > span:before {
  background: #00ca87;
}
.opc-progress-bar-item._active > span:after {
  background: #00ca87;
  color: #ffffff;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.field .control._with-tooltip .field-tooltip {
  right: 10px;
  top: 3px;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #f70000;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.opc-wrapper .billing-address-form .fieldset.address > .field:not(.checkboxs) > .label {
  font-weight: 700;
}
.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: #000000;
}
.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: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #000000;
}
.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: #000000;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid #ebebeb;
  margin: 0;
  padding: 20px;
  transition: 0.3s border-color;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #00ca87;
  background: #f0f5f2;
  display: inline-block;
  text-decoration: none;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1;
  color: #00ca87;
  content: "\e905";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  position: absolute;
  right: 10px;
  top: 10px;
}
.opc-wrapper .shipping-address-item .name {
  font-weight: 700;
  margin-bottom: 5px;
}
.opc-wrapper .shipping-address-item .address {
  margin-bottom: 5px;
}
.opc-wrapper .shipping-address-item .phone a {
  color: #000000;
}
.opc-wrapper .shipping-address-item .custom-attributes {
  margin-top: 5px;
}
.opc-wrapper .action-show-popup {
  margin: 20px 0 0;
}
.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;
}
.table-checkout-shipping-method {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ebebeb;
  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 tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody tr:first-child td {
  padding-bottom: 0;
}
.table-checkout-shipping-method tbody tr td {
  padding: 0 0 10px;
  border: 0;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.table-checkout-shipping-method .shipping-method-input {
  display: block;
  cursor: pointer;
  position: relative;
}
.table-checkout-shipping-method .shipping-method-input input {
  opacity: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.table-checkout-shipping-method .shipping-method-input input + label {
  line-height: 18px;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.table-checkout-shipping-method .shipping-method-input input + label:not(:empty) {
  padding-left: 30px;
  margin-bottom: 0;
}
.table-checkout-shipping-method .shipping-method-input input + label:before {
  content: "";
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
  box-sizing: border-box;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.table-checkout-shipping-method .shipping-method-input input + label:after {
  content: "";
  text-align: center;
  position: absolute;
  left: 5px;
  top: 6px;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.table-checkout-shipping-method .shipping-method-input input:checked + label:after {
  background-color: #00ca87;
}
.table-checkout-shipping-method .shipping-method-input:hover input:not(:checked) + label:before {
  background-color: #9c9c9c;
}
.table-checkout-shipping-method .shipping-method-input:hover input:not(:checked) + label:after {
  background-color: #00ca87;
}
.shipping-method-info-wrapper {
  padding-left: 10px;
}
.shipping-method-info-wrapper .carrier-title {
  font-weight: 700;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #00ca87;
  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-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content {
  padding: 0;
}
.opc-block-shipping-information .shipping-information {
  padding: 30px;
  background: #ffffff;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  min-height: auto;
  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: 16px;
  line-height: 17px;
  color: #000000;
  content: "\e90b";
  font-family: 'icomoon';
  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: #000000;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #000000;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: normal;
}
.opc-block-shipping-information .shipping-information-content .name {
  font-weight: 700;
  margin-bottom: 5px;
}
.opc-block-shipping-information .shipping-information-content .address {
  margin-bottom: 5px;
}
.opc-block-shipping-information .shipping-information-content .phone a {
  color: #000000;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #ffffff;
  margin: 0 0 20px;
  padding: 30px;
}
.opc-block-summary > .title {
  display: block;
  text-align: center;
}
.opc-block-summary .table-totals:not(.cart):not(.totals) tbody tr {
  border-bottom: 0;
}
.opc-block-summary .table-totals:not(.cart):not(.totals) tbody tr:last-child {
  border-top: 1px solid #ebebeb;
}
.opc-block-summary .table-totals .totals .mark .action {
  line-height: 1.42857143;
  margin: 0;
  padding: 0 10px;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  min-height: auto;
  vertical-align: top;
  text-transform: none;
  padding: 0;
}
.opc-block-summary .table-totals .totals .mark .action:visited {
  color: #00ca87;
  text-decoration: none;
}
.opc-block-summary .table-totals .totals .mark .action:hover {
  color: #000000;
  text-decoration: underline;
}
.opc-block-summary .table-totals .totals .mark .action:active {
  color: #009665;
  text-decoration: underline;
}
.opc-block-summary .table-totals .totals .mark .action:hover,
.opc-block-summary .table-totals .totals .mark .action:active,
.opc-block-summary .table-totals .totals .mark .action:focus {
  background: none;
  border: 0;
}
.opc-block-summary .table-totals .totals .mark .action.disabled,
.opc-block-summary .table-totals .totals .mark .action[disabled],
fieldset[disabled] .opc-block-summary .table-totals .totals .mark .action {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.opc-block-summary .table-totals .totals .mark .action:focus,
.opc-block-summary .table-totals .totals .mark .action:active {
  color: #000000;
}
.opc-block-summary .table-totals .totals.balance .mark > span {
  margin-right: 5px;
}
.opc-block-summary .mark .value {
  color: #999999;
  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 {
  border: 1px solid #9c9c9c;
  border-radius: 5px;
}
.opc-block-summary .items-in-cart > .title {
  padding: 10px 0 10px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
  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: 5px;
  line-height: 8px;
  color: inherit;
  content: "\e944";
  font-family: 'icomoon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  font-weight: 700;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 400;
  margin: 0;
}
.opc-block-summary .items-in-cart > .title strong span:first-child {
  font-weight: 700;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "\e904";
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  max-height: 388px;
  padding: 0 20px 20px;
  margin: 0;
  border: 0;
}
.opc-block-summary .minicart-items-wrapper .minicart-items {
  margin-top: 10px;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  text-align: left;
}
.opc-block-summary .product-item .product-item-name-block .product-item-name {
  font-weight: 700;
  padding-right: 0;
}
.opc-block-summary .product-item .product-item-name-block .pp-label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #707070;
}
.opc-block-summary .product-item .product-item-name-block .my-spec-details .details {
  margin-bottom: 10px;
}
.opc-block-summary .product-item .product-item-name-block .my-spec-details .details .spec-label,
.opc-block-summary .product-item .product-item-name-block .my-spec-details .details .vehicle-label,
.opc-block-summary .product-item .product-item-name-block .my-spec-details .details .delivery-label {
  font-weight: 700;
  color: #707070;
  width: 100%;
  display: inline-block;
}
.opc-block-summary .product-item .product-item-name-block .my-spec-details .details a {
  font-weight: 700;
}
.opc-block-summary .product-item .product-item-name-block .my-spec-details .details .value {
  font-size: 1.4rem;
  color: #707070;
}
.opc-block-summary .product-item .product-item-name-block .my-spec-details .details:last-child {
  margin-bottom: 0;
}
.opc-block-summary .product-item .details-price,
.opc-block-summary .product-item .subtotal {
  text-align: left;
  margin-top: 10px;
}
.opc-block-summary .product-item .details-price .price-excluding-tax,
.opc-block-summary .product-item .subtotal .price-excluding-tax {
  margin-top: 0;
}
.opc-block-summary .product-item .price {
  font-size: 1.4rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #ebebeb;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.opc-block-summary .rewards-logo {
  margin-right: 5px;
}
.opc-block-summary .rewards-logo:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/reward-coin.png) no-repeat;
  background-size: contain;
  margin-bottom: -2px;
}
.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: 2rem;
  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 {
  margin-top: -10px;
  display: block;
}
.checkout-payment-method .payment-method + .payment-method:not(:first-child) .payment-method-title {
  border-top: 1px solid #ebebeb;
}
.checkout-payment-method .payment-method-title {
  margin: 0;
  padding: 0;
  min-height: 40px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  position: relative;
}
.checkout-payment-method .payment-method-title input {
  opacity: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.checkout-payment-method .payment-method-title input + label {
  line-height: 18px;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.checkout-payment-method .payment-method-title input + label:not(:empty) {
  padding-left: 30px;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method-title input + label:before {
  content: "";
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
  box-sizing: border-box;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.checkout-payment-method .payment-method-title input + label:after {
  content: "";
  text-align: center;
  position: absolute;
  left: 5px;
  top: 6px;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.checkout-payment-method .payment-method-title input:checked + label:after {
  background-color: #00ca87;
}
.checkout-payment-method .payment-method-title:hover input:not(:checked) + label:before {
  background-color: #9c9c9c;
}
.checkout-payment-method .payment-method-title:hover input:not(:checked) + label:after {
  background-color: #00ca87;
}
.checkout-payment-method .payment-method-title input {
  top: 31px;
}
.checkout-payment-method .payment-method-title input#free {
  top: 20px;
}
.checkout-payment-method .payment-method-title input + label:not(:empty) {
  min-height: 40px;
}
.checkout-payment-method .payment-method-title > .label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0;
}
.checkout-payment-method .payment-method-title > .label:before {
  top: 31px;
}
.checkout-payment-method .payment-method-title > .label:after {
  top: 36px;
}
.checkout-payment-method .payment-method-title > .label[for="checkmo"] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.checkout-payment-method .payment-method-title > .label > .xendit-payment-icon,
.checkout-payment-method .payment-method-title > .label > .xendit-payment-icon-list {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .xendit-payment-icon {
  width: 69px;
  height: 40px;
  object-fit: cover;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin: 0;
  box-sizing: border-box;
}
.checkout-payment-method .payment-method-title .xendit-payment-icon-list {
  margin: 0;
}
.checkout-payment-method .payment-method-title .xendit-payment-icon-list .xendit-payment-icon {
  position: static;
  margin: 0 5px;
}
.checkout-payment-method .payment-method-title .xendit-payment-icon-list .xendit-payment-icon:first-child {
  margin-left: 0;
}
.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 30px 30px;
}
.checkout-payment-method .payment-method-content .batumu-limit-info {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-content .batumu-limit-info + .batumu-limit-tenor {
  margin-top: -20px;
}
.checkout-payment-method .payment-method-content .batumu-limit-tenor {
  margin-bottom: 20px;
}
.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 .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 > .fieldset {
  margin-top: 10px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: normal;
  padding: 0 0 0 25px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details .name {
  font-weight: 700;
  margin-bottom: 5px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details .address {
  margin-bottom: 5px;
  max-width: 334px;
  width: 100%;
}
.checkout-payment-method .checkout-billing-address .billing-address-details .phone a {
  color: #000000;
}
.checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address {
  margin-top: 10px;
}
.checkout-payment-method .payment-method-note {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-note + .payment-method-special-note {
  margin-bottom: 20px;
}
.checkout-payment-method .field-select-billing > .label {
  display: none;
}
.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: "\e904";
}
.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.discount-code .payment-option-title > span {
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option.discount-code .payment-option-title > span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1;
  color: #9c9c9c;
  content: "\e94c";
  font-family: 'icomoon';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option.giftcardaccount {
  display: none;
}
.checkout-payment-method .payment-option.giftcardaccount .payment-option-title > span {
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option.giftcardaccount .payment-option-title > span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1;
  color: #9c9c9c;
  content: "\e94a";
  font-family: 'icomoon';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option.customerbalance .payment-option-title > span {
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option.customerbalance .payment-option-title > span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1;
  color: #9c9c9c;
  content: "\e94a";
  font-family: 'icomoon';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option.rewardpoints .payment-option-title > span,
.checkout-payment-method .payment-option.rewards-block .payment-option-title > span {
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option.rewardpoints .payment-option-title > span:before,
.checkout-payment-method .payment-option.rewards-block .payment-option-title > span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 17px;
  color: #9c9c9c;
  content: "\e94b";
  font-family: 'icomoon';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option.rewardpoints .available-points-count,
.checkout-payment-method .payment-option.rewards-block .available-points-count {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-option.rewardpoints .available-points-count p,
.checkout-payment-method .payment-option.rewards-block .available-points-count p {
  margin-bottom: 0;
}
.checkout-payment-method .payment-option.rewardpoints .rewards-logo,
.checkout-payment-method .payment-option.rewards-block .rewards-logo {
  margin: 0 5px;
}
.checkout-payment-method .payment-option.rewardpoints .rewards-logo:before,
.checkout-payment-method .payment-option.rewards-block .rewards-logo:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/reward-coin.png) no-repeat;
  background-size: contain;
  margin-bottom: -2px;
}
.checkout-payment-method .payment-option.rewardpoints .payment-option-content .actions-toolbar.rewards-checkout-buttons-block .button:first-child,
.checkout-payment-method .payment-option.rewards-block .payment-option-content .actions-toolbar.rewards-checkout-buttons-block .button:first-child {
  margin-right: 0;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ebebeb;
  padding: 19px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5px;
  line-height: 16px;
  color: #000000;
  content: "\e944";
  font-family: 'icomoon';
  margin: 0 0 0 5px;
  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: #000000;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #000000;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  font-weight: 700;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px;
}
.checkout-payment-method .payment-option-content .form.form-discount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.checkout-payment-method .payment-option-content #customerbalance-available-amount {
  font-weight: 700;
}
.checkout-payment-method .payment-option-content .actions-toolbar .primary {
  margin-bottom: 0;
  text-align: left;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action {
  width: auto;
  text-transform: none;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-apply,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-use {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  margin-right: 0;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-apply:focus,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-use:focus,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-apply:active,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-use:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-apply:hover,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-use:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-apply.disabled,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-use.disabled,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-apply[disabled],
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-use[disabled],
fieldset[disabled] .checkout-payment-method .payment-option-content .actions-toolbar .action.action-apply,
fieldset[disabled] .checkout-payment-method .payment-option-content .actions-toolbar .action.action-use {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-apply:focus,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-use:focus,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-apply:active,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-use:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-apply:hover,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-use:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-cancel {
  line-height: 1.42857143;
  margin: 0;
  padding: 0 10px;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-cancel:visited {
  color: #00ca87;
  text-decoration: none;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-cancel:hover {
  color: #000000;
  text-decoration: underline;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-cancel:active {
  color: #009665;
  text-decoration: underline;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-cancel:hover,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-cancel:active,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-cancel:focus {
  background: none;
  border: 0;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-cancel.disabled,
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-option-content .actions-toolbar .action.action-cancel {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.checkout-payment-method .payment-option-content .actions-toolbar .action.action-cancel:active {
  color: #000000;
}
.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 {
  padding-right: 20px;
  width: auto;
}
.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: #f70000;
  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;
}
/**
 * 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%;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.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 {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.4rem;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.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%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #ebebeb;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 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-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 10px;
  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: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'icomoon';
  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-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .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.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #ebebeb;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #ebebeb;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  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: 31px;
  line-height: 14px;
  color: inherit;
  content: '\e61c';
  font-family: 'icomoon';
  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;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  color: #00491e;
  font-weight: 700;
  line-height: 23px;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #4a4a4a;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  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: 14px;
}
.map-popup .popup-header .title {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.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: 14px;
  line-height: 14px;
  color: inherit;
  content: '\e616';
  font-family: 'icomoon';
  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: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.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: #00ca87;
  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: #00ca87;
  text-decoration: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  color: #009665;
  text-decoration: underline;
}
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:active {
  color: #009665;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  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 button.action.split,
.wishlist.split.button .quote-details-items .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .quote-details-items .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 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: 22px;
  line-height: 14px;
  color: #4a4a4a;
  content: '\e622';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #000000;
}
.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: 22px;
  line-height: 14px;
  color: #4a4a4a;
  content: '\e621';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #000000;
}
.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: none;
  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.16);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #ebebeb;
  cursor: pointer;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #ebebeb;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: "\e920";
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #000000;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #969696;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.4rem;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  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;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 14px;
}
.wishlist.window.popup .popup-header .title {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  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: 14px;
  line-height: 14px;
  color: inherit;
  content: '\e616';
  font-family: 'icomoon';
  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: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.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: #4a4a4a;
  display: inline-block;
  margin-right: 20px;
}
.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-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.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;
}
.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: #000000;
}
.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: #f70000;
}
.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 #ebebeb;
  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: #737373;
}
.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: #f70000;
  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: 40px;
}
.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: 35px;
  line-height: 33px;
  color: #9c9c9c;
  content: '\e61d';
  font-family: 'icomoon';
  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;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.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 #ebebeb;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.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%;
  }
}
.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;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 0;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.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-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icomoon';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ffffff;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ffffff;
}
.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-header {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.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 {
  float: 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 {
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 9px 19px 11px 20px;
  display: block;
  line-height: normal;
  font-size: 1.4rem;
  border: 1px solid;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #000000;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #00ca87;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #009665;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #009665;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 9px 19px 11px 20px;
  display: block;
  line-height: normal;
  font-size: 1.4rem;
  border: 1px solid;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #00ca87;
}
.message.global.demo a:hover {
  color: #009665;
}
.message.global.demo a:active {
  color: #009665;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #ebebeb;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icomoon';
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icomoon';
  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: none;
  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.16);
}
.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: #ebebeb;
  cursor: pointer;
}
.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 {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.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: #00ca87;
  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: #00ca87;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #009665;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #009665;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #00ca87;
  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: #00ca87;
  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: #00ca87;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #009665;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #009665;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.bank-information-index .bank-info .fieldset {
  margin-bottom: 0;
}
.bank-information-index .bank-info .fieldset .field.account_book input#bank_account_book {
  border-color: transparent;
  border-radius: 0;
  padding-top: 29px;
  padding-bottom: 29px;
}
.bank-information-index .bank-info .fieldset .label > span {
  font-weight: 400;
}
.financial-information-index .my-account-my-batumbu-banner {
  padding-top: 10px;
  padding-bottom: 30px;
}
.financial-information-index .my-account-my-batumbu-banner img {
  float: left;
}
.financial-information-index .my-batumbu-form-description {
  padding-bottom: 20px;
}
.financial-information-index .my-batumbu-form-condition {
  padding-bottom: 30px;
}
.financial-information-index .my-batumbu-form-condition .my-batumbu-form-condition-title {
  padding-bottom: 20px;
}
.financial-information-index .my-batumbu-form-condition .field {
  margin-bottom: 20px;
}
.financial-information-index .my-batumbu-form-condition .field label a {
  font-weight: 700;
}
.financial-information-index .my-batumbu-form-condition .field:last-child {
  margin-bottom: 0;
}
.financial-information-index .my-credit-description {
  padding-bottom: 30px;
}
.financial-information-index .my-credit-description .my-credit-description-title {
  padding-bottom: 20px;
}
.financial-information-index .my-credit-description ul {
  margin-bottom: 0;
}
.financial-information-index .my-credit-description ul li {
  font-weight: 700;
}
.financial-information-index .my-credit-description ul li:last-child {
  margin-bottom: 0;
}
.financial-information-index .actions-toolbar .register-batumbu {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  min-height: 41px;
}
.financial-information-index .actions-toolbar .register-batumbu:focus,
.financial-information-index .actions-toolbar .register-batumbu:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.financial-information-index .actions-toolbar .register-batumbu:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.financial-information-index .actions-toolbar .register-batumbu.disabled,
.financial-information-index .actions-toolbar .register-batumbu[disabled],
fieldset[disabled] .financial-information-index .actions-toolbar .register-batumbu {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.financial-information-index .kemana-credit-limit > p,
.financial-information-index .my-batumbu-form > p {
  margin-bottom: 20px;
}
.financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .select-company-vendor,
.financial-information-index .my-batumbu-form .kemana-credit-limit-companies .select-company-vendor,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .select-company-vendor,
.financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .select-company-vendor {
  margin-bottom: 30px;
}
.financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .detail-usage-container,
.financial-information-index .my-batumbu-form .kemana-credit-limit-companies .detail-usage-container,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .detail-usage-container,
.financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .detail-usage-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
.financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .detail-usage-container .detail-usage .subtitle,
.financial-information-index .my-batumbu-form .kemana-credit-limit-companies .detail-usage-container .detail-usage .subtitle,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .subtitle,
.financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .subtitle {
  font-weight: 700;
  margin-bottom: 10px;
}
.financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-amount h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-amount h2,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-amount h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-amount h2,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-batumbu-amount h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-batumbu-amount h2,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-batumbu-amount h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-batumbu-amount h2 {
  margin-bottom: 0;
}
.financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-amount.usage h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-amount.usage h2,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-amount.usage h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-amount.usage h2,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-batumbu-amount.usage h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-batumbu-amount.usage h2,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-batumbu-amount.usage h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-batumbu-amount.usage h2 {
  color: #f70000;
}
.financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-amount.avail h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-amount.avail h2,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-amount.avail h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-amount.avail h2,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-batumbu-amount.avail h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-companies .detail-usage-container .detail-usage .limit-batumbu-amount.avail h2,
.financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-batumbu-amount.avail h2,
.financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage .limit-batumbu-amount.avail h2 {
  color: #00ca87;
}
.bixbox-credit-index .wk-mp-page-main {
  margin-top: 30px;
  padding-top: 0;
}
.bixbox-credit-index .bixbox-credit-img {
  margin-bottom: 30px;
}
.bixbox-credit-index .bixbox-credit-not-registered {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bixbox-credit-index .bixbox-credit-not-registered a {
  color: #f70000;
}
.bixbox-credit-index .bixbox-credit-benifits {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bixbox-credit-index .bixbox-credit-benifits ul {
  margin-bottom: 0;
}
.bixbox-credit-index .bixbox-credit-benifits ul li:last-child {
  margin-bottom: 0;
}
.bixbox-credit-index .bixbox-credit-registration .actions-toolbar {
  margin-top: 20px;
}
#business-unit-modal {
  display: none;
  text-align: center;
}
.modal-popup.business-unit-modal .business-unit-modal-subtitle {
  text-align: center;
  margin-bottom: 0;
}
.modal-popup.business-unit-modal .search-list {
  grid-gap: 20px;
  margin: 30px 0;
}
.modal-popup.business-unit-modal .search-list .search-list-item {
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}
.modal-popup.business-unit-modal .search-list .search-list-item .icon-image {
  width: 62px;
}
.modal-popup.business-unit-modal .search-list .search-list-item p:last-child {
  margin-bottom: 0;
}
.modal-popup.business-unit-modal .search-list .search-list-item.active {
  border-color: #00ca87;
  border-width: 2px;
  background-color: #f0f5f2;
}
.modal-popup.business-unit-modal .search-list .search-list-item.active p {
  font-weight: 700;
}
.modal-popup.business-unit-modal .search-button {
  width: 100%;
  padding: 11px 15px;
  text-align: center;
}
.modal-popup.business-unit-modal .search-button-link {
  display: none;
}
.bbx-block-compare {
  margin-bottom: 50px;
}
.bbx-block-compare .bbx-block-title {
  margin-bottom: 30px;
}
.bbx-block-compare .bbx-block-title .bbx-filter-section {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 0;
}
.bbx-block-compare .block-content .product-items-names .product-item {
  margin: 0 0 20px;
}
.bbx-block-compare .block-content .product-items-names .product-item:last-child {
  margin-bottom: 30px;
}
.bbx-block-compare .block-content .product-items-names .product-item .bbx-product-item-name {
  padding-left: 20px;
  margin: 0;
}
.bbx-block-compare .block-content .product-items-names .product-item .bbx-product-item-name a {
  color: #000000;
}
.bbx-block-compare .block-content .product-items-names .product-item .action.delete {
  right: inherit;
  left: 0;
  display: inline-block;
  text-decoration: none;
}
.bbx-block-compare .block-content .product-items-names .product-item .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #707070;
  content: "\e94f";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bbx-block-compare .block-content .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bbx-block-compare .block-content .actions-toolbar .bbx-primary {
  margin-bottom: 0;
}
.bbx-block-compare .block-content .actions-toolbar .bbx-primary .action {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 9px 20px 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  margin-right: 0;
}
.bbx-block-compare .block-content .actions-toolbar .bbx-primary .action:focus,
.bbx-block-compare .block-content .actions-toolbar .bbx-primary .action:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.bbx-block-compare .block-content .actions-toolbar .bbx-primary .action:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.bbx-block-compare .block-content .actions-toolbar .bbx-primary .action.disabled,
.bbx-block-compare .block-content .actions-toolbar .bbx-primary .action[disabled],
fieldset[disabled] .bbx-block-compare .block-content .actions-toolbar .bbx-primary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.bbx-block-compare .block-content .actions-toolbar .bbx-primary .action:focus,
.bbx-block-compare .block-content .actions-toolbar .bbx-primary .action:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.bbx-block-compare .block-content .actions-toolbar .bbx-primary .action:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.bbx-block-compare .block-content .actions-toolbar .bbx-secondary {
  padding: 0 20px;
  margin-top: 0;
}
.compare_quotation-quote-comparepage * {
  box-sizing: border-box;
}
.compare_quotation-quote-comparepage .page-title-wrapper .page-title {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 30px;
}
.compare-quotation {
  margin-right: -10px;
  width: calc(100% + 10px);
  overflow-x: auto;
}
.compare-quotation .compare-quotation-card-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-print {
  flex: 0 0 auto;
  background: #ffffff;
  padding-right: 10px;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-print a {
  font-weight: 700;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item-parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item {
  width: calc(317px + 20px);
  flex: 0 0 auto;
  padding: 2px 10px;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  padding: 15px 10px;
  border-radius: 5px;
  position: relative;
  height: 100%;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-delete {
  position: absolute;
  right: 10px;
  top: 10px;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-delete .delete-item {
  display: inline-block;
  text-decoration: none;
  background-color: #ffffff;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-delete .delete-item > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-delete .delete-item:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 29px;
  color: #9c9c9c;
  content: "\e943";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-delete .delete-item:hover:before {
  color: inherit;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-delete .delete-item:active:before {
  color: inherit;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-details .compare-quotation-item-name {
  font-weight: 700;
  padding-right: 39px;
  margin-bottom: 15px;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-details .compare-quotation-item-quoteId {
  margin-bottom: 10px;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-details .compare-quotation-item-quoteId,
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-details .compare-quotation-item-vendor {
  color: #707070;
}
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-details .compare-quotation-item-quoteId span,
.compare-quotation .compare-quotation-card-container .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-details .compare-quotation-item-vendor span {
  font-weight: 700;
}
.compare-quotation .quote-table-comparison {
  border: 1px solid #ebebeb;
  border-left: 0;
  border-bottom: 0;
}
.compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #ebebeb;
}
.compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container .title-column {
  font-weight: 700;
  background: #fafafa;
  border-left: 1px solid #ebebeb;
  position: sticky;
  width: 165px;
  left: 0;
}
.compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container .title-column .quote-label {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 15px 10px;
  min-height: 51px;
}
.compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container .title-column .quote-label:last-child {
  border-bottom: 0;
}
.compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container .attribute-column-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: calc(100% - 165px);
}
.compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container .attribute-column {
  width: 33.33%;
}
.compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container .attribute-column .attribute {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 10px;
  min-height: 51px;
}
.compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container .attribute-column .attribute:last-child {
  border-bottom: 0;
}
.customer-account-create .page-wrapper {
  background-color: #f7f7f7;
}
.customer-form-before .reward {
  margin: 1em;
}
.register_container .cust-register {
  border: 1px solid #ebebeb;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 30px 10px;
  box-sizing: border-box;
}
.register_container .cust-register .register-sections {
  margin: 0;
}
.register_container .cust-register .register-sections .register_header {
  width: 100%;
  margin: auto;
  text-align: center;
}
.register_container .cust-register .register-sections .register_header ul.type_reg {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.register_container .cust-register .register-sections .register_header ul.type_reg li {
  width: 50%;
  margin-bottom: 0;
}
.register_container .cust-register .register-sections .register_header ul.type_reg li .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  padding: 9px 10px;
}
.register_container .cust-register .register-sections .register_header ul.type_reg li .tab:hover {
  font-weight: 700;
  border-color: #00ca87;
  background-color: #f0f5f2;
}
.register_container .cust-register .register-sections .register_header ul.type_reg li .tab img {
  margin-right: 10px;
}
.register_container .cust-register .register-sections .register_header ul.type_reg li .active {
  font-weight: bold;
  border: 1px solid #00ca87;
  background-color: #f0f5f2;
}
.register_container .cust-register .register-sections .tab-content {
  width: 100%;
  margin-top: 40px;
}
.register_container .cust-register .register-sections .tab-content .form.create.account {
  width: 100%;
  min-width: inherit;
}
.register_container .cust-register .register-sections .tab-content .form.create.account .fieldset {
  margin: 0 0 20px;
}
.register_container .cust-register .register-sections .tab-content .form.create.account .fieldset .legend {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.register_container .cust-register .register-sections .tab-content .form.create.account .fieldset .file-uploader-notice {
  margin-top: 10px;
}
.register_container .cust-register .register-sections .actions-toolbar > .primary {
  width: 100%;
}
.register_container .cust-register .register-sections .actions-toolbar > .primary .action {
  width: 100%;
  margin: 0;
}
.password-strength-meter {
  line-height: 20px;
}
.file-uploader-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  background-color: #f0f0f0;
}
.file-uploader-area input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-uploader-area label {
  padding: 9px 20px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
}
.file-uploader-area label:hover {
  background-color: #f7f7f7;
}
.file-uploader-area .file-uploader-sidetext {
  margin: 0 8px;
}
.file-uploader-area .action-remove {
  padding: 0;
  background-color: transparent;
  border: none;
  display: inline-block;
  text-decoration: none;
}
.file-uploader-area .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-area .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  color: #9c9c9c;
  content: "\e943";
  font-family: 'icomoon';
  margin: -2px 0px 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-area .action-remove:hover:before {
  color: #00ca87;
}
.file-uploader-summary .file-uploader-preview img {
  display: none;
}
.tree-segment {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.tree-segment li {
  margin-bottom: 20px;
}
.tree-segment li:last-child {
  margin-bottom: 0;
}
.tree-segment .sub_segment {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.tree-segment .sub_segment li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.tree-segment .sub_segment li:first-child {
  padding-top: 10px;
}
.tree-segment .sub_segment li:first-child:after {
  top: 20px;
}
.tree-segment .sub_segment li:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
  left: 6px;
  top: 0;
}
.tree-segment .sub_segment li:after {
  content: '';
  width: 19px;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  left: 6px;
  top: 10px;
}
.tree-segment .sub_segment li:last-child {
  padding-bottom: 0;
}
.tree-segment .sub_segment li:last-child:before {
  top: -10px;
}
.bixbox-account-quote-detail-title .quote-references {
  border: 0;
  margin: 0 0 10px;
  padding: 0;
}
.bixbox-account-quote-detail-title .quote-references a {
  color: #000000;
}
.bixbox-account-quote-detail-title .quote-details-top {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.bixbox-account-quote-detail-title .quote-date {
  margin-bottom: 0;
}
.bixbox-account-quote-detail-title .quote-date > div {
  margin-bottom: 10px;
}
.account.negotiable_quote-quote-view .quote-details-items .product-item-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
.account.negotiable_quote-quote-view .quote-details-items .myquote-spec-details p {
  font-weight: 700;
  color: #707070;
}
.account.negotiable_quote-quote-view .quote-details-items .myquote-spec-details p:last-child {
  margin-bottom: 0;
}
.account.negotiable_quote-quote-view .quote-details-items .myquote-spec-details p span {
  font-weight: 400;
}
.account.negotiable_quote-quote-view .quote-details-items .item .col .price {
  font-size: 1.4rem;
  font-weight: 400;
}
.account.negotiable_quote-quote-view .quote-history-log-block .history-log-block-list {
  margin-bottom: 0;
}
.account.negotiable_quote-quote-view .quote-history-log-block .history-log-block-list .history-log-block-item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.account.negotiable_quote-quote-view .quote-history-log-block .history-log-block-list .history-log-block-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.account.negotiable_quote-quote-view .quote-history-log-block .history-log-block-list .history-log-block-item .history-log-block-item-create-update-quote {
  margin-bottom: 20px;
}
.account.negotiable_quote-quote-view .quote-history-log-block .history-log-block-list .history-log-block-item .history-log-block-item-create-update-quote b {
  margin-right: 5px;
}
.account.negotiable_quote-quote-view .quote-history-log-block .history-log-block-list .history-log-block-item .history-log-block-item-action-describe {
  padding: 0 0 20px;
}
.account.negotiable_quote-quote-view .quote-history-log-block .history-log-block-list .history-log-block-item .history-log-block-item-action-describe:last-child {
  padding-bottom: 0;
}
.account.negotiable_quote-quote-view .quote-history-log-block .history-log-block-list .history-log-block-item .history-log-block-item-action-describe .history-log-block-item-info:last-child {
  margin-bottom: 0;
}
.account.negotiable_quote-quote-view .product.data.items {
  margin-bottom: 0;
}
.account.negotiable_quote-quote-view .table td .product-item-details {
  padding-left: 10px;
}
.account.negotiable_quote-quote-view .table tr.line-item-grid td.col.item.bixbox-myquote-detail-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: normal;
  -ms-align-items: normal;
  align-items: normal;
  justify-content: inherit;
}
.account.negotiable_quote-quote-view .table tr.line-item-grid td.col.item.bixbox-myquote-detail-item .product-item-photo img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.account.negotiable_quote-quote-view .table tr.line-item-grid td.col.item.bixbox-myquote-detail-item .product-item-details {
  width: calc(100% - 70px);
}
.account.negotiable_quote-quote-view .table:not(.cart):not(.totals) > tbody > tr {
  border-bottom: 0;
}
.account.negotiable_quote-quote-view .table:not(.cart):not(.totals) > tbody > tr > td {
  border-bottom: 0;
}
.account.negotiable_quote-quote-view .table:not(.cart):not(.totals) > tbody > tr > td.bixbox-quote-totals {
  background: #f7f7f7;
}
.account.negotiable_quote-quote-view .table:not(.cart):not(.totals) > tbody > tr > td.bixbox-quote-totals .bixbox-quote-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.account.negotiable_quote-quote-view .table:not(.cart):not(.totals) > tbody > tr > td.bixbox-quote-totals .bixbox-quote-main .left,
.account.negotiable_quote-quote-view .table:not(.cart):not(.totals) > tbody > tr > td.bixbox-quote-totals .bixbox-quote-main .right {
  width: 50%;
}
.account.negotiable_quote-quote-view .table:not(.cart):not(.totals) > tbody > tr > td.bixbox-quote-totals .bixbox-quote-main .right {
  text-align: right;
}
.account.negotiable_quote-quote-view .table:not(.cart):not(.totals) > tbody > tr > td.bixbox-quote-totals h5 {
  margin-bottom: 0;
}
.account.negotiable_quote-quote-view .table:not(.cart):not(.totals) > tbody > tr > td.bixbox-quote-totals .bixbox-quote-bottom-text {
  font-weight: 400;
  color: #000000;
  font-size: 1.4rem;
  display: block;
}
.account.negotiable_quote-quote-view .quote-actions-toolbar .quote-view-links {
  margin: 0 0 20px;
}
.account.negotiable_quote-quote-view .quote-actions-toolbar .quote-view-links .action {
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
  width: auto;
}
.account.negotiable_quote-quote-view .quote-actions-toolbar .quote-view-links .action.close {
  margin-right: 10px;
}
.account.negotiable_quote-quote-view .quote-actions-toolbar .quote-view-links .action.print {
  float: right;
}
.account.negotiable_quote-quote-view .block.block-order-details-view .block-title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.account.negotiable_quote-quote-view .block.quote-shipping-info {
  margin-top: 50px;
  margin-bottom: 0;
}
.account.negotiable_quote-quote-view .block.quote-shipping-info .block-content .box:last-child {
  margin-bottom: 0;
}
.account.negotiable_quote-quote-view .quote-view-buttons {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action {
  margin-right: 0;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action.free-sample {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action.free-sample:focus,
.account.negotiable_quote-quote-view .quote-view-buttons .action.free-sample:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action.free-sample:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action.free-sample.disabled,
.account.negotiable_quote-quote-view .quote-view-buttons .action.free-sample[disabled],
fieldset[disabled] .account.negotiable_quote-quote-view .quote-view-buttons .action.free-sample {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action.free-sample:focus,
.account.negotiable_quote-quote-view .quote-view-buttons .action.free-sample:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action.free-sample:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action.bixbox-checkout-proofprint {
  background-image: none;
  background: #fb6a00;
  border: 1px solid #cb5805;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action.bixbox-checkout-proofprint:focus,
.account.negotiable_quote-quote-view .quote-view-buttons .action.bixbox-checkout-proofprint:active {
  background: #fb6a00;
  border: 1px solid #cb5805;
  color: #ffffff;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action.bixbox-checkout-proofprint:hover {
  background: #cb5805;
  border: 1px solid #cb5805;
  color: #ffffff;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action.bixbox-checkout-proofprint.disabled,
.account.negotiable_quote-quote-view .quote-view-buttons .action.bixbox-checkout-proofprint[disabled],
fieldset[disabled] .account.negotiable_quote-quote-view .quote-view-buttons .action.bixbox-checkout-proofprint {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.account.negotiable_quote-quote-view .quote-view-buttons .action.send-for-review {
  margin-bottom: 30px;
}
.page-print .quote-status {
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.page-print .quote-details-items thead .col.item,
.page-print .quote-details-items .item .col.item {
  display: table-cell;
}
.page-print .quote-price-block .quote-block-title {
  font-weight: 700;
  font-size: 18px;
  text-align: right;
}
.page-print .quote-details-items .product-item-name {
  font-size: 1.4rem;
}
.page-print .quote-details-items .product-item-name a {
  text-decoration: none !important;
}
.page-print .quote-details-items .quote-table {
  padding: 0;
  border: 0;
}
.page-print .quote-details-items .quote-table .quote-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}
.page-print .quote-details-items .quote-table .table.quote-table-items {
  margin-bottom: 20px;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > th,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > th,
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > td,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > td {
  text-align: left !important;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > th.item,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > th.item,
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > td.item,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > td.item {
  padding-left: 0;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > th.subtotal,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > th.subtotal,
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > td.subtotal,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > td.subtotal {
  padding-right: 0 !important;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > th.actions,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > th.actions,
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > td.actions,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > td.actions {
  display: none;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody.item > tr.item-info {
  border-bottom: 1px solid #ebebeb !important;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody.item > tr.item-info > td {
  border-bottom: 1px solid #ebebeb !important;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody.item > tr.item-info:nth-child(2) {
  display: none;
}
.page-print .quote-details-items .quote-table .table.quote-table-totals tr {
  border-bottom: 0;
}
.page-print .quote-details-items .quote-table .table.quote-table-totals tr th {
  width: 75%;
  padding-right: 0;
  padding-bottom: 0;
}
.page-print .quote-details-items .quote-table .table.quote-table-totals tr td {
  width: 25%;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page-print .quote-details-items .quote-price-block .catalog-price .quote-table-totals tbody tr th,
.page-print .quote-details-items .quote-price-block .negotiated-price .quote-table-totals tbody tr th,
.page-print .quote-details-items .quote-price-block .catalog-price .quote-table-totals tbody tr td,
.page-print .quote-details-items .quote-price-block .negotiated-price .quote-table-totals tbody tr td {
  padding-top: 5px !important;
}
.page-print .quote-details-items .quote-price-block .catalog-price .quote-table-totals tbody tr:first-child th,
.page-print .quote-details-items .quote-price-block .negotiated-price .quote-table-totals tbody tr:first-child th,
.page-print .quote-details-items .quote-price-block .catalog-price .quote-table-totals tbody tr:first-child td,
.page-print .quote-details-items .quote-price-block .negotiated-price .quote-table-totals tbody tr:first-child td {
  padding-top: 20px !important;
}
.page-print .quote-details-items .negotiated-price {
  margin-top: 30px;
}
.page-print .quote-details-items .negotiated-price .quote-table-totals tbody tr:last-child th,
.page-print .quote-details-items .negotiated-price .quote-table-totals tbody tr:last-child td {
  padding-top: 20px !important;
}
.page-print .quote-comments-block {
  display: none !important;
}
.page-print.account .table.quote-table-totals:not(.cart):not(.totals) > tbody > tr > td {
  padding-right: 0 !important;
  padding-bottom: 0;
  border-bottom: 0;
}
.page-print .copyright {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.account.negotiable_quote-quote-index .action-menu-item {
  font-weight: 700;
}
.account.negotiable_quote-quote-index .past-orders {
  padding-bottom: 20px;
}
.account.negotiable_quote-quote-index .past-orders .past-quote {
  font-weight: 700;
  color: #00ca87;
  float: none;
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  display: inline-block;
}
.account.negotiable_quote-quote-index .table-wrapper {
  margin-bottom: 25px;
}
.account.negotiable_quote-quote-index .table-wrapper .table thead tr th {
  background: #ffffff;
}
.account.negotiable_quote-quote-index .table-wrapper .table tbody td:last-child .action-menu-item {
  padding-left: 10px;
  border-left: 1px solid #ebebeb;
}
.account.negotiable_quote-quote-index .column.main .toolbar .pages {
  display: none;
}
.account.negotiable_quote-quote-index .column.main .toolbar .limiter > .label {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/**
 * Copyright © 2025 PT Kemana Teknologi Solusi. All rights reserved.
 * http://www.kemana.com
 */
/**
 * @category Kemana
 * @package  Kemana_MultishipmentRma
 * @license  http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *
 *
 * @author   Evander Reinhart Mulyono <ermulyono@kemana.com>
 */
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table .checkboxs input + label {
  height: 18px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table thead tr {
  background: #ffffff;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table thead tr th {
  border-top: 0;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table #shipment_items > tr:nth-child(2n+2) {
  background: #ffffff;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table #shipment_items .col .wk-mp-rma-img {
  width: 70px;
  height: 70px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table #shipment_items .col .wk-mp-rma-img img {
  width: 100%;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table #shipment_items .col .wk-mp-rma-name {
  width: calc(100% - 70px);
  word-wrap: break-word;
  font-weight: 700;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table #shipment_items .col .wk-mp-rma-name a {
  color: #000000;
}
.modal-popup .wk-btn_default {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  line-height: normal;
  text-transform: uppercase;
}
.modal-popup .wk-btn_default:focus,
.modal-popup .wk-btn_default:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.modal-popup .wk-btn_default:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.modal-popup .wk-btn_default.disabled,
.modal-popup .wk-btn_default[disabled],
fieldset[disabled] .modal-popup .wk-btn_default {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup .wk-btn_default:focus,
.modal-popup .wk-btn_default:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.modal-popup .wk-btn_default:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.modal-popup .wk-btn-primary {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: normal;
  text-transform: uppercase;
}
.modal-popup .wk-btn-primary:focus,
.modal-popup .wk-btn-primary:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.modal-popup .wk-btn-primary:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.modal-popup .wk-btn-primary.disabled,
.modal-popup .wk-btn-primary[disabled],
fieldset[disabled] .modal-popup .wk-btn-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup.wk-mp-model-popup._show,
.modal-popup.wk-supplier-model-popup._show {
  background: rgba(0, 0, 0, 0.43);
}
.modal-popup.wk-supplier-model-popup #ask-form-b2b {
  margin-bottom: 0;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-modal-content form.fieldset {
  margin-bottom: 0;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-modal-header {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-container-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-container-left .wk-supplier-collection-title {
  margin-left: 0;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-container-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  width: auto;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-collection-title-container {
  padding: 0;
  margin-bottom: 10px;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-collection-title-container .wk-supplier-collection-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 0;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-rating-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  margin-top: 10px;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-rating-summary .product-reviews-summary {
  margin: 0;
  margin-right: 10px;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-rating-summary .product-reviews-summary .rating-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-rating-summary .product-reviews-summary .rating-summary .rating-result {
  margin-bottom: 0;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-rating-summary .wk-supplier-rating-container,
.modal-popup.wk-supplier-model-popup .wk-supplier-rating-summary .wk-supplier-rating-avg,
.modal-popup.wk-supplier-model-popup .wk-supplier-rating-summary .wk-supplier-rating-total {
  font-weight: 700;
  color: #000000;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-info-wrapper .wk-supplier-info-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-info-wrapper .wk-supplier-info-container .wk-supplier-response-rate-container,
.modal-popup.wk-supplier-model-popup .wk-supplier-info-wrapper .wk-supplier-info-container .wk-supplier-response-time-container {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-info-wrapper .wk-supplier-info-container .wk-supplier-response-rate-container .wk-supplier-info-row,
.modal-popup.wk-supplier-model-popup .wk-supplier-info-wrapper .wk-supplier-info-container .wk-supplier-response-time-container .wk-supplier-info-row {
  font-size: 1.4rem;
  font-weight: 400;
  width: auto;
  margin-right: 5px;
}
.modal-popup.wk-supplier-model-popup .wk-supplier-info-wrapper .wk-supplier-info-container .wk-supplier-response-rate-container div:nth-child(2),
.modal-popup.wk-supplier-model-popup .wk-supplier-info-wrapper .wk-supplier-info-container .wk-supplier-response-time-container div:nth-child(2) {
  font-weight: 700;
}
.modal-popup.wk-supplier-model-popup .wk-file-field-b2b-container {
  margin-top: 10px;
}
.modal-popup.wk-supplier-model-popup .wk-file-field-b2b-container .wk-supplier-primary-btn {
  color: #000000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  padding: 10px;
  width: 100%;
  /* file upload button hover state */
  /* file upload button active state */
}
.modal-popup.wk-supplier-model-popup .wk-file-field-b2b-container .wk-supplier-primary-btn .label {
  display: none;
}
.modal-popup.wk-supplier-model-popup .wk-file-field-b2b-container .wk-supplier-primary-btn input[type="file"]::file-selector-button {
  border-radius: 5px;
  padding: 0 20px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #000000;
  box-shadow: none;
  margin-right: 20px;
  transition: background-color 200ms;
}
.modal-popup.wk-supplier-model-popup .wk-file-field-b2b-container .wk-supplier-primary-btn input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}
.modal-popup.wk-supplier-model-popup .wk-file-field-b2b-container .wk-supplier-primary-btn input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}
.modal-popup.wk-supplier-model-popup .wk-file-field-b2b-container .wk-supplier-primary-btn:before {
  display: none;
}
.modal-popup.wk-supplier-model-popup .wk-file-field-b2b-container .wk-supplier-primary-btn input {
  margin: 0;
}
.modal-popup.wk-supplier-model-popup .wk-file-field-b2b-container .wk-uploaded-file-b2b {
  border-radius: 0;
  padding: 10px;
  border: 1px solid #ebebeb;
}
.modal-popup.wk-supplier-model-popup .wk-file-field-b2b-container .wk-uploaded-file-b2b .wk-uploaded-file-b2b-style {
  background: transparent;
  border: transparent;
  color: #000000;
  font-size: 1.4rem;
  padding: 0;
  margin-right: 5px;
}
.modal-popup.wk-supplier-model-popup .file-uploader {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  /* file upload button hover state */
  /* file upload button active state */
}
.modal-popup.wk-supplier-model-popup .file-uploader .label {
  display: none;
}
.modal-popup.wk-supplier-model-popup .file-uploader input[type="file"]::file-selector-button {
  border-radius: 5px;
  padding: 0 20px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #000000;
  box-shadow: none;
  margin-right: 20px;
  transition: background-color 200ms;
}
.modal-popup.wk-supplier-model-popup .file-uploader input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}
.modal-popup.wk-supplier-model-popup .file-uploader input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}
.modal-popup.wk-supplier-model-popup .file-uploader:before {
  display: none;
}
.modal-popup #ask-form {
  margin-bottom: 0;
}
.catalog-product-view .wk-supplier-product-block .wk-seller-rating,
.catalog-product-view .wk-seller-block .wk-seller-rating,
.catalog-product-view .wk-supplier-product-block .wk-seller-rating-summery,
.catalog-product-view .wk-seller-block .wk-seller-rating-summery {
  display: none !important;
}
.catalog-product-view .wk-supplier-product-block .wk-block-rating,
.catalog-product-view .wk-seller-block .wk-block-rating,
.catalog-product-view .wk-supplier-product-block .wk-seller-rating-number,
.catalog-product-view .wk-seller-block .wk-seller-rating-number {
  display: inline-block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  background: transparent;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.catalog-product-view .wk-supplier-product-block .wk-block-rating:before,
.catalog-product-view .wk-seller-block .wk-block-rating:before,
.catalog-product-view .wk-supplier-product-block .wk-seller-rating-number:before,
.catalog-product-view .wk-seller-block .wk-seller-rating-number:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  color: #ffd200;
  content: "\e93c";
  font-family: 'icomoon';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .wk-supplier-product-block .wk-block-rating:hover:before,
.catalog-product-view .wk-seller-block .wk-block-rating:hover:before,
.catalog-product-view .wk-supplier-product-block .wk-seller-rating-number:hover:before,
.catalog-product-view .wk-seller-block .wk-seller-rating-number:hover:before {
  color: #ffd200;
}
.catalog-product-view .wk-supplier-product-block .wk-block-rating:before,
.catalog-product-view .wk-seller-block .wk-block-rating:before,
.catalog-product-view .wk-supplier-product-block .wk-seller-rating-number:before,
.catalog-product-view .wk-seller-block .wk-seller-rating-number:before {
  position: static;
}
.catalog-product-view .wk-supplier-product-block .wk-block-rating:after,
.catalog-product-view .wk-seller-block .wk-block-rating:after,
.catalog-product-view .wk-supplier-product-block .wk-seller-rating-number:after,
.catalog-product-view .wk-seller-block .wk-seller-rating-number:after {
  display: none;
}
.catalog-product-view .wk-supplier-visit-web a {
  display: inline-block;
  text-decoration: none;
  padding-left: 0;
  color: #707070;
  font-weight: 700;
}
.catalog-product-view .wk-supplier-visit-web a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  color: #707070;
  content: "\e936";
  font-family: 'icomoon';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-product-view .wk-supplier-visit-web a:hover:before {
  color: #000000;
}
.catalog-product-view .wk-supplier-visit-web a:before {
  width: 18px;
  height: 18px;
}
.catalog-product-view .wk-supplier-visit-web a:hover {
  color: #000000;
}
.wk-block.wk-supplier-product-block {
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  padding: 20px;
}
.wk-block.wk-supplier-product-block .wk-supplier-name-container {
  margin-right: 0;
  margin-bottom: 10px;
  padding: 0;
}
.wk-block.wk-supplier-product-block .wk-supplier-name-container h5 {
  margin-bottom: 20px;
}
.wk-block.wk-supplier-product-block .wk-supplier-name-container .wk-supplier-title-container {
  margin-bottom: 5px;
}
.wk-block.wk-supplier-product-block .wk-supplier-name-container .wk-supplier-title-container .wk-supplier-title {
  font-weight: 700;
  color: #000000;
}
.wk-block.wk-supplier-product-block .wk-supplier-name-container .wk-supplier-title-container .wk-supplier-title:hover {
  text-decoration: underline;
}
.wk-block.wk-supplier-product-block .wk-supplier-name-container .wk-supplier-title-container .wk-supplier-title .trusted-merchant-icon {
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}
.wk-block.wk-supplier-product-block .wk-supplier-name-container .wk-supplier-location-container .wk-supplier-location {
  font-style: italic;
  font-weight: 400;
  color: #707070;
}
.wk-block.wk-supplier-product-block .wk-supplier-response-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 20px;
  width: 100%;
  gap: 10px;
}
.wk-block.wk-supplier-product-block .wk-supplier-response-container .wk-supplier-product-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wk-block.wk-supplier-product-block .wk-seller-message-btn-wrapper .wk-supplier-msg-btn {
  display: inline-block;
  text-decoration: none;
}
.wk-block.wk-supplier-product-block .wk-seller-message-btn-wrapper .wk-supplier-msg-btn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1;
  color: #000000;
  content: "\e91d";
  font-family: 'icomoon';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-block.wk-supplier-product-block .wk-seller-message-btn-wrapper .wk-supplier-msg-btn:hover:before {
  color: #ffffff;
}
.wk-block.wk-supplier-product-block .wk-seller-message-btn-wrapper .wk-supplier-msg-btn:before {
  font-weight: 700;
}
.wk-block.wk-supplier-product-block .wk-seller-message-btn-wrapper .wk-supplier-msg-btn > span:before {
  display: none;
}
.wk-block.wk-supplier-product-block .wk-seller-message-btn-wrapper + .wk-supplier-actions {
  margin-top: 20px;
}
.wk-block.wk-supplier-product-block .wk-supplier-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.wk-block.wk-supplier-product-block .wk-supplier-actions .wk-supplier-btn-wrapper .action {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  text-transform: none;
}
.wk-block.wk-supplier-product-block .wk-supplier-actions .wk-supplier-btn-wrapper .action:focus,
.wk-block.wk-supplier-product-block .wk-supplier-actions .wk-supplier-btn-wrapper .action:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.wk-block.wk-supplier-product-block .wk-supplier-actions .wk-supplier-btn-wrapper .action:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.wk-seller-block .wk-seller-card-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  padding: 20px;
  width: auto;
}
.wk-seller-block .wk-seller-card-container .wk-seller-sold-by-title {
  width: 100%;
}
.wk-seller-block .wk-seller-card-container .wk-seller-sold-by-title h5 {
  margin-bottom: 20px;
}
.wk-seller-block .wk-seller-card-container .wk-seller-title-container {
  margin-bottom: 10px;
}
.wk-seller-block .wk-seller-card-container .wk-seller-title-container .wk-seller-title {
  font-weight: 700;
  color: #000000;
}
.wk-seller-block .wk-seller-card-container .wk-seller-title-container .wk-seller-title .trusted-merchant-icon {
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-seller-card-row {
  width: auto;
  padding: 0;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-seller-product-count {
  text-transform: none !important;
  color: #707070 !important;
  padding-left: 0 !important;
  display: inline-block;
  text-decoration: none;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-seller-product-count:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1;
  color: #707070;
  content: "\e93d";
  font-family: 'icomoon';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-seller-product-count:hover:before {
  color: #000000;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-seller-product-count:before {
  position: static;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-seller-product-count:hover {
  color: #000000 !important;
  text-decoration: underline;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-ask-question-link {
  display: inline-block;
  text-decoration: none;
  padding-left: 0;
  color: #707070;
  font-weight: 700;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-ask-question-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1;
  color: #707070;
  content: "\e906";
  font-family: 'icomoon';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-ask-question-link:hover:before {
  color: #000000;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-ask-question-link:hover {
  color: #000000;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-report-flag-link {
  display: inline-block;
  text-decoration: none;
  padding-left: 0;
  color: #707070;
  font-weight: 700;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-report-flag-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1;
  color: #707070;
  content: '\e61b';
  font-family: 'icomoon';
  margin: -2px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-report-flag-link:hover:before {
  color: #000000;
}
.wk-seller-block .wk-seller-card-container .wk-seller-actions .wk-report-flag-link:hover {
  color: #000000;
}
.wk-supplier-response-rate-container {
  display: inline-block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  line-height: 20px;
}
.wk-supplier-response-rate-container:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1;
  color: #9c9c9c;
  content: "\e91d";
  font-family: 'icomoon';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-supplier-response-time-container {
  display: inline-block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-left: 0;
  line-height: 20px;
}
.wk-supplier-response-time-container:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1;
  color: #9c9c9c;
  content: "\e941";
  font-family: 'icomoon';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-supplier-response-time-container .wk-supplier-collection-header-txt {
  line-height: 20px;
}
.wk-supplier-response-rate-container:before,
.wk-supplier-response-time-container:before {
  width: 20px;
  line-height: 20px;
}
.wk-supplier-response-rate-container .response-info,
.wk-supplier-response-time-container .response-info {
  line-height: 2;
  font-weight: 700;
}
.product-info-main .wk-supplier-product-row {
  margin: 0;
  padding: 0;
}
.product-info-main .wk-supplier-msg-btn {
  text-transform: none;
}
.product-info-main .wk-supplier-dropdown-wrap {
  margin-top: 10px;
}
.product-info-main .wk-supplier-dropdown-wrap .wk-supplier-dropdown {
  margin-top: 10px;
}
.product-info-main .wk-supplier-dropdown-wrap .wk-supplier-dropdown .wk-supplier-btn-wrapper + .wk-supplier-btn-wrapper {
  margin-left: 10px;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box {
  background: unset;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ebebeb;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .rating-result > span {
  display: block;
  overflow: hidden;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffd900;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .rating-result-full {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .rating-result-full:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ebebeb;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .rating-result-full > span {
  display: block;
  overflow: hidden;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .rating-result-full > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffd900;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .rating-result-full > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wk-mp-dashboard-review-container .mpfeedback .ratingslider-box .rating {
  background: unset;
}
.account * {
  box-sizing: border-box;
}
.account.specform-index-index .specification-form-orders .separator {
  color: #ebebeb;
  margin: 5px;
}
.account.specform-index-index .specification-form-orders .action a {
  font-weight: 700;
}
.account.specform-index-index .toolbar .pages {
  display: none;
}
.account.specform-index-printform .specform-container {
  margin-top: 30px;
}
.account.specform-index-printform .specform-container h2,
.account.specform-index-printform .specform-container h3 {
  margin-bottom: 20px;
}
.account.specform-index-printform .specform-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account.specform-index-printform .specform-container ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
  margin-bottom: -1px;
}
.account.specform-index-printform .specform-container ul li .specform-data-title {
  background-color: #fafafa !important;
  border-right: 1px solid #ebebeb;
  font-weight: 700;
  width: 229px;
  padding: 15px 20px;
}
.account.specform-index-printform .specform-container ul li .specform-data-content {
  width: calc(100% - 229px);
  padding: 15px 20px;
}
.account.specform-index-printform .specform-container ul li .specform-data-content.sub-segment {
  width: 100%;
  padding-right: 0;
}
.account.specform-index-printform .specform-container ul li .specform-data-content.sub-segment:last-child {
  padding-bottom: 0;
}
.account.specform-index-printform .specform-container ul h2.main_title {
  padding-top: 30px;
}
.account.specform-index-printform .specform-container ul h2.child_title {
  color: #00491e;
  font-weight: 700;
  line-height: 23px;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  padding-top: 20px;
}
.account .button-wrapper .primary-link {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 9px 20px 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
  text-transform: uppercase;
}
.account .button-wrapper .primary-link:focus,
.account .button-wrapper .primary-link:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.account .button-wrapper .primary-link:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.account .button-wrapper .primary-link.disabled,
.account .button-wrapper .primary-link[disabled],
fieldset[disabled] .account .button-wrapper .primary-link {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.account .button-wrapper .primary-link:hover {
  text-decoration: none;
}
@media print {
  .specform-index-printform .page-title-wrapper .page-title {
    text-align: center;
  }
  .specform-index-printform .page-title-wrapper .page-title span {
    color: #00491e !important;
  }
  .specform-index-printform h1,
  .specform-index-printform h2,
  .specform-index-printform h3 {
    color: #00491e !important;
  }
  .specform-index-printform .specform-container {
    margin-top: 0;
  }
  .specform-index-printform .specform-container ul li {
    border: 1px solid #ebebeb !important;
    margin-bottom: 0 !important;
  }
  .specform-index-printform .button-wrapper {
    display: none;
  }
  .specform-index-printform .page-footer .footer.bottom {
    display: none;
  }
}
.account.specform-index-form .page-main {
  padding-top: 10px;
  padding-bottom: 70px;
}
.account.specform-index-form .columns .column.main {
  padding-bottom: 0;
}
.account.specform-index-form .page-title-wrapper {
  display: none;
}
.account.specform-index-form .specform-title-container {
  margin-bottom: 30px;
  text-align: center;
}
.account.specform-index-form .specform-title-container .specform-title {
  margin-bottom: 20px;
}
.account.specform-index-form .specform-title-container .specform-subtitle {
  margin-bottom: 0;
}
.account.specform-index-form .specform .fieldset.delivery_type_packing {
  margin-bottom: 20px;
}
.account.specform-index-form .specform .fieldset.delivery_type_packing .field h4 {
  margin-bottom: 0;
}
.account.specform-index-form .specform .fieldset .field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}
.account.specform-index-form .specform .fieldset .field h2 {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  width: 100%;
}
.account.specform-index-form .specform .fieldset .field h3 {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  width: 100%;
}
.account.specform-index-form .specform .fieldset .field h5 {
  margin-bottom: 0;
}
.account.specform-index-form .specform .fieldset .field:last-child {
  margin-bottom: 0;
}
.account.specform-index-form .specform .fieldset .field.customized_box_img_container {
  display: grid;
  grid-gap: 30px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.account.specform-index-form .specform .fieldset .field.customized_box_field_container > .field {
  margin-bottom: 0;
  margin-top: 20px;
}
.account.specform-index-form .specform .fieldset .field.customized_box_field_container > .field:first-child {
  margin-top: 0;
}
.account.specform-index-form .specform .fieldset .field.delivery_type_packing {
  margin-bottom: 20px;
}
.account.specform-index-form .specform .fieldset .field.weight_package .control input,
.account.specform-index-form .specform .fieldset .field.no_of_layers .control input {
  max-width: 75px;
  margin-right: 10px;
}
.account.specform-index-form .specform .fieldset .field.partition_arrangement .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.account.specform-index-form .specform .fieldset .field.partition_arrangement .control > div {
  max-width: 75px;
}
.account.specform-index-form .specform .fieldset .field.partition_arrangement .control span {
  margin: 0 10px;
  padding-top: 7px;
}
.account.specform-index-form .specform .fieldset .field.copied_packing_type {
  margin-bottom: 0;
}
.account.specform-index-form .specform .fieldset .field.copied_packing_type .field > h4 {
  margin-bottom: 0;
}
.account.specform-index-form .specform .fieldset .field.copied_packing_type .field:last-child {
  margin-bottom: 20px;
}
.account.specform-index-form .specform .fieldset .field.dimension_type_container {
  margin-bottom: 0;
}
.account.specform-index-form .specform .fieldset .field.dimension_type_container.liner-one-dimension-container .field,
.account.specform-index-form .specform .fieldset .field.dimension_type_container.liner-two-dimension-container .field,
.account.specform-index-form .specform .fieldset .field.dimension_type_container.inner-liner-dimension-container .field,
.account.specform-index-form .specform .fieldset .field.dimension_type_container.outer-liner-dimension-container .field,
.account.specform-index-form .specform .fieldset .field.dimension_type_container.center-liner-dimension-container .field,
.account.specform-index-form .specform .fieldset .field.dimension_type_container.medium-one-dimension-container .field,
.account.specform-index-form .specform .fieldset .field.dimension_type_container.medium-two-dimension-container .field,
.account.specform-index-form .specform .fieldset .field.dimension_type_container.medium-three-dimension-container .field {
  margin-bottom: 20px;
}
.account.specform-index-form .specform .fieldset .field.dimension_type_container .customized_sheet {
  margin-bottom: 20px;
}
.account.specform-index-form .specform .fieldset .copied_coating .field > h4,
.account.specform-index-form .specform .fieldset .copy_coating .field > h4 {
  margin-bottom: 0;
}
.account.specform-index-form .form .fieldset {
  margin-bottom: 20px;
}
.account.specform-index-form .form .fieldset .title_dimension h2,
.account.specform-index-form .form .fieldset .title_dimension h3,
.account.specform-index-form .form .fieldset .title_dimension h5 {
  width: 100%;
}
.account.specform-index-form .form .fieldset .title_dimension h2 {
  margin-bottom: 20px;
}
.account.specform-index-form .form .fieldset .title_dimension h2.without-margin {
  margin-bottom: 0;
}
.account.specform-index-form .form .fieldset .title_dimension h3,
.account.specform-index-form .form .fieldset .title_dimension h5 {
  margin: 0;
}
.account.specform-index-form .form .fieldset .separator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}
.account.specform-index-form .form .fieldset .remove_copy_packing,
.account.specform-index-form .form .fieldset .remove_copy_coating {
  display: inline-block;
  text-decoration: none;
  margin-left: 0;
}
.account.specform-index-form .form .fieldset .remove_copy_packing > span,
.account.specform-index-form .form .fieldset .remove_copy_coating > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account.specform-index-form .form .fieldset .remove_copy_packing:before,
.account.specform-index-form .form .fieldset .remove_copy_coating:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  color: #9c9c9c;
  content: "\e943";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.account.specform-index-form .form .fieldset .remove_copy_packing:hover:before,
.account.specform-index-form .form .fieldset .remove_copy_coating:hover:before {
  color: #00ca87;
}
.account.specform-index-form .form .fieldset .remove_copy_packing[valcoating=_packing1],
.account.specform-index-form .form .fieldset .remove_copy_coating[valcoating=_packing1] {
  display: none !important;
}
.account.specform-index-form .form .fieldset .remove_copy_packing[valcoating=_coating1],
.account.specform-index-form .form .fieldset .remove_copy_coating[valcoating=_coating1] {
  display: none !important;
}
.account.specform-index-form .form .fieldset .field h4,
.account.specform-index-form .form .fieldset .field h5 {
  margin-right: 10px;
}
.account.specform-index-form .form .fieldset .copy_packing_action,
.account.specform-index-form .form .fieldset .copy_coating_option {
  font-weight: 700;
}
.account.specform-index-form .form .fieldset .copy_packing_action:hover,
.account.specform-index-form .form .fieldset .copy_coating_option:hover {
  text-decoration: none;
}
.account.specform-index-form .form .fieldset .copy_packing_action:hover span,
.account.specform-index-form .form .fieldset .copy_coating_option:hover span {
  text-decoration: underline;
}
.account.specform-index-form .form .fieldset .control {
  width: 100%;
}
.account.specform-index-form .form .fieldset .optional {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 400;
}
.account.specform-index-form .form .fieldset .file-uploader {
  background-color: #f0f0f0;
  padding: 10px;
  /* file upload button hover state */
  /* file upload button active state */
}
.account.specform-index-form .form .fieldset .file-uploader .label {
  display: none;
}
.account.specform-index-form .form .fieldset .file-uploader input[type="file"]::file-selector-button {
  border-radius: 5px;
  padding: 0 20px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #000000;
  box-shadow: none;
  margin-right: 20px;
  transition: background-color 200ms;
}
.account.specform-index-form .form .fieldset .file-uploader input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}
.account.specform-index-form .form .fieldset .file-uploader input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}
.account.specform-index-form .form .actions-toolbar {
  margin-left: 0;
  margin-top: 10px;
}
.account.specform-index-form .form .actions-toolbar .primary {
  width: 100%;
}
.account.specform-index-form .form .actions-toolbar .action.submit {
  width: 100%;
  margin-right: 0;
}
.account.specform-index-form .tree-segment {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.account.specform-index-form .tree-segment li {
  margin-bottom: 20px;
}
.account.specform-index-form .tree-segment li:last-child {
  margin-bottom: 0;
}
.account.specform-index-form .tree-segment .sub_segment {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.account.specform-index-form .tree-segment .sub_segment li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.account.specform-index-form .tree-segment .sub_segment li:first-child {
  padding-top: 10px;
}
.account.specform-index-form .tree-segment .sub_segment li:first-child:after {
  top: 20px;
}
.account.specform-index-form .tree-segment .sub_segment li:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
  left: 6px;
  top: 0;
}
.account.specform-index-form .tree-segment .sub_segment li:after {
  content: '';
  width: 19px;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  left: 6px;
  top: 10px;
}
.account.specform-index-form .tree-segment .sub_segment li:last-child {
  padding-bottom: 0;
}
.account.specform-index-form .tree-segment .sub_segment li:last-child:before {
  top: -10px;
}
#attach_design_file + .action-remove-upload {
  background: transparent;
  border: none;
  display: none;
}
#attach_design_file.not-empty + .action-remove-upload {
  display: inline-block;
}
.fieldset > .field:not(.choice) > .label .tooltips {
  position: relative;
  display: inline-block;
  cursor: auto;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content {
  background: #ffffff;
  border-radius: 5px;
  max-width: 468px;
  min-width: 210px;
  padding: 20px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:after,
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:before {
  border-width: 5px;
  border-color: transparent;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:after,
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:before {
  bottom: 100%;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -5px;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-toggle {
  cursor: pointer;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-toggle:hover + .tooltip-content,
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-toggle:focus + .tooltip-content,
.fieldset > .field:not(.choice) > .label .tooltips:hover .tooltip-content {
  display: block;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #9c9c9c;
  content: "\e940";
  font-family: 'icomoon';
  margin: -1px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-toggle:before {
  width: 15px;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:before,
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:after {
  border-width: 7px;
}
.fieldset > .field:not(.choice) > .label .tooltips .tooltip-content .tooltip-title {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
}
._hastooltip .tooltips {
  position: relative;
  display: inline-block;
  cursor: auto;
}
._hastooltip .tooltips .tooltip-content {
  background: #ffffff;
  border-radius: 5px;
  max-width: 468px;
  min-width: 210px;
  padding: 20px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
._hastooltip .tooltips .tooltip-content:after,
._hastooltip .tooltips .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
._hastooltip .tooltips .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
._hastooltip .tooltips .tooltip-content:before {
  border-width: 5px;
  border-color: transparent;
}
._hastooltip .tooltips .tooltip-content:after,
._hastooltip .tooltips .tooltip-content:before {
  bottom: 100%;
}
._hastooltip .tooltips .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
._hastooltip .tooltips .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -5px;
}
._hastooltip .tooltips .tooltip-toggle {
  cursor: pointer;
}
._hastooltip .tooltips .tooltip-toggle:hover + .tooltip-content,
._hastooltip .tooltips .tooltip-toggle:focus + .tooltip-content,
._hastooltip .tooltips:hover .tooltip-content {
  display: block;
}
._hastooltip .tooltips .tooltip-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
._hastooltip .tooltips .tooltip-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._hastooltip .tooltips .tooltip-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #9c9c9c;
  content: "\e940";
  font-family: 'icomoon';
  margin: -1px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._hastooltip .tooltips .tooltip-toggle:before {
  width: 15px;
}
._hastooltip .tooltips .tooltip-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
._hastooltip .tooltips .tooltip-content:before,
._hastooltip .tooltips .tooltip-content:after {
  border-width: 7px;
}
._hastooltip .tooltips .tooltip-content .tooltip-title {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
}
.ui-datepicker {
  background: #ffffff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.13);
  border: 0;
  width: 100%;
}
.ui-datepicker .ui-datepicker-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 0 20px;
}
.ui-datepicker .ui-datepicker-header select {
  margin: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: inline-block;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 9px;
  color: #000000;
  content: "\e922";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: inline-block;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 9px;
  color: #000000;
  content: "\e923";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 24px;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  position: static;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  width: auto;
  height: auto;
  border: 0;
  margin: 0;
  position: static;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span:before {
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin: 0;
  padding: 0 10px;
  width: calc(100% - 52px);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  width: 48%;
  margin-right: 5%;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 1.4rem;
  max-width: 300px;
  margin: auto;
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #9c9c9c;
  padding: 0;
  border: 0;
  text-align: center;
  background: transparent;
  text-transform: none;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 10px 0 0;
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
  padding: 0;
  width: 34px;
  height: 34px;
  text-align: center;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 700;
  margin: auto;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover,
.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background: #00ca87;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: transparent;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: transparent;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span,
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled a {
  color: #9c9c9c;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
  display: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  border-top: 0;
  padding-top: 15px;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-state-default {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #00ca87;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-state-default:visited {
  color: #00ca87;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-state-default:hover {
  color: #009665;
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-state-default:active {
  color: #009665;
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-state-default:hover,
.ui-datepicker .ui-datepicker-buttonpane .ui-state-default:active,
.ui-datepicker .ui-datepicker-buttonpane .ui-state-default:focus {
  background: none;
  border: 0;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-state-default.disabled,
.ui-datepicker .ui-datepicker-buttonpane .ui-state-default[disabled],
fieldset[disabled] .ui-datepicker .ui-datepicker-buttonpane .ui-state-default {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-state-default:active {
  box-shadow: none;
}
.modal-popup.quotation-sample-popup .modal-title {
  display: block;
}
.modal-popup.quotation-sample-popup .sample-product-description {
  margin-bottom: 30px;
}
.modal-popup.quotation-sample-popup .sample-address-info .sample-address-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-popup.quotation-sample-popup .sample-address-info .sample-product-address-details {
  border: 1.5px solid #00ca87;
  background: #f0f5f2;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.modal-popup.quotation-sample-popup .sample-address-info .sample-product-address-details > p:last-child {
  margin-bottom: 0;
}
.modal-popup.quotation-sample-popup .sample-address-info .sample-product-address-details .sample-product-name {
  font-weight: 700;
  margin-bottom: 5px;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .sample-products-items-title {
  margin-bottom: 20px;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items .fs-item {
  margin-bottom: 20px;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items .fs-item:last-child {
  margin-bottom: 0;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items .fs-item-quote-name {
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items .fs-item-quote-name > span {
  font-weight: 400;
  margin-left: 5px;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items .fs-item-spec-form {
  font-weight: 700;
  color: #707070;
  margin-bottom: 10px;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items .fs-item-input-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items .fs-item-input-box .fs-item-qty {
  max-width: 92px;
  width: 100%;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items .fs-item-input-box .fs-item-remaining-sample-value {
  padding-left: 10px;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items .fs-item-input-box .fs-item-remaining-sample-value > span {
  margin-left: 5px;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items .fs-item-textarea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .fs-items .fs-item-textarea textarea {
  height: 150px;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .sample-product-button {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  min-height: 41px;
  width: 100%;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .sample-product-button:focus,
.modal-popup.quotation-sample-popup .sample-products-items-container .form .sample-product-button:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .sample-product-button:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.modal-popup.quotation-sample-popup .sample-products-items-container .form .sample-product-button.disabled,
.modal-popup.quotation-sample-popup .sample-products-items-container .form .sample-product-button[disabled],
fieldset[disabled] .modal-popup.quotation-sample-popup .sample-products-items-container .form .sample-product-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup.quotation-proof-print-popup .modal-title {
  display: block;
}
.modal-popup.quotation-proof-print-popup .proof-print-description {
  margin-bottom: 30px;
}
.modal-popup.quotation-proof-print-popup .proof-print-address-info .proof-print-address-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-popup.quotation-proof-print-popup .proof-print-address-info .proof-print-address-details {
  border: 1.5px solid #00ca87;
  background: #f0f5f2;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.modal-popup.quotation-proof-print-popup .proof-print-address-info .proof-print-address-details > p:last-child {
  margin-bottom: 0;
}
.modal-popup.quotation-proof-print-popup .proof-print-address-info .proof-print-address-details .proof-print-address-name {
  font-weight: 700;
  margin-bottom: 5px;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item {
  margin-bottom: 20px;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item:last-child {
  margin-bottom: 0;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item-quote-name {
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item-quote-name > span {
  font-weight: 400;
  margin-left: 5px;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item-spec-form {
  font-weight: 700;
  color: #707070;
  margin-bottom: 10px;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item-input-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item-input-box .fs-item-qty {
  max-width: 92px;
  width: 100%;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item-input-box .fs-item-remaining-sample-value {
  padding-left: 10px;
  line-height: 40px;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item-input-box .fs-item-remaining-sample-value > span {
  margin-left: 5px;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item-input-box input + .mage-error {
  white-space: nowrap;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item-textarea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .fs-items .fs-item-textarea textarea {
  height: 150px;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .proof-print-button {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  min-height: 41px;
  width: 100%;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .proof-print-button:focus,
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .proof-print-button:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .proof-print-button:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .proof-print-button.disabled,
.modal-popup.quotation-proof-print-popup .proof-print-items-container .form .proof-print-button[disabled],
fieldset[disabled] .modal-popup.quotation-proof-print-popup .proof-print-items-container .form .proof-print-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.table tr.line-item-grid td.col.item.bixbox-myquote-detail-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-around;
}
.bixbox-checkout-proofprint {
  border: none;
  color: #ffffff;
  background-color: #fb6a00;
}
.modal-popup.overdue-notice-popup .overdue-notice .ov-container h3,
.modal-popup.overlimit-popup .overdue-notice .ov-container h3,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container h3,
.modal-popup.overlimit-popup .overlimit-notice .ov-container h3,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container h3,
.modal-popup.overlimit-popup .overdue-notice .ol-container h3,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container h3,
.modal-popup.overlimit-popup .overlimit-notice .ol-container h3 {
  margin-bottom: 30px;
  text-align: center;
}
.modal-popup.overdue-notice-popup .overdue-notice .ov-container p,
.modal-popup.overlimit-popup .overdue-notice .ov-container p,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container p,
.modal-popup.overlimit-popup .overlimit-notice .ov-container p,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container p,
.modal-popup.overlimit-popup .overdue-notice .ol-container p,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container p,
.modal-popup.overlimit-popup .overlimit-notice .ol-container p {
  text-align: center;
  margin-bottom: 0;
}
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 30px;
  justify-content: center;
  gap: 10px;
}
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .cancel-top,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .cancel-top,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .cancel-top,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .cancel-top,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .cancel-top,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .cancel-top,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .cancel-top,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .cancel-top,
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .continue-top,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .continue-top,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .continue-top,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .continue-top,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .continue-top,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .continue-top,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .continue-top,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .continue-top {
  min-height: 41px;
}
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .cancel-top,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .cancel-top,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .cancel-top,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .cancel-top,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .cancel-top,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .cancel-top,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .cancel-top,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .cancel-top {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .cancel-top:focus,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .cancel-top:focus,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .cancel-top:focus,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .cancel-top:focus,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .cancel-top:focus,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .cancel-top:focus,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .cancel-top:focus,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .cancel-top:focus,
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .cancel-top:active,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .cancel-top:active,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .cancel-top:active,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .cancel-top:active,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .cancel-top:active,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .cancel-top:active,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .cancel-top:active,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .cancel-top:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .cancel-top:hover,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .cancel-top:hover,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .cancel-top:hover,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .cancel-top:hover,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .cancel-top:hover,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .cancel-top:hover,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .cancel-top:hover,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .cancel-top:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .continue-top,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .continue-top,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .continue-top,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .continue-top,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .continue-top,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .continue-top,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .continue-top,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .continue-top {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .continue-top:focus,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .continue-top:focus,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .continue-top:focus,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .continue-top:focus,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .continue-top:focus,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .continue-top:focus,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .continue-top:focus,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .continue-top:focus,
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .continue-top:active,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .continue-top:active,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .continue-top:active,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .continue-top:active,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .continue-top:active,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .continue-top:active,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .continue-top:active,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .continue-top:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .continue-top:hover,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .continue-top:hover,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .continue-top:hover,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .continue-top:hover,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .continue-top:hover,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .continue-top:hover,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .continue-top:hover,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .continue-top:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .continue-top.disabled,
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .continue-top.disabled,
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .continue-top.disabled,
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .continue-top.disabled,
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .continue-top.disabled,
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .continue-top.disabled,
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .continue-top.disabled,
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .continue-top.disabled,
.modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .continue-top[disabled],
.modal-popup.overlimit-popup .overdue-notice .ov-container .action .continue-top[disabled],
.modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .continue-top[disabled],
.modal-popup.overlimit-popup .overlimit-notice .ov-container .action .continue-top[disabled],
.modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .continue-top[disabled],
.modal-popup.overlimit-popup .overdue-notice .ol-container .action .continue-top[disabled],
.modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .continue-top[disabled],
.modal-popup.overlimit-popup .overlimit-notice .ol-container .action .continue-top[disabled],
fieldset[disabled] .modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .continue-top,
fieldset[disabled] .modal-popup.overlimit-popup .overdue-notice .ov-container .action .continue-top,
fieldset[disabled] .modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .continue-top,
fieldset[disabled] .modal-popup.overlimit-popup .overlimit-notice .ov-container .action .continue-top,
fieldset[disabled] .modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .continue-top,
fieldset[disabled] .modal-popup.overlimit-popup .overdue-notice .ol-container .action .continue-top,
fieldset[disabled] .modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .continue-top,
fieldset[disabled] .modal-popup.overlimit-popup .overlimit-notice .ol-container .action .continue-top {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup.overdue-notice-popup .modal-footer .close-button,
.modal-popup.overlimit-popup .modal-footer .close-button {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  min-height: 41px;
}
.modal-popup.overdue-notice-popup .modal-footer .close-button:focus,
.modal-popup.overlimit-popup .modal-footer .close-button:focus,
.modal-popup.overdue-notice-popup .modal-footer .close-button:active,
.modal-popup.overlimit-popup .modal-footer .close-button:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.modal-popup.overdue-notice-popup .modal-footer .close-button:hover,
.modal-popup.overlimit-popup .modal-footer .close-button:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.modal-popup.overdue-notice-popup .modal-footer .close-button.disabled,
.modal-popup.overlimit-popup .modal-footer .close-button.disabled,
.modal-popup.overdue-notice-popup .modal-footer .close-button[disabled],
.modal-popup.overlimit-popup .modal-footer .close-button[disabled],
fieldset[disabled] .modal-popup.overdue-notice-popup .modal-footer .close-button,
fieldset[disabled] .modal-popup.overlimit-popup .modal-footer .close-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.admin-sub-row {
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.order-progress-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.order-progress-bar .progress-steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 600px;
  column-gap: 10px;
}
.order-progress-bar .progress-steps .progress-steps-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0;
  min-width: 133px;
  max-width: 200px;
  position: relative;
}
.order-progress-bar .progress-steps .progress-steps-item .progress-steps-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.order-progress-bar .progress-steps .progress-steps-item .progress-steps-title {
  color: #707070;
  font-style: italic;
  width: 100%;
}
.order-progress-bar .progress-steps .progress-steps-item:not(.order-progress-bar .progress-steps .progress-steps-item:first-child):before {
  background: #f0f0f0;
  top: 41px;
  content: '';
  width: 135px;
  height: 4px;
  left: -63%;
  position: absolute;
  z-index: -1;
}
.order-progress-bar .progress-steps .progress-steps-item.step-processing-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-processing-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-partial-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-processing-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-processing-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-paid-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-processing-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-processing-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-partial-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-partial-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-partial-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-partial-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-paid-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-partial-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-processing-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-partial-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-paid-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-processing-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-paid-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-partial-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-paid-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-paid-active:first-child):before,
.order-progress-bar .progress-steps .progress-steps-item.step-paid-active:not(.order-progress-bar .progress-steps .progress-steps-item.step-paid-active:first-child):before {
  background: #00ca87;
}
.order-progress-bar .progress-steps .progress-steps-item.step-processing-active .progress-steps-title,
.order-progress-bar .progress-steps .progress-steps-item.step-partial-active .progress-steps-title,
.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-active .progress-steps-title,
.order-progress-bar .progress-steps .progress-steps-item.step-paid-active .progress-steps-title {
  color: #00ca87;
}
.order-progress-bar .progress-steps .progress-steps-item.step-processing-active.step-done .progress-steps-title,
.order-progress-bar .progress-steps .progress-steps-item.step-partial-active.step-done .progress-steps-title,
.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-active.step-done .progress-steps-title,
.order-progress-bar .progress-steps .progress-steps-item.step-paid-active.step-done .progress-steps-title {
  color: #707070;
}
.order-progress-bar .progress-steps .progress-steps-item.step-checkmark .progress-steps-icon {
  background-image: url(../images/step-checkmark.svg);
}
.order-progress-bar .progress-steps .progress-steps-item.step-processing-active .progress-steps-icon {
  background-image: url(../images/step-processing-active.svg);
}
.order-progress-bar .progress-steps .progress-steps-item.step-processing-inactive .progress-steps-icon {
  background-image: url(../images/step-processing-inactive.svg);
}
.order-progress-bar .progress-steps .progress-steps-item.step-partial-active .progress-steps-icon {
  background-image: url(../images/step-ordercomplete-active.svg);
}
.order-progress-bar .progress-steps .progress-steps-item.step-partial-inactive .progress-steps-icon {
  background-image: url(../images/step-ordercomplete-inactive.svg);
}
.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-active .progress-steps-icon {
  background-image: url(../images/step-ordercomplete-active.svg);
}
.order-progress-bar .progress-steps .progress-steps-item.step-ordercomplete-inactive .progress-steps-icon {
  background-image: url(../images/step-ordercomplete-inactive.svg);
}
.order-progress-bar .progress-steps .progress-steps-item.step-paid-active .progress-steps-icon {
  background-image: url(../images/step-paid-active.svg);
}
.order-progress-bar .progress-steps .progress-steps-item.step-paid-inactive .progress-steps-icon {
  background-image: url(../images/step-paid-inactive.svg);
}
.order-progress-bar .progress-steps .progress-steps-item.step-done .progress-steps-icon {
  background-image: url(../images/step-checkmark.svg);
}
/**
 * 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: #000000;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #f70000;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #f70000;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e621';
}
.admin__action-group-wrap._active .action-menu,
.admin__action-group-wrap._active table th .action-menu .action-submenu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu,
.admin__action-group-wrap table th .action-menu .action-submenu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active,
.admin__action-group-wrap table th .action-menu .action-submenu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover,
.admin__action-group-wrap table th .action-menu .action-submenu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item,
.admin__action-group-wrap table th .action-menu .action-submenu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input {
  border: 1px solid #adadad;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input:active,
.account .table-wrapper .data-grid-checkbox-cell-inner input:hover,
.account .table-wrapper .data-grid-checkbox-cell-inner input:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
}
@media (max-width: 640px) {
  .page-main .table-wrapper table.data-grid tbody tr.data-row th.data-grid-multicheck-cell {
    display: none;
  }
  .page-main .table-wrapper table.data-grid tbody tr.data-row td.data-grid-checkbox-cell {
    display: none;
  }
}
table th .action-menu,
table th table th .action-menu .action-submenu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #00ca87;
  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: #000000;
}
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: 'icomoon';
  font-size: 1.1rem;
  line-height: 125%;
}
.action-multicheck-wrap .action-multicheck-toggle {
  background: #ffffff url('../../../../../frontend/Magento/blank/id_ID/Magento_PurchaseOrder/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: #00ca87;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.action-select-wrap.buttons .secondary:visited {
  color: #00ca87;
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:hover {
  color: #009665;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:active {
  color: #009665;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:hover,
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:focus {
  background: none;
  border: 0;
}
.action-select-wrap.buttons .secondary.disabled,
.action-select-wrap.buttons .secondary[disabled],
fieldset[disabled] .action-select-wrap.buttons .secondary {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:disabled {
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:not(:focus) {
  box-shadow: none;
}
.admin__action-multiselect-wrap {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  user-select: none;
}
.admin__action-multiselect-wrap.action-select-wrap:focus {
  box-shadow: none;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu,
.admin__action-multiselect-wrap.action-select-wrap table th .action-menu .action-submenu {
  max-height: none;
  overflow-y: inherit;
}
.admin__action-multiselect-wrap .action-menu-item {
  transition: background-color 0.1s linear;
}
.admin__action-multiselect-wrap .action-menu-item._selected {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._hover {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._unclickable {
  cursor: default;
}
.admin__action-multiselect-wrap .admin__action-multiselect {
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  min-height: 3.2rem;
  padding-right: 3.6rem;
  white-space: normal;
}
.admin__action-multiselect-wrap .admin__action-multiselect:after {
  bottom: 1.25rem;
  top: auto;
}
.admin__action-multiselect-wrap .admin__action-multiselect:before {
  height: 3.3rem;
  top: auto;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap {
  position: static;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect {
  position: relative;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect:before {
  right: -1px;
  top: -1px;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .action-menu,
.admin__control-table-wrapper .admin__action-multiselect-wrap table th .action-menu .action-submenu {
  left: auto;
  min-width: 34rem;
  right: auto;
  top: auto;
  z-index: 1;
}
.admin__action-multiselect-wrap .admin__action-multiselect-item-path {
  color: #a79d95;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
}
.admin__action-multiselect-actions-wrap {
  border-top: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  text-align: center;
}
.admin__action-multiselect-actions-wrap .action-default {
  font-size: 1.3rem;
  min-width: 13rem;
}
.admin__action-multiselect-text {
  padding: .6rem 1rem;
}
.action-menu,
table th .action-menu .action-submenu {
  left: 0;
  margin-top: 2px;
  right: auto;
  text-align: left;
}
.admin__action-multiselect-label {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.admin__action-multiselect-label:before {
  margin-right: .5rem;
}
._unclickable .admin__action-multiselect-label {
  cursor: default;
  font-weight: 700;
}
.admin__action-multiselect-search-wrap {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  position: relative;
}
.admin__action-multiselect-search {
  font-style: italic;
  padding-right: 3rem;
  width: 100%;
}
.admin__action-multiselect-search-label {
  display: block;
  font-size: 1.5rem;
  height: 1.3em;
  overflow: hidden;
  position: absolute;
  right: 2.2rem;
  top: 1.7rem;
  width: auto;
}
.admin__action-multiselect-search-label:before {
  content: '\e615';
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-multiselect-search-count {
  color: #a79d95;
  margin-top: 1rem;
}
.admin__action-multiselect-empty-area {
  color: #a79d95;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
}
.admin__action-multiselect-menu-inner {
  margin-bottom: 0;
  max-height: 46rem;
  overflow-y: auto;
}
.admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: none;
  overflow: hidden;
  padding-left: 1.1rem;
}
.admin__action-multiselect-menu-inner ._hidden {
  display: none;
}
.admin__action-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.admin__action-multiselect-crumb:hover {
  border-color: #908379;
}
.admin__action-multiselect-crumb .action-close {
  bottom: 0;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.admin__action-multiselect-crumb .action-close:hover {
  color: #000000;
}
.admin__action-multiselect-crumb .action-close:focus,
.admin__action-multiselect-crumb .action-close:active {
  background-color: transparent;
}
.admin__action-multiselect-crumb .action-close:active {
  transform: scale(0.9);
}
.admin__action-multiselect-crumb .action-close:before {
  display: flex;
  justify-content: center;
}
.admin__action-multiselect-tree .action-menu,
.admin__action-multiselect-tree table th .action-menu .action-submenu {
  min-width: 34.7rem;
}
.admin__action-multiselect-tree .action-menu .action-menu-item,
.admin__action-multiselect-tree table th .action-menu .action-submenu .action-menu-item {
  margin-top: .1rem;
}
.admin__action-multiselect-tree .action-menu-item {
  margin-left: 3.1rem;
  position: relative;
}
.admin__action-multiselect-tree .action-menu-item._expended:before {
  border-left: 1px dashed #a79d95;
  bottom: 0;
  content: '';
  left: -1rem;
  position: absolute;
  top: 1rem;
  width: 1px;
}
.admin__action-multiselect-tree .action-menu-item._expended .admin__action-multiselect-dropdown:before {
  content: '\e622';
}
.admin__action-multiselect-tree .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  padding-left: 2.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner:before {
  left: 2.65rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:last-child:before {
  height: 1.55rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after,
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  content: '';
  left: 0;
  position: absolute;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after {
  border-top: 1px dashed #a79d95;
  height: 1px;
  top: 1.55rem;
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  border-left: 1px dashed #a79d95;
  height: 100%;
  top: 0;
  width: 1px;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._parent:after {
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root {
  margin-left: -1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:after {
  left: 2.1rem;
  width: 1.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:before {
  left: 2.1rem;
  top: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root._parent:after {
  display: none;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:first-child:before {
  top: 1.55rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:last-child:before {
  height: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-label {
  line-height: 1.1rem;
  vertical-align: middle;
  word-break: break-all;
}
.admin__action-multiselect-tree .admin__action-multiselect-label:before {
  left: 0;
  position: absolute;
  top: .4rem;
}
.admin__action-multiselect-dropdown {
  border-radius: 50%;
  height: 1.1rem;
  left: -1.1rem;
  position: absolute;
  top: 1rem;
  width: 1.1rem;
  z-index: 1;
}
.admin__action-multiselect-dropdown:before {
  background: #ffffff;
  color: #a79d95;
  content: '\e622';
  font-size: 1.1rem;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e616';
  font-family: 'icomoon';
  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: #000000;
  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: 11px 20px 12px;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:focus,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:hover {
  background: #009665;
  border: 1px solid #009665;
  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;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  width: calc((100% - 10px) / 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;
  white-space: nowrap;
}
.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-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;
  font-weight: bold;
}
.product-item .product-reviews-summary .reviews-actions .reviews-count {
  font-weight: 200;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.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 .minimal-price-link .price-label {
  color: #00ca87;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: "\e917";
}
.product-item .tocart {
  white-space: nowrap;
}
.product-item .product-item-info {
  position: relative;
}
.product-item .product-item-info .add-on {
  position: absolute;
  right: 0;
  top: 0;
  flex-direction: column;
  gap: 10px;
  display: none;
}
.product-item .product-item-info .add-on a.action {
  background-color: #ffffff;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.product-item .product-item-info .add-on a.action span {
  font-size: 0;
}
.product-item .product-item-info .add-on a.action.towishlist {
  display: inline-flex;
  text-decoration: none;
}
.product-item .product-item-info .add-on a.action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  color: #9c9c9c;
  content: "\e920";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item .product-item-info .add-on a.action.towishlist:hover:before {
  color: #00ca87;
}
.product-item .product-item-info .add-on a.action.towishlist.active {
  display: inline-flex;
}
.product-item .product-item-info .add-on a.action.towishlist.active:before {
  content: "\e921";
}
.product-item .product-item-info .add-on a.action.towishlist.active:before {
  color: #f70000;
  margin: 0;
}
.product-item .product-item-info .add-on a.action.tocompare {
  display: inline-flex;
  text-decoration: none;
}
.product-item .product-item-info .add-on a.action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  color: #9c9c9c;
  content: "\e917";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item .product-item-info .add-on a.action.tocompare:hover:before {
  color: #00ca87;
}
.product-item .product-item-info .add-on a.action.tocompare.active:before {
  content: "\e917";
}
.product-item .product-item-info .add-on a.action.tocompare.active:before {
  color: #000000;
}
.product-item .product-item-info .add-on a.action:hover {
  text-decoration: none;
}
.product-item:hover .product-item-info .add-on {
  display: flex;
}
.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 + .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;
}
.catalog-product-view {
  overflow-x: hidden;
}
.catalog-product-view .review-fieldset {
  margin-bottom: 0;
}
.catalog-product-view .remove_copy_delivery[valdelivery=_delivery1] {
  display: none !important;
}
.catalog-product-view.page-product-configurable .delivery-section ._has-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
}
.catalog-product-view.page-product-configurable .delivery-section ._has-datepicker ~ .ui-datepicker-trigger:before {
  display: none;
}
.catalog-product-view.page-product-configurable .product-options-wrapper .fieldset {
  margin-bottom: 0;
}
.catalog-product-view.page-product-configurable .swatch-opt {
  margin: 0 0 20px;
}
.catalog-product-view.page-product-configurable .swatch-opt .swatch-attribute {
  margin-bottom: 20px;
}
.catalog-product-view.page-product-configurable .swatch-opt .swatch-attribute:last-child {
  margin-bottom: 0;
}
.catalog-product-view.page-product-configurable .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  display: none;
}
.catalog-product-view.page-product-configurable .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
.catalog-product-view.page-product-configurable .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
  color: #000000;
}
.catalog-product-view.page-product-configurable .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text:hover {
  border: 1px solid #9c9c9c;
  outline: none;
}
.catalog-product-view.page-product-configurable .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  background-color: #f0f5f2;
  font-weight: 700;
  border-color: #00ca87;
  border-width: 2px;
  outline: none;
  padding-top: 7px;
  padding-bottom: 9px;
}
.catalog-product-view.page-product-configurable .product-main-details-wrapper .product-info-main .product-add-form .specform-details {
  margin-top: 0;
}
.catalog-product-view .product-main-details-wrapper .rating-summary .rating-result,
.catalog-product-view #product-review-container .rating-summary .rating-result {
  width: 95px;
}
.product-main-details-wrapper .product-info-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.product-main-details-wrapper .product-info-main .page-title-wrapper {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.product-main-details-wrapper .product-info-main .rewardssocial-buttons {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 100%;
}
.product-main-details-wrapper .product-info-main .product-info-price {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  width: 100%;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-info-stock-sku .stock.available,
.product-main-details-wrapper .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  margin-top: 0;
  display: none;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku {
  color: #707070;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .type {
  font-weight: 400;
  margin-right: 0;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .type:after {
  content: ':';
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  margin: 20px 0;
  width: 100%;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary .rating-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 0;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary .rating-summary .rating-result {
  margin-bottom: 0;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary .reviews-actions a {
  margin-right: 0;
  font-weight: 700;
  color: #00ca87;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary .reviews-actions a:hover {
  color: #009665;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary .reviews-actions a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary .reviews-actions a.add {
  display: none;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary .reviews-actions + .warranty-period {
  border-left: 1px solid #ebebeb;
  margin-left: 15px;
  padding-left: 15px;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary .warranty-period {
  color: #707070;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary .warranty-period span {
  font-weight: 700;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary:not(.empty) .reviews-actions {
  padding-left: 10px;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary.empty .reviews-actions .add {
  display: flex;
  text-decoration: none;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary.empty .reviews-actions .add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #ebebeb;
  content: "\e93b";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-main-details-wrapper .product-info-main .product-info-price .product-reviews-summary.empty .reviews-actions .add:hover {
  text-decoration: underline;
}
.product-main-details-wrapper .product-info-main .price-box.price-final_price > .price-container {
  margin-top: 20px;
}
.product-main-details-wrapper .product-info-main .price-box .price-container {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.product-main-details-wrapper .product-info-main .price-box .price-container > .price-label {
  display: none;
}
.product-main-details-wrapper .product-info-main .price-box .price-container .price-wrapper .pricing-container {
  margin: 0;
}
.product-main-details-wrapper .product-info-main .price-box .price-container .weee:after {
  display: none;
}
.product-main-details-wrapper .product-info-main .price-box .negotiable-price {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 10px;
}
.product-main-details-wrapper .product-info-main .price-box .price-separator {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 0;
}
.product-main-details-wrapper .product-info-main .price-box .min-qty {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 0;
}
.product-main-details-wrapper .product-info-main .price-box .power-merchant-icon,
.product-main-details-wrapper .product-info-main .price-box .product-merchant-name,
.product-main-details-wrapper .product-info-main .price-box .product-location {
  display: none;
}
.product-main-details-wrapper .product-info-main .product-options-wrapper {
  margin-top: 20px;
}
.product-main-details-wrapper .product-info-main .product-add-form {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  width: 100%;
}
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification {
  margin-top: 20px;
}
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .out-of-stock-msg {
  border-radius: 5px;
  padding: 9px 19px 11px 20px;
  margin-bottom: 20px;
  background: #fff7e5;
  border: 1px solid #fb6a00;
  position: relative;
  padding-left: 42px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .out-of-stock-msg:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 18px;
  color: #e89d00;
  content: "\e900";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .out-of-stock-msg:before {
  width: 18px;
  position: absolute;
  left: 15px;
  top: 10px;
}
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .action.out-of-stock {
  text-decoration: none;
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 9px 20px 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
  text-transform: uppercase;
  min-width: 205px;
  text-align: center;
}
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .action.out-of-stock:hover,
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .action.out-of-stock:active,
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .action.out-of-stock:focus {
  text-decoration: none;
}
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .action.out-of-stock:focus,
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .action.out-of-stock:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .action.out-of-stock:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .action.out-of-stock.disabled,
.product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .action.out-of-stock[disabled],
fieldset[disabled] .product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .action.out-of-stock {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details {
  margin-top: 20px;
  margin-bottom: 0;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .field {
  width: 100%;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section .delivery_date {
  width: calc(100% - 102px);
  margin-bottom: 20px;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section .delivery_date .control {
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section .delivery_date .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #9c9c9c;
  content: "\e93e";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section .delivery_date .control:before {
  position: absolute;
  right: 14px;
  top: 13px;
  pointer-events: none;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section .delivery_total {
  width: calc(100% - 220px);
  max-width: 92px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section .delivery_total .control div.mage-error {
  position: absolute;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section.delivery_for_copied .field .label {
  display: none;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section .remove_copy_delivery {
  display: inline-block;
  text-decoration: none;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section .remove_copy_delivery:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  color: #9c9c9c;
  content: "\e943";
  font-family: 'icomoon';
  margin: 11px 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section .remove_copy_delivery:hover:before {
  color: #00ca87;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section .remove_copy_delivery > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-main-details-wrapper .product-info-main .product-add-form .specform-new-container,
.product-main-details-wrapper .product-info-main .product-add-form .vechicle-preference-section,
.product-main-details-wrapper .product-info-main .product-add-form .delivery-split-section {
  margin-bottom: 20px;
}
.product-main-details-wrapper .product-info-main .product-add-form .delivery-split-section {
  margin-top: -10px;
}
.product-main-details-wrapper .product-info-main .product-add-form .link-new-form-area {
  padding-top: 10px;
}
.product-main-details-wrapper .product-info-main .product-add-form .link-new-form-area .link-new-form {
  display: inline-block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 700;
}
.product-main-details-wrapper .product-info-main .product-add-form .link-new-form-area .link-new-form:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 1;
  color: #00ca87;
  content: "\e947";
  font-family: 'icomoon';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-main-details-wrapper .product-info-main .product-add-form .link-new-form-area .link-new-form:hover:before {
  color: #00491e;
}
.product-main-details-wrapper .product-info-main .product-add-form .delivery-split-section .link-delivery-split {
  font-weight: 700;
}
.product-main-details-wrapper .product-info-main .product-add-form .box-tocart .fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
}
.product-main-details-wrapper .product-info-main .product-add-form .box-tocart .qty {
  max-width: 78px;
  margin-bottom: 0;
  margin-right: 10px;
}
.product-main-details-wrapper .product-info-main .product-add-form .box-tocart .actions {
  width: 100%;
}
.product-main-details-wrapper .product-info-main .product-add-form .box-tocart .actions .tocart {
  width: 100%;
}
.product-main-details-wrapper .product-info-main .product-add-form .product-options-bottom {
  padding: 0;
}
.product-main-details-wrapper .product-info-main .product-add-form .product-options-bottom .wk-product-min-allowed-qty {
  display: none;
}
.product-main-details-wrapper .product-info-main .wk-product-min-allowed-qty {
  color: #707070;
}
.product-main-details-wrapper .product-info-main .wk-product-min-allowed-qty span {
  font-weight: 700;
}
.product-main-details-wrapper .product-info-main .wk-product-min-allowed-qty + .box-tocart {
  margin-top: 20px;
}
.product-main-details-wrapper .product-info-main .product-social-links {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  width: 100%;
}
.product-main-details-wrapper .product-info-main .product-social-links .product-addto-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  column-gap: 15px;
  row-gap: 5px;
  margin-top: 20px;
  margin-bottom: 0;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist,
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #00ca87;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  color: #707070;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:visited,
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:visited {
  color: #00ca87;
  text-decoration: none;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:hover,
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:hover {
  color: #009665;
  text-decoration: underline;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:active,
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:active {
  color: #009665;
  text-decoration: underline;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:hover,
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:hover,
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:active,
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:active,
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:focus,
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:focus {
  background: none;
  border: 0;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist.disabled,
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare.disabled,
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist[disabled],
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare[disabled],
fieldset[disabled] .product-main-details-wrapper .product-info-main .product-social-links .action.towishlist,
fieldset[disabled] .product-main-details-wrapper .product-info-main .product-social-links .action.tocompare {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:hover,
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:hover {
  color: #000000;
  text-decoration: none;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:visited,
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:visited {
  color: #707070;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  display: inline-block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  color: #9c9c9c;
  content: "\e920";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:hover:before {
  color: #000000;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist.active {
  display: inline-block;
  text-decoration: none;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #f70000;
  content: "\e921";
  font-family: 'icomoon';
  margin: -2px 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.towishlist.active:hover:before {
  color: #f70000;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: inline-block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  color: #9c9c9c;
  content: "\e917";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:hover:before {
  color: #000000;
}
.product-main-details-wrapper .product-info-main .product-social-links .block-requisition-list {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.product-main-details-wrapper .product-info-main .product-social-links .social-share .social-share-title {
  padding-bottom: 0;
}
.product-main-details-wrapper .product-info-main .product.attribute.overview {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  margin-top: 0;
  margin-bottom: 30px;
}
.product-main-details-wrapper .product-info-main .product.attribute.overview p:last-child {
  margin-bottom: 0;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 20px;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-response-container .wk-supplier-response-rate-container {
  line-height: 2rem;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-response-container .wk-supplier-response-rate-container:before {
  line-height: 2.2rem;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-response-container .wk-supplier-response-time-container {
  line-height: 2rem;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-response-container .wk-supplier-response-time-container:before {
  line-height: 2rem;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-msg-btn.askque {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-msg-btn.askque:focus,
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-msg-btn.askque:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-msg-btn.askque:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-msg-btn.askque.disabled,
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-msg-btn.askque[disabled],
fieldset[disabled] .product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-msg-btn.askque {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-msg-btn.askque:focus,
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-msg-btn.askque:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-msg-btn.askque:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-supplier-product-block .wk-supplier-location {
  font-weight: 400;
  color: #707070;
  font-style: italic;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-seller-block {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
  width: 100%;
}
.product-main-details-wrapper .product-info-main .wk-block.wk-seller-block .wk-seller-card-container {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
}
.product-main-details-wrapper .product-info-main .wk-supplier-review-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  gap: 10px;
}
.fotorama__stage .fotorama__arr {
  background: transparent;
}
.fotorama__stage .fotorama__arr:hover,
.fotorama__stage .fotorama__arr:active {
  background: transparent;
}
.fotorama__stage .fotorama__arr .fotorama__arr__arr {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.fotorama__stage .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  display: inline-block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fotorama__stage .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  color: #00491e;
  content: "\e922";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fotorama__stage .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:hover:before {
  color: #00491e;
}
.fotorama__stage .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  display: inline-block;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fotorama__stage .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
  color: #00491e;
  content: "\e923";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fotorama__stage .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:hover:before {
  color: #00491e;
}
.fotorama__fullscreen .fotorama--fullscreen {
  z-index: 999999 !important;
}
.fotorama__fullscreen .fotorama__stage .fotorama__fullscreen-icon {
  display: inline-block;
  text-decoration: none;
  transform: none !important;
  opacity: 1 !important;
}
.fotorama__fullscreen .fotorama__stage .fotorama__fullscreen-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: #006558;
  content: "\e9a3";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fotorama__fullscreen .fotorama__stage .fotorama__fullscreen-icon:hover:before {
  color: #006558;
}
.fotorama__fullscreen .fotorama__stage .fotorama__zoom-in {
  display: inline-block;
  text-decoration: none;
}
.fotorama__fullscreen .fotorama__stage .fotorama__zoom-in:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 1;
  color: #006558;
  content: '\e61c';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fotorama__fullscreen .fotorama__stage .fotorama__zoom-in:hover:before {
  color: #006558;
}
.fotorama__fullscreen .fotorama__stage .fotorama__zoom-out {
  display: inline-block;
  text-decoration: none;
  background: red;
}
.fotorama__fullscreen .fotorama__stage .fotorama__zoom-out:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 1;
  color: #006558;
  content: '\e60f';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fotorama__fullscreen .fotorama__stage .fotorama__zoom-out:hover:before {
  color: #006558;
}
.fotorama__fullscreen .fotorama__stage .fotorama__fullscreen-icon,
.fotorama__fullscreen .fotorama__stage .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__stage .fotorama__zoom-out {
  background: transparent;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.fotorama__fullscreen .fotorama__stage .fotorama__fullscreen-icon:before,
.fotorama__fullscreen .fotorama__stage .fotorama__zoom-in:before,
.fotorama__fullscreen .fotorama__stage .fotorama__zoom-out:before {
  font-weight: 700;
}
.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame {
  width: 70px !important;
  height: 70px !important;
  padding: 0 !important;
  margin-right: 20px;
}
.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame:last-child {
  margin-right: 5px;
}
.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
  border: 1px solid transparent;
  background: transparent;
}
.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  border-color: #00491e;
}
.fotorama__nav.fotorama__nav--dots {
  padding-top: 20px;
}
.fotorama__nav.fotorama__nav--dots .fotorama__nav__frame.fotorama__nav__frame--dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: all 0.5s ease;
}
.fotorama__nav.fotorama__nav--dots .fotorama__nav__frame.fotorama__nav__frame--dot .fotorama__dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ebebeb;
  border: 0;
  position: static;
}
.fotorama__nav.fotorama__nav--dots .fotorama__nav__frame.fotorama__nav__frame--dot.fotorama__active {
  width: 25px;
}
.fotorama__nav.fotorama__nav--dots .fotorama__nav__frame.fotorama__nav__frame--dot.fotorama__active .fotorama__dot {
  background-color: #00ca87;
  border-radius: 5px;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: 4px;
}
.sorter-label {
  font-weight: 700;
  padding-right: 5px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.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:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #9c9c9c;
  content: '\e613';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #9c9c9c;
}
.sorter .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;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.negotiable-price {
  font-weight: bold;
  font-size: 12px;
  color: #FB6A00;
}
.product .details .product-item-details .product-item-name {
  margin: 0 0 10px 0;
}
.product-item .price-box {
  margin: 0px;
}
.product-item .price-box .price {
  color: #00491E;
}
.pricing-container {
  margin-bottom: 10px;
}
.min-qty {
  color: #707070;
  font-size: 12px;
  margin-top: 3px;
}
.min-qty .count-pcs {
  font-weight: bold;
}
.product-location {
  font-size: 12px;
  font-style: italic;
  color: #707070;
}
.product-item .product-reviews-summary .reviews-actions {
  padding-left: 5px;
}
.product-merchant-name {
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  vertical-align: middle;
  display: flex;
  padding-bottom: 5px;
}
.product-merchant-name .power-merchant-icon {
  margin-right: 5px;
}
.pages .item {
  margin: 0 5px 0 0;
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 13px;
}
.pages .item.pages-item-next {
  border: none;
}
.pages .item.pages-item-previous {
  border: none;
}
.pages .item.current {
  color: #006558;
  border-color: #006558;
  background-color: #cff5e8;
}
.pages a.page:visited {
  color: #000;
}
.pages strong.page {
  font-size: 14px;
  color: #006558;
}
.pages .action {
  border: none;
}
.pages .action.next {
  margin: 0;
}
.pages .action.previous {
  margin: 0;
}
.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] .price {
  font-size: 1.1rem;
}
.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-image,
.category-description {
  margin-bottom: 20px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #4a4a4a;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.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 .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: 100%;
  border: 1px solid #ebebeb;
  background: #ffffff;
  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: 10px 20px 10px 20px;
}
.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: 10px 20px 10px 20px;
}
.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: 1px solid #ebebeb;
}
.product.info.detailed .additional-attributes > thead {
  background: #ffffff;
}
.product.info.detailed .additional-attributes > tfoot {
  background: #ffffff;
}
.product.info.detailed .additional-attributes > tbody > tr > td {
  background: #ffffff;
}
.product.info.detailed .additional-attributes > tbody > tr > th {
  background: #fafafa;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 38px;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #4a4a4a;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
  font-weight: bold;
}
.product-info-main .product-reviews-summary .reviews-actions .reviews-count {
  font-weight: 200;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  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: #f70000;
  font-size: 1.2rem;
  margin: 0;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 0;
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #00ca87;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #00ca87;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #009665;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #009665;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.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: #4a4a4a;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.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;
}
.catalog-product-view.page-layout-1column .product-main-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.catalog-product-view.page-layout-1column .product-info-main {
  width: 100%;
}
.catalog-product-view.page-layout-1column .product.media {
  width: 100%;
  margin: 0 auto 20px;
  float: none;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #ebebeb;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ebebeb;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.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.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.4rem;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.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: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
/**
 * 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 {
  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 {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding: 0 0 30px 30px;
}
.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: auto;
}
.jstree ul.jstree-container-ul > li > ul.jstree-children > li:not(.jstree ul.jstree-container-ul > li > ul.jstree-children > li:first-child) {
  padding-top: 8px;
}
.jstree ul.jstree-container-ul > li > ul.jstree-children > li ul.jstree-children > li {
  margin-left: 23px;
}
.jstree > ul ul li {
  background: none;
  border-left: 2px dotted #bababa;
  margin-left: 2rem;
  padding: .5rem 0;
  position: relative;
  margin-bottom: 2px;
}
.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: 2px dotted #bababa;
  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.5rem;
  width: 100%;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl {
  position: relative;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl:after {
  border-top: 2px dotted #bababa;
  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 {
  min-height: 30px;
  line-height: 30px;
  padding: 0 10px 5px 0;
}
.jstree li a > .jstree-themeicon-custom {
  margin-left: 10px;
  margin-right: .7rem;
}
.jstree li a > .jstree-icon.icon-customer:before {
  content: "\e952";
}
.jstree li a > .jstree-icon.icon-customer:before {
  font-size: 18px;
}
.jstree li a > .jstree-icon.icon-company:before {
  content: "\e953";
}
.jstree li a > .field-tooltip {
  color: #000000;
  left: 100%;
  margin-left: 5px;
  top: .4rem;
  display: none;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: 0;
  position: relative;
  top: .7rem;
  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: #bababa;
  content: "\e950";
  font-family: 'icomoon';
  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: "\e951";
}
.jstree li.jstree-open > .jstree-icon:before {
  font-size: 19px;
  left: 1.4rem;
  position: relative;
}
.jstree li.jstree-closed > .jstree-icon:before {
  content: "\e950";
}
.jstree li.jstree-closed > .jstree-icon:before {
  font-size: 19px;
  left: 1.4rem;
  position: relative;
}
.jstree > ul > li {
  background: none;
}
.jstree > ul > li > a.company-admin {
  margin-left: -.2rem;
  padding-bottom: 5px;
}
.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: "\e954";
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  font-size: 28px;
}
.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: 28px;
  line-height: 1.1;
  color: #707070;
  font-family: 'icomoon';
  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: 3rem;
  line-height: 1.1;
  color: #d8d8d8;
  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: 2.1rem;
}
.jstree.jstree-draggable a.jstree-clicked:before {
  color: #009665;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  background-color: #ffffff;
  color: #009665;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #009665;
}
.jstree .jstree-anchor:hover:before {
  color: #009665;
}
.jstree .jstree-anchor:hover .jstree-icon:before {
  color: #009665;
}
.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 .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: #1979c3;
  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: #006bb4;
}
.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: 0 0 10px 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;
}
.company-profile-index .block .block-title,
.company-index-index .block .block-title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.company-profile-index .column.main .block:not(.widget) .block-content .box,
.company-index-index .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 30px;
}
.company-profile-index .column.main .block:not(.widget) .block-content .box:last-child,
.company-index-index .column.main .block:not(.widget) .block-content .box:last-child {
  margin-bottom: 0;
}
.company-profile-index .column.main .block:not(.widget) .block-content .box.box-account-information,
.company-index-index .column.main .block:not(.widget) .block-content .box.box-account-information,
.company-profile-index .column.main .block:not(.widget) .block-content .box.box-address-information,
.company-index-index .column.main .block:not(.widget) .block-content .box.box-address-information {
  margin-bottom: 0;
}
.manage-company-accounts .block.block-dashboard-company .box-actions {
  margin-top: 0;
  margin-bottom: 20px;
}
.manage-company-accounts .block.block-dashboard-company .box-actions button.action,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #00ca87;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  min-height: auto;
  text-transform: none;
  padding-right: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 0;
}
.manage-company-accounts .block.block-dashboard-company .box-actions button.action:visited,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:visited {
  color: #00ca87;
  text-decoration: none;
}
.manage-company-accounts .block.block-dashboard-company .box-actions button.action:hover,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:hover {
  color: #009665;
  text-decoration: underline;
}
.manage-company-accounts .block.block-dashboard-company .box-actions button.action:active,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:active {
  color: #009665;
  text-decoration: underline;
}
.manage-company-accounts .block.block-dashboard-company .box-actions button.action:hover,
.manage-company-accounts .block.block-dashboard-company .box-actions button.action:active,
.manage-company-accounts .block.block-dashboard-company .box-actions button.action:focus,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:active,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:focus {
  background: none;
  border: 0;
}
.manage-company-accounts .block.block-dashboard-company .box-actions button.action.disabled,
.manage-company-accounts .block.block-dashboard-company .box-actions button.action[disabled],
fieldset[disabled] .manage-company-accounts .block.block-dashboard-company .box-actions button.action,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action.disabled,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action[disabled],
fieldset[disabled] .manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.manage-company-accounts .block.block-dashboard-company .box-actions button.action:hover,
.manage-company-accounts .block.block-dashboard-company .box-actions button.action:focus,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:focus {
  border-right: 1px solid #ebebeb;
}
.manage-company-accounts .block.block-dashboard-company .box-actions button.action._hidden,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action._hidden {
  display: none;
}
.manage-company-accounts .block.block-dashboard-company .box-actions button:last-child.action,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action:last-child.action {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.manage-company-accounts .block.block-dashboard-company .box-actions button:last-child.action:hover,
.manage-company-accounts .block.block-dashboard-company .box-actions button:last-child.action:focus,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action:last-child.action:hover,
.manage-company-accounts .block.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action:last-child.action:focus {
  border-right: 0;
}
.company-profile-index .page-title-wrapper .edit-company-profile {
  display: none;
}
.message.company-warning {
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 9px 19px 11px 20px;
  display: block;
  line-height: normal;
  font-size: 1.4rem;
  border: 1px solid;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.company-warning a {
  color: #00ca87;
}
.message.company-warning a:hover {
  color: #009665;
}
.message.company-warning a:active {
  color: #009665;
}
.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-content .fieldset {
  margin-bottom: 0;
}
.popup-tree .modal-content .file-uploader .file-uploader-area .file-uploader-button {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 1.4rem;
  padding: 6px 20px 7px;
  transition: all 0.5s ease;
}
.popup-tree .modal-content .file-uploader .file-uploader-area .file-uploader-button:focus,
.popup-tree .modal-content .file-uploader .file-uploader-area .file-uploader-button:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.popup-tree .modal-content .file-uploader .file-uploader-area .file-uploader-button:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.popup-tree .modal-content .file-uploader .file-uploader-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
  width: 100%;
}
.popup-tree .modal-content .file-uploader .file-uploader-summary .file-uploader-preview {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}
.popup-tree .modal-content .file-uploader .file-uploader-summary .file-uploader-preview .preview-link.preview-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  max-width: 150px;
}
.popup-tree .modal-content .file-uploader .file-uploader-summary .file-uploader-preview .preview-link.preview-image img {
  border-radius: 5px;
  float: left;
}
.popup-tree .modal-content .file-uploader .file-uploader-summary .file-uploader-preview .action-remove {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 11px 20px 13px;
  margin: 10px 0 0;
}
.popup-tree .modal-content .file-uploader .file-uploader-summary .file-uploader-preview .action-remove:focus,
.popup-tree .modal-content .file-uploader .file-uploader-summary .file-uploader-preview .action-remove:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.popup-tree .modal-content .file-uploader .file-uploader-summary .file-uploader-preview .action-remove:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
}
.popup-tree .modal-footer .action-primary:focus,
.popup-tree .modal-footer .action-primary:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary:hover {
  background: #009665;
  border: 1px solid #009665;
  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;
}
.popup-tree .modal-footer .action,
.popup-tree .modal-footer .secondary {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.popup-tree .modal-footer .action:focus,
.popup-tree .modal-footer .secondary:focus,
.popup-tree .modal-footer .action:active,
.popup-tree .modal-footer .secondary:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.popup-tree .modal-footer .action:hover,
.popup-tree .modal-footer .secondary:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.popup-tree .modal-footer .primary {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.popup-tree .modal-footer .primary:focus,
.popup-tree .modal-footer .primary:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.popup-tree .modal-footer .primary:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.popup-tree .modal-footer .primary.disabled,
.popup-tree .modal-footer .primary[disabled],
fieldset[disabled] .popup-tree .modal-footer .primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.company-profile-payment-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.company-profile-payment-methods .payment-methods-label {
  font-weight: 700;
  line-height: 22px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  color: #00491e;
}
.company-profile-payment-methods .payment-methods-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.company-profile-payment-methods .payment-methods-list li {
  margin: 0 0 5px;
}
.company-profile-payment-methods .payment-methods-list li:last-child {
  margin-bottom: 0;
}
.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: '';
}
.company-users-index .table:not(.cart):not(.totals) > thead > tr > th:last-child > span,
.company-role-index .table:not(.cart):not(.totals) > thead > tr > th:last-child > span {
  display: none;
}
.company-users-index .data-grid-filters-wrap,
.company-role-index .data-grid-filters-wrap {
  margin-top: 0;
}
.company-users-index .data-grid-filters-wrap .action,
.company-role-index .data-grid-filters-wrap .action {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #00ca87;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 700;
  text-transform: none;
  min-height: auto;
}
.company-users-index .data-grid-filters-wrap .action:visited,
.company-role-index .data-grid-filters-wrap .action:visited {
  color: #00ca87;
  text-decoration: none;
}
.company-users-index .data-grid-filters-wrap .action:hover,
.company-role-index .data-grid-filters-wrap .action:hover {
  color: #009665;
  text-decoration: underline;
}
.company-users-index .data-grid-filters-wrap .action:active,
.company-role-index .data-grid-filters-wrap .action:active {
  color: #009665;
  text-decoration: underline;
}
.company-users-index .data-grid-filters-wrap .action:hover,
.company-role-index .data-grid-filters-wrap .action:hover,
.company-users-index .data-grid-filters-wrap .action:active,
.company-role-index .data-grid-filters-wrap .action:active,
.company-users-index .data-grid-filters-wrap .action:focus,
.company-role-index .data-grid-filters-wrap .action:focus {
  background: none;
  border: 0;
}
.company-users-index .data-grid-filters-wrap .action.disabled,
.company-role-index .data-grid-filters-wrap .action.disabled,
.company-users-index .data-grid-filters-wrap .action[disabled],
.company-role-index .data-grid-filters-wrap .action[disabled],
fieldset[disabled] .company-users-index .data-grid-filters-wrap .action,
fieldset[disabled] .company-role-index .data-grid-filters-wrap .action {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.company-users-index .data-grid-filters-wrap .action:active,
.company-role-index .data-grid-filters-wrap .action:active {
  box-shadow: none;
}
.company-users-index .data-grid-filters-wrap .action.action-secondary,
.company-role-index .data-grid-filters-wrap .action.action-secondary {
  border-right: 1px solid #ebebeb;
  margin-right: 10px;
  padding-right: 10px;
}
.company-users-index .data-grid-wrap.table-wrapper .data-grid .data-grid-th._draggable,
.company-role-index .data-grid-wrap.table-wrapper .data-grid .data-grid-th._draggable {
  background: transparent;
}
.company-users-index .data-grid-wrap.table-wrapper .data-grid .data-grid-actions-cell.actions,
.company-role-index .data-grid-wrap.table-wrapper .data-grid .data-grid-actions-cell.actions {
  font-weight: 700;
}
.company-users-index .data-grid-wrap.table-wrapper .data-grid .data-grid-actions-cell.actions .action,
.company-role-index .data-grid-wrap.table-wrapper .data-grid .data-grid-actions-cell.actions .action {
  border-right: 1px solid #ebebeb;
  margin-right: 10px;
  padding-right: 10px;
}
.company-users-index .data-grid-wrap.table-wrapper .data-grid .data-grid-actions-cell.actions .action:last-child,
.company-role-index .data-grid-wrap.table-wrapper .data-grid .data-grid-actions-cell.actions .action:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.company-role-edit .form-edit-role .role-information,
.company-role-edit .form-edit-role .role-access-permission {
  margin-bottom: 30px;
}
.company-role-edit .form-edit-role .role-information .legend,
.company-role-edit .form-edit-role .role-access-permission .legend {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  width: 100%;
}
.company-role-edit .form-edit-role .role-access-permission .box-actions {
  margin-bottom: 30px;
}
.company-role-edit .form-edit-role .role-access-permission .box-actions .action {
  line-height: 1.42857143;
  margin: 0;
  color: #00ca87;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 700;
  text-transform: none;
  padding: 0;
  min-height: auto;
}
.company-role-edit .form-edit-role .role-access-permission .box-actions .action:visited {
  color: #00ca87;
  text-decoration: none;
}
.company-role-edit .form-edit-role .role-access-permission .box-actions .action:hover {
  color: #009665;
  text-decoration: underline;
}
.company-role-edit .form-edit-role .role-access-permission .box-actions .action:active {
  color: #009665;
  text-decoration: underline;
}
.company-role-edit .form-edit-role .role-access-permission .box-actions .action:hover,
.company-role-edit .form-edit-role .role-access-permission .box-actions .action:active,
.company-role-edit .form-edit-role .role-access-permission .box-actions .action:focus {
  background: none;
  border: 0;
}
.company-role-edit .form-edit-role .role-access-permission .box-actions .action.disabled,
.company-role-edit .form-edit-role .role-access-permission .box-actions .action[disabled],
fieldset[disabled] .company-role-edit .form-edit-role .role-access-permission .box-actions .action {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.company-role-edit .form-edit-role .role-access-permission .box-actions .action:not(.company-role-edit .form-edit-role .role-access-permission .box-actions .action:last-child) {
  border-right: 1px solid #ebebeb;
  margin-right: 10px;
  padding-right: 10px;
}
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection {
  margin-left: -10px;
}
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection > ul ul li {
  padding: 0;
}
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection > ul ul li > .jstree-icon.jstree-ocl:after {
  right: 22px;
}
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl:after {
  right: 0;
}
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection li a {
  padding-bottom: 2px;
  padding-top: 2px;
  white-space: normal;
}
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection li ul li ul li:after {
  height: 18px;
}
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection .jstree-anchor {
  position: relative;
  padding-left: 38px;
}
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection .jstree-anchor .jstree-checkbox {
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  background-image: none;
  width: 18px;
  height: 18px;
  margin: 0;
  position: absolute;
  left: 10px;
  top: 9px;
}
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection .jstree-anchor .jstree-checkbox:before {
  position: absolute;
  left: 3px;
  top: 4px;
}
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection .jstree-anchor.jstree-clicked > .jstree-checkbox,
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection .jstree-anchor:hover > .jstree-checkbox {
  display: inline-block;
  text-decoration: none;
  background: #00ca87;
}
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection .jstree-anchor.jstree-clicked > .jstree-checkbox:before,
.company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection .jstree-anchor:hover > .jstree-checkbox:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: #ffffff;
  content: "\e93f";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.company-profile-shipping-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.company-profile-shipping-methods .shipping-methods-label {
  font-weight: 700;
  line-height: 22px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 20px;
  color: #00491e;
}
.company-profile-shipping-methods .shipping-methods-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.company-profile-shipping-methods .shipping-methods-list li {
  margin: 0 0 5px;
}
.company-profile-shipping-methods .shipping-methods-list li:last-child {
  margin-bottom: 0;
}
.account .page-title-wrapper .page-title {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 30px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 700;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #f70000;
  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;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account .fieldset.company {
  display: none;
}
.form-edit-account .fieldset.company {
  display: none;
}
.form-edit-account .job-title {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .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;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ffffff;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ffffff;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  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;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
}
.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;
}
.customer-account-forgotpassword .page-wrapper,
.customer-account-createpassword .page-wrapper {
  background-color: #f7f7f7;
}
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper {
  display: none;
}
.customer-account-forgotpassword .block-customer-forgot-password,
.customer-account-createpassword .block-customer-forgot-password {
  max-width: 640px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
}
.customer-account-forgotpassword .block-customer-forgot-password .block-title,
.customer-account-createpassword .block-customer-forgot-password .block-title {
  margin-bottom: 20px;
}
.customer-account-forgotpassword .block-customer-forgot-password .field.note,
.customer-account-createpassword .block-customer-forgot-password .field.note {
  margin-bottom: 30px;
}
.customer-account-forgotpassword .block-customer-forgot-password .control.captcha,
.customer-account-createpassword .block-customer-forgot-password .control.captcha {
  text-align: left;
}
.customer-account-forgotpassword .block-customer-forgot-password .actions-toolbar > .primary,
.customer-account-createpassword .block-customer-forgot-password .actions-toolbar > .primary {
  width: 100%;
  display: block;
}
.customer-account-forgotpassword .block-customer-forgot-password .actions-toolbar > .primary .action,
.customer-account-createpassword .block-customer-forgot-password .actions-toolbar > .primary .action {
  width: 100%;
}
.account .column.main .storecredit .block:not(.widget) {
  margin-bottom: 50px;
}
.account .column.main .storecredit .block:not(.widget):last-child {
  margin-bottom: 0;
}
.account .column.main .storecredit .block:not(.widget).block-balance .block-title,
.account .column.main .storecredit .block:not(.widget).block-balance-giftcard .block-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.account .column.main .storecredit .block:not(.widget).block-balance-giftcard {
  display: none;
}
.account .column.main .storecredit .block:not(.widget) .block-content .balance-price-label {
  display: none;
}
.account .column.main .storecredit .block:not(.widget) .block-content .balance-price-value {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  color: #00ca87;
  margin-bottom: 0;
}
.account .column.main .giftcard-account .form.form-giftcard-redeem .fieldset {
  margin-bottom: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.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 .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 5px;
  background-image: none;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 12px 5px 11px 15px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.gift-item-block .title:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.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;
}
.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-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
.bixbox-account-quote-detail-title .page-title-wrapper .page-title {
  display: inline-block;
  margin-right: 0.3em;
}
.bixbox-account-quote-detail-title .page-title-wrapper .quote-status {
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  text-transform: uppercase;
}
.negotiable_quote-quote-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: .4rem;
}
.negotiable_quote-quote-index .table-wrapper .table .admin-sub-row {
  font-weight: 700;
}
.negotiable_quote-quote-index .table-wrapper .table .admin-sub-row td:nth-child(1) .quotation-notification {
  display: inline-block;
  margin-right: 10px;
}
.negotiable_quote-quote-index .table-wrapper .table .admin-sub-row td:nth-child(1) .quotation-notification:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f70000;
  display: inline-block;
}
.quotes-available:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f70000;
  display: inline-block;
}
.header .header-right .quotation .header-quotation.quotes-available {
  position: relative;
}
.header .header-right .quotation .header-quotation.quotes-available:after {
  position: absolute;
  right: 0;
  top: -5px;
}
.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: #00ca87;
  float: right;
  font-weight: 400;
  padding: 0 0 10px;
  position: relative;
}
[data-role='negotiable-quote-popup'] .add-file:hover,
[data-role='negotiable-quote-popup'] .add-file:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
[data-role='negotiable-quote-popup'] .add-file:not(:focus) {
  box-shadow: none;
}
[data-role='negotiable-quote-popup'] .fieldset {
  margin-bottom: 10px;
}
[data-role='negotiable-quote-popup'] .fieldset .hidden {
  display: none;
}
.reorder-quote-popup .fieldset {
  margin-bottom: 20px;
}
.reorder-quote-popup .action.cancel {
  background: none;
  border: 0;
  color: #00ca87;
  font-weight: 400;
  padding-left: 10px;
}
.reorder-quote-popup .action.cancel:hover,
.reorder-quote-popup .action.cancel:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.reorder-quote-popup .action.cancel:not(:focus) {
  box-shadow: none;
}
.quote__data-grid-wrap {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  margin-bottom: 20px;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.quote-grid-filters-wrap {
  margin-bottom: 20px;
}
.quote-grid-filters-wrap .action {
  font-weight: 700;
  min-height: auto;
  text-transform: none;
}
.quote-view-links {
  margin: 10px 0;
}
.quote-view-links ._disabled {
  display: inline-block;
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-actions-toolbar .action {
  padding-right: 25px;
}
.quote-details-items {
  margin-bottom: 20px;
}
.quote-details-items .content .quote-title {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-bottom: 10px;
}
.quote-details-items .content .quote-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.quote-details-items .item .col.item,
.quote-details-items .item .col.sku {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.quote-details-items .item .col.discount-no-price {
  width: 90px;
  text-align: right;
}
.quote-details-items .item .col.discount-no-price .price {
  font-weight: 400;
  font-size: 1.4rem;
}
.quote-details-items .quote-table-totals-wrap {
  background: #f2f2f2;
}
.quote-details-items .quote-table-totals tr td,
.quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  text-align: right;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot {
  background: none;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr td {
  width: 10rem;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr th {
  text-align: left;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child td,
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child th {
  border-top-width: 0;
  padding-top: 10px;
}
.quote-details-items .quote-table-totals .hidden {
  display: none;
}
.quote-details-items .quote-table-totals .toggle-action tr th,
.quote-details-items .quote-table-totals .toggle-action tr td {
  font-weight: 600;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table {
  border-bottom: 1px solid #cccccc;
  display: none;
  padding-bottom: 10px;
}
.quote-details-items .collapsible-table tbody td,
.quote-details-items .collapsible-table tbody th {
  line-height: 1.2;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table tbody td {
  padding-right: 0;
}
.quote-details-items .collapsible-table tbody th {
  padding-left: 0;
}
.quote-details-items .toggle-action td {
  padding-right: 0;
}
.quote-details-items .toggle-action th {
  padding-left: 0;
}
.quote-details-items .toggle-action .toggle {
  border: 0;
  padding: 0;
}
.quote-details-items .toggle-action .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.quote-details-items .toggle-action .toggle.active:after {
  content: '\e621';
}
.quote-details-items .quote-table {
  padding: 20px 20px 40px;
}
.quote-details-items .quote-table .table {
  border-collapse: separate;
}
.quote-details-items .quote-table .table > tbody > tr.item-actions td,
.quote-details-items .quote-table .table > tbody > tr.item-actions th {
  border-top-width: 0;
}
.quote-details-items .items thead + .item {
  border-top-width: 0;
}
.quote-details-items .product-item-name {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}
.quote-details-items .product-item-name + .item-options {
  margin-top: 20px;
}
.quote-details-items .item-options {
  margin-bottom: 0;
}
.quote-details-items .col {
  padding-top: 20px;
}
.quote-details-items .col.qty .input-text {
  margin-top: -5px;
}
.quote-details-items .actions-toolbar {
  position: relative;
}
.quote-details-items .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.quote-details-items .actions-toolbar > .action:hover,
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:focus {
  text-decoration: none;
}
.quote-details-items .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:not(:focus) {
  box-shadow: none;
}
.quote-details-items .actions-toolbar .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: 'icomoon';
  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: #000000;
}
.quote-details-items .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.quote-reference-content {
  margin-right: 25px;
}
.quote-reference-content:last-child {
  flex: 1 1 auto;
}
.quote-status {
  margin: 0;
  padding: 3px 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 {
  width: 100%;
  display: inline-block;
}
.quote-comments-block .quote-block-title {
  display: none;
}
.quote-comments-block .comments-block-list .comments-block-item {
  padding: 20px;
  width: 100%;
}
.quote-comments-block .comments-block-list .comments-block-item:not(:last-child) {
  margin-bottom: 20px;
}
.quote-comments-block .comments-block-list .comments-block-item:nth-child(odd) {
  background-color: #cff5e8;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.quote-comments-block .comments-block-list .comments-block-item:nth-child(even) {
  background-color: #f0f5f2;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
  word-break: break-all;
}
.quote-comments-block .comments-block-item .attachments-list {
  margin-top: 10px;
  padding-top: 0;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-bottom: 0;
  display: inline-block;
  text-decoration: none;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.2;
  color: #00ca87;
  content: "\e945";
  font-family: 'icomoon';
  margin: -1px 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item a {
  font-weight: 700;
}
.quote-comments-block ._disabled {
  opacity: .5;
  pointer-events: none;
}
.quote-comments-block + .block-comments {
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
  display: inline-block;
}
.add-quote-comment-section .comments-field-control {
  margin-bottom: 20px;
}
.add-quote-comment-section .comments-field-control textarea {
  height: 150px;
}
.add-quote-comment-section #button-send-review {
  margin-top: 10px;
}
.quote-notes-block {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-block: 0.1rem solid #d6d6d6;
  border-left: 0.1rem solid #d6d6d6;
  border-right: 0.1rem solid #d6d6d6;
}
.quote-notes-block b {
  color: #999999;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem -0.2rem;
}
.quote-notes-block .comments-block-list {
  padding-left: 25px;
  padding-top: 10px;
}
.quote-notes-block .notes-block-item:not(:last-child) {
  padding-bottom: 10px;
}
.quote-notes-block .notes-block-item .notes-block-item-comment {
  font-size: 1.4rem;
  word-break: break-all;
  margin-bottom: 10px;
}
.quote-notes-block .notes-block-item .editable {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: right;
  top: -.2rem;
}
.quote-notes-block .notes-block-item .editable > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-notes-block .notes-block-item .editable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #000000;
  content: '\e601';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-notes-block .notes-block-item .editable:hover:before {
  color: #000000;
}
.quote-notes-block .notes-block-item .editable:active:before {
  color: #8f8f8f;
}
.quote-notes-block .notes-block-item b {
  color: black;
}
.quote-history-log-block .history-log-block-list {
  list-style-type: none;
  padding-left: 0;
}
.quote-history-log-block .history-log-block-item-info {
  word-break: break-all;
}
.quote-history-log-block .history-log-block-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-history-log-block .history-log-block-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe {
  padding-bottom: 5px;
  padding-top: 10px;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe:last-child {
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item b,
.quote-history-log-block .history-log-block-item strong {
  font-weight: 600;
}
.quote-history-log-block .history-log-block-item-title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.quote-history-log-block .history-log-block-item-old {
  margin-right: 5px;
  text-decoration: line-through;
}
.comments-field .comments-field-label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.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: "\e943";
  font-family: 'icomoon';
  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: #000000;
}
.attachments-list .attachments-item .action-delete:active:before {
  color: #8f8f8f;
}
.field-attachment input {
  display: none;
}
.field-attachment label {
  display: inline-block;
  text-decoration: none;
  color: #00ca87;
  cursor: pointer;
  font-size: 1.4rem;
  padding-left: 30px;
  padding-top: 5px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
.field-attachment label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 1.2;
  color: #00ca87;
  content: "\e945";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-attachment label:before {
  top: 0;
  left: 0;
  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: #00ca87;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: #00ca87;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #009665;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #009665;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:hover,
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.popup-edit-address .modal-footer .secondary.disabled,
.popup-edit-address .modal-footer .secondary[disabled],
fieldset[disabled] .popup-edit-address .modal-footer .secondary {
  color: #00ca87;
  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 {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  min-height: 41px;
  width: 100%;
}
.negotiable-quote.request button:focus,
.negotiable-quote.request button:active,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action:focus,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.negotiable-quote.request button:hover,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.negotiable-quote.request button.disabled,
.negotiable-quote.request button[disabled],
fieldset[disabled] .negotiable-quote.request button,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action.disabled,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .negotiable-quote.request .quote-details-items .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.negotiable-quote.request .message-info.message.info {
  font-size: 1.3rem;
  background: #f5f5f5;
  color: #858585;
  margin-top: .5rem;
  padding: 0 .6rem;
  text-align: left;
}
.negotiable-quote.request .message-info.message.info:before {
  display: none;
}
.negotiable-quote-quote-print.account .column.main {
  padding-bottom: 0;
}
.negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  float: left;
  width: 50%;
}
.negotiable-quote-quote-print .columns {
  display: block;
}
.negotiable-quote-quote-print .page-title {
  font-size: 4rem;
  margin-bottom: 5px;
}
.negotiable-quote-quote-print .page-title-wrapper {
  margin-bottom: 30px;
}
.negotiable-quote-quote-print .quote-date {
  float: left;
}
.negotiable-quote-quote-print .quote-sales-rep {
  float: right;
}
.negotiable-quote-quote-print .quote-details-items .quote-table {
  border-width: 0;
  padding: 0;
}
.negotiable-quote-quote-print .quote-name {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-title {
  border-bottom: 1px solid #e4e4e4;
}
.negotiable-quote-quote-print .quote-title > strong {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2;
}
.negotiable-quote-quote-print .quote-status {
  float: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.item,
.negotiable-quote-quote-print .quote-details-items .item .col.item {
  display: table-cell;
}
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  padding-right: 0;
}
.negotiable-quote-quote-print .quote-details-items thead .col.delete,
.negotiable-quote-quote-print .quote-details-items .item .col.delete {
  display: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.price,
.negotiable-quote-quote-print .quote-details-items .item .col.price,
.negotiable-quote-quote-print .quote-details-items thead .col.stock,
.negotiable-quote-quote-print .quote-details-items .item .col.stock,
.negotiable-quote-quote-print .quote-details-items thead .col.qty,
.negotiable-quote-quote-print .quote-details-items .item .col.qty,
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
.negotiable-quote-quote-print .quote-details-items thead .col.discount,
.negotiable-quote-quote-print .quote-details-items .item .col.discount,
.negotiable-quote-quote-print .quote-details-items thead .col.actions,
.negotiable-quote-quote-print .quote-details-items .item .col.actions {
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead .col .product-item-name a,
.negotiable-quote-quote-print .quote-details-items .item .col .product-item-name a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col .price,
.negotiable-quote-quote-print .quote-details-items .item .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.negotiable-quote-quote-print .quote-details-items thead .col .input-text,
.negotiable-quote-quote-print .quote-details-items .item .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  border-color: #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items thead th,
.negotiable-quote-quote-print .quote-details-items .item th,
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  padding-left: 0;
}
.negotiable-quote-quote-print .quote-details-items tbody:last-child td {
  border-bottom: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items tbody td {
  border-top: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tbody {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  padding-left: 0;
  text-align: left;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-size: 1.3rem;
  padding-bottom: 1.2rem;
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > th {
  border: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child td,
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-shipping-info {
  margin-bottom: 0;
}
.negotiable-quote-quote-print .quote-price-block {
  margin: 6rem 0 40px;
}
.negotiable-quote-quote-print .quote-block-title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-block-content {
  width: calc(44%);
}
.negotiable-quote-quote-print .quote-block-content.catalog-price {
  float: left;
}
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals td strong,
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals th strong {
  font-weight: 400;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price {
  float: right;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child td,
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child th {
  border-color: #858585;
}
.negotiable-quote-quote-print .quote-comments-block .quote-block-title {
  border-color: #e4e4e4;
  display: block;
  font-weight: 300;
}
.negotiable-quote-quote-print .quote-comments-block .comments-block-item {
  border-color: #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list {
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-comments-block .comments-field {
  display: none;
}
.negotiable-quote-quote-print .copyright {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.negotiable-quote-quote-print .copyright .phone {
  float: right;
}
.negotiable-quote-errors .error-wrap {
  display: none;
}
.negotiable-quote-order-information {
  font-size: 1.4rem;
  margin: 0 0 1.8rem;
}
.negotiable-quote-order-information:before,
.negotiable-quote-order-information:after {
  content: '';
  display: table;
}
.negotiable-quote-order-information:after {
  clear: both;
}
.table-order-items .page-section-negotiable td {
  padding: 0;
}
.table-order-items .page-section-negotiable td .data-table {
  position: relative;
}
.table-order-items .page-section-negotiable td .data-table tr td {
  border: none;
  padding: 11px 10px;
  text-align: right;
}
.table-order-items .page-section-negotiable td .data-table tr td:first-child {
  width: 79.5%;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal {
  font-weight: 600;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal:after {
  background: #cccccc;
  bottom: 42px;
  content: '';
  height: 1px;
  left: auto;
  position: absolute;
  right: 1.5%;
  width: 36%;
}
.table-order-items tfoot > tr.page-section-negotiable td {
  padding: 0;
}
.sales-order-view .page-main .page-title-wrapper .negotiable-quote-order-information .order-date {
  font-size: 1.4rem;
  margin: 0;
}
.checkout-shipping-address .message.notice .link-back {
  font-size: 0;
}
.checkout-shipping-address .message.notice .link-back a,
.checkout-shipping-address .message.notice .link-back span {
  font-size: 1.3rem;
}
.negotiable-quote-note-popup .form {
  margin-top: 30px;
}
.negotiable-quote-note-popup .actions-toolbar {
  margin-top: 20px;
}
.popup-request-quote .modal-content .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup-request-quote .modal-content .actions-toolbar .secondary .action {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  min-height: 41px;
  margin: 0;
  text-transform: uppercase;
}
.popup-request-quote .modal-content .actions-toolbar .secondary .action:focus,
.popup-request-quote .modal-content .actions-toolbar .secondary .action:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.popup-request-quote .modal-content .actions-toolbar .secondary .action:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.popup-request-quote .modal-content .actions-toolbar .secondary .action.disabled,
.popup-request-quote .modal-content .actions-toolbar .secondary .action[disabled],
fieldset[disabled] .popup-request-quote .modal-content .actions-toolbar .secondary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.popup-request-quote .modal-content .actions-toolbar .secondary .action:focus,
.popup-request-quote .modal-content .actions-toolbar .secondary .action:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.popup-request-quote .modal-content .actions-toolbar .secondary .action:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
/**
 * 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;
  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;
  margin-right: 0;
  width: auto;
}
.my-orders-search-advanced .actions-toolbar button,
.my-orders-search-advanced .actions-toolbar .quote-details-items .actions-toolbar > .action {
  margin-left: 10px;
}
.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: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):hover:before {
  color: #00699d;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):active:before {
  color: #68a8e0;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  display: inline;
  vertical-align: unset;
}
.my-orders-search-advanced .action-clear-all {
  font-weight: inherit;
}
.my-orders-search-advanced + .filter-divider hr {
  margin-top: 0;
}
.search-sku input {
  float: left;
  padding-right: 24px;
}
.search-sku button[type='submit'],
.search-sku .quote-details-items .actions-toolbar > .action[type='submit'] {
  background: transparent;
  border: none;
  box-shadow: none;
  float: right;
  margin-left: -28px;
  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: #000000;
  content: '\e615';
  display: inline-block;
  font-family: 'icomoon';
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  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;
}
/**
 * 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: 1;
}
.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(../../../../../frontend/Magento/blank/id_ID/Magento_PurchaseOrder/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: #000000;
  margin: 0;
  padding: 6px 20px;
}
.page-main .data-grid-filters-action-wrap .action-default._active:after {
  background-color: #000000;
}
.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: #000000;
  margin: 20px 0 40px 0;
}
.purchase-order-payment-method .message.info > *:first-child:before {
  color: #1979c3;
  content: '\e60c';
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
.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: 14px;
  color: #4a4a4a;
  content: '\e622';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle:hover:after {
  color: #000000;
}
.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: 14px;
  color: #4a4a4a;
  content: '\e621';
  font-family: 'icomoon';
  margin: 0;
  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: #000000;
}
.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: none;
  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.16);
}
.requisition-list-action .items li {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
}
.requisition-list-action .items li:hover {
  background: #ebebeb;
  cursor: pointer;
}
.requisition-list-action.active {
  overflow: visible;
}
.requisition-list-action.active .items {
  display: block;
}
.requisition-list-action .items {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.13);
  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 {
  padding: 10px;
}
.requisition-list-action .items .item:last-child:hover {
  background: #ebebeb;
}
.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:after {
  font-size: 20px;
  line-height: 20px;
}
.requisition-list-action > .action.toggle.active:after {
  font-size: 20px;
  line-height: 20px;
}
.requisition-list-action > .action.toggle:active {
  box-shadow: none;
}
.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;
}
.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;
}
.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;
  margin-right: 5px;
}
.social-button .requisition-list-button:active,
.social-button .requisition-list-button:focus,
.social-button .requisition-list-button:hover {
  color: #000000;
}
.social-button .requisition-list-button:after {
  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;
}
.cart.table-wrapper .actions-toolbar .block-requisition-list .requisition-list-action {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  vertical-align: top;
}
.cart.table-wrapper .actions-toolbar .block-requisition-list .requisition-list-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #9c9c9c;
  content: '\e901';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar .block-requisition-list .requisition-list-action:hover:before {
  color: #000000;
}
.cart.table-wrapper .actions-toolbar .block-requisition-list .requisition-list-action:before {
  margin-top: -.2rem;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar .block-requisition-list .requisition-list-action .action.toggle {
  font-weight: 700;
  color: #707070;
}
.cart.table-wrapper .actions-toolbar .block-requisition-list .requisition-list-action .action.toggle:hover {
  color: #000000;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar .block-requisition-list .requisition-list-action .action.toggle:hover span {
  text-decoration: underline;
}
.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: #000000;
  font-size: 12px;
}
.requisition-grid .product-item-description .product-item-details {
  color: #000000;
  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-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: 'icomoon';
  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: #000000;
}
.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: #000000;
}
.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 .fieldset {
  margin-bottom: 0;
}
.requisition-popup .modal-footer .action {
  text-transform: uppercase;
}
.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;
  display: none;
}
.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;
  }
}
.data.switch .counter {
  color: #4a4a4a;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  width: 16px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ebebeb;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b";
  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: #ffd900;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b";
  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;
}
.rating-summary .rating-result-full {
  width: 80px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.rating-summary .rating-result-full:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ebebeb;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result-full > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result-full > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffd900;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result-full > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-bottom: 0;
}
.rating-summary-full {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary-full .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary-full .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.rating-summary-full .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ebebeb;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary-full .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary-full .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffd900;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary-full .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary-full .rating-result-full {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.rating-summary-full .rating-result-full:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ebebeb;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary-full .rating-result-full > span {
  display: block;
  overflow: hidden;
}
.rating-summary-full .rating-result-full > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffd900;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary-full .rating-result-full > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary-full .rating-result {
  margin-bottom: 0;
}
#product-review-table tbody tr {
  padding-bottom: 20px;
  display: flex;
}
.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: #ebebeb;
  font-family: 'icomoon';
  font-size: 30px;
  height: 30px;
  letter-spacing: 2px;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  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: #ffd900;
  font-family: 'icomoon';
  font-size: 30px;
  height: 30px;
  letter-spacing: 2px;
  line-height: 30px;
  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: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\e93b" "\e93b" "\e93b" "\e93b";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\e93b" "\e93b" "\e93b";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\e93b" "\e93b";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\e93b";
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.block.review-list .review-items .review-item {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
}
.block.review-list .review-items .review-item .review-author {
  margin-bottom: 5px;
  display: block;
}
.block.review-list .review-items .review-item .review-date {
  color: #707070;
}
.block.review-list .review-items .review-item h4 {
  margin-bottom: 10px;
}
.block.review-list .review-items .review-item .review-content {
  color: #000000;
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 5px 0 0 0;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
  color: #707070;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.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 {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .label span:after {
  display: none;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  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;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  color: #00491e;
  font-weight: 700;
  line-height: 30px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.sales-order-history .past-orders {
  padding-bottom: 20px;
}
.sales-order-history .past-orders .button {
  font-weight: 700;
  color: #00ca87;
  float: none;
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  display: inline-block;
}
.sales-order-history button.secondary,
.sales-order-history .quote-details-items .actions-toolbar > .action.secondary {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  min-height: 41px;
}
.sales-order-history button.secondary:focus,
.sales-order-history button.secondary:active,
.sales-order-history .quote-details-items .actions-toolbar > .action.secondary:focus,
.sales-order-history .quote-details-items .actions-toolbar > .action.secondary:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.sales-order-history button.secondary:hover,
.sales-order-history .quote-details-items .actions-toolbar > .action.secondary:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.sales-order-history .fieldset.info .filters-collapse .secondary {
  text-transform: none;
}
.sales-order-history .fieldset.filter-summary {
  margin: 5px 0 10px;
}
.sales-order-history .fieldset.filter-summary ul {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.sales-order-history .fieldset.filter-summary ul li {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}
.sales-order-history .fieldset.filter-summary ul .action-remove {
  padding: 0;
}
.sales-order-history .fieldset.filter-summary ul .action-remove:not(.action-clear-all) {
  display: inline-block;
  text-decoration: none;
}
.sales-order-history .fieldset.filter-summary ul .action-remove:not(.action-clear-all):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #707070;
  content: "\e94f";
  font-family: 'icomoon';
  margin: -2px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sales-order-history .fieldset.filter-summary ul .action-remove.action-clear-all {
  font-weight: 700;
}
.sales-order-history .fieldset.extra-order-search .field.field-dates .group .control,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .group .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sales-order-history .fieldset.extra-order-search .field.field-dates .group .sub-label,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .group .sub-label {
  max-width: 47px;
  width: 100%;
  margin-top: 9px;
}
.sales-order-history .fieldset.extra-order-search .field.field-dates .group .datepicker-container,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .group .datepicker-container,
.sales-order-history .fieldset.extra-order-search .field.field-dates .group .input-container,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .group .input-container {
  width: calc(100% - 47px);
  position: relative;
}
.sales-order-history .fieldset.extra-order-search .field.field-dates .group .datepicker-container input,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .group .datepicker-container input,
.sales-order-history .fieldset.extra-order-search .field.field-dates .group .input-container input,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .group .input-container input {
  width: 100%;
  z-index: inherit;
}
.sales-order-history .fieldset.extra-order-search .field.field-dates .group .datepicker-container .ui-datepicker-trigger,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .group .datepicker-container .ui-datepicker-trigger {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.sales-order-history .fieldset.extra-order-search .field.field-dates .group .datepicker-container .ui-datepicker-trigger:before,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .group .datepicker-container .ui-datepicker-trigger:before {
  display: none;
}
.sales-order-history .fieldset.extra-order-search .field.field-dates .field.field-date:first-child,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .field.field-date:first-child,
.sales-order-history .fieldset.extra-order-search .field.field-dates .field.field-order-total:first-child,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .field.field-order-total:first-child {
  padding-right: 7px;
}
.sales-order-history .fieldset.extra-order-search .field.field-dates .field.field-date:last-child,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .field.field-date:last-child,
.sales-order-history .fieldset.extra-order-search .field.field-dates .field.field-order-total:last-child,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals .field.field-order-total:last-child {
  padding-left: 7px;
}
.sales-order-history .fieldset.extra-order-search .field.field-created-by,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals {
  margin-bottom: 30px;
}
.sales-order-history .fieldset.extra-order-search .field.field-created-by + .actions-toolbar > .primary,
.sales-order-history .fieldset.extra-order-search .field.field-order-totals + .actions-toolbar > .primary {
  margin-bottom: 10px;
}
.sales-order-view .page-title-wrapper,
.sales-order-invoice .page-title-wrapper,
.sales-order-shipment .page-title-wrapper,
.sales-order-creditmemo .page-title-wrapper {
  margin-bottom: 30px;
}
.sales-order-view .page-title-wrapper > .page-title,
.sales-order-invoice .page-title-wrapper > .page-title,
.sales-order-shipment .page-title-wrapper > .page-title,
.sales-order-creditmemo .page-title-wrapper > .page-title {
  display: none;
  width: 100%;
}
.sales-order-view .page-title-wrapper .sales-order-page-title,
.sales-order-invoice .page-title-wrapper .sales-order-page-title,
.sales-order-shipment .page-title-wrapper .sales-order-page-title,
.sales-order-creditmemo .page-title-wrapper .sales-order-page-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.sales-order-view .page-title-wrapper .sales-order-page-title .page-title,
.sales-order-invoice .page-title-wrapper .sales-order-page-title .page-title,
.sales-order-shipment .page-title-wrapper .sales-order-page-title .page-title,
.sales-order-creditmemo .page-title-wrapper .sales-order-page-title .page-title {
  display: inline-block;
  margin-bottom: 0;
}
.sales-order-view .page-title-wrapper .sales-order-page-title .order-status,
.sales-order-invoice .page-title-wrapper .sales-order-page-title .order-status,
.sales-order-shipment .page-title-wrapper .sales-order-page-title .order-status,
.sales-order-creditmemo .page-title-wrapper .sales-order-page-title .order-status {
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  padding: 3px 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sales-order-view .sales-order-details-info > div,
.sales-order-invoice .sales-order-details-info > div,
.sales-order-shipment .sales-order-details-info > div,
.sales-order-creditmemo .sales-order-details-info > div {
  margin-bottom: 10px;
}
.sales-order-view .sales-order-details-info > div:last-child,
.sales-order-invoice .sales-order-details-info > div:last-child,
.sales-order-shipment .sales-order-details-info > div:last-child,
.sales-order-creditmemo .sales-order-details-info > div:last-child {
  margin-bottom: 0;
}
.sales-order-view .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-invoice .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-shipment .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-creditmemo .sales-order-payment-info .sales-order-payment-due-detail {
  margin-bottom: 10px;
}
.sales-order-view .order-date,
.sales-order-invoice .order-date,
.sales-order-shipment .order-date,
.sales-order-creditmemo .order-date {
  margin-bottom: 10px;
}
.sales-order-view .order-date .label,
.sales-order-invoice .order-date .label,
.sales-order-shipment .order-date .label,
.sales-order-creditmemo .order-date .label {
  font-weight: 700;
}
.sales-order-view .order-date + .order-actions-toolbar,
.sales-order-invoice .order-date + .order-actions-toolbar,
.sales-order-shipment .order-date + .order-actions-toolbar,
.sales-order-creditmemo .order-date + .order-actions-toolbar {
  margin-top: 20px;
}
.sales-order-view .order-references,
.sales-order-invoice .order-references,
.sales-order-shipment .order-references,
.sales-order-creditmemo .order-references {
  padding: 0;
  border: 0;
  margin: 0 0 20px;
}
.sales-order-view .negotiable-quote-order-information,
.sales-order-invoice .negotiable-quote-order-information,
.sales-order-shipment .negotiable-quote-order-information,
.sales-order-creditmemo .negotiable-quote-order-information {
  margin-bottom: 10px;
  display: none;
}
.sales-order-view .negotiable-quote-order-information .order-date,
.sales-order-invoice .negotiable-quote-order-information .order-date,
.sales-order-shipment .negotiable-quote-order-information .order-date,
.sales-order-creditmemo .negotiable-quote-order-information .order-date {
  max-width: none;
}
.sales-order-view .sales-order-quote-detail a,
.sales-order-invoice .sales-order-quote-detail a,
.sales-order-shipment .sales-order-quote-detail a,
.sales-order-creditmemo .sales-order-quote-detail a {
  font-weight: 700;
}
.sales-order-view .order-actions-toolbar,
.sales-order-invoice .order-actions-toolbar,
.sales-order-shipment .order-actions-toolbar,
.sales-order-creditmemo .order-actions-toolbar {
  margin-bottom: 0;
}
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons {
  width: 100%;
  margin-bottom: 10px;
}
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .action,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .action,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .action,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .action {
  margin-right: 0;
}
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .order-confirm,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .order-confirm,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .order-confirm,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .order-confirm {
  text-decoration: none;
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 9px 20px 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
}
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:hover,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:hover,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:hover,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:hover,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .order-confirm:hover,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .order-confirm:hover,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .order-confirm:hover,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .order-confirm:hover,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:active,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:active,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:active,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:active,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .order-confirm:active,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .order-confirm:active,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .order-confirm:active,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .order-confirm:active,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:focus,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:focus,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:focus,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:focus,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .order-confirm:focus,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .order-confirm:focus,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .order-confirm:focus,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .order-confirm:focus {
  text-decoration: none;
}
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:focus,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:focus,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:focus,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:focus,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .order-confirm:focus,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .order-confirm:focus,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .order-confirm:focus,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .order-confirm:focus,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:active,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:active,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:active,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:active,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .order-confirm:active,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .order-confirm:active,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .order-confirm:active,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .order-confirm:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:hover,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:hover,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:hover,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint:hover,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .order-confirm:hover,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .order-confirm:hover,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .order-confirm:hover,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .order-confirm:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint.disabled,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint.disabled,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint.disabled,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint.disabled,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .order-confirm.disabled,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .order-confirm.disabled,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .order-confirm.disabled,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .order-confirm.disabled,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint[disabled],
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint[disabled],
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint[disabled],
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint[disabled],
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .order-confirm[disabled],
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .order-confirm[disabled],
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .order-confirm[disabled],
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .order-confirm[disabled],
fieldset[disabled] .sales-order-view .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint,
fieldset[disabled] .sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint,
fieldset[disabled] .sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint,
fieldset[disabled] .sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .confirm-proofprint,
fieldset[disabled] .sales-order-view .order-actions-toolbar .actions .proof-print-buttons .order-confirm,
fieldset[disabled] .sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .order-confirm,
fieldset[disabled] .sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .order-confirm,
fieldset[disabled] .sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .order-confirm {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint {
  background-image: none;
  background: #fb6a00;
  border: 1px solid #fb6a00;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 9px 20px 10px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
}
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:focus,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:focus,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:focus,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:focus,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:active,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:active,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:active,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:active {
  background: #fb6a00;
  border: 1px solid #fb6a00;
  color: #ffffff;
}
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:hover,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:hover,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:hover,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint:hover {
  background: #cb5805;
  border: 1px solid #cb5805;
  color: #ffffff;
}
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint.disabled,
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint.disabled,
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint.disabled,
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint.disabled,
.sales-order-view .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint[disabled],
.sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint[disabled],
.sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint[disabled],
.sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint[disabled],
fieldset[disabled] .sales-order-view .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint,
fieldset[disabled] .sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint,
fieldset[disabled] .sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint,
fieldset[disabled] .sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons .reorder-proofprint {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sales-order-view .order-actions-toolbar .actions > .action.primary,
.sales-order-invoice .order-actions-toolbar .actions > .action.primary,
.sales-order-shipment .order-actions-toolbar .actions > .action.primary,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.primary {
  float: none;
}
.sales-order-view .order-actions-toolbar .actions > .action.complain,
.sales-order-invoice .order-actions-toolbar .actions > .action.complain,
.sales-order-shipment .order-actions-toolbar .actions > .action.complain,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.complain,
.sales-order-view .order-actions-toolbar .actions > .action.print,
.sales-order-invoice .order-actions-toolbar .actions > .action.print,
.sales-order-shipment .order-actions-toolbar .actions > .action.print,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.print {
  font-weight: 700;
}
.sales-order-view .order-actions-toolbar .actions > .action.order-confirm,
.sales-order-invoice .order-actions-toolbar .actions > .action.order-confirm,
.sales-order-shipment .order-actions-toolbar .actions > .action.order-confirm,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order-confirm {
  text-decoration: none;
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  min-height: 41px;
  line-height: normal;
}
.sales-order-view .order-actions-toolbar .actions > .action.order-confirm:hover,
.sales-order-invoice .order-actions-toolbar .actions > .action.order-confirm:hover,
.sales-order-shipment .order-actions-toolbar .actions > .action.order-confirm:hover,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order-confirm:hover,
.sales-order-view .order-actions-toolbar .actions > .action.order-confirm:active,
.sales-order-invoice .order-actions-toolbar .actions > .action.order-confirm:active,
.sales-order-shipment .order-actions-toolbar .actions > .action.order-confirm:active,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order-confirm:active,
.sales-order-view .order-actions-toolbar .actions > .action.order-confirm:focus,
.sales-order-invoice .order-actions-toolbar .actions > .action.order-confirm:focus,
.sales-order-shipment .order-actions-toolbar .actions > .action.order-confirm:focus,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order-confirm:focus {
  text-decoration: none;
}
.sales-order-view .order-actions-toolbar .actions > .action.order-confirm:focus,
.sales-order-invoice .order-actions-toolbar .actions > .action.order-confirm:focus,
.sales-order-shipment .order-actions-toolbar .actions > .action.order-confirm:focus,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order-confirm:focus,
.sales-order-view .order-actions-toolbar .actions > .action.order-confirm:active,
.sales-order-invoice .order-actions-toolbar .actions > .action.order-confirm:active,
.sales-order-shipment .order-actions-toolbar .actions > .action.order-confirm:active,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order-confirm:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.sales-order-view .order-actions-toolbar .actions > .action.order-confirm:hover,
.sales-order-invoice .order-actions-toolbar .actions > .action.order-confirm:hover,
.sales-order-shipment .order-actions-toolbar .actions > .action.order-confirm:hover,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order-confirm:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.sales-order-view .order-actions-toolbar .actions > .action.order-confirm.disabled,
.sales-order-invoice .order-actions-toolbar .actions > .action.order-confirm.disabled,
.sales-order-shipment .order-actions-toolbar .actions > .action.order-confirm.disabled,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order-confirm.disabled,
.sales-order-view .order-actions-toolbar .actions > .action.order-confirm[disabled],
.sales-order-invoice .order-actions-toolbar .actions > .action.order-confirm[disabled],
.sales-order-shipment .order-actions-toolbar .actions > .action.order-confirm[disabled],
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order-confirm[disabled],
fieldset[disabled] .sales-order-view .order-actions-toolbar .actions > .action.order-confirm,
fieldset[disabled] .sales-order-invoice .order-actions-toolbar .actions > .action.order-confirm,
fieldset[disabled] .sales-order-shipment .order-actions-toolbar .actions > .action.order-confirm,
fieldset[disabled] .sales-order-creditmemo .order-actions-toolbar .actions > .action.order-confirm {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sales-order-view .order-actions-toolbar .actions > .action.order,
.sales-order-invoice .order-actions-toolbar .actions > .action.order,
.sales-order-shipment .order-actions-toolbar .actions > .action.order,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order {
  text-decoration: none;
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  min-height: 41px;
  line-height: normal;
}
.sales-order-view .order-actions-toolbar .actions > .action.order:hover,
.sales-order-invoice .order-actions-toolbar .actions > .action.order:hover,
.sales-order-shipment .order-actions-toolbar .actions > .action.order:hover,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order:hover,
.sales-order-view .order-actions-toolbar .actions > .action.order:active,
.sales-order-invoice .order-actions-toolbar .actions > .action.order:active,
.sales-order-shipment .order-actions-toolbar .actions > .action.order:active,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order:active,
.sales-order-view .order-actions-toolbar .actions > .action.order:focus,
.sales-order-invoice .order-actions-toolbar .actions > .action.order:focus,
.sales-order-shipment .order-actions-toolbar .actions > .action.order:focus,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order:focus {
  text-decoration: none;
}
.sales-order-view .order-actions-toolbar .actions > .action.order:focus,
.sales-order-invoice .order-actions-toolbar .actions > .action.order:focus,
.sales-order-shipment .order-actions-toolbar .actions > .action.order:focus,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order:focus,
.sales-order-view .order-actions-toolbar .actions > .action.order:active,
.sales-order-invoice .order-actions-toolbar .actions > .action.order:active,
.sales-order-shipment .order-actions-toolbar .actions > .action.order:active,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.sales-order-view .order-actions-toolbar .actions > .action.order:hover,
.sales-order-invoice .order-actions-toolbar .actions > .action.order:hover,
.sales-order-shipment .order-actions-toolbar .actions > .action.order:hover,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.sales-order-view .order-actions-toolbar .actions > .action.order.disabled,
.sales-order-invoice .order-actions-toolbar .actions > .action.order.disabled,
.sales-order-shipment .order-actions-toolbar .actions > .action.order.disabled,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order.disabled,
.sales-order-view .order-actions-toolbar .actions > .action.order[disabled],
.sales-order-invoice .order-actions-toolbar .actions > .action.order[disabled],
.sales-order-shipment .order-actions-toolbar .actions > .action.order[disabled],
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order[disabled],
fieldset[disabled] .sales-order-view .order-actions-toolbar .actions > .action.order,
fieldset[disabled] .sales-order-invoice .order-actions-toolbar .actions > .action.order,
fieldset[disabled] .sales-order-shipment .order-actions-toolbar .actions > .action.order,
fieldset[disabled] .sales-order-creditmemo .order-actions-toolbar .actions > .action.order {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sales-order-view .order-actions-toolbar .actions > .action.order:focus,
.sales-order-invoice .order-actions-toolbar .actions > .action.order:focus,
.sales-order-shipment .order-actions-toolbar .actions > .action.order:focus,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order:focus,
.sales-order-view .order-actions-toolbar .actions > .action.order:active,
.sales-order-invoice .order-actions-toolbar .actions > .action.order:active,
.sales-order-shipment .order-actions-toolbar .actions > .action.order:active,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order:active {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.sales-order-view .order-actions-toolbar .actions > .action.order:hover,
.sales-order-invoice .order-actions-toolbar .actions > .action.order:hover,
.sales-order-shipment .order-actions-toolbar .actions > .action.order:hover,
.sales-order-creditmemo .order-actions-toolbar .actions > .action.order:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.sales-order-view .order-details-items,
.sales-order-invoice .order-details-items,
.sales-order-shipment .order-details-items,
.sales-order-creditmemo .order-details-items {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 0;
  margin-bottom: 50px;
}
.sales-order-view .order-details-items > .order-title,
.sales-order-invoice .order-details-items > .order-title,
.sales-order-shipment .order-details-items > .order-title,
.sales-order-creditmemo .order-details-items > .order-title {
  padding-top: 20px;
}
.sales-order-view .order-details-items > .order-title > strong,
.sales-order-invoice .order-details-items > .order-title > strong,
.sales-order-shipment .order-details-items > .order-title > strong,
.sales-order-creditmemo .order-details-items > .order-title > strong {
  color: #00491e;
  font-weight: 700;
  line-height: 23px;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  padding-right: 10px;
  margin-bottom: 0;
}
.sales-order-view .order-details-items > .order-title a,
.sales-order-invoice .order-details-items > .order-title a,
.sales-order-shipment .order-details-items > .order-title a,
.sales-order-creditmemo .order-details-items > .order-title a {
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
  margin-right: 10px;
}
.sales-order-view .order-details-items > .order-title a:last-child,
.sales-order-invoice .order-details-items > .order-title a:last-child,
.sales-order-shipment .order-details-items > .order-title a:last-child,
.sales-order-creditmemo .order-details-items > .order-title a:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items,
.sales-order-view .order-details-items .table-wrapper.order-items,
.sales-order-invoice .order-details-items .table-wrapper.order-items,
.sales-order-shipment .order-details-items .table-wrapper.order-items,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo {
  margin-bottom: 0;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > thead > tr > th {
  border-top: 0;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot,
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot,
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot,
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot {
  background: #f7f7f7;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f7;
  justify-content: space-between;
  width: 100%;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div {
  color: #000000;
  padding: 10px 20px 10px 0;
  width: 50%;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1),
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(1) {
  width: 55%;
  padding-left: 20px;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2),
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div:nth-child(2) {
  width: 45%;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer > div.mark {
  text-align: left;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr th,
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr td,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr td {
  padding: 0;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr:first-child .order-items-footer > div {
  padding-top: 20px;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr:last-child .order-items-footer > div {
  padding-bottom: 20px;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr.grand_total .order-items-footer > div {
  color: #00491e;
  font-weight: 700;
  line-height: 22px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 0;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .col,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col,
.sales-order-view .order-details-items .table-wrapper.order-items .col,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col {
  line-height: 1.8rem;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.name .product-item-photo,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.name .product-item-photo,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.name .product-item-photo,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.name .product-item-photo,
.sales-order-view .order-details-items .table-wrapper.order-items .col.name .product-item-photo,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.name .product-item-photo,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.name .product-item-photo,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.name .product-item-photo,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-photo,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-photo,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-photo,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-photo,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-photo,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-photo,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-photo,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-photo {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.name .product-item-photo img,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.name .product-item-photo img,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.name .product-item-photo img,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.name .product-item-photo img,
.sales-order-view .order-details-items .table-wrapper.order-items .col.name .product-item-photo img,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.name .product-item-photo img,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.name .product-item-photo img,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.name .product-item-photo img,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-photo img,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-photo img,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-photo img,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-photo img,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-photo img,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-photo img,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-photo img,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-photo img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.name .product-item-details,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.name .product-item-details,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.name .product-item-details,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.name .product-item-details,
.sales-order-view .order-details-items .table-wrapper.order-items .col.name .product-item-details,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.name .product-item-details,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.name .product-item-details,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.name .product-item-details,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-details,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-details,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-details,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.name .product-item-details,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-details,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-details,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-details,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.name .product-item-details {
  width: calc(100% - 80px);
  display: inline-block;
  padding-left: 10px;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.name .wk-seller-block.wk-block,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.name .wk-seller-block.wk-block,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.name .wk-seller-block.wk-block,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.name .wk-seller-block.wk-block,
.sales-order-view .order-details-items .table-wrapper.order-items .col.name .wk-seller-block.wk-block,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.name .wk-seller-block.wk-block,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.name .wk-seller-block.wk-block,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.name .wk-seller-block.wk-block,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.name .wk-seller-block.wk-block,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.name .wk-seller-block.wk-block,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.name .wk-seller-block.wk-block,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.name .wk-seller-block.wk-block,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.name .wk-seller-block.wk-block,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.name .wk-seller-block.wk-block,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.name .wk-seller-block.wk-block,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.name .wk-seller-block.wk-block {
  display: none;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.price .price-including-tax,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.price .price-including-tax,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.price .price-including-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.price .price-including-tax,
.sales-order-view .order-details-items .table-wrapper.order-items .col.price .price-including-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.price .price-including-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.price .price-including-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.price .price-including-tax,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.price .price-including-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.price .price-including-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.price .price-including-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.price .price-including-tax,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-including-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-including-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-including-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-including-tax,
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.subtotal .price-including-tax,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.subtotal .price-including-tax,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.subtotal .price-including-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.subtotal .price-including-tax,
.sales-order-view .order-details-items .table-wrapper.order-items .col.subtotal .price-including-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.subtotal .price-including-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.subtotal .price-including-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.subtotal .price-including-tax,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-including-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-including-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-including-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-including-tax,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-including-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-including-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-including-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-including-tax,
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.price .price-excluding-tax,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.price .price-excluding-tax,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.price .price-excluding-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.price .price-excluding-tax,
.sales-order-view .order-details-items .table-wrapper.order-items .col.price .price-excluding-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.price .price-excluding-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.price .price-excluding-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.price .price-excluding-tax,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.price .price-excluding-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.price .price-excluding-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.price .price-excluding-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.price .price-excluding-tax,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-excluding-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-excluding-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-excluding-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-excluding-tax,
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.subtotal .price-excluding-tax,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.subtotal .price-excluding-tax,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.subtotal .price-excluding-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.subtotal .price-excluding-tax,
.sales-order-view .order-details-items .table-wrapper.order-items .col.subtotal .price-excluding-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.subtotal .price-excluding-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.subtotal .price-excluding-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.subtotal .price-excluding-tax,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-excluding-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-excluding-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-excluding-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-excluding-tax,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-excluding-tax,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-excluding-tax,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-excluding-tax,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-excluding-tax {
  font-size: 1.4rem;
  line-height: normal;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.price .price-including-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.price .price-including-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.price .price-including-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.price .price-including-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items .col.price .price-including-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.price .price-including-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.price .price-including-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.price .price-including-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.price .price-including-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.price .price-including-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.price .price-including-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.price .price-including-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-including-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-including-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-including-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-including-tax .price,
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.subtotal .price-including-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.subtotal .price-including-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.subtotal .price-including-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.subtotal .price-including-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items .col.subtotal .price-including-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.subtotal .price-including-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.subtotal .price-including-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.subtotal .price-including-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-including-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-including-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-including-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-including-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-including-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-including-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-including-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-including-tax .price,
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.price .price-excluding-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.price .price-excluding-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.price .price-excluding-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.price .price-excluding-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items .col.price .price-excluding-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.price .price-excluding-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.price .price-excluding-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.price .price-excluding-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.price .price-excluding-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.price .price-excluding-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.price .price-excluding-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.price .price-excluding-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-excluding-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-excluding-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-excluding-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.price .price-excluding-tax .price,
.sales-order-view .order-details-items .table-wrapper.table-order-items .col.subtotal .price-excluding-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .col.subtotal .price-excluding-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .col.subtotal .price-excluding-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .col.subtotal .price-excluding-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items .col.subtotal .price-excluding-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items .col.subtotal .price-excluding-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items .col.subtotal .price-excluding-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .col.subtotal .price-excluding-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-excluding-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-excluding-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-excluding-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .col.subtotal .price-excluding-tax .price,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-excluding-tax .price,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-excluding-tax .price,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-excluding-tax .price,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .col.subtotal .price-excluding-tax .price {
  font-weight: 400;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .product-item-details .product-item-name,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .product-item-details .product-item-name,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .product-item-details .product-item-name,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .product-item-details .product-item-name,
.sales-order-view .order-details-items .table-wrapper.order-items .product-item-details .product-item-name,
.sales-order-invoice .order-details-items .table-wrapper.order-items .product-item-details .product-item-name,
.sales-order-shipment .order-details-items .table-wrapper.order-items .product-item-details .product-item-name,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .product-item-details .product-item-name,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .product-item-details .product-item-name,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .product-item-details .product-item-name,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .product-item-details .product-item-name,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .product-item-details .product-item-name,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .product-item-name,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .product-item-name,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .product-item-name,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .product-item-name {
  font-weight: 700;
  margin-bottom: 10px;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .product-item-details .product-item-name a,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .product-item-details .product-item-name a,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .product-item-details .product-item-name a,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .product-item-details .product-item-name a,
.sales-order-view .order-details-items .table-wrapper.order-items .product-item-details .product-item-name a,
.sales-order-invoice .order-details-items .table-wrapper.order-items .product-item-details .product-item-name a,
.sales-order-shipment .order-details-items .table-wrapper.order-items .product-item-details .product-item-name a,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .product-item-details .product-item-name a,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .product-item-details .product-item-name a,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .product-item-details .product-item-name a,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .product-item-details .product-item-name a,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .product-item-details .product-item-name a,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .product-item-name a,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .product-item-name a,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .product-item-name a,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .product-item-name a {
  font-weight: 700;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .product-item-details .getOrderType-spec-type,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .product-item-details .getOrderType-spec-type,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .product-item-details .getOrderType-spec-type,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .product-item-details .getOrderType-spec-type,
.sales-order-view .order-details-items .table-wrapper.order-items .product-item-details .getOrderType-spec-type,
.sales-order-invoice .order-details-items .table-wrapper.order-items .product-item-details .getOrderType-spec-type,
.sales-order-shipment .order-details-items .table-wrapper.order-items .product-item-details .getOrderType-spec-type,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .product-item-details .getOrderType-spec-type,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .product-item-details .getOrderType-spec-type,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .product-item-details .getOrderType-spec-type,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .product-item-details .getOrderType-spec-type,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .product-item-details .getOrderType-spec-type,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .getOrderType-spec-type,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .getOrderType-spec-type,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .getOrderType-spec-type,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .getOrderType-spec-type {
  font-weight: 700;
  color: #707070;
  margin-bottom: 10px;
}
.sales-order-view .order-details-items .table-wrapper.table-order-items .product-item-details .order-type-spec-details,
.sales-order-invoice .order-details-items .table-wrapper.table-order-items .product-item-details .order-type-spec-details,
.sales-order-shipment .order-details-items .table-wrapper.table-order-items .product-item-details .order-type-spec-details,
.sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .product-item-details .order-type-spec-details,
.sales-order-view .order-details-items .table-wrapper.order-items .product-item-details .order-type-spec-details,
.sales-order-invoice .order-details-items .table-wrapper.order-items .product-item-details .order-type-spec-details,
.sales-order-shipment .order-details-items .table-wrapper.order-items .product-item-details .order-type-spec-details,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items .product-item-details .order-type-spec-details,
.sales-order-view .order-details-items .table-wrapper.order-items-shipment .product-item-details .order-type-spec-details,
.sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .product-item-details .order-type-spec-details,
.sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .product-item-details .order-type-spec-details,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .product-item-details .order-type-spec-details,
.sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .order-type-spec-details,
.sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .order-type-spec-details,
.sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .order-type-spec-details,
.sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .product-item-details .order-type-spec-details {
  font-weight: 700;
  color: #707070;
}
.sales-order-view .order-details-items.ordered > .order-title,
.sales-order-invoice .order-details-items.ordered > .order-title,
.sales-order-shipment .order-details-items.ordered > .order-title,
.sales-order-creditmemo .order-details-items.ordered > .order-title {
  display: none;
}
.sales-order-view .block .block-title,
.sales-order-invoice .block .block-title,
.sales-order-shipment .block .block-title,
.sales-order-creditmemo .block .block-title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.sales-order-view .block.block-order-details-view,
.sales-order-invoice .block.block-order-details-view,
.sales-order-shipment .block.block-order-details-view,
.sales-order-creditmemo .block.block-order-details-view {
  margin-bottom: 0;
}
.sales-order-view .block.proofprint-cointainer,
.sales-order-invoice .block.proofprint-cointainer,
.sales-order-shipment .block.proofprint-cointainer,
.sales-order-creditmemo .block.proofprint-cointainer {
  margin-bottom: 50px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-header h3,
.sales-order-invoice .block.proofprint-cointainer .proofprint-header h3,
.sales-order-shipment .block.proofprint-cointainer .proofprint-header h3,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-header h3 {
  margin-bottom: 0;
}
.sales-order-view .block.proofprint-cointainer .proofprint-info,
.sales-order-invoice .block.proofprint-cointainer .proofprint-info,
.sales-order-shipment .block.proofprint-cointainer .proofprint-info,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-info {
  margin-bottom: 30px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-info-image,
.sales-order-invoice .block.proofprint-cointainer .proofprint-info-image,
.sales-order-shipment .block.proofprint-cointainer .proofprint-info-image,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-info-image {
  margin-bottom: 30px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images,
.sales-order-invoice .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images,
.sales-order-shipment .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images > a,
.sales-order-invoice .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images > a,
.sales-order-shipment .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images > a,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images > a {
  width: 148px;
  height: 148px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images > a img,
.sales-order-invoice .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images > a img,
.sales-order-shipment .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images > a img,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-info-image .proofprint-uploaded-images > a img {
  width: 148px;
  height: 148px;
  border-radius: 5px;
  object-fit: cover;
}
.sales-order-view .block.proofprint-cointainer .proofprint-data,
.sales-order-invoice .block.proofprint-cointainer .proofprint-data,
.sales-order-shipment .block.proofprint-cointainer .proofprint-data,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-data {
  margin-bottom: 20px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container {
  margin-bottom: 20px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-image-upload-title,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-image-upload-title,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-image-upload-title,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-image-upload-title {
  margin-bottom: 20px;
  width: 100%;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-image-upload-title .label,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-image-upload-title .label,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-image-upload-title .label,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-image-upload-title .label {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-upload-img-container,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-upload-img-container,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-upload-img-container,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .proofprint-upload-img-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image {
  position: relative;
  width: 148px;
  height: 148px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image img,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image img,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image img,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 5px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .image-file,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .image-file,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .image-file,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .image-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img {
  font-weight: 700;
  border: 1px dashed #9c9c9c;
  color: #9c9c9c;
  width: 100%;
  height: 100%;
  line-height: 148px;
  text-align: center;
  border-radius: 5px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: -10px;
  top: -15px;
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  min-height: 28px;
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  cursor: pointer;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete > span,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete > span,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete > span,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:before,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:before,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:before,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 28px;
  color: #00491e;
  content: "\e94f";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover:before,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover:before,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover:before,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover:before {
  color: inherit;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active:before,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active:before,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active:before,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active:before {
  color: inherit;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:focus,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:focus,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:focus,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:focus,
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active {
  background-color: #ffffff;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:focus:before,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:focus:before,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:focus:before,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:focus:before,
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active:before,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active:before,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active:before,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:active:before {
  color: #00491e;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover {
  background-color: #00491e;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover:before,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover:before,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover:before,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image .upload-img-delete:hover:before {
  color: #ffffff;
}
.sales-order-view .block.proofprint-cointainer .proofprint-image-upload-container .block-image.main,
.sales-order-invoice .block.proofprint-cointainer .proofprint-image-upload-container .block-image.main,
.sales-order-shipment .block.proofprint-cointainer .proofprint-image-upload-container .block-image.main,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-image-upload-container .block-image.main {
  padding-left: 0;
}
.sales-order-view .block.proofprint-cointainer .proofprint-add-more-images,
.sales-order-invoice .block.proofprint-cointainer .proofprint-add-more-images,
.sales-order-shipment .block.proofprint-cointainer .proofprint-add-more-images,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-add-more-images {
  margin-bottom: 20px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-add-more-images a,
.sales-order-invoice .block.proofprint-cointainer .proofprint-add-more-images a,
.sales-order-shipment .block.proofprint-cointainer .proofprint-add-more-images a,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-add-more-images a {
  font-weight: 700;
}
.sales-order-view .block.proofprint-cointainer .proofprint-add-comment,
.sales-order-invoice .block.proofprint-cointainer .proofprint-add-comment,
.sales-order-shipment .block.proofprint-cointainer .proofprint-add-comment,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-add-comment {
  margin-bottom: 30px;
}
.sales-order-view .block.proofprint-cointainer .proofprint-add-comment .control textarea,
.sales-order-invoice .block.proofprint-cointainer .proofprint-add-comment .control textarea,
.sales-order-shipment .block.proofprint-cointainer .proofprint-add-comment .control textarea,
.sales-order-creditmemo .block.proofprint-cointainer .proofprint-add-comment .control textarea {
  height: 150px;
}
.sales-order-view .column.main .block.quote-shipping-info,
.sales-order-invoice .column.main .block.quote-shipping-info,
.sales-order-shipment .column.main .block.quote-shipping-info,
.sales-order-creditmemo .column.main .block.quote-shipping-info {
  margin-bottom: 50px;
}
.sales-order-view .column.main .block.quote-shipping-info .block-content .box:last-child,
.sales-order-invoice .column.main .block.quote-shipping-info .block-content .box:last-child,
.sales-order-shipment .column.main .block.quote-shipping-info .block-content .box:last-child,
.sales-order-creditmemo .column.main .block.quote-shipping-info .block-content .box:last-child {
  margin-bottom: 0;
}
.account.sales-order-creditmemo .columns .column.main {
  padding-bottom: 0;
}
.confirm-order-popup .confirm-order-description {
  margin-bottom: 30px;
  text-align: center;
}
.confirm-order-popup .confirm-order-description p:last-child {
  margin-bottom: 0;
}
.confirm-order-popup .button-container .form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.order-now-popup .order-now-address-info .order-now-address-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.order-now-popup .order-now-address-info .order-now-address-details {
  border: 1.5px solid #00ca87;
  background: #f0f5f2;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.order-now-popup .order-now-address-info .order-now-address-details p {
  line-height: 1.8rem;
}
.order-now-popup .order-now-address-info .order-now-address-details p:last-child {
  margin-bottom: 0;
}
.order-now-popup .order-now-address-info .order-now-address-details p.order-now-address-name {
  font-weight: 700;
  margin-bottom: 5px;
}
.order-now-popup .order-now-address-info .fs-items-container .fs-items {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.order-now-popup .order-now-address-info .fs-items-container .fs-items .fs-item {
  margin-bottom: 20px;
}
.order-now-popup .order-now-address-info .fs-items-container .fs-items .fs-item:last-child {
  margin-bottom: 0;
}
.order-now-popup .order-now-address-info .fs-items-container .fs-items .fs-item-quote-name {
  font-weight: 700;
  margin-bottom: 10px;
}
.order-now-popup .order-now-address-info .fs-items-container .fs-items .fs-item-spec-form {
  font-weight: 700;
  color: #707070;
  margin-bottom: 10px;
}
.order-now-popup .order-now-address-info .fs-items-container .fs-items .fs-item-input-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.order-now-popup .order-now-address-info .fs-items-container .fs-items .fs-item-input-box .fs-item-qty {
  max-width: 92px;
  width: 100%;
}
.order-now-popup .order-now-address-info .fs-items-container .fs-items .fs-item-input-box .fs-item-remaining-sample-value {
  padding-left: 10px;
}
.order-now-popup .order-now-address-info .fs-items-container .fs-items .fs-item-input-box .fs-item-remaining-sample-value > span {
  margin-left: 5px;
}
.order-now-popup .order-now-address-info .fs-items-container #submit-fs-pp {
  width: 100%;
}
.sales-order-print .page-title-wrapper > .page-title,
.sales-order-printinvoice .page-title-wrapper > .page-title,
.sales-order-printshipment .page-title-wrapper > .page-title,
.sales-order-printcreditmemo .page-title-wrapper > .page-title {
  display: none !important;
}
.sales-order-print .page-title-wrapper .sales-order-page-title,
.sales-order-printinvoice .page-title-wrapper .sales-order-page-title,
.sales-order-printshipment .page-title-wrapper .sales-order-page-title,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-page-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 20px 0;
}
.sales-order-print .page-title-wrapper .sales-order-page-title .page-title,
.sales-order-printinvoice .page-title-wrapper .sales-order-page-title .page-title,
.sales-order-printshipment .page-title-wrapper .sales-order-page-title .page-title,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-page-title .page-title {
  display: inline-block;
  margin-bottom: 0;
}
.sales-order-print .page-title-wrapper .sales-order-page-title .order-status,
.sales-order-printinvoice .page-title-wrapper .sales-order-page-title .order-status,
.sales-order-printshipment .page-title-wrapper .sales-order-page-title .order-status,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-page-title .order-status {
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  padding: 3px 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sales-order-print .page-title-wrapper .sales-order-details-info > div,
.sales-order-printinvoice .page-title-wrapper .sales-order-details-info > div,
.sales-order-printshipment .page-title-wrapper .sales-order-details-info > div,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-details-info > div {
  margin-bottom: 10px;
}
.sales-order-print .page-title-wrapper .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printinvoice .page-title-wrapper .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printshipment .page-title-wrapper .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-payment-info .sales-order-payment-due-detail {
  margin-bottom: 10px;
}
.sales-order-print .page-title-wrapper .sales-order-payment-info + .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printinvoice .page-title-wrapper .sales-order-payment-info + .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printshipment .page-title-wrapper .sales-order-payment-info + .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-payment-info + .sales-order-payment-info .sales-order-payment-due-detail {
  margin-bottom: 0;
}
.sales-order-print .order-status,
.sales-order-printinvoice .order-status,
.sales-order-printshipment .order-status,
.sales-order-printcreditmemo .order-status {
  margin-bottom: 0;
}
.sales-order-print .order-date,
.sales-order-printinvoice .order-date,
.sales-order-printshipment .order-date,
.sales-order-printcreditmemo .order-date {
  display: none;
}
.sales-order-print .order-details-items,
.sales-order-printinvoice .order-details-items,
.sales-order-printshipment .order-details-items,
.sales-order-printcreditmemo .order-details-items {
  margin-top: 20px;
}
.sales-order-print .order-details-items .order-title,
.sales-order-printinvoice .order-details-items .order-title,
.sales-order-printshipment .order-details-items .order-title,
.sales-order-printcreditmemo .order-details-items .order-title {
  display: none;
}
.sales-order-print .order-details-items .table-order-items,
.sales-order-printinvoice .order-details-items .table-order-items,
.sales-order-printshipment .order-details-items .table-order-items,
.sales-order-printcreditmemo .order-details-items .table-order-items {
  width: 100%;
}
.sales-order-print .order-details-items .table-order-items .col .cart-price .price,
.sales-order-printinvoice .order-details-items .table-order-items .col .cart-price .price,
.sales-order-printshipment .order-details-items .table-order-items .col .cart-price .price,
.sales-order-printcreditmemo .order-details-items .table-order-items .col .cart-price .price {
  word-break: break-all;
}
.sales-order-print .order-details-items .table-order-items .col.name .product-item-container,
.sales-order-printinvoice .order-details-items .table-order-items .col.name .product-item-container,
.sales-order-printshipment .order-details-items .table-order-items .col.name .product-item-container,
.sales-order-printcreditmemo .order-details-items .table-order-items .col.name .product-item-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sales-order-print .order-details-items .table-order-items .col.name .product-item-container .product-item-photo,
.sales-order-printinvoice .order-details-items .table-order-items .col.name .product-item-container .product-item-photo,
.sales-order-printshipment .order-details-items .table-order-items .col.name .product-item-container .product-item-photo,
.sales-order-printcreditmemo .order-details-items .table-order-items .col.name .product-item-container .product-item-photo {
  width: 70px;
  margin-right: 10px;
}
.sales-order-print .order-details-items .table-order-items .col.name .product-item-container .product-item-details,
.sales-order-printinvoice .order-details-items .table-order-items .col.name .product-item-container .product-item-details,
.sales-order-printshipment .order-details-items .table-order-items .col.name .product-item-container .product-item-details,
.sales-order-printcreditmemo .order-details-items .table-order-items .col.name .product-item-container .product-item-details {
  width: calc(100% - 80px);
}
.sales-order-print .order-details-items .table-order-items tfoot,
.sales-order-printinvoice .order-details-items .table-order-items tfoot,
.sales-order-printshipment .order-details-items .table-order-items tfoot,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot {
  width: 100%;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr .order-items-footer,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr .order-items-footer,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr .order-items-footer,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr .order-items-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr .order-items-footer > div,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr .order-items-footer > div,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr .order-items-footer > div,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr .order-items-footer > div {
  color: #000000;
  padding: 10px 0;
  width: 100%;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr .order-items-footer > div.mark,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr .order-items-footer > div.mark,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr .order-items-footer > div.mark,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr .order-items-footer > div.mark {
  text-align: left;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr .order-items-footer > div.amount,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr .order-items-footer > div.amount,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr .order-items-footer > div.amount,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr .order-items-footer > div.amount {
  text-align: right;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr > th,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr > th,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr > th,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr > th,
.sales-order-print .order-details-items .table-order-items tfoot > tr > td,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr > td,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr > td,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr > td {
  padding: 0 !important;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr:first-child .order-items-footer > div,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr:first-child .order-items-footer > div,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr:first-child .order-items-footer > div,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr:first-child .order-items-footer > div {
  padding-top: 20px;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr:last-child .order-items-footer > div,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr:last-child .order-items-footer > div,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr:last-child .order-items-footer > div,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr:last-child .order-items-footer > div {
  padding-bottom: 20px;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr.grand_total .order-items-footer > div,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr.grand_total .order-items-footer > div,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr.grand_total .order-items-footer > div,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr.grand_total .order-items-footer > div {
  color: #00491e;
  font-weight: 700;
  line-height: 22px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 0;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead,
.sales-order-print .order-details-items.invoice .table-order-items thead,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead,
.sales-order-print .order-details-items.ordered .table-order-items thead,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody,
.sales-order-print .order-details-items.invoice .table-order-items tbody,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody,
.sales-order-print .order-details-items.ordered .table-order-items tbody,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody {
  width: 100%;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col.name,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col.name,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col.name,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col.name,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col.name,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col.name,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col.name,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col.name,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col.name,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col.name,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col.name,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col.name,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col.name,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col.name,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col.name,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col.name,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col.name,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col.name,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col.name,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col.name,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col.name,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col.name,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col.name,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col.name {
  width: 30%;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col.sku,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col.sku,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col.sku,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col.sku,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col.sku,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col.sku,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col.sku,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col.sku,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col.sku,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col.sku,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col.sku,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col.sku,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col.sku,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col.sku,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col.sku,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col.sku,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col.sku,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col.sku,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col.sku,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col.sku,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col.sku,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col.sku,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col.sku,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col.sku {
  width: 20%;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col.qty,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col.qty,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col.qty,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col.qty,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col.qty,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col.qty,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col.qty,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col.qty,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col.qty,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col.qty,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col.qty,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col.qty,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col.qty,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col.qty,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col.qty,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col.qty,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col.qty,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col.qty,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col.qty,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col.qty,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col.qty,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col.qty,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col.qty,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col.qty {
  width: 12%;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col.price,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col.price,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col.price,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col.price,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col.price,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col.price,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col.price,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col.price,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col.price,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col.price,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col.price,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col.price,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col.price,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col.price,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col.price,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col.price,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col.price,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col.price,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col.price,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col.price,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col.price,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col.price,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col.price,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col.price {
  width: 18%;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col.subtotal,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col.subtotal,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col.subtotal,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col.subtotal,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col.subtotal,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col.subtotal,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col.subtotal,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col.subtotal,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col.subtotal,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col.subtotal,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col.subtotal,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col.subtotal,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col.subtotal,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col.subtotal,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col.subtotal,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col.subtotal,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col.subtotal,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col.subtotal {
  width: 20%;
  padding-right: 0 !important;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col .price-including-tax,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col .price-including-tax,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col .price-including-tax,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col .price-including-tax,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col .price-including-tax,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col .price-including-tax,
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col .price-excluding-tax,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col .price-excluding-tax,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col .price-excluding-tax,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col .price-excluding-tax {
  font-size: 1.6rem;
}
.sales-order-print .order-details-items.shipments .table-order-items thead tr .col,
.sales-order-printinvoice .order-details-items.shipments .table-order-items thead tr .col,
.sales-order-printshipment .order-details-items.shipments .table-order-items thead tr .col,
.sales-order-printcreditmemo .order-details-items.shipments .table-order-items thead tr .col,
.sales-order-print .order-details-items.shipments .table-order-items tbody tr .col,
.sales-order-printinvoice .order-details-items.shipments .table-order-items tbody tr .col,
.sales-order-printshipment .order-details-items.shipments .table-order-items tbody tr .col,
.sales-order-printcreditmemo .order-details-items.shipments .table-order-items tbody tr .col {
  width: 25%;
}
.sales-order-print .order-details-items.shipments .table-order-items thead tr .col.name,
.sales-order-printinvoice .order-details-items.shipments .table-order-items thead tr .col.name,
.sales-order-printshipment .order-details-items.shipments .table-order-items thead tr .col.name,
.sales-order-printcreditmemo .order-details-items.shipments .table-order-items thead tr .col.name,
.sales-order-print .order-details-items.shipments .table-order-items tbody tr .col.name,
.sales-order-printinvoice .order-details-items.shipments .table-order-items tbody tr .col.name,
.sales-order-printshipment .order-details-items.shipments .table-order-items tbody tr .col.name,
.sales-order-printcreditmemo .order-details-items.shipments .table-order-items tbody tr .col.name {
  width: 50%;
}
.shipping-tracking-popup .page-main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.shipping-tracking-popup .page-title-wrapper {
  display: none;
}
.shipping-tracking-popup .tracking .page-title {
  text-align: center;
}
.shipping-tracking-popup .tracking .order-shipping-number {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.shipping-tracking-popup .tracking .main-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.shipping-tracking-popup .tracking .main-section .tracking-details {
  width: 50%;
}
.shipping-tracking-popup .tracking .main-section .driver-info {
  width: 50%;
}
.shipping-tracking-popup .tracking .main-section .tracking-item {
  margin-bottom: 20px;
}
.shipping-tracking-popup .tracking .main-section .tracking-item:last-child {
  margin-bottom: 0;
}
.shipping-tracking-popup .tracking .actions {
  text-align: center;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #ebebeb;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.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-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 10px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.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 .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: ': ';
}
.order-tracking {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #f70000;
  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: #ffffff;
  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: false;
}
.swatch-option.text {
  background: #ffffff;
  border: 1px solid #9c9c9c;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 5px;
  padding: 8px 15px 10px;
  margin: 10px 10px 0 0;
}
.swatch-option.text:hover {
  outline: none;
}
.swatch-option.text.selected {
  background-color: #f0f5f2;
}
.swatch-option.selected {
  outline: 2px solid #ffffff;
  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 #e0e0e0;
}
.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 transparent;
}
.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;
}
.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;
}
.form-wishlist-items .actions-toolbar .action:hover {
  background-color: #000;
  color: #fff;
}
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 15px;
  color: #9c9c9c;
  content: "\e920";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #000000;
}
.product-items .action.towishlist.active,
.products.list.items .action.towishlist.active,
.table-comparison .action.towishlist.active {
  display: inline-block;
  text-decoration: none;
}
.product-items .action.towishlist.active:before,
.products.list.items .action.towishlist.active:before,
.table-comparison .action.towishlist.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #f70000;
  content: "\e921";
  font-family: 'icomoon';
  margin: -2px 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-items .action.towishlist.active:hover:before,
.products.list.items .action.towishlist.active:hover:before,
.table-comparison .action.towishlist.active:hover:before {
  color: #f70000;
}
.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 #ebebeb;
}
.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 #ebebeb;
}
.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 #ebebeb;
}
.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;
}
.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 {
  display: none;
}
.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 .box-tocart input.qty {
  height: 32px;
}
.products-grid.wishlist .product-item .wishlist-product-row .product-reviews-summary .reviews-actions {
  vertical-align: top;
}
.products-grid.wishlist .product-item .wishlist-product-row .product-reviews-summary .reviews-actions .action {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_GdprPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.message.global.gdpr-cookie {
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.gdpr-cookie.bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.gdpr-cookie .actions {
  margin-top: 10px;
}
.message.global.gdpr-cookie {
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.gdpr-cookie.top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 9999;
}
.message.global.gdpr-cookie .actions {
  margin-top: 10px;
}
.field.register-tac-container .control {
  border: 1px solid #ddd;
  padding: 10px;
  background: #eee;
}
.mp-gdpr-pro-download-personal-data {
  margin-top: 50px;
}
.mp-gdpr-pro-download-personal-data .legend span {
  font-weight: 500;
}
.mp-gdpr-pro-download-personal-data .mp-gdpr-pro-file-type {
  margin-top: 25px;
}
.mp-gdpr-pro-download-personal-data .mp-gdpr-pro-file-type select:hover {
  cursor: pointer;
}
.mp-gdpr-pro-download-personal-data .actions-toolbar {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .mp-gdpr-pro-download-personal-data .actions-toolbar {
    margin-top: 5px;
  }
}
.social-share {
  position: relative;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.social-share .social-share-title {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #00ca87;
  background: none;
  border: 0;
  display: inline;
  display: inline-block;
  text-decoration: none;
  color: #707070;
  font-weight: 700;
  transition: all 0.5s ease;
  cursor: pointer;
  padding-bottom: 10px;
}
.social-share .social-share-title:visited {
  color: #00ca87;
  text-decoration: none;
}
.social-share .social-share-title:hover {
  color: #009665;
  text-decoration: underline;
}
.social-share .social-share-title:active {
  color: #009665;
  text-decoration: underline;
}
.social-share .social-share-title:hover,
.social-share .social-share-title:active,
.social-share .social-share-title:focus {
  background: none;
  border: 0;
}
.social-share .social-share-title.disabled,
.social-share .social-share-title[disabled],
fieldset[disabled] .social-share .social-share-title {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.social-share .social-share-title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #9c9c9c;
  content: "\e942";
  font-family: 'icomoon';
  margin: -2px 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-share .social-share-title:hover:before {
  color: #000000;
}
.social-share .social-share-title:hover {
  color: #000000;
  text-decoration: none;
}
.social-share .social-share-title:visited,
.social-share .social-share-title:active {
  color: #707070;
}
.social-share .social-share-items {
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.13);
  padding: 15px 20px;
  position: absolute;
  z-index: 9;
  top: 23px;
  display: none;
}
.social-share .social-share-items.active {
  display: block;
}
.social-share .social-share-items.active:before,
.social-share .social-share-items.active:after {
  border: 8px solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: -16px;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.social-share .social-share-items.active:before {
  border-bottom-color: #bbbbbb;
}
.social-share .social-share-items.active:after {
  border-bottom-color: #ffffff;
}
.social-share .social-share-items .rewardssocial-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  line-height: normal;
  margin-bottom: 0;
  column-gap: 10px;
}
.social-share .social-share-items .rewardssocial-buttons > div {
  margin-bottom: 0;
}
.social-share .social-share-items .rewardssocial-buttons .buttons-facebook-like,
.social-share .social-share-items .rewardssocial-buttons .buttons-referral-like,
.social-share .social-share-items .rewardssocial-buttons .buttons-pinterest-pin {
  display: none;
}
.social-share .social-share-items .rewardssocial-buttons #rewards_fb_share {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 26px;
}
.social-share .social-share-items .rewardssocial-buttons #rewards_fb_share:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #9c9c9c;
  content: "\e908";
  font-family: 'icomoon';
  margin: -2px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-share .social-share-items .rewardssocial-buttons #rewards_fb_share:hover:before {
  color: #000000;
}
.social-share .social-share-items .rewardssocial-buttons #rewards_fb_share:before {
  transition: all 0.5s ease;
}
.social-share .social-share-items .rewardssocial-buttons #rewards_fb_share span {
  display: none;
}
.social-share .social-share-items .rewardssocial-buttons .buttons-twitter-like {
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin-right: 0;
}
.social-share .social-share-items .rewardssocial-buttons .buttons-twitter-like:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  color: #9c9c9c;
  content: "\e914";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-share .social-share-items .rewardssocial-buttons .buttons-twitter-like:hover:before {
  color: #000000;
}
.social-share .social-share-items .rewardssocial-buttons .buttons-twitter-like:before {
  transition: all 0.5s ease;
}
.social-share .social-share-items .rewardssocial-buttons .buttons-twitter-like iframe {
  opacity: 0;
  width: 26px !important;
  height: 26px !important;
  position: absolute !important;
  top: 0;
  left: 0;
}
.social-share .social-share-items .rewardssocial-buttons .buttons-fb-share,
.social-share .social-share-items .rewardssocial-buttons .buttons-twitter-like {
  width: 30px !important;
  height: 30px !important;
  border: 2px solid #9c9c9c;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: all 0.5s ease;
  box-sizing: border-box;
}
.bixbox-b2bmarketplace-create {
  background-color: #f0f5f2;
  padding: 10rem 0 10rem 0;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper {
  width: 100%;
  margin: 0 10px;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .wk-mp-login-footer {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 0 0;
  color: #9c9c9c;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main {
  background-color: #ffffff;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-header {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 61px 0 0;
  border: none;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-header .logo {
  margin: 0 auto !important;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content {
  display: block;
  width: 100%;
  margin: 0 10px;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content .wk-mp-login-container .wk-page-title-wrapper {
  border: none;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content .wk-mp-login-container .wk-page-title-wrapper .page-title {
  margin: 3rem 0 1rem;
  font-size: 24px;
  font-weight: 700;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content .wk-mp-login-container .wk-page-title-wrapper .wk-signup-step-tab-container {
  display: flex;
  float: none;
  justify-content: center;
  padding: 0 20%;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content .wk-mp-login-container .wk-supplier-continer .wk-signup-step-panel-container {
  padding: 0;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content .wk-mp-login-container .wk-supplier-continer .wk-signup-step-panel-container .wk-signup-step-account-info .wk-signup-step-sub-title {
  display: none;
  margin-bottom: 0;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content .wk-mp-login-container .wk-supplier-continer .wk-signup-step-panel-container .wk-signup-step-account-info .actions-toolbar .primary {
  width: 100%;
  margin-bottom: 20px;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content .wk-mp-login-container .wk-supplier-continer .wk-signup-step-panel-container .wk-signup-step-account-info .actions-toolbar .primary .wk-proceed-btn {
  width: 100%;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content .wk-mp-login-container .wk-supplier-continer .wk-signup-step-panel-container .wk-signup-step-personal-info .actions-toolbar .primary {
  width: 100%;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content .wk-mp-login-container .wk-supplier-continer .wk-signup-step-panel-container .wk-signup-step-personal-info .actions-toolbar .primary .wk-register-btn {
  width: 100%;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content .wk-mp-login-container .wk-supplier-continer .wk-signup-step-panel-container .wk-signup-step-final .wk-signup-complete .wk-signup-complete-msg-wrapper {
  display: flex;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content .wk-mp-login-container .wk-supplier-continer .wk-signup-step-panel-container .wk-signup-step-final .wk-signup-complete .wk-signup-complete-dashboard-btn {
  width: 100%;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink {
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink a {
  color: #000000;
  text-decoration: none;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink strong {
  font-weight: 600;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .active {
  text-decoration: underline;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .spacer {
  padding: 0 15px;
  color: #9c9c9c;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink li {
  padding: 0;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .wk-supplier-registration-link a {
  padding: 0;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .wk-supplier-registration-link a:before {
  display: none;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink ul.header.links li {
  padding: 0;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .switcher-trigger {
  display: inline-block;
  text-decoration: none;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .switcher-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #000000;
  content: "\e936";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .switcher-trigger:before {
  padding-right: 5px;
  margin-top: -2px;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .switcher-trigger > strong:after {
  content: " | ";
  padding: 0 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  color: #9c9c9c;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .switcher-trigger > strong:last-child:after {
  content: "";
  padding: 0;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .cs-info.welcome a {
  display: inline-block;
  text-decoration: none;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .cs-info.welcome a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  content: "\e934";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .cs-info.welcome a:hover:before {
  color: #000000;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-login-toplink .cs-info.welcome a:before {
  padding-right: 5px;
  margin-top: -2px;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-header .logo img {
  width: 140px;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .file-uploader-area label {
  font-size: 14px;
  border-radius: 5px !important;
  padding: 7px 20px;
  min-width: 110px;
  text-align: center;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .file-uploader-sidetext {
  line-height: 41px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .file-uploader-sidetext .action-remove {
  display: inline-block;
  text-decoration: none;
  padding: 0 0 0 5px;
  font-size: 0;
  background-color: transparent;
  border: none;
  margin-top: -2px;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .file-uploader-sidetext .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #9c9c9c;
  content: "\e943";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .file-uploader-sidetext .action-remove:hover:before {
  color: #000000;
}
.bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .file-uploader-notice {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
}
.bixbox-b2bmarketplace-supplier-login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../Webkul_B2BMarketplace/images/background-login.jpg');
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main {
  width: 70%;
  margin: 6rem 0rem;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header {
  padding: none;
  border-bottom: none;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .bixbox-b2bmarketplace-login-toplink {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .bixbox-b2bmarketplace-login-toplink a {
  color: #ffffff;
  text-decoration: none;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .bixbox-b2bmarketplace-login-toplink strong {
  font-weight: 600;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .bixbox-b2bmarketplace-login-toplink .active {
  text-decoration: underline;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .bixbox-b2bmarketplace-login-toplink .spacer {
  padding: 0 15px;
  color: #9c9c9c;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .bixbox-b2bmarketplace-login-toplink li {
  padding: 0;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .bixbox-b2bmarketplace-login-toplink .wk-supplier-registration-link a {
  padding: 0;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .bixbox-b2bmarketplace-login-toplink .wk-supplier-registration-link a:before {
  display: none;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .switcher-trigger {
  display: inline-block;
  text-decoration: none;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .switcher-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e936";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .switcher-trigger:before {
  padding-right: 5px;
  margin-top: -2px;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .switcher-trigger > strong:after {
  content: " | ";
  padding: 0 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  color: #9c9c9c;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .switcher-trigger > strong:last-child:after {
  content: "";
  padding: 0;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .cs-info.welcome a {
  display: inline-block;
  text-decoration: none;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .cs-info.welcome a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  content: "\e934";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .cs-info.welcome a:hover:before {
  color: #ffffff;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .wk-mp-login-header .cs-info.welcome a:before {
  padding-right: 5px;
  margin-top: -2px;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content {
  display: flex;
  justify-content: center;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-banner {
  padding: 2rem;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-banner .bixbox-login-title {
  font-size: 21px;
  font-weight: 600;
  color: #00491e;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-banner .bixbox-login-img {
  display: flex;
  justify-content: center;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section {
  background-color: #ffffff;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section .bixbox-b2bmarketplace-supplier-login-logo-wrapper {
  width: 100%;
  padding: 5% 0% 0% 40%;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section .wk-page-title-wrapper {
  border-bottom: none;
  margin: 0;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section .wk-page-title-wrapper .page-title {
  margin: 0;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section .wk-supplier-login {
  width: 80%;
  margin: auto;
  padding: 3rem 0 0 0;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section .wk-supplier-login .bixbox-b2bmarketplace-login-forgotpass-link {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section .wk-supplier-login .bixbox-primary-submit-btn {
  width: 100%;
  margin: 2rem 0 0 0;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section .wk-supplier-login .bixbox-primary-submit-btn .action.login {
  width: 100%;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section .wk-supplier-login .bixbox-b2bmarketplace-signup-link {
  width: 100%;
  text-align: center;
}
.bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-login-footer {
  width: 100%;
  padding: 0 .5rem;
  text-align: center;
  color: #ffffff;
  margin-top: 25px;
}
.wk-mp-menu #wk-mp-nav .level-0.active > a {
  background-color: #006558;
}
.wk-mp-menu #wk-mp-nav .level-0 > a {
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
}
.wk-mp-menu #wk-mp-nav .level-0 > a:hover {
  background-color: #006558;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-dashboard > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-dashboard > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e95b";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-messages > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-messages > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e95c";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-order > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-order > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e955";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-quote > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-quote > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e955";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-product > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-product > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e95c";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-customer > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-customer > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e958";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-transaction > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-transaction > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e956";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-review > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-review > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e957";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-rma > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-rma > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e955";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-sellersubaccount > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-sellersubaccount > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e958";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-power-merchant > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-power-merchant > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e959";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-item-verification > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-item-verification > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e936";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-settings > a {
  display: inline-block;
  text-decoration: none;
}
.wk-mp-menu #wk-mp-nav #wk-mp-menu-settings > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e95a";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.account[class*=' marketplace-'] .wk-refundtotal-td1,
.account[class*=' marketplace-'] .wk-refundtotal-td2 {
  padding: 12px !important;
}
.account[class*=' marketplace-'] .wk-refundtotal-td1 {
  width: 60%;
}
.account[class*=' marketplace-'] .wk-refundtotal-td2 {
  width: 40%;
}
.account[class*=' marketplace-'] .wk-refundtotal-td2 .not-negative-amount {
  width: 150px !important;
}
.account[class*=' marketplace-'] .bixbox-order-links .item {
  border-color: #ebebeb;
}
.account[class*=' marketplace-'] .wk-mp-main .block:not(.widget) .block-title {
  border-color: #ebebeb;
}
.account[class*=' marketplace-'] .wk-mp-order-info-box,
.account[class*=' marketplace-'] fieldset {
  border-color: #ebebeb;
  border-width: 1px;
}
.account[class*=' marketplace-'] .wk-mp-order-info-box fieldset {
  padding: 10px;
}
.account[class*=' marketplace-'] .wk-mp-order-info-box fieldset > label {
  display: block;
}
.account[class*=' marketplace-'] .wk-mp-design .order-details-items {
  border-color: #ebebeb;
}
.account[class*=' marketplace-'] .order-items .table thead th {
  text-align: left;
  font-size: 1.2rem;
}
.account[class*=' marketplace-'] .order-items .table tbody {
  font-size: 1.2rem;
}
.account[class*=' marketplace-'] .order-items .table tbody td {
  text-align: left;
}
.account[class*=' marketplace-'] .order-items .table tbody td.name .product-item-name {
  color: #000000;
  font-weight: 700;
}
.account[class*=' marketplace-'] .order-items .table tbody td.name .product-specform-details {
  margin-top: 10px;
}
.account[class*=' marketplace-'] .order-items .table tbody td.name .product-specform-details p strong {
  color: #707070;
}
.account[class*=' marketplace-'] .order-items .table tbody td.name .product-specform-details p:last-child {
  margin-bottom: 0;
}
.account[class*=' marketplace-'] .order-items .table tbody td.price .price-including-tax,
.account[class*=' marketplace-'] .order-items .table tbody td.price .price-excluding-tax {
  font-size: 1.2rem;
}
.account[class*=' marketplace-'] .order-items .table tbody td.price .price-including-tax .price,
.account[class*=' marketplace-'] .order-items .table tbody td.price .price-excluding-tax .price {
  font-weight: 400;
}
.account[class*=' marketplace-'] .order-items .table tfoot {
  font-size: 1.4rem;
}
.account[class*=' marketplace-'] .order-items .table tfoot tr th,
.account[class*=' marketplace-'] .order-items .table tfoot tr td {
  background: #f0f0f0;
}
.account[class*=' marketplace-'] .order-items .table tfoot tr th {
  color: #707070;
}
.account[class*=' marketplace-'] .order-items .table tfoot tr td {
  color: #000000;
  padding-right: 20px !important;
}
.account[class*=' marketplace-'] .order-items .table tfoot tr:not(:last-child) th,
.account[class*=' marketplace-'] .order-items .table tfoot tr:not(:last-child) td {
  padding-bottom: 0;
}
.account[class*=' marketplace-'] .order-items .table tfoot tr.ordered_total th strong,
.account[class*=' marketplace-'] .order-items .table tfoot tr.ordered_total td strong {
  color: #000000;
}
.marketplace-transaction-history .wk-mp-tr-amount-wrapper {
  border: 0;
  background: #f7f7f7;
  margin-bottom: 30px;
}
.marketplace-transaction-history .data-grid-filters-action-wrap .action-default {
  padding-top: 10px;
  padding-bottom: 10px;
}
.marketplace-transaction-history .data-grid-filters-action-wrap .action-default._active {
  padding-top: 10px;
  padding-bottom: 10px;
}
.marketplace-transaction-history .bixbox-admin__data-grid-pager .action-previous,
.marketplace-transaction-history .bixbox-admin__data-grid-pager .action-next {
  padding: 12px 16px !important;
  text-indent: inherit;
  border-color: transparent;
  background: #e3e4e6;
}
.marketplace-transaction-history .bixbox-admin__data-grid-pager .admin__control-text {
  border-radius: 0;
  max-height: 40px;
  margin-top: 0;
  margin-left: 20px;
}
.marketplace-transaction-history .bixbox-admin__data-grid-pager .admin__control-support-text {
  margin-right: 20px;
}
.marketplace-transaction-history .bixbox-sizes-wrapper .bixbox-sizes-value .bixbox-sizes-collapsible-btn:hover {
  border: 0;
}
.marketplace-transaction-history .bixbox-sizes-wrapper + .admin__control-support-text {
  padding-top: 10px !important;
}
.marketplace-transaction-history .wk-mp-tr-amount-total,
.marketplace-transaction-history .wk-mp-tr-payout-total,
.marketplace-transaction-history .wk-mp-tr-remain-total {
  padding: 30px 20px;
}
.marketplace-transaction-history .wk-mp-tr-amount-total .wk-mp-tr-txt-style,
.marketplace-transaction-history .wk-mp-tr-payout-total .wk-mp-tr-txt-style,
.marketplace-transaction-history .wk-mp-tr-remain-total .wk-mp-tr-txt-style {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.marketplace-transaction-history .wk-mp-tr-amount-total {
  border-right-style: dashed;
  border-right-width: 2px;
  border-right-color: #e3e4e6;
}
.marketplace-transaction-history .wk-mp-tr-payout-total {
  text-align: left;
  border-right-style: dashed;
  border-right-width: 2px;
  border-right-color: #e3e4e6;
}
.marketplace-transaction-history .wk-mp-tr-payout-total .wk-mp-tr-payout-style {
  color: #00ca87;
  line-height: 2rem;
  margin-bottom: 10px;
}
.marketplace-transaction-history .wk-mp-tr-payout-total .wk-mp-tr-last-style {
  text-align: left;
}
.marketplace-transaction-history .wk-mp-tr-amount-total-title .wk-mp-tr-amount-style,
.marketplace-transaction-history .wk-mp-tr-remain-total .wk-mp-tr-amount-style {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 10px;
}
.marketplace-transaction-history .wk-mp-tr-amount-total-title {
  padding: 0;
}
.marketplace-transaction-history .wk-mp-tr-amount-total-title .wk-mp-tr-amount-style {
  color: #000000;
}
.marketplace-transaction-history .wk-mp-tr-remain-title {
  padding: 0;
}
.marketplace-transaction-history .wk-mp-tr-remain-title .wk-mp-tr-amount-style {
  color: #f70000;
}
.marketplace-transaction-history .wk-mp-tr-remain-title .wk-mp-tr-last-style {
  text-align: left;
}
.marketplace-transaction-history .wk-mp-tr-payout-style {
  font-size: 1.8rem;
}
.marketplace-transaction-history .wk-mp-tr-remain-total .wk-mp-tr-remain-btn {
  display: none;
}
.marketplace-transaction-history .wk-mp-tr-amount-total-desc > div {
  margin-bottom: 15px;
}
.marketplace-transaction-history .wk-mp-tr-amount-total-desc .wk-mp-tr-amount-style {
  font-size: 1.2rem;
  font-weight: 600;
}
.marketplace-product-add .fieldset .field .validate-description {
  float: left;
  width: 100%;
  margin-top: 5px;
  color: #f70000;
}
.marketplace-product-add .fieldset .field .validate-description > p:last-child {
  margin-bottom: 0;
}
.account.mprmasystem-customer-allrma a {
  font-weight: 400;
}
.mprmasystem-customer-allrma .page-main .admin__data-grid-header ~ .admin__data-grid-header .admin__data-grid-header-row.row-gutter {
  margin-top: 20px;
}
.mprmasystem-customer-allrma .page-title-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mprmasystem-customer-allrma .wk-mprma-container .wk-mp-rma-description {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.mprmasystem-customer-allrma .wk-mprma-container .wk-mp-rma-description p:last-child {
  margin-bottom: 0;
}
.mprmasystem-customer-allrma .wk-mprma-container .wk-mp-rma-newrma {
  height: 0;
  visibility: hidden;
}
.mprmasystem-customer-allrma .admin__data-grid-header {
  margin-bottom: 30px;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-align-items: normal;
  -ms-align-items: normal;
  align-items: normal;
  float: none;
  margin-top: 0;
  margin-left: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  padding: 11px 20px;
  border-color: transparent !important;
  text-transform: none;
  color: #000000 !important;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown:after {
  margin-top: 1px;
  position: static;
  margin-left: 5px;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active {
  opacity: 1;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown {
  border-radius: 5px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  border-radius: 5px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  color: #000000;
  border-color: transparent;
  padding: 30px;
  font-size: 1.4rem;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .action-dropdown-menu-item-actions,
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .action-dropdown-menu-item-edit {
  padding-bottom: 0;
  width: auto;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .action-dropdown-menu-item-actions .action-submit,
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .action-dropdown-menu-item-edit .action-submit {
  padding-top: 10px;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .action-dropdown-menu-item-actions .action-delete,
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .action-dropdown-menu-item-edit .action-delete {
  padding-top: 10px;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu > li:hover {
  background-color: transparent;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .action-dropdown-menu-action > a {
  color: #00ca87;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .action-dropdown-menu-link {
  padding: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-content {
  width: 36.4rem;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-content .admin__control-checkbox + label {
  padding-left: 25px !important;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-content .admin__control-checkbox + label:before {
  border-radius: 5px;
  width: 18px;
  height: 18px;
  margin-left: -25px;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-content .admin__control-checkbox:checked + label:before {
  font-size: 1rem;
  line-height: 1.6rem;
  background: #00ca87;
  color: #ffffff;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-content .admin__control-checkbox:hover:not(.disabled) + label:before {
  border-color: #9c9c9c;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-footer {
  padding: 0;
  margin-top: 15px;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-footer .admin__action-dropdown-footer-secondary-actions {
  margin-left: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-footer .admin__action-dropdown-footer-main-actions {
  margin-left: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-footer .action-tertiary {
  padding: 0;
  text-transform: none;
  color: #00ca87;
  min-height: auto;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-bookmarks .admin__action-dropdown {
  display: flex;
  text-decoration: none;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-bookmarks .admin__action-dropdown:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 16px;
  color: #000000;
  content: "\e94d";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-bookmarks .admin__action-dropdown:before {
  width: 17px;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap:not(.admin__data-grid-action-bookmarks):after {
  display: none;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap:not(.admin__data-grid-action-bookmarks) .admin__action-dropdown:before {
  font-size: 1.6rem;
  margin-right: 10px;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .data-grid-filters-action-wrap {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  padding-left: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .data-grid-filters-action-wrap .action-default {
  font-size: 1.4rem;
  background: #ffffff !important;
  text-transform: none;
  font-weight: 700;
  color: #000000 !important;
  border-color: #ebebeb !important;
  border-bottom-color: #ffffff !important;
  padding: 11px 20px;
  display: inline-block;
  text-decoration: none;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .data-grid-filters-action-wrap .action-default:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  content: "\e94e";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .data-grid-filters-action-wrap .action-default:not(._active) {
  border-radius: 5px !important;
  border-color: #000000 !important;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .data-grid-filters-action-wrap .action-default._active {
  margin: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .data-grid-filters-action-wrap .action-default._active:after {
  height: 2px;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  border-color: #ebebeb;
  width: 100%;
  margin-bottom: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap._show {
  padding: 20px 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters {
  padding-left: 10px;
  padding-right: 10px;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field .admin__form-field-legend {
  font-size: 1.4rem !important;
  margin-bottom: 20px !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap div.admin__form-field {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap fieldset.admin__form-field {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__form-field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__form-field .admin__form-field-label {
  font-size: 1.4rem !important;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
  width: 100%;
  padding-right: 0;
  text-transform: capitalize;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__form-field .admin__form-field {
  margin-bottom: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__form-field .admin__form-field .admin__form-field-control {
  margin-left: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-tertiary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0 20px;
  color: #00ca87;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-tertiary:visited {
  color: #00ca87;
  text-decoration: none;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-tertiary:hover {
  color: #009665;
  text-decoration: underline;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-tertiary:active {
  color: #009665;
  text-decoration: underline;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-tertiary:hover,
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-tertiary:active,
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-tertiary:focus {
  background: none;
  border: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-tertiary.disabled,
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-tertiary[disabled],
fieldset[disabled] .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-tertiary {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-secondary {
  background-image: none;
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-secondary:focus,
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-secondary:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-secondary:hover {
  background: #009665;
  border: 1px solid #009665;
  color: #ffffff;
}
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-secondary.disabled,
.mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-secondary[disabled],
fieldset[disabled] .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters-footer .action-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter {
  margin-top: 20px;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter > div.col-xs-12 {
  padding: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .col-xs-3 .admin__control-support-text {
  display: none;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .selectmenu {
  float: right;
  box-shadow: none;
  border-radius: 5px;
  border-color: #9c9c9c;
  background-color: #ffffff;
  width: 64px;
  height: 40px;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .selectmenu .selectmenu-value input {
  text-align: center;
  height: 38px;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .selectmenu .selectmenu-toggle {
  display: inline-block;
  text-decoration: none;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .selectmenu .selectmenu-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: 9px;
  color: #000000;
  content: "\e944";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .selectmenu .selectmenu-toggle:before {
  background: transparent;
  top: 16px;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .selectmenu .selectmenu-items {
  box-shadow: none;
  border-radius: 5px;
  border-color: #9c9c9c;
  background-color: #ffffff;
  max-width: 82px;
  min-width: 82px;
  width: 82px;
  margin-top: 0;
  right: 0;
  left: inherit;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .selectmenu .selectmenu-items li {
  margin-bottom: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .selectmenu .selectmenu-items .selectmenu-item {
  width: 100%;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .selectmenu .selectmenu-items .selectmenu-item-action {
  width: 100%;
  border-radius: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .admin__control-support-text {
  float: right;
  line-height: normal;
  padding: 10px 10px 0 !important;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .admin__data-grid-pager {
  position: static;
  float: left;
  padding-top: 0;
  width: auto;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous,
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  min-height: 41px;
  width: 42px;
  padding: 0 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .admin__data-grid-pager .action-previous:before,
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next:before {
  font-size: 12px;
  line-height: inherit;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-text {
  font-size: 1.4rem;
  color: #000000;
  width: 42px !important;
  max-height: none !important;
  height: 41px;
  margin: 0 10px;
  border: 1px solid #9c9c9c;
  background-color: #ffffff;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-support-text {
  display: none;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap {
  width: 100%;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-admin__data-grid-pager {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  flex: 1;
  padding-left: 0;
  text-align: left;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-admin__data-grid-pager .action-previous,
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-admin__data-grid-pager .action-next {
  border: 0;
  background: transparent;
  width: 42px;
  height: 41px;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-admin__data-grid-pager .action-previous:before,
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-admin__data-grid-pager .action-next:before {
  color: #000000;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-admin__data-grid-pager .admin__control-text {
  font-weight: 700;
  margin: 0 10px;
  max-height: none;
  width: 42px;
  height: 41px;
  padding: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-admin__data-grid-pager .admin__control-support-text {
  display: none;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  position: relative;
  width: auto;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value {
  max-width: 65px;
  width: 100%;
  position: relative;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value input {
  padding-right: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value button,
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value .quote-details-items .actions-toolbar > .action {
  padding: 0;
  width: 18px;
  height: 40px;
  z-index: 1;
  position: absolute;
  right: 0;
  background: transparent;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value button.bixbox-sizes-collapsible-btn,
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value .quote-details-items .actions-toolbar > .action.bixbox-sizes-collapsible-btn {
  display: inline-block;
  text-decoration: none;
  text-align: left;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value button.bixbox-sizes-collapsible-btn:before,
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value .quote-details-items .actions-toolbar > .action.bixbox-sizes-collapsible-btn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: 8px;
  color: #000000;
  content: "\e944";
  font-family: 'icomoon';
  margin: -2px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value button.bixbox-sizes-collapsible-btn._active:before,
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value .quote-details-items .actions-toolbar > .action.bixbox-sizes-collapsible-btn._active:before {
  content: "\e904";
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value button.bixbox-sizes-collapsible-btn:hover,
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .bixbox-sizes-value .quote-details-items .actions-toolbar > .action.bixbox-sizes-collapsible-btn:hover {
  border: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .selectmenu-items {
  margin-top: 0;
  top: 42px;
  left: 0;
  border: 0;
  border-radius: 5px;
  background-color: #ffffff;
  width: 65px;
  min-width: 65px;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .selectmenu-items li {
  margin: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .selectmenu-items li:last-child {
  display: none;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .selectmenu-items .selectmenu-item {
  width: 100%;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .bixbox-sizes-wrapper .selectmenu-items .selectmenu-item-action {
  border-radius: 0;
  padding: 10px 15px;
  color: #000000;
}
.mprmasystem-customer-allrma .admin__data-grid-header-row.row-gutter .bixbox-admin__data-grid-pager-wrap .admin__control-support-text {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  padding: 10px 0 0 10px !important;
  line-height: normal;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid .data-grid-th {
  padding: 17px 20px;
  border-right-width: 2px;
  border-color: #ebebeb;
  background: #f7f7f7;
  width: 20%;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid .data-grid-th._sortable._descend:before {
  display: none;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid .data-grid-th._sortable._descend > span.data-grid-cell-content {
  display: inline-block;
  text-decoration: none;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid .data-grid-th._sortable._descend > span.data-grid-cell-content:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #9c9c9c;
  content: '\e633';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid .data-grid-th._sortable._descend > span.data-grid-cell-content:after {
  background: transparent;
  padding-left: 10px;
  width: auto;
  height: auto;
  margin-top: -2px;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid .data-grid-th._sortable._ascend:before {
  display: none;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid .data-grid-th._sortable._ascend > span.data-grid-cell-content {
  display: inline-block;
  text-decoration: none;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid .data-grid-th._sortable._ascend > span.data-grid-cell-content:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #9c9c9c;
  content: '\e626';
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid .data-grid-th._sortable._ascend > span.data-grid-cell-content:after {
  background: transparent;
  padding-left: 10px;
  width: auto;
  height: auto;
  margin-top: -2px;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid thead th {
  font-size: 1.4rem;
  color: #9c9c9c;
  font-weight: 700;
  vertical-align: middle;
  line-height: normal;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid thead th:hover {
  background: #f7f7f7;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td {
  font-size: 1.4rem;
  color: #000000;
  vertical-align: middle;
  line-height: normal;
  border-color: #ebebeb;
  border-right: 2px dashed #ebebeb;
  padding: 20px;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td:first-child {
  padding-left: 20px;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td:last-child {
  padding-right: 20px;
  border-right-color: transparent;
  text-align: left;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-menu-item {
  color: #00ca87 !important;
  font-weight: 700;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap .action-select {
  display: none;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap .action-menu,
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap table th .action-menu .action-submenu {
  display: flex !important;
  position: static;
  padding: 0;
  box-shadow: none;
  border: 0;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap .action-menu li:hover,
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap .action-menu li:focus,
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap .action-menu li:active,
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap table th .action-menu .action-submenu li:hover,
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap table th .action-menu .action-submenu li:focus,
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap table th .action-menu .action-submenu li:active {
  background: transparent;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap .action-menu li:first-child a,
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap table th .action-menu .action-submenu li:first-child a {
  padding: 0 15px 0 0;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap .action-menu li:last-child a,
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap table th .action-menu .action-submenu li:last-child a {
  padding: 0 0 0 15px;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap .action-menu li a:hover,
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap table th .action-menu .action-submenu li a:hover {
  text-decoration: underline;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap .action-menu li a:focus,
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tbody td .action-select-wrap table th .action-menu .action-submenu li a:focus {
  background: transparent;
}
.mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid tr:last-child:not(.data-grid-editable-row) td {
  border-right-width: 2px;
  border-color: #ebebeb;
}
.mprmasystem-customer-rma .wk-title {
  color: #00491e;
  font-weight: 700;
  line-height: 25px;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  padding: 0 0 20px;
  border-color: #ebebeb;
}
.mprmasystem-customer-rma .wk-mprma-header-container .wk-mprma-header-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mprmasystem-customer-rma .wk-mprma-header-container .wk-mprma-header-top .wk-date-info {
  font-size: 16px;
  float: none;
  margin-top: 0;
  margin-right: 0;
}
.mprmasystem-customer-rma .wk-mprma-header-container .wk-mprma-header-top .wk-back {
  margin-right: 20px;
}
.mprmasystem-customer-rma .wk-mprma-header-container .wk-mprma-header-top .header-top-button-container a {
  font-size: 1.4rem;
  font-weight: 700;
}
.mprmasystem-customer-rma .rma-return-order-details {
  margin-bottom: 30px;
}
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset {
  margin-bottom: 0;
}
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field {
  padding: 0;
  margin-bottom: 0;
}
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field .label {
  color: #00491e;
  font-weight: 700;
  line-height: 22px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 10px;
  border-bottom: 0;
}
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field .control {
  font-size: 1.4rem;
}
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.rma-order-id,
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.rma-status,
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.rma-resolution {
  margin-bottom: 20px;
}
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.rma-order-id {
  margin-bottom: 20px;
}
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.rma-order-id a {
  font-weight: 700;
}
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.rma-status .wk-row {
  margin-bottom: 10px;
}
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.rma-status .wk-row:last-child {
  margin-bottom: 0;
}
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.rma-status .wk-row > span {
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  margin-right: 0;
}
.mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.wk-refund-block {
  display: none;
}
.mprmasystem-customer-rma .rma-return-close-report {
  margin-bottom: 30px;
}
.mprmasystem-customer-rma .rma-return-close-report .fieldset {
  margin-bottom: 0;
}
.mprmasystem-customer-rma .rma-return-close-report .fieldset .field {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
.mprmasystem-customer-rma .rma-return-close-report .fieldset .field .wk-action-content {
  margin-bottom: 20px;
  width: 100%;
  padding: 0;
}
.mprmasystem-customer-rma .rma-return-close-report .fieldset .field .wk-action-content label {
  cursor: pointer;
}
.mprmasystem-customer-rma .rma-return-close-report .fieldset .field .wk-action-btn {
  float: none;
  padding: 0;
}
.mprmasystem-customer-rma .rma-return-images {
  margin-bottom: 30px;
}
.mprmasystem-customer-rma .rma-return-images #preview {
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.mprmasystem-customer-rma .rma-return-images #preview .wk-showcase-block {
  float: none;
  border: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
.mprmasystem-customer-rma .rma-return-images #preview .wk-showcase-block img {
  width: 100%;
  position: static;
  transform: none;
  border-radius: 5px;
}
.mprmasystem-customer-rma .rma-returned-items {
  margin-bottom: 30px;
}
.mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table > thead > tr > th {
  color: #00491e;
  font-weight: 700;
  line-height: 22px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table > tbody > tr {
  border-bottom: 0;
}
.mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table > tbody > tr > td {
  font-size: 1.4rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table > tbody > tr > td:nth-child(4n) {
  min-width: auto;
  max-width: none;
}
.mprmasystem-customer-rma .rma-conversation {
  margin-bottom: 20px;
}
.mprmasystem-customer-rma .rma-conversation .wk-mprma-conversation-container .wk-mprma-conversation {
  width: 100%;
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 10px;
  border: none;
}
.mprmasystem-customer-rma .rma-conversation .wk-mprma-conversation-container .wk-mprma-conversation.wk-mprma-seller-section {
  background: #f0f5f2;
}
.mprmasystem-customer-rma .rma-conversation .wk-mprma-conversation-container .wk-mprma-conversation.wk-mprma-customer-section {
  background: #cff5e8;
}
.mprmasystem-customer-rma .rma-conversation .wk-mprma-conversation-container .wk-mprma-conversation .wk-mprma-conversation-head {
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding: 0;
}
.mprmasystem-customer-rma .rma-conversation .wk-mprma-conversation-container .wk-mprma-conversation .wk-mprma-conversation-head .wk-mprma-conversation-head-left {
  float: none;
}
.mprmasystem-customer-rma .rma-conversation .wk-mprma-conversation-container .wk-mprma-conversation .wk-mprma-conversation-head .wk-mprma-conversation-head-right {
  color: #9c9c9c;
  float: none;
}
.mprmasystem-customer-rma .rma-conversation .wk-mprma-conversation-container .wk-mprma-conversation .wk-mprma-conversation-body {
  font-size: 1.4rem;
  padding: 0;
}
.mprmasystem-customer-rma .rma-conversation .order-products-toolbar.toolbar {
  font-size: 1.4rem;
}
.mprmasystem-customer-rma .rma-conversation .order-products-toolbar.toolbar .pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.mprmasystem-customer-rma .rma-conversation .order-products-toolbar.toolbar .toolbar-amount {
  padding-top: 3px;
}
.mprmasystem-customer-rma .rma-conversation .order-products-toolbar.toolbar .limiter-options {
  width: 64px;
  padding-left: 15px;
}
.mprmasystem-customer-rma .rma-submit-comment .fieldset {
  margin-bottom: 0;
}
.mprmasystem-customer-rma .rma-submit-comment .fieldset .field {
  padding: 0;
  margin-bottom: 0;
}
.mprmasystem-customer-rma .rma-submit-comment .fieldset .field .label {
  font-size: 1.4rem;
  border-bottom: 0;
  margin-bottom: 0;
}
.mprmasystem-customer-rma .rma-submit-comment .fieldset .field .control {
  float: none;
}
.mprmasystem-customer-rma .rma-submit-comment .fieldset .field .control textarea {
  height: 150px;
}
.mprmasystem-customer-rma .rma-submit-comment .fieldset .field .wk-action-btn {
  margin-top: 30px;
  float: none;
  padding: 0;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset.wk-mprma-fieldset .field.wk-orders {
  margin-bottom: 20px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset.wk-mprma-fieldset .field.wk-orders > .control {
  margin-bottom: 20px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset.wk-mprma-fieldset .field.wk-resolution-field {
  margin-bottom: 20px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset.wk-mprma-fieldset .field.wk-order-status-field {
  display: none;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset.wk-mprma-fieldset .field.comment-box {
  margin-bottom: 30px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset.wk-mprma-fieldset .field.comment-box textarea {
  height: 150px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .upload-photo-description {
  margin-bottom: 10px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-showcase-block-container {
  margin-bottom: 20px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-showcase-block {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  border-width: 1px;
  border-style: dashed;
  border-radius: 5px;
  width: 148px;
  height: 148px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-showcase-block .wk-delete-item {
  font-size: 0;
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  min-height: 28px;
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  display: inline-block;
  text-decoration: none;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-showcase-block .wk-delete-item > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-showcase-block .wk-delete-item:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 28px;
  color: #00491e;
  content: "\e94f";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-showcase-block .wk-delete-item:hover:before {
  color: inherit;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-showcase-block .wk-delete-item:active:before {
  color: inherit;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-showcase-block .wk-delete-item:hover,
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-showcase-block .wk-delete-item:active {
  background: #00491e;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-showcase-block .wk-default-block {
  color: #9c9c9c;
  font-weight: 700;
  font-size: 1.4rem;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-button-set {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-button-set .wk-add-showcase-btn {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #00ca87;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  text-transform: none;
  min-height: auto;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-button-set .wk-add-showcase-btn:visited {
  color: #00ca87;
  text-decoration: none;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-button-set .wk-add-showcase-btn:hover {
  color: #009665;
  text-decoration: underline;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-button-set .wk-add-showcase-btn:active {
  color: #009665;
  text-decoration: underline;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-button-set .wk-add-showcase-btn:hover,
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-button-set .wk-add-showcase-btn:active,
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-button-set .wk-add-showcase-btn:focus {
  background: none;
  border: 0;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-button-set .wk-add-showcase-btn.disabled,
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-button-set .wk-add-showcase-btn[disabled],
fieldset[disabled] .mprmasystem-customer-newrma .wk-mprma-container .fieldset .upload-photos .wk-showcase-container .wk-button-set .wk-add-showcase-btn {
  color: #00ca87;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper > .label {
  margin-bottom: 0 !important;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table .checkboxs input + label {
  height: 18px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table thead tr {
  background: #ffffff;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table thead tr th {
  border-top: 0;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table #order_items > tr:nth-child(2n+2) {
  background: #ffffff;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table #order_items .col .wk-mp-rma-img {
  width: 70px;
  height: 70px;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table #order_items .col .wk-mp-rma-img img {
  width: 100%;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table #order_items .col .wk-mp-rma-name {
  width: calc(100% - 70px);
  word-wrap: break-word;
  font-weight: 700;
}
.mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table #order_items .col .wk-mp-rma-name a {
  color: #000000;
}
.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: 6px;
}
.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: 2px 0;
  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: 31px;
  line-height: 14px;
  color: inherit;
  content: '\e61c';
  font-family: 'icomoon';
  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: 28px;
  line-height: 14px;
  color: inherit;
  content: '\e616';
  font-family: 'icomoon';
  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;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icomoon';
  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: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #009665;
  border: 1px solid #009665;
  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;
}
.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: 10px;
  width: calc((100% - 10px) / 2);
  margin-top: 1px;
  margin-bottom: 19px;
}
.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;
}
.block.related,
.block.upsell {
  margin-top: 50px;
  margin-bottom: 50px;
}
.block.related:last-child,
.block.upsell:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.block.related .block-title,
.block.upsell .block-title {
  text-align: center;
  margin-bottom: 0;
}
.block.related .block-content > .block-actions,
.block.upsell .block-content > .block-actions {
  display: none;
}
.block.related .block-content .products-grid,
.block.upsell .block-content .products-grid {
  margin-bottom: 0;
}
.block.related .block-content .products-grid .product-items,
.block.upsell .block-content .products-grid .product-items {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0;
}
.block.related .block-content .products-grid .product-items .product-item,
.block.upsell .block-content .products-grid .product-items .product-item {
  width: 100%;
  margin-left: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 10px;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-photo,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-photo {
  display: block;
  background: #f5f5f5;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-photo .product-image-photo,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-photo .product-image-photo {
  width: 100%;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-info,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-info {
  width: 100%;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details {
  margin-top: 10px;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .product-item-name,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .product-item-name {
  margin: 0 0 15px;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .price-box,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .price-box {
  margin: 0;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .price-box .negotiable-price,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .price-box .negotiable-price {
  line-height: 1.5rem;
  margin-bottom: 5px;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .price-box .price-container,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .price-box .price-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .price-box .price-container .price-wrapper,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .price-box .price-container .price-wrapper {
  width: 100%;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .price-box .price-container .price-wrapper .pricing-container,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .price-box .price-container .price-wrapper .pricing-container {
  line-height: 1.8rem;
  margin: 0;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .price-box .price-container .price-wrapper .pricing-container .min-qty,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .price-box .price-container .price-wrapper .pricing-container .min-qty {
  line-height: 1.5rem;
  margin-top: 5px;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .price-box .price,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .price-box .price {
  color: #00491e;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .product-reviews-summary .reviews-actions,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .product-reviews-summary .reviews-actions {
  font-weight: 600;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .product-reviews-summary .reviews-actions .reviews-count,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .product-reviews-summary .reviews-actions .reviews-count {
  margin-left: 5px;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .product-reviews-summary .reviews-actions .reviews-count a,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .product-reviews-summary .reviews-actions .reviews-count a {
  font-weight: 400;
  margin-right: 0;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .product-merchant-name,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .product-merchant-name {
  margin-top: 15px;
  padding-bottom: 0;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .product-location,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .product-location {
  line-height: 1.5rem;
  margin-top: 5px;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-details .related,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-details .related {
  display: none;
}
.block.related .block-content .products-grid .product-items .product-item .product-item-actions,
.block.upsell .block-content .products-grid .product-items .product-item .product-item-actions {
  position: absolute;
  right: 0;
  top: 0;
}
.column.main .block.related .block-title strong,
.column.main .block.upsell .block-title strong {
  color: #00491e;
  font-weight: 700;
  line-height: 38px;
  font-size: 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1340px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .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;
  }
  .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;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .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,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .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: 'icomoon';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    cursor: pointer;
    margin-bottom: 0;
    padding: 20px 40px 20px 10px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .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: 24px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 5px;
    top: 15px;
    font-weight: 700;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue {
    width: 100%;
    display: block;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .cart-container .form-cart .action.update {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .abs-shopping-cart-items-mobile .action.continue,
  .cart-container .form-cart .action.continue {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .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: #999999;
  }
  .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: 10px;
    padding-right: 10px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    background: #ffffff;
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #9c9c9c;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td {
    background: #ffffff;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):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 th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .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;
  }
  .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: 'icomoon';
    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: 'icomoon';
    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: #000000;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #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: #000000;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: none;
    font-size: 1.4rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 600;
    line-height: 35px;
    padding: 8px 40px 8px 15px;
    text-transform: capitalize;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #000000;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: none;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #000000;
  }
  .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: #000000;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #000000;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .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 {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 700;
    line-height: 40px;
    font-size: 1.4rem;
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #ebebeb;
    margin: 0;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    display: inline-block;
    text-decoration: none;
    height: auto;
    line-height: normal;
    padding: 20px 0 !important;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    color: #000000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  .product.data.items .item.title > .switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    line-height: 1;
    color: #000000;
    content: "\e925";
    font-family: 'icomoon';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .product.data.items .item.title > .switch:hover,
  .product.data.items .item.title > .switch:active,
  .product.data.items .item.title > .switch:focus,
  .product.data.items .item.title > .switch:visited {
    color: #000000;
    background: transparent !important;
  }
  .product.data.items .item.title.active > .switch {
    padding-bottom: 0;
    border-bottom-color: transparent;
  }
  .product.data.items .item.title.active > .switch:after {
    content: "\e924";
  }
  .product.data.items > .item.content {
    padding: 0 0 20px;
    border: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .product.data.items.quote-details-items .item.title > .switch {
    border: 1px solid #ebebeb;
    padding: 20px 20px !important;
  }
  .product.data.items.quote-details-items .item.title:not(:first-child) > .switch {
    border-top: 0;
  }
  .product.data.items.quote-details-items .item.title.quote-title > .switch {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .product.data.items.quote-details-items .item.title.quote-history-log:not(.active) > .switch {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .product.data.items.quote-details-items .item.content {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 20px;
  }
  .product.data.items.quote-details-items .item.content.quote-table {
    padding: 0;
  }
  .account .toolbar .limiter {
    justify-content: center;
  }
  .modal-popup.modal-slide {
    left: 30px;
    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: 30px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(0, 0, 0, 0.43);
  }
  .modal-popup {
    left: 0;
    pointer-events: auto;
  }
  .modal-popup._show .modal-inner-wrap {
    width: 95%;
    height: auto;
    overflow: visible;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .modal-popup._show .modal-inner-wrap .modal-content,
  .modal-popup._show .modal-inner-wrap .modal-body {
    overflow: hidden;
    overflow-y: auto;
  }
  .modal-popup._show .modal-inner-wrap .modal-content {
    padding: 0 15px 30px 20px;
    margin-right: 5px;
    width: calc(100% - 5px);
  }
  .modal-popup._show .modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .modal-popup._show .modal-footer .action-secondary {
    margin-top: 10px;
  }
  .modal-popup.modal-slide {
    left: 0;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    transform: translate(-50%, -50%);
  }
  .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;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .card-list {
    margin-left: 0;
  }
  .bolt-payment-method-content .content-inner {
    padding: 0 0 20px 22px;
  }
  .add-new-card-container .inner {
    padding-left: 0;
  }
  .add-new-card-container .inner .payment-method-billing-address {
    width: inherit;
  }
  .add-new-card-container .save-card-container {
    max-width: calc(100% - 32px);
  }
  .bolt-logout-info {
    text-align: inherit;
  }
  .bolt-logout-info .info {
    display: block;
    float: none;
    margin-bottom: 1px;
  }
  .bolt-logout-info .account-email {
    float: none;
  }
  .bolt-logout-info a {
    margin-top: -10px;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .tier-progress-bar .tier-point .label,
  .tier-progress-bar .tier-point .number,
  .tier-progress-bar .tier-point .tier-logo {
    display: none;
  }
  .tier-progress-bar .tier-point:first-child .label,
  .tier-progress-bar .tier-point:last-child .label,
  .tier-progress-bar .tier-point:first-child .number,
  .tier-progress-bar .tier-point:last-child .number,
  .tier-progress-bar .tier-point:first-child .tier-logo,
  .tier-progress-bar .tier-point:last-child .tier-logo {
    display: block;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead {
    display: none;
  }
  .cart.table-wrapper .col.item {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    box-sizing: border-box;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .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);
    color: #9c9c9c;
    font-weight: 700;
    padding-right: 10px;
    min-width: 88px;
    box-sizing: border-box;
  }
  .cart.table-wrapper .col.subtotal {
    display: none;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .items .item-info .col.qty {
    padding-bottom: 30px;
  }
  .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper .actions-toolbar .action-gift,
  .action-gift {
    margin-right: 14px;
  }
  .cart-container .form-cart .cart.table-wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .cart-container .cart-summary {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .checkout-cart-index .popup-request-quote-discounts {
    left: 0;
  }
  .checkout-cart-index .popup-request-quote-discounts .modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel,
  .checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote {
    margin-top: 10px;
  }
  .checkout-index-index .logo {
    left: 10px;
    transform: none;
  }
  .checkout-index-index .page-main {
    padding-left: 0;
    padding-right: 0;
  }
  .opc-wrapper .step-title {
    font-size: 14px;
  }
  .page-layout-checkout .page-main {
    padding-left: 0;
    padding-right: 0;
  }
  .opc-progress-bar-item:before {
    top: 12px;
    height: 5px;
  }
  .opc-progress-bar-item:first-child > span:after {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
  }
  .opc-progress-bar-item:last-child > span:after {
    font-size: 1rem;
    line-height: 2rem;
  }
  .opc-progress-bar-item > span {
    font-size: 1.2rem;
    padding-top: 28px;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    width: 25px;
    height: 25px;
    margin-left: -10px;
  }
  .opc-progress-bar-item > span:after {
    width: 19px;
    height: 19px;
    top: 3px;
    margin-left: -7px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .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 .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .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: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .modal-popup.new-shipping-address-modal {
    left: 0;
  }
  .modal-popup.new-shipping-address-modal._show .modal-footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-popup.new-shipping-address-modal._show .modal-footer .action-save-address {
    margin-bottom: 15px;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap {
    border-radius: 0;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header {
    padding: 0;
    border-radius: 0;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    top: 20px;
    right: 10px;
    z-index: 30;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close:before {
    font-size: 1.8rem;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close:hover {
    background-color: transparent;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close:hover:before {
    color: #00491e;
  }
  .checkout-payment-method .step-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .checkout-payment-method .payment-method-title > input#cc {
    top: 20px;
  }
  .checkout-payment-method .payment-method-title > .label[for="cc"]:before {
    top: 20px;
  }
  .checkout-payment-method .payment-method-title > .label[for="cc"]:after {
    top: 25px;
  }
  .checkout-payment-method .payment-method-title > .label > .xendit-payment-icon-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    width: 100%;
  }
  .checkout-payment-method .payment-method-title > .label > .xendit-payment-icon-list .xendit-payment-icon {
    float: none;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 0 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 0;
  }
  .checkout-payment-method .payment-option-content .form.form-discount .actions-toolbar .action {
    margin-bottom: 0;
  }
  .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%;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    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;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 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 -10px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ebebeb;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    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;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .title strong {
    font-size: 1.6rem;
    color: #000000;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ebebeb;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .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;
  }
  .financial-information-index .actions-toolbar .register-batumbu {
    width: 100%;
  }
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .detail-usage-container .detail-usage.used-limit {
    margin-bottom: 20px;
  }
  .financial-information-index .table-wrapper {
    border-top: 1px solid #ebebeb;
  }
  .modal-popup.business-unit-modal .search-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-popup.business-unit-modal .search-list .search-list-item {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-popup.business-unit-modal .search-list .search-list-item .icon-image {
    width: 50px;
    margin-right: 20px;
  }
  .modal-popup.business-unit-modal .search-list .search-list-item p {
    width: calc(100% - 70px);
    text-align: left;
  }
  .bbx-block-compare .block-content .actions-toolbar .bbx-primary,
  .bbx-block-compare .block-content .actions-toolbar .bbx-secondary {
    display: inline-block;
  }
  .bbx-block-compare .block-content .actions-toolbar .bbx-primary .action,
  .bbx-block-compare .block-content .actions-toolbar .bbx-secondary .action {
    width: auto;
  }
  .compare-quotation {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .compare-quotation .compare-quotation-card-container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .compare-quotation .compare-quotation-card-container .compare-quotation-print {
    padding-left: 10px;
    position: sticky;
    left: 0;
  }
  .compare-quotation .compare-quotation-card-container .compare-quotation-item-parent {
    padding-left: 5px;
    width: 100%;
  }
  .compare-quotation .compare-quotation-card-container .compare-quotation-item-parent .compare-quotation-item {
    width: calc(200px + 10px);
    padding-left: 5px;
    padding-right: 5px;
  }
  .compare-quotation .compare-quotation-card-container .compare-quotation-item-parent .compare-quotation-item .compare-quotation-item-wrapper .compare-quotation-item-details .compare-quotation-item-quoteId {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container {
    display: none;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container.mobile-only {
    display: inline-block;
    width: 100%;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container.mobile-only .attribute-column-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container.mobile-only .attribute-row {
    border-bottom: 1px solid #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container.mobile-only .attribute-row:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container.mobile-only .attribute-row:first-child > .attributes {
    display: none;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container.mobile-only .attribute-row:last-child {
    border-bottom: 0;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container.mobile-only .attribute-row .attribut-title {
    font-weight: 700;
    position: sticky;
    left: 10px;
    width: 280px;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container.mobile-only .attribute-row .attributes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container.mobile-only .attribute-row .attributes .attribute-item {
    padding-right: 25px;
    width: 210px;
  }
  .compare-quotation .quote-table-comparison.quote-count-1 .quote-table-wrapper .quote-table-container.mobile-only .attribute-row .attributes .attribute-item:nth-child(2),
  .compare-quotation .quote-table-comparison.quote-count-1 .quote-table-wrapper .quote-table-container.mobile-only .attribute-row .attributes .attribute-item:nth-child(3) {
    display: none;
  }
  .compare-quotation .quote-table-comparison.quote-count-2 {
    width: 430px;
  }
  .compare-quotation .quote-table-comparison.quote-count-2 .quote-table-wrapper .quote-table-container.mobile-only .attribute-row .attributes .attribute-item:nth-child(3) {
    display: none;
  }
  .compare-quotation .quote-table-comparison.quote-count-3 {
    width: 640px;
  }
  .account.negotiable_quote-quote-view .page-title-wrapper .page-title {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .account.negotiable_quote-quote-view .page-title-wrapper .quote-status {
    margin-bottom: 20px;
  }
  .account.negotiable_quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    border-top: 1px solid #ebebeb;
  }
  .account.negotiable_quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child {
    border-top: 0;
  }
  .account.negotiable_quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:last-child {
    border-top: 0;
  }
  .account.negotiable_quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .account.negotiable_quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 10px 20px;
  }
  .account.negotiable_quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:first-child,
  .account.negotiable_quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:first-child {
    padding-top: 20px;
  }
  .account.negotiable_quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child,
  .account.negotiable_quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:last-child {
    padding-bottom: 20px;
  }
  .account.negotiable_quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .account.negotiable_quote-quote-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    width: 70px;
  }
  .account.negotiable_quote-quote-view .quote-table .col .qty,
  .account.negotiable_quote-quote-view .quote-table .price-excluding-tax,
  .account.negotiable_quote-quote-view .quote-table .price-including-tax {
    display: inline-block;
  }
  .account.negotiable_quote-quote-view .quote-view-buttons .action {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  .account.negotiable_quote-quote-view .quote-view-buttons .action-order-buttons {
    width: 100%;
  }
  .account.negotiable_quote-quote-view .quote-view-buttons .action-order-buttons .bixbox-checkout-proofprint {
    margin-bottom: 0;
  }
  .account.negotiable_quote-quote-index .table-wrapper {
    border-top: 1px solid #ebebeb;
  }
  .account.negotiable_quote-quote-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:nth-child(9),
  .account.negotiable_quote-quote-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:nth-child(10) {
    display: inline-block;
  }
  .account.negotiable_quote-quote-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:nth-child(9):before,
  .account.negotiable_quote-quote-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:nth-child(10):before {
    display: none;
  }
  .account.negotiable_quote-quote-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child .action-menu-item {
    margin-left: 10px;
  }
  .account.negotiable_quote-quote-index .toolbar.bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .account.negotiable_quote-quote-index .toolbar.bottom .pager {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 50%;
  }
  .account.negotiable_quote-quote-index .toolbar.bottom .pager .toolbar-amount {
    text-align: left;
    margin-bottom: 0;
  }
  .account.negotiable_quote-quote-index .toolbar.bottom .limiter {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 20px;
    justify-content: flex-end;
    width: 50%;
  }
  .account.negotiable_quote-quote-index .toolbar.bottom .pages {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 100%;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table #shipment_items .col .wk-mp-rma-img {
    padding-left: 20px;
    width: 90px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table #shipment_items .col .wk-mp-rma-name {
    width: calc(100% - 90px);
  }
  .modal-popup._inner-scroll .wk-supplier-model-popup._show {
    left: 0;
  }
  .modal-popup .wk-supplier-btn-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .modal-popup .wk-supplier-btn-wrapper .wk-btn-primary {
    margin-bottom: 10px;
  }
  .modal-popup .wk-supplier-btn-wrapper .wk-btn:nth-child(2) {
    margin-bottom: 10px;
  }
  .modal-popup.wk-supplier-model-popup .wk-supplier-modal-header {
    grid-template-columns: 1fr;
  }
  .modal-popup.wk-supplier-model-popup .wk-supplier-info-wrapper .wk-supplier-info-container {
    padding-top: 0;
  }
  .wk-block.wk-supplier-product-block .wk-supplier-response-container .wk-supplier-product-row {
    width: 100%;
  }
  .wk-block.wk-supplier-product-block .wk-supplier-response-container .wk-supplier-product-row.wk-supplier-review-section {
    margin-bottom: 10px;
  }
  .product-info-main .wk-supplier-dropdown-wrap .wk-supplier-dropdown .wk-supplier-btn-wrapper {
    width: 100%;
  }
  .product-info-main .wk-supplier-dropdown-wrap .wk-supplier-dropdown .wk-supplier-btn-wrapper + .wk-supplier-btn-wrapper {
    margin-top: 10px;
    margin-left: 0;
  }
  .account.specform-index-index .table-wrapper .table.specification-form-orders:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    border-top: 1px solid #ebebeb;
  }
  .account.specform-index-printform .specform-container ul li .specform-data-title {
    width: 50%;
  }
  .account.specform-index-printform .specform-container ul li .specform-data-content {
    width: 50%;
  }
  .account .button-wrapper .primary-link {
    width: 100%;
    text-align: center;
  }
  .account.specform-index-form .specform .fieldset .field .customized_box_img img {
    object-fit: cover;
    width: 100%;
  }
  .modal-popup.cms-block-modal.modal-slide {
    left: 0;
  }
  .fieldset > .field:not(.choice) > .label .tooltips {
    position: static;
  }
  .fieldset > .field:not(.choice) > .label .tooltips .tooltip-content {
    width: 100%;
  }
  .fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:before,
  .fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:after {
    left: 100px;
  }
  ._hastooltip .tooltips {
    position: static;
  }
  ._hastooltip .tooltips .tooltip-content {
    width: 100%;
  }
  ._hastooltip .tooltips .tooltip-content:before,
  ._hastooltip .tooltips .tooltip-content:after {
    left: 100px;
  }
  .ui-datepicker {
    width: calc(100% - 20px);
  }
  .modal-popup.modal-slide.quotation-sample-popup {
    left: 0;
  }
  .modal-popup.modal-slide.quotation-proof-print-popup {
    left: 0;
  }
  .modal-popup.overdue-notice-popup .overdue-notice .ov-container .action,
  .modal-popup.overlimit-popup .overdue-notice .ov-container .action,
  .modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action,
  .modal-popup.overlimit-popup .overlimit-notice .ov-container .action,
  .modal-popup.overdue-notice-popup .overdue-notice .ol-container .action,
  .modal-popup.overlimit-popup .overdue-notice .ol-container .action,
  .modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action,
  .modal-popup.overlimit-popup .overlimit-notice .ol-container .action {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .cancel-top,
  .modal-popup.overlimit-popup .overdue-notice .ov-container .action .cancel-top,
  .modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .cancel-top,
  .modal-popup.overlimit-popup .overlimit-notice .ov-container .action .cancel-top,
  .modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .cancel-top,
  .modal-popup.overlimit-popup .overdue-notice .ol-container .action .cancel-top,
  .modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .cancel-top,
  .modal-popup.overlimit-popup .overlimit-notice .ol-container .action .cancel-top {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .modal-popup.overdue-notice-popup .overdue-notice .ov-container .action .continue-top,
  .modal-popup.overlimit-popup .overdue-notice .ov-container .action .continue-top,
  .modal-popup.overdue-notice-popup .overlimit-notice .ov-container .action .continue-top,
  .modal-popup.overlimit-popup .overlimit-notice .ov-container .action .continue-top,
  .modal-popup.overdue-notice-popup .overdue-notice .ol-container .action .continue-top,
  .modal-popup.overlimit-popup .overdue-notice .ol-container .action .continue-top,
  .modal-popup.overdue-notice-popup .overlimit-notice .ol-container .action .continue-top,
  .modal-popup.overlimit-popup .overlimit-notice .ol-container .action .continue-top {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-progress-bar .progress-steps {
    max-width: 340px;
  }
  .order-progress-bar .progress-steps .progress-steps-item {
    min-width: 70px;
  }
  .order-progress-bar .progress-steps .progress-steps-item .progress-steps-icon {
    width: 60px;
    height: 60px;
  }
  .order-progress-bar .progress-steps .progress-steps-item:not(.order-progress-bar .progress-steps .progress-steps-item:first-child):before {
    width: 65px;
    top: 32px;
  }
  .product-item .product-item-info .add-on {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-main-details-wrapper .product-info-main .product-add-form.remind-me-notification .out-of-stock-notification .action.out-of-stock {
    width: 100%;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery_for_copy.delivery-section {
    width: 100%;
    padding-right: 28px;
    box-sizing: border-box;
    position: relative;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery_for_copy.delivery-section .delivery_total {
    width: 100%;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery_for_copy.delivery-section .remove_copy_delivery {
    position: absolute;
    right: 5px;
    top: 8px;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery_for_copy.delivery-section .remove_copy_delivery:before {
    margin: 0;
  }
  .fotorama__stage .fotorama__arr {
    display: none !important;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .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;
  }
  .company-users-index .data-grid-filters-wrap,
  .company-role-index .data-grid-filters-wrap {
    margin-bottom: 30px;
  }
  .company-users-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child td:first-child,
  .company-role-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child td:first-child {
    border-top: 1px solid #ebebeb;
  }
  .company-users-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.data-grid-actions-cell.actions:before,
  .company-role-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.data-grid-actions-cell.actions:before {
    display: none;
  }
  .company-role-edit .form-edit-role .role-access-permission .jstree-checkbox-selection {
    overflow-x: auto;
  }
  .login-container .fieldset {
    padding: 0;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .columns .column.main {
    padding-bottom: 50px;
  }
  .account .columns .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .account .columns .column.main .block:not(.widget) .block-content .box:last-child .payment-method {
    margin-bottom: 0;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .account .column.main .storecredit .block:not(.widget).block-balance-history .block-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .popup-request-quote .modal-content .actions-toolbar {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .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;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    display: none;
  }
  .checkout-cart-index .block-requisition-list {
    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: #000000;
  }
  .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: #000000;
  }
  .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;
  }
  .block.review-list .review-items .review-item .review-details {
    margin-bottom: 10px;
  }
  .block.review-add .review-form-actions {
    margin-top: 20px;
  }
  .sales-order-history .fieldset.info:not(.sales-order-history .fieldset.info.filter-summary),
  .sales-order-history .fieldset.info:not(.sales-order-history .fieldset.info.extra-order-search) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sales-order-history .fieldset.info .search-sku {
    width: calc(100% - 95px);
    margin: 0;
  }
  .sales-order-history .fieldset.info .filters-collapse {
    width: 90px;
  }
  .sales-order-history .fieldset.extra-order-search .actions-toolbar {
    width: 100%;
  }
  .sales-order-history .fieldset.extra-order-search .actions-toolbar > .primary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .sales-order-history .fieldset.extra-order-search .actions-toolbar > .primary button,
  .sales-order-history .fieldset.extra-order-search .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action {
    width: 100%;
    margin-left: 0;
  }
  .sales-order-history .fieldset.extra-order-search .actions-toolbar > .primary .action.primary {
    margin-bottom: 10px;
  }
  .sales-order-history .orders-history {
    border-top: 1px solid #ebebeb;
  }
  .sales-order-history .ui-datepicker {
    left: 10px !important;
  }
  .sales-order-view .page-title-wrapper .sales-order-page-title .page-title,
  .sales-order-invoice .page-title-wrapper .sales-order-page-title .page-title,
  .sales-order-shipment .page-title-wrapper .sales-order-page-title .page-title,
  .sales-order-creditmemo .page-title-wrapper .sales-order-page-title .page-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .sales-order-view .sales-order-details-info,
  .sales-order-invoice .sales-order-details-info,
  .sales-order-shipment .sales-order-details-info,
  .sales-order-creditmemo .sales-order-details-info {
    margin-bottom: 10px;
  }
  .sales-order-view .order-date + .order-actions-toolbar,
  .sales-order-invoice .order-date + .order-actions-toolbar,
  .sales-order-shipment .order-date + .order-actions-toolbar,
  .sales-order-creditmemo .order-date + .order-actions-toolbar {
    margin-top: 30px;
  }
  .sales-order-view .order-actions-toolbar .actions > .action,
  .sales-order-invoice .order-actions-toolbar .actions > .action,
  .sales-order-shipment .order-actions-toolbar .actions > .action,
  .sales-order-creditmemo .order-actions-toolbar .actions > .action {
    margin: 0 0 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .sales-order-view .order-actions-toolbar .actions > .action:last-child,
  .sales-order-invoice .order-actions-toolbar .actions > .action:last-child,
  .sales-order-shipment .order-actions-toolbar .actions > .action:last-child,
  .sales-order-creditmemo .order-actions-toolbar .actions > .action:last-child {
    margin-bottom: 0;
  }
  .sales-order-view .order-actions-toolbar .actions .proof-print-buttons a,
  .sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons a,
  .sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons a,
  .sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons a {
    width: 100%;
    text-align: center;
  }
  .sales-order-view .order-details-items .order-title,
  .sales-order-invoice .order-details-items .order-title,
  .sales-order-shipment .order-details-items .order-title,
  .sales-order-creditmemo .order-details-items .order-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sales-order-view .order-details-items .order-title > strong,
  .sales-order-invoice .order-details-items .order-title > strong,
  .sales-order-shipment .order-details-items .order-title > strong,
  .sales-order-creditmemo .order-details-items .order-title > strong {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .sales-order-view .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody,
  .sales-order-invoice .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody,
  .sales-order-shipment .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody,
  .sales-order-creditmemo .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sales-order-view .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .sales-order-invoice .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .sales-order-shipment .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .sales-order-creditmemo .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td {
    padding: 10px 0;
  }
  .sales-order-view .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
  .sales-order-invoice .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
  .sales-order-shipment .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
  .sales-order-creditmemo .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before {
    width: 70px;
  }
  .sales-order-view .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:first-child,
  .sales-order-invoice .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:first-child,
  .sales-order-shipment .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:first-child,
  .sales-order-creditmemo .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:first-child {
    padding-top: 20px;
  }
  .sales-order-view .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child,
  .sales-order-invoice .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child,
  .sales-order-shipment .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child,
  .sales-order-creditmemo .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    padding-bottom: 20px;
  }
  .sales-order-view .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.name:before,
  .sales-order-invoice .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.name:before,
  .sales-order-shipment .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.name:before,
  .sales-order-creditmemo .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.name:before {
    display: none;
  }
  .sales-order-view .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr > td,
  .sales-order-invoice .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr > td,
  .sales-order-shipment .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr > td,
  .sales-order-creditmemo .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr > td {
    display: block;
    width: 100%;
  }
  .sales-order-view .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th,
  .sales-order-invoice .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th,
  .sales-order-shipment .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th,
  .sales-order-creditmemo .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th,
  .sales-order-view .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .sales-order-invoice .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .sales-order-shipment .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .sales-order-creditmemo .order-details-items .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td {
    border-top: 0;
  }
  .sales-order-view .items.order-links,
  .sales-order-invoice .items.order-links,
  .sales-order-shipment .items.order-links,
  .sales-order-creditmemo .items.order-links {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #ebebeb;
    border-bottom: 0;
  }
  .sales-order-view .items.order-links a,
  .sales-order-invoice .items.order-links a,
  .sales-order-shipment .items.order-links a,
  .sales-order-creditmemo .items.order-links a {
    font-weight: 700;
    color: #000000;
  }
  .sales-order-view .items.order-links .nav.action,
  .sales-order-invoice .items.order-links .nav.action,
  .sales-order-shipment .items.order-links .nav.action,
  .sales-order-creditmemo .items.order-links .nav.action {
    padding: 20px;
    position: relative;
    cursor: pointer;
    display: block;
    text-decoration: none;
  }
  .sales-order-view .items.order-links .nav.action > span,
  .sales-order-invoice .items.order-links .nav.action > span,
  .sales-order-shipment .items.order-links .nav.action > span,
  .sales-order-creditmemo .items.order-links .nav.action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .sales-order-view .items.order-links .nav.action:after,
  .sales-order-invoice .items.order-links .nav.action:after,
  .sales-order-shipment .items.order-links .nav.action:after,
  .sales-order-creditmemo .items.order-links .nav.action:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    line-height: 10px;
    color: inherit;
    content: "\e944";
    font-family: 'icomoon';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .sales-order-view .items.order-links .nav.action:after,
  .sales-order-invoice .items.order-links .nav.action:after,
  .sales-order-shipment .items.order-links .nav.action:after,
  .sales-order-creditmemo .items.order-links .nav.action:after {
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .sales-order-view .items.order-links .nav.action.active:after,
  .sales-order-invoice .items.order-links .nav.action.active:after,
  .sales-order-shipment .items.order-links .nav.action.active:after,
  .sales-order-creditmemo .items.order-links .nav.action.active:after {
    content: "\e904";
  }
  .sales-order-view .items.order-links .nav:not(.action),
  .sales-order-invoice .items.order-links .nav:not(.action),
  .sales-order-shipment .items.order-links .nav:not(.action),
  .sales-order-creditmemo .items.order-links .nav:not(.action) {
    padding: 10px 20px;
  }
  .sales-order-view .items.order-links .nav:not(.action):nth-child(2),
  .sales-order-invoice .items.order-links .nav:not(.action):nth-child(2),
  .sales-order-shipment .items.order-links .nav:not(.action):nth-child(2),
  .sales-order-creditmemo .items.order-links .nav:not(.action):nth-child(2) {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
  }
  .sales-order-view .items.order-links .nav:not(.action):last-child,
  .sales-order-invoice .items.order-links .nav:not(.action):last-child,
  .sales-order-shipment .items.order-links .nav:not(.action):last-child,
  .sales-order-creditmemo .items.order-links .nav:not(.action):last-child {
    padding-bottom: 20px;
  }
  .sales-order-view .block.block-order-details-view .box-order-billing-method .box-content .payment-method .title,
  .sales-order-invoice .block.block-order-details-view .box-order-billing-method .box-content .payment-method .title,
  .sales-order-shipment .block.block-order-details-view .box-order-billing-method .box-content .payment-method .title,
  .sales-order-creditmemo .block.block-order-details-view .box-order-billing-method .box-content .payment-method .title {
    margin-bottom: 0;
  }
  .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;
  }
  .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: none;
    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 {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .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;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 20px;
    padding: 0;
    width: calc((100% - 60px) / 4);
    margin-bottom: 1.7em;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 20px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid .product-item .product-item-name {
    margin-bottom: 10px;
  }
  .account[class*=' marketplace-'] .order-items {
    overflow-x: hidden;
  }
  .account[class*=' marketplace-'] .order-items .table tfoot tr th {
    padding-left: 20px;
  }
  .account[class*=' marketplace-'] .order-items .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td[data-th]:before {
    width: 100%;
    padding-bottom: 5px;
  }
  .account[class*=' marketplace-'] .order-items .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 0;
  }
  .mprmasystem-customer-allrma .admin__data-grid-outer-wrap {
    width: calc(100% + 10px);
    margin-right: -10px;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header {
    padding-right: 10px;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    justify-content: center;
    width: 100%;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
    width: 200px;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-content {
    width: 17rem;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-footer .admin__action-dropdown-footer-secondary-actions {
    margin-bottom: 20px;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu .admin__action-dropdown-menu-footer .admin__action-dropdown-footer-main-actions {
    text-align: left;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .data-grid-filters-actions-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap fieldset.admin__form-field {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap fieldset.admin__form-field .admin__form-field:last-child {
    margin-top: 20px;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__form-field {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-filters-footer .admin__footer-main-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    text-align: center;
  }
  .mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid {
    width: 1450px;
    max-width: max-content;
  }
  .mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field {
    width: 100%;
  }
  .mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table#mprma-items-table {
    margin-left: 0;
  }
  .mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table:not(.cart):not(.totals) > thead > tr > th {
    display: none;
  }
  .mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table:not(.cart):not(.totals) > tbody > tr {
    display: block;
  }
  .mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table:not(.cart):not(.totals) > tbody > tr > td {
    border-bottom: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table:not(.cart):not(.totals) > tbody > tr > td:first-child {
    padding-top: 0;
  }
  .mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table:not(.cart):not(.totals) > tbody > tr > td:before {
    color: #00491e;
    font-weight: 700;
    line-height: 22px;
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    content: attr(data-th);
    display: inline-block;
    width: 100%;
  }
  .mprmasystem-customer-rma .rma-submit-comment .fieldset .field .wk-action-btn .action {
    width: 100%;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table #order_items .col .wk-mp-rma-img {
    padding-left: 20px;
    width: 90px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table #order_items .col .wk-mp-rma-name {
    width: calc(100% - 90px);
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper .table-order-items.table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td {
    margin-top: 20px;
    padding: 0;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper .table-order-items.table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:nth-child(1) {
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper .table-order-items.table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:nth-child(2) {
    width: calc(100% - 38px);
    display: inline-block;
    padding-top: 0;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper .table-order-items.table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper .table-order-items.table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    margin-bottom: 20px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper .table-order-items .wk-reason {
    max-width: none;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 10px;
    width: calc((100% - 10px) / 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;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .product-info-details-wrapper .product.info.detailed {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    padding: 0 10px;
  }
  .product-info-details-wrapper .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: 1px solid #ebebeb;
    padding: 10px;
  }
  .product-info-details-wrapper .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1px;
  }
  .product-info-details-wrapper .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th,
  .product-info-details-wrapper .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td {
    border: 1px solid #ebebeb;
    padding: 10px;
    width: 50%;
  }
  .product-info-details-wrapper .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before {
    display: none;
  }
  button,
  .primary-white,
  .quote-details-items .actions-toolbar > .action {
    background-image: none;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 11px 20px 12px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    min-height: 31px;
    text-transform: uppercase;
  }
  button:focus,
  .primary-white:focus,
  button:active,
  .primary-white:active,
  .quote-details-items .actions-toolbar > .action:focus,
  .quote-details-items .actions-toolbar > .action:active {
    background: #00ca87;
    border: 1px solid #00ca87;
    color: #ffffff;
  }
  button:hover,
  .primary-white:hover,
  .quote-details-items .actions-toolbar > .action:hover {
    background: #ffffff;
    border: 1px solid #666666;
    color: #666666;
  }
  button.disabled,
  .primary-white.disabled,
  button[disabled],
  .primary-white[disabled],
  fieldset[disabled] button,
  fieldset[disabled] .primary-white,
  .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;
  }
  .catalog-category-view .toolbar-products {
    margin-bottom: 20px;
    padding: 0;
  }
  .catalog-category-view .toolbar-products .toolbar-amount {
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
  }
  .catalog-category-view .toolbar-products .mobile-filer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 49%;
    float: left;
    height: 40px;
    cursor: pointer;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    text-decoration: none;
    box-sizing: border-box;
  }
  body.filter-active {
    overflow: hidden;
  }
  body.filter-active .page-wrapper {
    height: 0;
    overflow: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  body.filter-active .columns:after {
    background: rgba(0, 0, 0, 0.85);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    visibility: visible;
  }
  .filter {
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    transition: ease 0.3s;
    left: calc(-1 * (100% - 54px));
    position: absolute;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .filter.active {
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    transition: ease 0.3s;
    position: fixed;
    visibility: visible;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    height: auto;
  }
  .filter.active .filter-title {
    background: #ffffff;
    position: fixed;
    right: 10px;
    z-index: 1;
    top: 20px;
    margin-bottom: 0;
  }
  .filter.active .filter-title .filer-close {
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title .filer-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .filter.active .filter-title .filer-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 21px;
    color: #006558;
    content: "\e9a3";
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-title .filer-close:before {
    font-weight: 700;
    cursor: pointer;
  }
  .filter.active .filter-content {
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    transition: ease 0.3s;
    background: #ffffff;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    overflow-y: auto;
  }
  .filter.active .filter-content .block-subtitle {
    color: #00491e;
    font-weight: 700;
    line-height: 25px;
    font-size: 2rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .filter.active .filter-options {
    display: block;
    padding: 30px 10px 20px;
  }
  .filter.active .filter-options .item.action {
    display: none;
  }
  .filter.active .filter-options .bbx-filter-options-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .filter.active .filter-options .bbx-filter-options-title .bbx-options-label {
    font-weight: 600;
  }
  .filter.active .filter-options .bbx-options-label {
    width: auto;
  }
  .filter.active .filter-options .bbx-line-grey {
    margin-top: 20px;
  }
  .filter.active .filter-options .bbx-line-grey:last-child {
    margin-bottom: 0;
  }
  .filter.active .button-wrapper {
    display: block;
    padding: 0 20px 20px;
    margin-top: -40px;
  }
  .filter.active .button-wrapper .action {
    width: 100%;
  }
  .filter.active .filter-current,
  .filter.active .filter-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .filter.active .filter-current .item.action,
  .filter.active .filter-actions .item.action {
    display: none;
  }
  .filter.active .filter-current {
    margin-bottom: 10px;
  }
  .filter.active .filter-current .bbx-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .filter.active .filter-current .bbx-items .bbx-item {
    margin-right: 10px;
  }
  .filter.active .filter-current .bbx-items .bbx-item:last-child {
    margin-right: 0;
  }
  .filter.active .filter-current + .filter-actions {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
  }
  .filter .filter-content {
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    transition: ease 0.5s;
    left: calc(-1 * (100% - 54px));
  }
  .filter .filter-current,
  .filter .filter-actions {
    display: none;
  }
  .logo {
    max-width: 60px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    z-index: 200;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .page-header {
    top: 0;
    border-bottom: none;
  }
  .page-header .header.panel {
    height: 35px;
    box-sizing: border-box;
  }
  .page-header .header.content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 8px;
    min-height: 50px;
    align-items: center;
  }
  .page-header .header.content .wrapper.header-left {
    order: 1;
  }
  .page-header .header.content .wrapper.header-right {
    order: 2;
  }
  .page-header .header.content .wrapper.header-center {
    order: 3;
    flex-basis: 100%;
    position: absolute;
    top: calc(100% - 10px);
    width: 100%;
    margin-left: -10px;
    padding: 0 10px 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.16);
  }
  .page-header .account-detail__content {
    display: none;
  }
  .page-header .header-left.wrapper #switcher-store-trigger.switcher-trigger strong span {
    width: auto;
  }
  .header-left.wrapper .switcher-store {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%);
    height: 35px;
    z-index: 400;
    display: inline-flex;
    text-decoration: none;
  }
  .header-left.wrapper .switcher-store:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #ffffff;
    content: "\e933";
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .header-left.wrapper .switcher-store > div {
    line-height: 1.9rem;
  }
  .header-center.wrapper .block-search {
    display: none;
  }
  .header-center.wrapper .block-search.active {
    display: block;
  }
  .header-center.wrapper .block-search label,
  .header-center.wrapper .block-search .actions {
    display: none;
  }
  .header-center.wrapper .block-search .control {
    border-top: none;
  }
  .header-center.wrapper .block-search input {
    left: unset;
    position: relative;
    box-sizing: border-box;
    margin: 2px 0;
  }
  .header-right.wrapper {
    gap: 21px;
  }
  .header-right.wrapper .header-my-account,
  .header-right.wrapper .header-quotation {
    display: none !important;
  }
  .header-right.wrapper .header-inbox {
    position: absolute;
    left: 55px;
    top: 15px;
  }
  .header-right.wrapper .minicart-wrapper .action.showcart {
    flex-direction: row;
    justify-content: center;
  }
  .header-right.wrapper .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .nav-toggle {
    top: 10px;
  }
  .nav-toggle:before {
    font-size: 2rem;
    font-weight: 700;
  }
  .nav-open .nav-toggle:before {
    content: "\e9a3";
    color: #ffffff !important;
    position: fixed;
    z-index: 2;
    top: 12px;
    right: 12px;
  }
  .nav-open .sections.nav-sections {
    background: #ffffff;
    width: calc(100% - 44px);
    z-index: 6;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation {
    background: transparent;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation > ul > li.level-top {
    border-bottom: 1px solid #ebebeb;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation > ul > li.level-top > a {
    padding: 20px 0;
    line-height: normal;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation > ul > li.level-top > a:after {
    top: 4px;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation > ul > li.level-top .submenu > li {
    font-weight: 400;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation > ul > li.level-top .submenu > li:first-child > a {
    padding-top: 0;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation > ul > li.level-top .submenu > li.last > a {
    padding-bottom: 20px;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation > ul > li.compare {
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    width: 100%;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation > ul > li.compare > a {
    font-weight: 600;
    padding: 20px 0;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation .level0 > .level-top {
    padding-left: 0;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation .level0 > .level-top:after {
    right: 0;
  }
  .nav-open .sections.nav-sections .nav-sections-item-content .navigation .submenu:not(:first-child) > li > a {
    padding-left: 0;
  }
  .nav-open .sections.nav-sections .nav-sections-item-title {
    background-color: #f7f7f7;
    border-color: #ebebeb;
    cursor: pointer;
  }
  .nav-open .sections.nav-sections .nav-sections-item-title.active {
    background: transparent;
  }
  .nav-open .sections.nav-sections .nav-sections-item-title .nav-sections-item-switch {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
  }
  .nav-open .sections.nav-sections .header.links {
    border-bottom: 0;
  }
  .nav-open .sections.nav-sections .header.links li {
    font-size: 1.4rem;
  }
  .nav-open .sections.nav-sections .header.links li a {
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    padding: 18px 0;
    border-top: 0;
  }
  .nav-open .sections.nav-sections .header.links .contact-bock li a {
    padding: 0;
    border-bottom: 0;
  }
  .nav-open .sections.nav-sections .language.switcher-language {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0 18px;
    border-top: 0;
  }
  .nav-open .sections.nav-sections .language.switcher-language .switcher-trigger {
    display: flex;
    text-decoration: none;
  }
  .nav-open .sections.nav-sections .language.switcher-language .switcher-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #707070;
    content: "\e936";
    font-family: 'icomoon';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-open .sections.nav-sections .language.switcher-language .switcher-trigger > strong {
    font-weight: 600;
    font-size: 1.4rem;
  }
  .nav-open .sections.nav-sections .language.switcher-language .switcher-trigger > strong a,
  .nav-open .sections.nav-sections .language.switcher-language .switcher-trigger > strong span {
    color: #707070;
  }
  .nav-open .sections.nav-sections .language.switcher-language .switcher-trigger > strong a:hover,
  .nav-open .sections.nav-sections .language.switcher-language .switcher-trigger > strong span:hover {
    text-decoration: none;
  }
  .nav-open .sections.nav-sections .language.switcher-language .switcher-trigger > strong.active span {
    text-decoration: underline;
  }
  .nav-open .sections.nav-sections .language.switcher-language .switcher-trigger > strong:after {
    display: none;
  }
  .nav-open .sections.nav-sections .language.switcher-language .switcher-trigger > strong:not(.nav-open .sections.nav-sections .language.switcher-language .switcher-trigger > strong:first-child):before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 1px;
    margin-right: 5px;
    margin-left: 7px;
    background-color: #ebebeb;
  }
  .nav-open .sections.nav-sections .contact-bock {
    margin-top: 18px;
  }
  .nav-open .sections.nav-sections .contact-bock li {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }
  .nav-open .sections.nav-sections .contact-bock li > a {
    font-weight: 600;
    color: #000000;
    padding: 0;
  }
  .nav-open .sections.nav-sections .contact-bock li.help {
    color: #00491e;
    font-weight: 700;
    line-height: 22px;
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .nav-open .sections.nav-sections .contact-bock li.phone a:before {
    margin-top: -2px;
    margin-left: 0;
  }
  .nav-open .sections.nav-sections .contact-bock li.whatsapp a:before {
    margin-top: -4px;
    margin-left: 0;
  }
  .nav-open .sections.nav-sections .contact-bock li:last-child {
    margin-bottom: 0;
  }
  .nav-open .page-wrapper {
    left: 0;
  }
  .page-footer * {
    box-sizing: border-box;
  }
  .footer.bottom > div {
    flex-direction: column;
  }
  .footer.bottom > div .copyright {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .footer.bottom > div .footer-payment {
    margin-bottom: 11px;
  }
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .account .page-main {
    padding-top: 70px;
    position: relative;
  }
  #html-body.cms-index-index * {
    box-sizing: border-box;
  }
  #html-body.cms-index-index .page-header .header.content {
    min-height: 50px;
  }
  #html-body.cms-index-index div[data-content-type='row'] .pagebuilder-column-group {
    margin-left: 0;
    margin-right: 0;
  }
  #html-body.cms-index-index div[data-content-type='row'] .pagebuilder-column-group .pagebuilder-column {
    margin-left: 0;
    margin-right: 0;
  }
  #html-body.cms-index-index [data-pb-style=YCOYX57] .pagebuilder-column-group .pagebuilder-column-line,
  #html-body.cms-index-index [data-pb-style=DHMMTN2] .pagebuilder-column-group .pagebuilder-column-line,
  #html-body.cms-index-index [data-pb-style=L2UCYNL] .pagebuilder-column-group .pagebuilder-column-line {
    row-gap: 20px;
    column-gap: 10px;
  }
  #html-body.cms-index-index [data-pb-style=YCOYX57] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  #html-body.cms-index-index [data-pb-style=DHMMTN2] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  #html-body.cms-index-index [data-pb-style=L2UCYNL] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    width: calc(50% - 5px) !important;
  }
  #html-body.cms-index-index [data-pb-style=GV117OH] .pagebuilder-column-group .pagebuilder-column-line,
  #html-body.cms-index-index [data-pb-style=LXOK427] .pagebuilder-column-group .pagebuilder-column-line,
  #html-body.cms-index-index [data-pb-style=B40NYLO] .pagebuilder-column-group .pagebuilder-column-line,
  #html-body.cms-index-index [data-pb-style=C1BIJCR] .pagebuilder-column-group .pagebuilder-column-line,
  #html-body.cms-index-index [data-pb-style=TUIHCT0] .pagebuilder-column-group .pagebuilder-column-line {
    gap: 10px;
  }
  #html-body.cms-index-index [data-pb-style=GV117OH] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  #html-body.cms-index-index [data-pb-style=LXOK427] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  #html-body.cms-index-index [data-pb-style=B40NYLO] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  #html-body.cms-index-index [data-pb-style=C1BIJCR] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  #html-body.cms-index-index [data-pb-style=TUIHCT0] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    width: calc(50% - 5px) !important;
  }
  #html-body.cms-index-index [data-pb-style=CK05UWX] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  #html-body.cms-index-index [data-pb-style=KF5RYIX] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  #html-body.cms-index-index [data-pb-style=YB784SN] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column,
  #html-body.cms-index-index [data-pb-style=XF7MX8D] .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    padding-left: 0;
    padding-right: 0;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] .pb-colum-tabs-navigation .pb-tabs-navigation button.slick-prev,
  #html-body.cms-index-index [data-pb-style=DKA0GXL] .pb-colum-tabs-navigation .pb-tabs-navigation button.slick-prev,
  #html-body.cms-index-index [data-pb-style=HMCXDO1] .pb-colum-tabs-navigation .pb-tabs-navigation .quote-details-items .actions-toolbar > .action.slick-prev,
  #html-body.cms-index-index [data-pb-style=DKA0GXL] .pb-colum-tabs-navigation .pb-tabs-navigation .quote-details-items .actions-toolbar > .action.slick-prev {
    left: 0;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] .pb-colum-tabs-navigation .pb-tabs-navigation button.slick-next,
  #html-body.cms-index-index [data-pb-style=DKA0GXL] .pb-colum-tabs-navigation .pb-tabs-navigation button.slick-next,
  #html-body.cms-index-index [data-pb-style=HMCXDO1] .pb-colum-tabs-navigation .pb-tabs-navigation .quote-details-items .actions-toolbar > .action.slick-next,
  #html-body.cms-index-index [data-pb-style=DKA0GXL] .pb-colum-tabs-navigation .pb-tabs-navigation .quote-details-items .actions-toolbar > .action.slick-next {
    right: 0;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] div[data-content-type='tabs'] .tabs-navigation,
  #html-body.cms-index-index [data-pb-style=DKA0GXL] div[data-content-type='tabs'] .tabs-navigation {
    margin-left: 0;
    margin-right: 0;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] div[data-content-type='tabs'] .slick-slider .slick-prev,
  #html-body.cms-index-index [data-pb-style=DKA0GXL] div[data-content-type='tabs'] .slick-slider .slick-prev {
    left: 0;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] div[data-content-type='tabs'] .slick-slider .slick-next,
  #html-body.cms-index-index [data-pb-style=DKA0GXL] div[data-content-type='tabs'] .slick-slider .slick-next {
    right: 0;
  }
  .desktop-view {
    display: none !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    margin-left: 10px;
    margin-right: 10px;
    width: 100% !important;
    flex-basis: unset;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-1 {
    width: calc(8.33333333% - 20px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-2 {
    width: calc(16.66666667% - 20px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-3 {
    width: calc(25% - 20px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-4 {
    width: calc(33.33333333% - 20px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-5 {
    width: calc(41.66666667% - 20px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-6 {
    width: calc(50% - 20px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-7 {
    width: calc(58.33333333% - 20px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-8 {
    width: calc(66.66666667% - 20px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-9 {
    width: calc(75% - 20px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-10 {
    width: calc(83.33333333% - 20px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-11 {
    width: calc(91.66666667% - 20px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-12 {
    width: 100% !important;
  }
  .pagebuilder-column-group.no-row-margin .pagebuilder-column-line {
    row-gap: 0;
  }
  .pagebuilder-column-group.mobile-switch .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
  .pagebuilder-column-group.banner-section .pagebuilder-column-line,
  .pagebuilder-column-group.category-column-border .pagebuilder-column-line {
    row-gap: 20px;
  }
  .pagebuilder-column-group .hidden-m {
    display: none !important;
  }
  .page-products .products-grid .product-items.six-row {
    flex-wrap: wrap;
  }
  .wk-supplier-container-right {
    margin-top: 20px;
  }
  .wk-supplier-container-right .wk-supplier-btn-wrapper {
    display: block;
  }
  .wk-supplier-container-right .wk-supplier-btn-wrapper .wk-supplier-rating-btn {
    width: 100%;
  }
  .wk-supplier-collection-header-box {
    padding: 0 10px;
  }
  .wk-supplier-container-left,
  .wk-supplier-container-right,
  .wk-supplier-collection-view-btn a {
    display: block;
    width: 100%;
  }
  .wk-supplier-msg-container .askque {
    float: unset;
    padding: 0.3em 1.1em;
    font-size: 10px;
    font-weight: 800;
  }
  ul.wk-supplier-social-icons-data {
    flex-wrap: wrap;
  }
  ul.wk-supplier-social-icons-data .wk-supplier-profile-box {
    flex-basis: calc(50% - 15px);
  }
  .wk-supplier-profile-block.wk-supplier-products-recently-added {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .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-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar: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-giftregistry-items .col.product:after,
  .account .toolbar: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 #ebebeb;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .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;
  }
  .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;
  }
  .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: 28px;
    line-height: 14px;
    color: inherit;
    content: '\e616';
    font-family: 'icomoon';
    margin: 1px 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;
  }
  .block-search {
    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;
  }
  .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;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .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 .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .links-container-title {
    display: none;
  }
  .company-profile-index.account .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-right: 10px;
  }
  .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.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;
  }
  .modal-popup.popup-tree._show .modal-content {
    padding-bottom: 0;
  }
  .modal-popup.popup-tree._show .modal-footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
  }
  .modal-popup.popup-tree._show .modal-footer .action:last-child {
    margin-bottom: 0;
  }
  .manage-company-accounts .block.block-dashboard-company {
    margin-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
  }
  .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;
  }
  .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 {
    display: flex;
    justify-content: space-between;
  }
  .quote-view-links.quote-view-buttons .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action {
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action[data-mobile-label] span {
    display: none;
  }
  .quote-view-links .action[data-mobile-label]:after {
    content: attr(data-mobile-label);
  }
  .negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    float: none;
    width: 100%;
  }
  .negotiable-quote-quote-print .nav-toggle {
    display: none;
  }
  .negotiable-quote-quote-print .logo {
    margin-left: 0;
  }
  .negotiable-quote-quote-print .quote-date,
  .negotiable-quote-quote-print .quote-sales-rep {
    float: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col.price,
  .negotiable-quote-quote-print .quote-details-items .item .col.price,
  .negotiable-quote-quote-print .quote-details-items thead .col.stock,
  .negotiable-quote-quote-print .quote-details-items .item .col.stock,
  .negotiable-quote-quote-print .quote-details-items thead .col.qty,
  .negotiable-quote-quote-print .quote-details-items .item .col.qty,
  .negotiable-quote-quote-print .quote-details-items thead .col.discount,
  .negotiable-quote-quote-print .quote-details-items .item .col.discount,
  .negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items thead .col.actions,
  .negotiable-quote-quote-print .quote-details-items .item .col.actions {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .input-text,
  .negotiable-quote-quote-print .quote-details-items .item .col .input-text {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .actions-toolbar,
  .negotiable-quote-quote-print .quote-details-items .item .col .actions-toolbar {
    display: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead td,
  .negotiable-quote-quote-print .quote-details-items .item td {
    border: none;
  }
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals td {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-table .quote-table-totals:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: none;
  }
  .negotiable-quote-quote-print .quote-block-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .negotiable-quote-quote-print .quote-block-content {
    width: 100%;
  }
  .order-details-items .table-order-items tbody > tr > .col.price {
    text-align: left;
  }
  .order-details-items .table-order-items tbody > tr > .col.subtotal {
    text-align: left;
  }
  .order-links-block {
    padding-bottom: 10px;
    text-align: right;
  }
  .negotiable-quote-order-information {
    margin-top: 0;
  }
  .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%;
  }
  .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;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .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;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
  button,
  .primary-white,
  .quote-details-items .actions-toolbar > .action {
    background-image: none;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 11px 20px 12px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    min-height: 41px;
    text-transform: uppercase;
  }
  button:focus,
  .primary-white:focus,
  button:active,
  .primary-white:active,
  .quote-details-items .actions-toolbar > .action:focus,
  .quote-details-items .actions-toolbar > .action:active {
    background: #00ca87;
    border: 1px solid #00ca87;
    color: #ffffff;
  }
  button:hover,
  .primary-white:hover,
  .quote-details-items .actions-toolbar > .action:hover {
    background: #ffffff;
    border: 1px solid #666666;
    color: #666666;
  }
  button.disabled,
  .primary-white.disabled,
  button[disabled],
  .primary-white[disabled],
  fieldset[disabled] button,
  fieldset[disabled] .primary-white,
  .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;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .action-select-wrap.buttons {
    display: none;
  }
  .payment-method .available-credit {
    float: none;
    margin-top: 5px;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.3rem;
  }
  .pagebuilder-column-group {
    padding: 0;
  }
  .pagebuilder-column-group .pagebuilder-column-line {
    column-gap: 10px;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-1 {
    width: calc(8.33333333% - 5px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-2 {
    width: calc(16.66666667% - 5px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-3 {
    width: calc(25% - 5px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-4 {
    width: calc(33.33333333% - 5px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-5 {
    width: calc(41.66666667% - 5px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-6 {
    width: calc(50% - 5px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-7 {
    width: calc(58.33333333% - 5px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-8 {
    width: calc(66.66666667% - 5px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-9 {
    width: calc(75% - 5px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-10 {
    width: calc(83.33333333% - 5px) !important;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.col-11 {
    width: calc(91.66666667% - 5px) !important;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.product-main-details-wrapper {
  margin-bottom: 50px;
}
.product-main-details-wrapper .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-main-details-wrapper .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-main-details-wrapper .rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.product-main-details-wrapper .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ebebeb;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-main-details-wrapper .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-main-details-wrapper .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffd900;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-main-details-wrapper .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-main-details-wrapper .rating-summary .rating-result-full {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.product-main-details-wrapper .rating-summary .rating-result-full:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ebebeb;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-main-details-wrapper .rating-summary .rating-result-full > span {
  display: block;
  overflow: hidden;
}
.product-main-details-wrapper .rating-summary .rating-result-full > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffd900;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-main-details-wrapper .rating-summary .rating-result-full > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-info-details-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.product-info-details-wrapper:before {
  content: '';
  background-color: #f0f0f0;
  height: 100%;
  position: absolute;
  margin: auto;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.product-info-details-wrapper .pagebuilder-column-group {
  padding: 0;
}
.product-info-details-wrapper .product.info.detailed {
  margin: 0;
  width: 100%;
}
#product-review-container .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
#product-review-container .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#product-review-container .rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#product-review-container .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ebebeb;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
#product-review-container .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
#product-review-container .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffd900;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
#product-review-container .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-review-container .rating-summary .rating-result-full {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#product-review-container .rating-summary .rating-result-full:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #ebebeb;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
#product-review-container .rating-summary .rating-result-full > span {
  display: block;
  overflow: hidden;
}
#product-review-container .rating-summary .rating-result-full > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffd900;
  font-family: 'icomoon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e93b" "\e93b" "\e93b" "\e93b" "\e93b";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
#product-review-container .rating-summary .rating-result-full > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 10px 0;
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 5px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: none;
  border-top: 0;
}
.search-autocomplete ul li {
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 20px;
  position: relative;
  text-align: left;
  white-space: normal;
  font-weight: 700;
  line-height: 20px;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #ebebeb;
}
.search-autocomplete ul li b {
  font-weight: 400;
}
.search-autocomplete ul li .amount {
  color: #000000;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 5px;
  display: none;
}
button,
.primary-white,
.quote-details-items .actions-toolbar > .action {
  background-image: none;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 11px 20px 12px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
  min-height: 41px;
  text-transform: uppercase;
}
button:focus,
.primary-white:focus,
button:active,
.primary-white:active,
.quote-details-items .actions-toolbar > .action:focus,
.quote-details-items .actions-toolbar > .action:active {
  background: #00ca87;
  border: 1px solid #00ca87;
  color: #ffffff;
}
button:hover,
.primary-white:hover,
.quote-details-items .actions-toolbar > .action:hover {
  background: #ffffff;
  border: 1px solid #666666;
  color: #666666;
}
button.disabled,
.primary-white.disabled,
button[disabled],
.primary-white[disabled],
fieldset[disabled] button,
fieldset[disabled] .primary-white,
.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;
}
.bbx-category-title {
  font-weight: normal;
}
.page-header {
  position: sticky;
  background-color: #ffffff;
  z-index: 6;
}
.page-header.sticky {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
}
.page-header .header.panel {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.page-header .header.panel .contact-bock {
  display: none;
}
.page-header .panel.wrapper {
  background-color: #00491e;
  color: #ffffff;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  margin-top: 6.5px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a {
  padding: 10px 15px;
}
.page-header .panel.wrapper .switcher .options .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  content: "\e936";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after {
  display: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle:before {
  padding-left: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle strong {
  margin-left: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
.page-header .panel.wrapper .switcher .options .action.toggle strong:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 1px;
  margin-left: 5px;
  background-color: #00ca87;
}
.page-header .panel.wrapper .switcher .options .action.toggle strong:last-child:after {
  display: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle strong.active span {
  text-decoration: underline;
}
.page-header .panel.wrapper .switcher .options .action.toggle strong a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}
.page-header .panel.wrapper .switcher .options .action.toggle strong a:hover {
  text-decoration: underline;
}
.contact-bock {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.contact-bock .phone > a {
  display: inline-block;
  text-decoration: none;
}
.contact-bock .phone > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: #000000;
  content: "\e935";
  font-family: 'icomoon';
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.contact-bock .phone > a:hover:before {
  color: #000000;
}
.contact-bock .whatsapp > a {
  display: inline-block;
  text-decoration: none;
}
.contact-bock .whatsapp > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  content: "\e934";
  font-family: 'icomoon';
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.contact-bock .whatsapp > a:hover:before {
  color: #000000;
}
.header-left.wrapper .switcher-store {
  margin-left: 0;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
.header-left.wrapper .switcher-store:before {
  margin-right: 10px;
}
.header-left.wrapper .switcher-store > div {
  display: inline-block;
}
.header-left.wrapper .switcher-store strong.switcher-label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  display: none;
}
.header-left.wrapper .switcher-store .switcher-options .switcher-trigger {
  padding: 0;
  border: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  height: 16px;
  color: #ffffff;
}
.header-left.wrapper .switcher-store .switcher-options .switcher-trigger.active strong span,
.header-left.wrapper .switcher-store .switcher-options .switcher-trigger:hover strong span {
  text-decoration: underline;
}
.header-left.wrapper .switcher .options {
  display: inline-block;
  position: relative;
}
.header-left.wrapper .switcher .options:before,
.header-left.wrapper .switcher .options:after {
  content: '';
  display: table;
}
.header-left.wrapper .switcher .options:after {
  clear: both;
}
.header-left.wrapper .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.header-left.wrapper .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;
}
.header-left.wrapper .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5px;
  line-height: 19px;
  color: inherit;
  content: "\e925";
  font-family: 'icomoon';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-left.wrapper .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.header-left.wrapper .switcher .options .action.toggle:active:after {
  color: inherit;
}
.header-left.wrapper .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.header-left.wrapper .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;
}
.header-left.wrapper .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5px;
  line-height: 19px;
  color: inherit;
  content: "\e924";
  font-family: 'icomoon';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-left.wrapper .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.header-left.wrapper .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.header-left.wrapper .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: none;
  margin-top: 2px;
  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.16);
}
.header-left.wrapper .switcher .options ul.dropdown li {
  margin: 0;
  padding: 10px 15px;
}
.header-left.wrapper .switcher .options ul.dropdown li:hover {
  background: #ebebeb;
  cursor: pointer;
}
.header-left.wrapper .switcher .options.active {
  overflow: visible;
}
.header-left.wrapper .switcher .options.active ul.dropdown {
  display: block;
}
.header-left.wrapper .switcher .options ul.dropdown a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #707070;
}
.header-left.wrapper .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.header-left.wrapper #switcher-store-trigger.switcher-trigger {
  display: flex;
}
.header-left.wrapper #switcher-store-trigger.switcher-trigger strong span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
  display: block;
}
.header-center.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.header-center.wrapper .block-search {
  padding-left: 0;
}
.header-center.wrapper .block-search .nested {
  display: none;
}
.header-center.wrapper .block-search input {
  border: solid 1px #f7f7f7;
  background-color: #f7f7f7;
  color: #000000;
  border-radius: 20px;
  line-height: 42px;
  height: 42px;
  padding: 0 20px;
}
.header-center.wrapper .block-search input::placeholder {
  color: #9c9c9c;
}
.header-center.wrapper .block-search input:hover {
  border-color: #000000;
}
.header-center.wrapper .block-search input:focus {
  box-shadow: none;
}
.header-center.wrapper .block-search .action.search {
  opacity: 1;
  display: inline-block;
  text-decoration: none;
}
.header-center.wrapper .block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 42px;
  color: #000000;
  content: '\e615';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-right.wrapper {
  display: flex;
  justify-content: space-between;
}
.header-right.wrapper .header-my-account,
.header-right.wrapper .header-inbox,
.header-right.wrapper .header-quotation,
.header-right.wrapper .header-search-toggle {
  text-align: center;
  color: #000000;
  font-size: 0;
  font-weight: 400;
  line-height: 16px;
}
.header-right.wrapper .header-my-account {
  display: flex;
  text-decoration: none;
}
.header-right.wrapper .header-my-account:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  content: "\e91f";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-right.wrapper .header-my-account:hover:before {
  color: #00ca87;
}
.header-right.wrapper .header-my-account:hover {
  color: #00ca87;
}
.header-right.wrapper .header-inbox {
  display: flex;
  text-decoration: none;
}
.header-right.wrapper .header-inbox:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  content: "\e91d";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-right.wrapper .header-inbox:hover:before {
  color: #00ca87;
}
.header-right.wrapper .header-inbox:hover {
  color: #00ca87;
}
.header-right.wrapper .header-quotation {
  display: flex;
  text-decoration: none;
}
.header-right.wrapper .header-quotation:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  content: "\e91b";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-right.wrapper .header-quotation:hover:before {
  color: #00ca87;
}
.header-right.wrapper .header-quotation:hover {
  color: #00ca87;
}
.header-right.wrapper .header-search-toggle {
  display: flex;
  text-decoration: none;
}
.header-right.wrapper .header-search-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  content: "\e933";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-right.wrapper .header-search-toggle:hover:before {
  color: #000000;
}
.header-right.wrapper .header-search-toggle:before {
  padding-left: 1px;
}
.header-right.wrapper .header-search-toggle.active {
  display: flex;
  text-decoration: none;
}
.header-right.wrapper .header-search-toggle.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  content: "\e9a3";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-right.wrapper .header-search-toggle.active:hover:before {
  color: #000000;
}
.header-right.wrapper .minicart-wrapper .action.showcart {
  text-align: center;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  text-decoration: none;
}
.header-right.wrapper .minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  content: "\e919";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-right.wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #00ca87;
}
.header-right.wrapper .minicart-wrapper .action.showcart:hover {
  color: #00ca87;
}
.account-menu_content {
  position: relative;
}
.account-detail__content {
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  position: absolute;
  top: 35px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  padding: 15px 0;
  transition: .3s all ease;
  width: 210px;
  z-index: 9;
  box-sizing: border-box;
}
.account-detail__content:before {
  background: #ffffff;
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  top: -7px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.account-detail__content.active {
  opacity: 1;
  pointer-events: auto;
}
.account-detail__content .list-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-detail__content .list-info li {
  margin-bottom: 2px;
  padding: 0 20px;
}
.account-detail__content .list-info li a {
  font-weight: 400;
  color: #000000;
  display: block;
  padding: 7px 0 8px;
}
.account-detail__content .list-info li a:hover {
  text-decoration: none;
}
.account-detail__content .list-info li:hover {
  background: #ebebeb;
}
.page-layout-seller-login .header.links .contact-bock {
  display: none;
}
.page-footer {
  background-color: #00332d;
}
.footer.content {
  border-top: none;
}
.footer.content .title {
  color: #00ca87;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.footer.content .title a:hover {
  text-decoration: none;
}
.footer.content .help-text,
.footer.content .subtitle,
.footer.content .help-text a,
.footer.content .subtitle a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.footer.content .help-text.grey,
.footer.content .subtitle.grey,
.footer.content .help-text a.grey,
.footer.content .subtitle a.grey,
.footer.content .help-text.grey a,
.footer.content .subtitle.grey a,
.footer.content .help-text a.grey a,
.footer.content .subtitle a.grey a {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
}
.footer.content .newsletter-section .title,
.footer.content .newsletter-section .subtitle {
  margin-bottom: 20px;
}
.footer.content .address-section {
  margin-bottom: 20px;
}
.footer.content .address-section > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  vertical-align: top;
}
.footer.content .address-section img {
  margin-bottom: 20px;
}
.footer.content .address-section .help-whatsapp,
.footer.content .address-section .help-phone {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer.content .address-section .help-whatsapp img,
.footer.content .address-section .help-phone img {
  margin-right: 15px;
  margin-bottom: 0;
  display: inline-block;
}
.footer.content .address-section .help-whatsapp > div,
.footer.content .address-section .help-phone > div {
  display: inline-block;
}
.footer.content .address-section .help-phone {
  margin-bottom: 45px;
}
.footer.content .menu-section .title,
.footer.content .menu-section .links li {
  margin-bottom: 20px;
}
.footer.content .menu-section a {
  color: #ffffff;
}
.footer.content .menu-section a:hover {
  text-decoration: underline;
}
.footer.content .menu-section a:hover,
.footer.content .menu-section a:visited {
  color: #ffffff;
}
.footer.content .newsletter-section .block.newsletter {
  margin-bottom: 20px;
}
.footer.content .newsletter-section .block.newsletter .form.subscribe {
  display: block;
  position: relative;
}
.footer.content .newsletter-section .block.newsletter .form.subscribe .field.newsletter {
  max-width: 100%;
  margin: 0;
}
.footer.content .newsletter-section .block.newsletter .form.subscribe .field.newsletter input {
  margin: 0;
  padding: 0 45px 0 20px;
  color: #000000;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000000;
  border-radius: 20px;
}
.footer.content .newsletter-section .block.newsletter .form.subscribe .field.newsletter input::placeholder {
  color: #9c9c9c;
}
.footer.content .newsletter-section .block.newsletter .form.subscribe .field.newsletter input:focus {
  box-shadow: none;
}
.footer.content .newsletter-section .block.newsletter .form.subscribe .field .control:before {
  display: none;
}
.footer.content .newsletter-section .block.newsletter .form.subscribe .actions {
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  width: auto;
}
.footer.content .newsletter-section .block.newsletter .form.subscribe .actions .action {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
}
.footer.content .newsletter-section .block.newsletter .form.subscribe .actions .action span {
  font-size: 0;
}
.footer.content .newsletter-section .block.newsletter .form.subscribe .actions .action:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 40px;
  color: #00ca87;
  content: "\e906";
  font-family: 'icomoon';
  margin: -3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer.content .newsletter-section .block.newsletter .form.subscribe .actions .action:hover:after {
  color: #00491e;
}
.footer.content .newsletter-section .social {
  display: inline-block;
  margin-right: 10px;
}
.footer.content .newsletter-section .social a {
  font-size: 0;
}
.footer.content .newsletter-section .social .instagram-icon {
  display: inline-block;
  text-decoration: none;
}
.footer.content .newsletter-section .social .instagram-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #00ca87;
  content: "\e90e";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer.content .newsletter-section .social .instagram-icon:hover:before {
  color: #ffffff;
}
.footer.content .newsletter-section .social .twitter-icon {
  display: inline-block;
  text-decoration: none;
}
.footer.content .newsletter-section .social .twitter-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #00ca87;
  content: "\e914";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer.content .newsletter-section .social .twitter-icon:hover:before {
  color: #ffffff;
}
.footer.content .newsletter-section .social .youtube-icon {
  display: inline-block;
  text-decoration: none;
}
.footer.content .newsletter-section .social .youtube-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #00ca87;
  content: "\e90a";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer.content .newsletter-section .social .youtube-icon:hover:before {
  color: #ffffff;
}
.footer.content .newsletter-section .social .facebook-icon {
  display: inline-block;
  text-decoration: none;
}
.footer.content .newsletter-section .social .facebook-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #00ca87;
  content: "\e908";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer.content .newsletter-section .social .facebook-icon:hover:before {
  color: #ffffff;
}
.footer.bottom {
  background-color: #002621;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.footer.bottom > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer.bottom .copyright {
  font-size: 14px;
}
.footer.bottom .footer-payment {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer .menu-section ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.footer .menu-section ul li:first-child {
  margin-top: 20px;
}
.footer .menu-section:nth-child(2) {
  border-top: 1px solid #006558;
}
.footer .menu-section:nth-child(3) {
  margin-bottom: 20px;
}
.footer .menu-section .title {
  display: flex !important;
  justify-content: space-between !important;
  line-height: 60px;
  border-bottom: 1px solid #006558;
  align-items: center;
  margin: 0 !important;
}
.footer .menu-section .title {
  display: inline-block;
  text-decoration: none;
}
.footer .menu-section .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.footer .menu-section .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: 21px;
  color: #ffffff;
  content: "\e925";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer .menu-section .title:hover:after {
  color: #ffffff;
}
.footer .menu-section .title.active {
  display: inline-block;
  text-decoration: none;
}
.footer .menu-section .title.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.footer .menu-section .title.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  line-height: 21px;
  color: #ffffff;
  content: "\e924";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer .menu-section .title.active:hover:after {
  color: #ffffff;
}
.mp-banner-slider .owl-theme .owl-dots {
  top: unset;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.mp-banner-slider .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ebebeb;
  margin: 0 5px;
  transition: width 300ms;
}
.mp-banner-slider .owl-theme .owl-dots .owl-dot:hover span,
.mp-banner-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: #00ca87;
  box-shadow: 0px 0px 3px rgba(29, 237, 168, 0.28);
}
.mp-banner-slider .owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
}
.mp-banner-slider .owl-theme .owl-nav {
  margin-top: 0;
  height: 0px;
}
.mp-banner-slider .owl-theme .owl-nav button span,
.mp-banner-slider .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action span {
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ffffff;
}
.mp-banner-slider .owl-theme .owl-nav button.owl-prev span,
.mp-banner-slider .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev span {
  left: 20px;
  display: inline-block;
  text-decoration: none;
}
.mp-banner-slider .owl-theme .owl-nav button.owl-prev span:before,
.mp-banner-slider .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 40px;
  color: #00491e;
  content: "\e922";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mp-banner-slider .owl-theme .owl-nav button.owl-prev span:hover:before,
.mp-banner-slider .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev span:hover:before {
  color: #ffffff;
}
.mp-banner-slider .owl-theme .owl-nav button.owl-next span,
.mp-banner-slider .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-next span {
  right: 20px;
  display: inline-block;
  text-decoration: none;
}
.mp-banner-slider .owl-theme .owl-nav button.owl-next span:before,
.mp-banner-slider .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-next span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 40px;
  color: #00491e;
  content: "\e923";
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mp-banner-slider .owl-theme .owl-nav button.owl-next span:hover:before,
.mp-banner-slider .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-next span:hover:before {
  color: #ffffff;
}
.mp-banner-slider .owl-theme .owl-nav button:hover span,
.mp-banner-slider .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action:hover span {
  background-color: #00491e;
}
.brown_paper .link.my-specification-form {
  display: none !important;
}
.checkboxs {
  display: block;
  cursor: pointer;
  position: relative;
}
.checkboxs input {
  opacity: 0;
  position: absolute !important;
  width: 18px;
  height: 18px;
  margin: 0;
  z-index: 1;
  top: inherit;
}
.checkboxs input + label {
  position: relative;
  padding: 0;
  display: inline-block !important;
  box-sizing: border-box;
}
.checkboxs input + label:not(:empty) {
  padding-left: 25px;
}
.checkboxs input + label:before {
  content: '';
  width: 16px;
  height: 16px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #9c9c9c;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
}
.checkboxs input + label:after {
  text-align: center;
  position: absolute;
  left: 4px;
  top: 5px;
}
.checkboxs input:checked + label {
  display: block;
  text-decoration: none;
}
.checkboxs input:checked + label:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: #ffffff;
  content: "\e93f";
  font-family: 'icomoon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkboxs input:checked + label:before {
  background: #00ca87;
}
button,
a,
.quote-details-items .actions-toolbar > .action {
  transition: all 0.5s ease;
}
button:before,
a:before,
button:after,
a:after,
.quote-details-items .actions-toolbar > .action:before,
.quote-details-items .actions-toolbar > .action:after {
  transition: all 0.5s ease;
}
.checkboxs input,
.checkboxs span {
  cursor: pointer;
}
.checkboxs input[disabled],
.checkboxs input[disabled] + label span {
  cursor: default;
}
.checkboxs input[disabled] + label:before {
  background: #ebebeb;
  border-color: #d8d8d8;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  color: #707070;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  color: #707070;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-main .pagebuilder-column-line {
  gap: 20px;
}
.columns .column.main {
  padding-bottom: 70px;
}
.category-column-border .featured-column {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
.category-column-border .featured-column:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.category-column-border .featured-column h3 a {
  color: #00491e;
}
.category-column-border .featured-column h3 a:hover {
  color: #00491e;
}
.right-icon a {
  display: inline-block;
  text-decoration: none;
}
.right-icon a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: "\e913";
  font-family: 'icomoon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.right-icon a:hover:after {
  color: inherit;
}
.right-icon a:hover {
  text-decoration: underline;
}
.retina-img img {
  width: 50px;
}
.light-gray-background {
  background-color: #f7f7f7;
}
.list-style-table tr,
.list-style-table td {
  height: auto !important;
  width: auto !important;
  padding: 0 20px 20px 0;
}
.list-style-table td:last-child {
  padding-right: 0;
}
.list-style-table img {
  min-width: 50px;
}
.color-white * {
  color: #ffffff;
}
.trusted-underline span,
.visual-underline span {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.trusted-underline span:before,
.visual-underline span:before {
  content: "";
  border-top: 10px solid #00ca87;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: -1;
}
.visual-underline span:before {
  border-color: #baf1de;
}
::marker {
  color: #00ca87;
}
ul,
ol {
  padding-inline-start: 20px;
}
.flex-box {
  display: flex;
}
.custom-tab-container {
  display: flex;
  gap: 20px;
}
.custom-tab-container .custom-tab-header {
  display: inline-flex;
  flex-direction: column;
  flex-basis: 100%;
}
.custom-tab-container .custom-tab-header > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 20px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.custom-tab-container .custom-tab-header > div .number {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: rgba(156, 156, 156, 0.1) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  color: #707070;
  font-size: 20px;
  font-weight: bold;
  flex-basis: 50px;
}
.custom-tab-container .custom-tab-header > div > div {
  display: inline-flex;
  flex-direction: column;
  width: calc(100% - 70px);
}
.custom-tab-container .custom-tab-header > div .title {
  display: inline-flex;
  color: #707070;
  font-size: 20px;
  font-weight: bold;
}
.custom-tab-container .custom-tab-header > div .expand {
  display: inline-flex;
  color: #707070;
  font-size: 14px;
  font-weight: normal;
}
.custom-tab-container .custom-tab-header > div:not(.active) .expand {
  display: none;
}
.custom-tab-container .custom-tab-header > div.active .number {
  color: #00491e;
  background-color: rgba(0, 73, 30, 0.1);
}
.custom-tab-container .custom-tab-header > div.active .title {
  color: #00ca87;
}
.custom-tab-container .custom-tab-content > div:not(.active) {
  display: none;
}
.custom-tab-container .custom-tab-content > div:not(.active) img {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.custom-tab-container .custom-tab-content > div.active img {
  opacity: 1;
  -webkit-transition: all 2s;
  transition: all 2s;
  transition-delay: 1s;
}
.pb-colum-tabs-navigation {
  position: relative;
}
.pb-colum-tabs-navigation .pb-tabs-navigation button,
.pb-colum-tabs-navigation .pb-tabs-navigation .quote-details-items .actions-toolbar > .action {
  top: 20px;
  display: none;
}
.pb-colum-tabs-navigation .pb-tabs-navigation button.active,
.pb-colum-tabs-navigation .pb-tabs-navigation .quote-details-items .actions-toolbar > .action.active {
  display: block;
}
@media (max-width: 1024px) {
  .pagebuilder-column-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  .custom-tab-container {
    flex-direction: column-reverse;
  }
}
.wk-mp-collection-container {
  display: block;
}
.wk-supplier-collection-title {
  margin-left: 5px;
}
.wk-supplier-info-container {
  gap: 10px;
}
.wk-supplier-collection-header-box .wk-supplier-collection-title-container .wk-supplier-collection-header-txt {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  vertical-align: middle;
}
.wk-supplier-collection-header-box .wk-supplier-collection-title-container .wk-supplier-collection-header-txt span {
  display: inline-flex;
  margin: 0 5px 0 8px;
}
.wk-supplier-collection-header-box .wk-supplier-collection-title-container .wk-supplier-rating-summary {
  display: flex;
  vertical-align: middle;
  margin: 0 0 5px;
}
.wk-supplier-collection-header-box .wk-supplier-collection-title-container .wk-supplier-rating-summary span {
  display: inline-flex;
  margin: 0 5px 0 8px;
}
.wk-supplier-collection-header-box .wk-supplier-collection-header-txt {
  font-size: 12px;
  font-weight: 500;
}
.wk-supplier-collection-header-box .wk-supplier-collection-header-txt .wk-member-ico {
  width: 15px;
}
.wk-supplier-collection-header-box .wk-supplier-collection-header-txt.wk-supplier-rating-total {
  margin: 0;
}
.wk-supplier-collection-header-box .wk-supplier-collection-header-txt .wk-supplier-collection-title-desc {
  color: #707070 !important;
  font-style: italic;
  font-weight: 300;
}
.wk-supplier-collection-header-box .wk-supplier-collection-header-txt .supplier-info {
  font-weight: 700;
}
.wk-supplier-collection-header-box .wk-supplier-rating-summary .supplier-info {
  font-weight: 700;
}
.wk-supplier-collection-header-box .wk-supplier-rating-summary .product-reviews-summary {
  display: inline-block;
}
.wk-supplier-collection-header-box .wk-supplier-rating-summary .product-reviews-summary .rating-summary {
  left: 0;
  display: inline-block;
}
.wk-supplier-collection-header-box .wk-supplier-rating-summary .product-reviews-summary .rating-summary .rating-result {
  margin-bottom: 0;
  width: auto;
}
.wk-supplier-collection-header-box .wk-supplier-rating-summary .product-reviews-summary .rating-summary .rating-result:before {
  content: "\e93b";
}
.wk-supplier-collection-header-box .wk-supplier-rating-summary .product-reviews-summary .rating-summary .rating-result span:before {
  content: "\e93b";
}
.wk-supplier-collection-header-box .wk-supplier-collection-location {
  display: inline-block;
  text-decoration: none;
}
.wk-supplier-collection-header-box .wk-supplier-collection-location:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: "\e907";
  font-family: 'icomoon';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-supplier-collection-header-box .wk-supplier-collection-location:hover:before {
  color: inherit;
}
.wk-supplier-collection-header-box .wk-supplier-collection-location:before {
  top: 2px;
}
.wk-supplier-collection-header-box .wk-supplier-info-row {
  font-size: 14px;
  font-weight: 700;
}
.wk-supplier-collection-header-box .wk-supplier-info-title-txt {
  font-size: 14px;
}
.page-products .products-grid .product-items .product-item {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 10px 10px 15px 10px;
}
.page-products .products-grid .product-items .product-item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.page-products .products-grid .product-items.six-row {
  display: flex;
  gap: 20px 10px;
  margin-top: 0;
}
.page-products .products-grid .product-items.six-row .product-item {
  flex-basis: calc((100% - 10px) /2);
  width: auto;
  margin: 0;
}
.page-products .products-grid .product-items.six-row .product-item .product-item-info {
  width: auto;
}
.wk-supplier-msg-container .askque {
  display: inline-block;
  text-decoration: none;
  float: unset;
  padding: 0.3em 1.3em;
  font-size: 11px;
  font-weight: 800;
}
.wk-supplier-msg-container .askque:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: "\e91c";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-supplier-msg-container .askque:hover:before {
  color: inherit;
}
.wk-supplier-design.second-part {
  background-color: #f0f0f0;
  display: flex;
}
.wk-supplier-rating-big-container,
.wk-supplier-profile-block,
.wk-supplier-contact-block {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 10px;
  background-color: #ffffff;
  position: relative;
}
.wk-supplier-rating-big-container .wk-supplier-rating-summary .rating-summary .rating-result-full {
  width: auto;
  margin-bottom: 10px;
}
.wk-supplier-rating-big-container .wk-supplier-rating-summary .rating-summary .rating-result-full:before {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
.wk-supplier-rating-big-container .wk-supplier-rating-summary .rating-summary .rating-result-full > span:before {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
.wk-supplier-rating-big-container .wk-supplier-rating-avg-container {
  font-size: 14px;
}
.wk-supplier-rating-big-container .wk-supplier-rating-avg-container .wk-supplier-rating-avg {
  font-weight: 700;
}
.wk-supplier-rating-container .wk-supplier-rating-row {
  margin-left: 60px;
}
.wk-supplier-rating-container .wk-supplier-rating-row:before {
  font-size: 40px;
  left: -60px;
  top: 15px;
}
.wk-supplier-rating-container .wk-supplier-rating-row:nth-last-child(2) {
  margin-bottom: 30px;
}
.wk-supplier-profile-block {
  border-bottom: none;
  margin-bottom: 30px;
}
.wk-supplier-rating-btn {
  display: inline-block;
  text-decoration: none;
  padding: 11px 20px;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
}
.wk-supplier-rating-btn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: "\e90b";
  font-family: 'icomoon';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wk-supplier-rating-btn:hover:before {
  color: inherit;
}
.wk-supplier-rating-btn:before {
  margin-top: -3px;
}
.wk-supplier-aboutus-row {
  margin-bottom: 10px;
}
.wk-supplier-aboutus-company-name {
  font-size: 18px;
  font-weight: 700;
}
.wk-supplier-aboutus-data img {
  margin-right: 11px;
  max-width: calc(25% - 11px);
}
.wk-supplier-aboutus-data img:last-child {
  margin-right: 0;
}
.wk-supplier-aboutus-data div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wk-supplier-aboutus-data div img {
  margin-right: 0;
  max-width: calc(50% - 5px);
}
.wk-supplier-aboutus-data table {
  margin-bottom: 10px;
}
ul.wk-supplier-social-icons-data {
  display: flex;
  gap: 20px 30px;
  margin-top: 20px;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css {
  vertical-align: middle;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-fb {
  display: inline;
  text-decoration: none;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-fb:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 1;
  color: #00ca87;
  content: "\e908";
  font-family: 'icomoon';
  margin: -4px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-fb:hover:before {
  color: #00491e;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-youtube {
  display: inline;
  text-decoration: none;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-youtube:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 1;
  color: #00ca87;
  content: "\e90a";
  font-family: 'icomoon';
  margin: -4px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-youtube:hover:before {
  color: #00491e;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-tw {
  display: inline;
  text-decoration: none;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-tw:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 1;
  color: #00ca87;
  content: "\e914";
  font-family: 'icomoon';
  margin: -4px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-tw:hover:before {
  color: #00491e;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-instagram {
  display: inline;
  text-decoration: none;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-instagram:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 1;
  color: #00ca87;
  content: "\e90e";
  font-family: 'icomoon';
  margin: -4px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
ul.wk-supplier-social-icons-data .wk-supplier-icon-css.wk-supplier-icon-instagram:hover:before {
  color: #00491e;
}
ul.wk-supplier-social-icons-data a:hover {
  text-decoration: none;
}
.wk-supplier-shipping-policy h3,
.wk-supplier-return-policy h3 {
  margin-bottom: 20px;
}
.wk-supplier-contact-block > h2 {
  margin-bottom: 0;
}
